summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Karlman <[email protected]>2024-10-16 20:15:21 +0000
committerKever Yang <[email protected]>2024-10-26 10:46:47 +0800
commit44c923e5a7300fe0e5c0d76130b2dc7dcb24795b (patch)
tree019ca1f143848a5657899a5281a9f62c530e4505
parent130850597457b7b75060a7365e34a3a6050a48b3 (diff)
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 <[email protected]> Reviewed-by: Peter Robinson <[email protected]> Reviewed-by: Kever Yang <[email protected]>
-rw-r--r--arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi b/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi
index 037cec10ce3..7438bec4ee6 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>;
};
};