diff mbox series

[U-Boot] ARM: dts: rmobile: Make PFC and RST available early on Gen2 only

Message ID 20180305114106.7007-1-marek.vasut+renesas@gmail.com
State Accepted
Commit 33ba5b3d1ddcf91cf1adcbba03eb6888211608ef
Delegated to: Marek Vasut
Headers show
Series [U-Boot] ARM: dts: rmobile: Make PFC and RST available early on Gen2 only | expand

Commit Message

Marek Vasut March 5, 2018, 11:41 a.m. UTC
These do not need to be available early on Gen3 , so move them to
the respective DT files.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
Note: The dtsi situation is starting to be a bit of a mess, so cleanup
	must be done after the release.
---
 arch/arm/dts/r8a7790-u-boot.dtsi | 8 ++++++++
 arch/arm/dts/r8a7791-u-boot.dtsi | 8 ++++++++
 arch/arm/dts/r8a7792-u-boot.dtsi | 8 ++++++++
 arch/arm/dts/r8a7793-u-boot.dtsi | 8 ++++++++
 arch/arm/dts/r8a7794-u-boot.dtsi | 8 ++++++++
 arch/arm/dts/r8a779x-u-boot.dtsi | 8 --------
 6 files changed, 40 insertions(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/r8a7790-u-boot.dtsi b/arch/arm/dts/r8a7790-u-boot.dtsi
index 500d273c7a..ec029e5721 100644
--- a/arch/arm/dts/r8a7790-u-boot.dtsi
+++ b/arch/arm/dts/r8a7790-u-boot.dtsi
@@ -11,3 +11,11 @@ 
 &usb_extal_clk {
 	u-boot,dm-pre-reloc;
 };
+
+&pfc {
+	u-boot,dm-pre-reloc;
+};
+
+&rst {
+	u-boot,dm-pre-reloc;
+};
diff --git a/arch/arm/dts/r8a7791-u-boot.dtsi b/arch/arm/dts/r8a7791-u-boot.dtsi
index 06eb68bbdc..0e1f9e1aea 100644
--- a/arch/arm/dts/r8a7791-u-boot.dtsi
+++ b/arch/arm/dts/r8a7791-u-boot.dtsi
@@ -11,3 +11,11 @@ 
 &usb_extal_clk {
 	u-boot,dm-pre-reloc;
 };
+
+&pfc {
+	u-boot,dm-pre-reloc;
+};
+
+&rst {
+	u-boot,dm-pre-reloc;
+};
diff --git a/arch/arm/dts/r8a7792-u-boot.dtsi b/arch/arm/dts/r8a7792-u-boot.dtsi
index 1775ed1fe7..e55e5fd9a5 100644
--- a/arch/arm/dts/r8a7792-u-boot.dtsi
+++ b/arch/arm/dts/r8a7792-u-boot.dtsi
@@ -7,3 +7,11 @@ 
  */
 
 #include "r8a779x-u-boot.dtsi"
+
+&pfc {
+	u-boot,dm-pre-reloc;
+};
+
+&rst {
+	u-boot,dm-pre-reloc;
+};
diff --git a/arch/arm/dts/r8a7793-u-boot.dtsi b/arch/arm/dts/r8a7793-u-boot.dtsi
index 1361c11efa..f27982ea4b 100644
--- a/arch/arm/dts/r8a7793-u-boot.dtsi
+++ b/arch/arm/dts/r8a7793-u-boot.dtsi
@@ -11,3 +11,11 @@ 
 &usb_extal_clk {
 	u-boot,dm-pre-reloc;
 };
+
+&pfc {
+	u-boot,dm-pre-reloc;
+};
+
+&rst {
+	u-boot,dm-pre-reloc;
+};
diff --git a/arch/arm/dts/r8a7794-u-boot.dtsi b/arch/arm/dts/r8a7794-u-boot.dtsi
index e8bdcc9f98..c11df0324c 100644
--- a/arch/arm/dts/r8a7794-u-boot.dtsi
+++ b/arch/arm/dts/r8a7794-u-boot.dtsi
@@ -11,3 +11,11 @@ 
 &usb_extal_clk {
 	u-boot,dm-pre-reloc;
 };
+
+&pfc {
+	u-boot,dm-pre-reloc;
+};
+
+&rst {
+	u-boot,dm-pre-reloc;
+};
diff --git a/arch/arm/dts/r8a779x-u-boot.dtsi b/arch/arm/dts/r8a779x-u-boot.dtsi
index f34cb942ed..0baac1d2c5 100644
--- a/arch/arm/dts/r8a779x-u-boot.dtsi
+++ b/arch/arm/dts/r8a779x-u-boot.dtsi
@@ -20,14 +20,6 @@ 
 	u-boot,dm-pre-reloc;
 };
 
-&pfc {
-	u-boot,dm-pre-reloc;
-};
-
 &prr {
 	u-boot,dm-pre-reloc;
 };
-
-&rst {
-	u-boot,dm-pre-reloc;
-};