浏览代码

ARM: dts: uniphier: include System Bus pin group node in SPL DT

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>
Masahiro Yamada 8 年之前
父节点
当前提交
6bf12eaea4
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      arch/arm/dts/uniphier-ph1-ld11-ref.dts
  2. 4 0
      arch/arm/dts/uniphier-ph1-ld20-ref.dts

+ 4 - 0
arch/arm/dts/uniphier-ph1-ld11-ref.dts

@@ -70,3 +70,7 @@
 &pinctrl_uart0 {
 	u-boot,dm-pre-reloc;
 };
+
+&pinctrl_system_bus {
+	u-boot,dm-pre-reloc;
+};

+ 4 - 0
arch/arm/dts/uniphier-ph1-ld20-ref.dts

@@ -58,3 +58,7 @@
 &pinctrl_uart0 {
 	u-boot,dm-pre-reloc;
 };
+
+&pinctrl_system_bus {
+	u-boot,dm-pre-reloc;
+};