소스 검색

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;
+};