diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-12 23:44:57 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-23 08:37:56 +0900 |
commit | c276953885d0abd2e2452508e45455a69fc8ca37 (patch) | |
tree | 19b52bac1123b1722512fe549035fbbe91bd37e2 /arch/arm/dts/uniphier-ld20-ref.dts | |
parent | 7728f0c68d80ef6a22f76898db0d199531d56af1 (diff) |
ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl node
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>
Diffstat (limited to 'arch/arm/dts/uniphier-ld20-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ld20-ref.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/uniphier-ld20-ref.dts b/arch/arm/dts/uniphier-ld20-ref.dts index 044e000749..41ee07ebab 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; -}; |