]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
ARM: dts: uniphier: include System Bus pin group node in SPL DT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 16 Sep 2016 18:33:05 +0000 (03:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 18 Sep 2016 14:10:46 +0000 (23:10 +0900)
This will be needed for setting up the System Bus pin-mux via the
LD11/LD20 pinctrl driver.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/dts/uniphier-ph1-ld11-ref.dts
arch/arm/dts/uniphier-ph1-ld20-ref.dts

index 4eb7664a9e4d93dea477214aa1566810b9373734..ca310267380431e3b704ee8637c15a9614c6f5ab 100644 (file)
@@ -70,3 +70,7 @@
 &pinctrl_uart0 {
        u-boot,dm-pre-reloc;
 };
+
+&pinctrl_system_bus {
+       u-boot,dm-pre-reloc;
+};
index 90c8705fffadf1735aa6566e5629a929d9a3c534..e4e8d7674900c0255dc11a5ca45d65981598d931 100644 (file)
@@ -58,3 +58,7 @@
 &pinctrl_uart0 {
        u-boot,dm-pre-reloc;
 };
+
+&pinctrl_system_bus {
+       u-boot,dm-pre-reloc;
+};