]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
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 ea1119897682378e3fa442c5638ce1ca01043c82..7693bf27364a2cbc99b83972f342886dc02c9281 100644 (file)
@@ -71,7 +71,3 @@
 &pinctrl_uart0 {
        u-boot,dm-pre-reloc;
 };
-
-&pinctrl_system_bus {
-       u-boot,dm-pre-reloc;
-};
index 044e0007492c0b6206b2768d809103f6da381604..41ee07ebaba7ad16b530bda8e07690bf5d478956 100644 (file)
@@ -59,7 +59,3 @@
 &pinctrl_uart0 {
        u-boot,dm-pre-reloc;
 };
-
-&pinctrl_system_bus {
-       u-boot,dm-pre-reloc;
-};