[U-Boot] [PATCH 7/7] ARM: dts: rmobile: Add SoC and board U-Boot DT extras

Marek Vasut marek.vasut at gmail.com
Wed Jan 24 22:21:47 UTC 2018


Add U-Boot DT extras for each SoC and board. This marks the required
nodes with u-boot,dm-pre-reloc to start clock and PRR early on while
avoiding modification of the DTs imported from Linux.

Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 arch/arm/dts/r8a7790-lager-u-boot.dts   | 10 ++++++++++
 arch/arm/dts/r8a7790-u-boot.dtsi        | 13 +++++++++++++
 arch/arm/dts/r8a7791-koelsch-u-boot.dts | 10 ++++++++++
 arch/arm/dts/r8a7791-porter-u-boot.dts  | 10 ++++++++++
 arch/arm/dts/r8a7791-u-boot.dtsi        | 13 +++++++++++++
 arch/arm/dts/r8a7792-blanche-u-boot.dts | 10 ++++++++++
 arch/arm/dts/r8a7792-u-boot.dtsi        |  9 +++++++++
 arch/arm/dts/r8a7793-gose-u-boot.dts    | 10 ++++++++++
 arch/arm/dts/r8a7793-u-boot.dtsi        | 13 +++++++++++++
 arch/arm/dts/r8a7794-alt-u-boot.dts     | 10 ++++++++++
 arch/arm/dts/r8a7794-silk-u-boot.dts    | 10 ++++++++++
 arch/arm/dts/r8a7794-u-boot.dtsi        | 13 +++++++++++++
 12 files changed, 131 insertions(+)
 create mode 100644 arch/arm/dts/r8a7790-lager-u-boot.dts
 create mode 100644 arch/arm/dts/r8a7790-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a7791-koelsch-u-boot.dts
 create mode 100644 arch/arm/dts/r8a7791-porter-u-boot.dts
 create mode 100644 arch/arm/dts/r8a7791-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a7792-blanche-u-boot.dts
 create mode 100644 arch/arm/dts/r8a7792-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a7793-gose-u-boot.dts
 create mode 100644 arch/arm/dts/r8a7793-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a7794-alt-u-boot.dts
 create mode 100644 arch/arm/dts/r8a7794-silk-u-boot.dts
 create mode 100644 arch/arm/dts/r8a7794-u-boot.dtsi

