From: Jonas Karlman Date: Wed, 16 Oct 2024 20:15:21 +0000 (+0000) Subject: rockchip: rk3399-pinephone-pro: Drop upstream props from u-boot.dtsi X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=44c923e5a7300fe0e5c0d76130b2dc7dcb24795b;p=u-boot.git rockchip: rk3399-pinephone-pro: Drop upstream props from u-boot.dtsi 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 Reviewed-by: Peter Robinson Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi b/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi index 037cec10ce..7438bec4ee 100644 --- a/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi +++ b/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi @@ -15,13 +15,8 @@ }; &spi1 { - status = "okay"; - flash@0 { - compatible = "jedec,spi-nor"; - reg = <0>; bootph-pre-ram; bootph-some-ram; - spi-max-frequency = <10000000>; }; };