arm64: rockchip: dts: rk3399: Use rk3399-u-boot.dtsi
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 7 May 2019 18:21:52 +0000 (23:51 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 8 May 2019 09:34:13 +0000 (17:34 +0800)
Now we have
- board specific -u-boot.dtsi files for board specific u-boot
  dts changes.
- soc specific rk3399-u-boot.dtsi for soc specific u-boot
  dts changes.

So, include the rk3399-u-boot-dtsi on respective board -u-boot.dtsi
and drop the properties which are globally available in rk3399-u-boot.dtsi

Right now rk3399-u-boot.dtsi has sdmmc, spi1 u-boot,dm-pre-reloc
property and more properties and nodes can be move further based
on the requirements.

This would fix, the -u-boot.dtsi inclusion for evb, firefly, puma
boards that was accidentally merged on below commit.
"rockchip: dts: rk3399: Create initial rk3399-u-boot.dtsi"
(sha1: e05b4a4fa84b65a0c8873e8f34721741fe2bc09d)

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-evb-u-boot.dtsi
arch/arm/dts/rk3399-firefly-u-boot.dtsi
arch/arm/dts/rk3399-gru-bob-u-boot.dtsi
arch/arm/dts/rk3399-gru-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/rk3399-gru.dtsi
arch/arm/dts/rk3399-puma-ddr1600.dts
arch/arm/dts/rk3399-puma.dtsi

index 7e2c57af226a43149569aa5a9102b35066366911..20910e744bb9a32b95c9f7303a1003246c2f1e48 100644 (file)
@@ -3,4 +3,5 @@
  * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
  */
 
+#include "rk3399-u-boot.dtsi"
 #include "rk3399-sdram-lpddr3-4GB-1600.dtsi"
index eab86bdb3085cd1e61e12d4d40c4a6a979133c5d..67b63a835238b075610a1f2023bf5ec445b81bc6 100644 (file)
@@ -3,4 +3,5 @@
  * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
  */
 
+#include "rk3399-u-boot.dtsi"
 #include "rk3399-sdram-ddr3-1600.dtsi"
index 9edb8cf84140b19ef78d0f3053f6ca04214e7f3c..726f396f32a0435496392d61670edbd970e20dd9 100644 (file)
@@ -3,4 +3,5 @@
  * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
  */
 
+#include "rk3399-gru-u-boot.dtsi"
 #include "rk3399-sdram-lpddr3-samsung-4GB-1866.dtsi"
diff --git a/arch/arm/dts/rk3399-gru-u-boot.dtsi b/arch/arm/dts/rk3399-gru-u-boot.dtsi
new file mode 100644 (file)
index 0000000..7bddc3a
--- /dev/null
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
+ */
+
+#include "rk3399-u-boot.dtsi"
index 4cdb4320b76cb48a6e794ccc74475ee8e6be3b57..ca0fc391b2c386c875e419eb8ee43d19adad3d7c 100644 (file)
@@ -545,7 +545,6 @@ ap_i2c_audio: &i2c8 {
 
 &spi1 {
        status = "okay";
-       u-boot,dm-pre-reloc;
 
        pinctrl-names = "default", "sleep";
        pinctrl-1 = <&spi1_sleep>;
index 337e0eabb485fbb87063763fd233eff8d4d8a8f6..42763f82d03905b1c0cabaa6e5795370b81864af 100644 (file)
@@ -6,5 +6,6 @@
 /dts-v1/;
 
 #include "rk3399-puma.dtsi"
+#include "rk3399-u-boot.dtsi"
 #include "rk3399-sdram-ddr3-1600.dtsi"
 
index 319a610022c3d218cea885f43c6c227013ee9be1..897e0bda85369cacbee371be28df37ed35615ab8 100644 (file)
 
 
 &spi1 {
-       u-boot,dm-pre-reloc;
-
        status = "okay";
 
        #address-cells = <1>;