diff --git a/arch/arm/dts/r8a7790-lager-u-boot.dts b/arch/arm/dts/r8a7790-lager-u-boot.dts
new file mode 100644
index 0000000000..a3f15777a6
--- /dev/null
+++ b/arch/arm/dts/r8a7790-lager-u-boot.dts
@@ -0,0 +1,10 @@
+/*
+ * Device Tree Source extras for U-Boot for the Lager board
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a7790-lager.dts"
+#include "r8a7790-u-boot.dtsi"
diff --git a/arch/arm/dts/r8a7790-u-boot.dtsi b/arch/arm/dts/r8a7790-u-boot.dtsi
new file mode 100644
index 0000000000..500d273c7a
--- /dev/null
+++ b/arch/arm/dts/r8a7790-u-boot.dtsi
@@ -0,0 +1,13 @@
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7790 SoC
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
+
+&usb_extal_clk {
+	u-boot,dm-pre-reloc;
+};
diff --git a/arch/arm/dts/r8a7791-koelsch-u-boot.dts b/arch/arm/dts/r8a7791-koelsch-u-boot.dts
new file mode 100644
index 0000000000..9de45bb52d
--- /dev/null
+++ b/arch/arm/dts/r8a7791-koelsch-u-boot.dts
@@ -0,0 +1,10 @@
+/*
+ * Device Tree Source extras for U-Boot for the Koelsch board
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a7791-koelsch.dts"
+#include "r8a7791-u-boot.dtsi"
diff --git a/arch/arm/dts/r8a7791-porter-u-boot.dts b/arch/arm/dts/r8a7791-porter-u-boot.dts
new file mode 100644
index 0000000000..987d0e4035
--- /dev/null
+++ b/arch/arm/dts/r8a7791-porter-u-boot.dts
@@ -0,0 +1,10 @@
+/*
+ * Device Tree Source extras for U-Boot for the Porter board
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a7791-porter.dts"
+#include "r8a7791-u-boot.dtsi"
diff --git a/arch/arm/dts/r8a7791-u-boot.dtsi b/arch/arm/dts/r8a7791-u-boot.dtsi
new file mode 100644
index 0000000000..06eb68bbdc
--- /dev/null
+++ b/arch/arm/dts/r8a7791-u-boot.dtsi
@@ -0,0 +1,13 @@
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7791 SoC
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
+
+&usb_extal_clk {
+	u-boot,dm-pre-reloc;
+};
diff --git a/arch/arm/dts/r8a7792-blanche-u-boot.dts b/arch/arm/dts/r8a7792-blanche-u-boot.dts
new file mode 100644
index 0000000000..7b94cd94b2
--- /dev/null
+++ b/arch/arm/dts/r8a7792-blanche-u-boot.dts
@@ -0,0 +1,10 @@
+/*
+ * Device Tree Source extras for U-Boot for the Blanche board
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a7792-blanche.dts"
+#include "r8a7792-u-boot.dtsi"
diff --git a/arch/arm/dts/r8a7792-u-boot.dtsi b/arch/arm/dts/r8a7792-u-boot.dtsi
new file mode 100644
index 0000000000..1775ed1fe7
--- /dev/null
+++ b/arch/arm/dts/r8a7792-u-boot.dtsi
@@ -0,0 +1,9 @@
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7792 SoC
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
diff --git a/arch/arm/dts/r8a7793-gose-u-boot.dts b/arch/arm/dts/r8a7793-gose-u-boot.dts
new file mode 100644
index 0000000000..0c16dde4c7
--- /dev/null
+++ b/arch/arm/dts/r8a7793-gose-u-boot.dts
@@ -0,0 +1,10 @@
+/*
+ * Device Tree Source extras for U-Boot for the Gose board
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a7793-gose.dts"
+#include "r8a7793-u-boot.dtsi"
diff --git a/arch/arm/dts/r8a7793-u-boot.dtsi b/arch/arm/dts/r8a7793-u-boot.dtsi
new file mode 100644
index 0000000000..1361c11efa
--- /dev/null
+++ b/arch/arm/dts/r8a7793-u-boot.dtsi
@@ -0,0 +1,13 @@
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7793 SoC
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
+
+&usb_extal_clk {
+	u-boot,dm-pre-reloc;
+};
diff --git a/arch/arm/dts/r8a7794-alt-u-boot.dts b/arch/arm/dts/r8a7794-alt-u-boot.dts
new file mode 100644
index 0000000000..8a14e46a7a
--- /dev/null
+++ b/arch/arm/dts/r8a7794-alt-u-boot.dts
@@ -0,0 +1,10 @@
+/*
+ * Device Tree Source extras for U-Boot for the Alt board
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a7794-alt.dts"
+#include "r8a7794-u-boot.dtsi"
diff --git a/arch/arm/dts/r8a7794-silk-u-boot.dts b/arch/arm/dts/r8a7794-silk-u-boot.dts
new file mode 100644
index 0000000000..435cbc1f65
--- /dev/null
+++ b/arch/arm/dts/r8a7794-silk-u-boot.dts
@@ -0,0 +1,10 @@
+/*
+ * Device Tree Source extras for U-Boot for the Silk board
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a7794-silk.dts"
+#include "r8a7794-u-boot.dtsi"
diff --git a/arch/arm/dts/r8a7794-u-boot.dtsi b/arch/arm/dts/r8a7794-u-boot.dtsi
new file mode 100644
index 0000000000..e8bdcc9f98
--- /dev/null
+++ b/arch/arm/dts/r8a7794-u-boot.dtsi
@@ -0,0 +1,13 @@
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7794 SoC
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
+
+&usb_extal_clk {
+	u-boot,dm-pre-reloc;
+};
-- 
2.15.1



More information about the U-Boot mailing list