]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3399-pinephone-pro: Drop upstream props from u-boot.dtsi
authorJonas Karlman <jonas@kwiboo.se>
Wed, 16 Oct 2024 20:15:21 +0000 (20:15 +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/rk3399-pinephone-pro-u-boot.dtsi

index 037cec10ce363df5aece1533928e86e90e7b5d83..7438bec4ee63a3e5f4200da2200c104c7b665678 100644 (file)
 };
 
 &spi1 {
-       status = "okay";
-
        flash@0 {
-               compatible = "jedec,spi-nor";
-               reg = <0>;
                bootph-pre-ram;
                bootph-some-ram;
-               spi-max-frequency = <10000000>;
        };
 };