]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3588-rock-5b: Drop upstream props from u-boot.dtsi
authorJonas Karlman <jonas@kwiboo.se>
Wed, 16 Oct 2024 20:14:11 +0000 (20:14 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 26 Oct 2024 02:46:47 +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 in u-boot.dtsi.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3588-rock-5b-u-boot.dtsi

index aad10104553d201d58924aae48d4dfad7ac5e0cd..d51fbf51cb88ba7cb49e8e07bcfdc04cfbc134c7 100644 (file)
 };
 
 &sfc {
-       pinctrl-names = "default";
-       pinctrl-0 = <&fspim2_pins>;
-       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>;
        };
 };