]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3588-nanopc-t6: Drop upstream props from u-boot.dtsi
authorJonas Karlman <jonas@kwiboo.se>
Thu, 17 Oct 2024 20:00:24 +0000 (20:00 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 26 Oct 2024 02:46:48 +0000 (10:46 +0800)
The SPI flash node has been added in upstream DT, drop all props beside
bootph-* props from the SPI flash related nodes from u-boot.dtsi.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi

index 968385622fa5780491722b987e00af7a6e60c877..3261b2c42b4b06ac2ff1bce59ccaea5301cea677 100644 (file)
 };
 
 &sfc {
-       pinctrl-names = "default";
-       pinctrl-0 = <&fspim1_pins>;
-       #address-cells = <1>;
-       #size-cells = <0>;
-       status = "okay";
-
        flash@0 {
-               compatible = "jedec,spi-nor";
-               reg = <0>;
                bootph-pre-ram;
                bootph-some-ram;
-               spi-max-frequency = <24000000>;
-               spi-rx-bus-width = <4>;
-               spi-tx-bus-width = <1>;
        };
 };