diff mbox

[U-Boot] ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl node

Message ID 1486910698-7008-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit c276953885d0abd2e2452508e45455a69fc8ca37
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada Feb. 12, 2017, 2:44 p.m. UTC
Since commit 26b09c022ab6 ("ARM: uniphier: move SBC and Support Card
init code to U-Boot proper"), SPL does not need pin-mux settings for
the System Bus.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/dts/uniphier-ld11-ref.dts | 4 ----
 arch/arm/dts/uniphier-ld20-ref.dts | 4 ----
 2 files changed, 8 deletions(-)

Comments

Masahiro Yamada Feb. 17, 2017, 2:33 a.m. UTC | #1
2017-02-12 23:44 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Since commit 26b09c022ab6 ("ARM: uniphier: move SBC and Support Card
> init code to U-Boot proper"), SPL does not need pin-mux settings for
> the System Bus.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to u-boot-uniphier.
diff mbox

Patch

diff --git a/arch/arm/dts/uniphier-ld11-ref.dts b/arch/arm/dts/uniphier-ld11-ref.dts
index ea11198..7693bf2 100644
--- a/arch/arm/dts/uniphier-ld11-ref.dts
+++ b/arch/arm/dts/uniphier-ld11-ref.dts
@@ -71,7 +71,3 @@ 
 &pinctrl_uart0 {
 	u-boot,dm-pre-reloc;
 };
-
-&pinctrl_system_bus {
-	u-boot,dm-pre-reloc;
-};
diff --git a/arch/arm/dts/uniphier-ld20-ref.dts b/arch/arm/dts/uniphier-ld20-ref.dts
index 044e000..41ee07e 100644
--- a/arch/arm/dts/uniphier-ld20-ref.dts
+++ b/arch/arm/dts/uniphier-ld20-ref.dts
@@ -59,7 +59,3 @@ 
 &pinctrl_uart0 {
 	u-boot,dm-pre-reloc;
 };
-
-&pinctrl_system_bus {
-	u-boot,dm-pre-reloc;
-};