ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 12 Feb 2017 14:44:57 +0000 (23:44 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Feb 2017 23:37:56 +0000 (08:37 +0900)
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
arch/arm/dts/uniphier-ld20-ref.dts

index ea11198..7693bf2 100644 (file)
@@ -71,7 +71,3 @@
 &pinctrl_uart0 {
        u-boot,dm-pre-reloc;
 };
-
-&pinctrl_system_bus {
-       u-boot,dm-pre-reloc;
-};
index 044e000..41ee07e 100644 (file)
@@ -59,7 +59,3 @@
 &pinctrl_uart0 {
        u-boot,dm-pre-reloc;
 };
-
-&pinctrl_system_bus {
-       u-boot,dm-pre-reloc;
-};