diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-17 03:33:00 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-18 23:10:29 +0900 |
commit | 4475c0ca5f40a10b0e3d1cea15b6d36e53d17a74 (patch) | |
tree | 5fd91fc3acc40709691dab2d85d1d3081ac932ed /arch/arm/dts/uniphier-ph1-sld3-ref.dts | |
parent | 24572db90964fa93b721343ac405ee87f2c5ce2b (diff) | |
download | u-boot-imx-4475c0ca5f40a10b0e3d1cea15b6d36e53d17a74.zip u-boot-imx-4475c0ca5f40a10b0e3d1cea15b6d36e53d17a74.tar.gz u-boot-imx-4475c0ca5f40a10b0e3d1cea15b6d36e53d17a74.tar.bz2 |
ARM: dts: uniphier: add pinctrl device node and pinctrl properties
DT-side updates to make pinctrl on sLD3 SoC really available.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-sld3-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-sld3-ref.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld3-ref.dts b/arch/arm/dts/uniphier-ph1-sld3-ref.dts index 0863588..f3e76b3 100644 --- a/arch/arm/dts/uniphier-ph1-sld3-ref.dts +++ b/arch/arm/dts/uniphier-ph1-sld3-ref.dts @@ -93,3 +93,11 @@ &emmc { u-boot,dm-pre-reloc; }; + +&pinctrl_uart0 { + u-boot,dm-pre-reloc; +}; + +&pinctrl_emmc { + u-boot,dm-pre-reloc; +}; |