diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-17 03:33:05 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-18 23:10:46 +0900 |
commit | 6bf12eaea487188993634b48dc1e6aba2b885496 (patch) | |
tree | 444fa8759642218bdfe31f74e356df086d4ecfeb /arch/arm/dts/uniphier-ph1-ld11-ref.dts | |
parent | 5ac9dfbe9d9a19b04ddb306e7d6833861f9b6f72 (diff) | |
download | u-boot-imx-6bf12eaea487188993634b48dc1e6aba2b885496.zip u-boot-imx-6bf12eaea487188993634b48dc1e6aba2b885496.tar.gz u-boot-imx-6bf12eaea487188993634b48dc1e6aba2b885496.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-ld11-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-ld11-ref.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-ld11-ref.dts b/arch/arm/dts/uniphier-ph1-ld11-ref.dts index 4eb7664..ca31026 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; +}; |