diff options
| author | Masahiro Yamada <[email protected]> | 2016-09-17 03:33:05 +0900 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2016-09-18 23:10:46 +0900 |
| commit | 6bf12eaea487188993634b48dc1e6aba2b885496 (patch) | |
| tree | 444fa8759642218bdfe31f74e356df086d4ecfeb | |
| parent | 5ac9dfbe9d9a19b04ddb306e7d6833861f9b6f72 (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/uniphier-ph1-ld11-ref.dts | 4 | ||||
| -rw-r--r-- | arch/arm/dts/uniphier-ph1-ld20-ref.dts | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-ld11-ref.dts b/arch/arm/dts/uniphier-ph1-ld11-ref.dts index 4eb7664a9e4..ca310267380 100644 --- a/arch/arm/dts/uniphier-ph1-ld11-ref.dts +++ b/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; +}; diff --git a/arch/arm/dts/uniphier-ph1-ld20-ref.dts b/arch/arm/dts/uniphier-ph1-ld20-ref.dts index 90c8705fffa..e4e8d767490 100644 --- a/arch/arm/dts/uniphier-ph1-ld20-ref.dts +++ b/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; +}; |
