diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-09 19:43:30 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-15 19:47:01 +0300 |
commit | 69f9cdc63319e5ccc210b30d1cec1dfda7096b04 (patch) | |
tree | 87929645679b06441cdc474bb9fd2a02425df4ac /arch/arm/boot/dts/uniphier-sld8-ref.dts | |
parent | ed8bc76bec988b04b23a452470790bef71426c32 (diff) | |
download | linux-69f9cdc63319e5ccc210b30d1cec1dfda7096b04.tar.xz |
ARM: dts: uniphier: add Denali NAND controller node
Add NAND controller node to LD4, Pro4, sLD8, Pro5, and PXs2.
Set up pinctrl to enable 2 chip select lines except Pro4. The CS1
for Pro4 is multiplexed with other peripherals such as UART2, so
I did not enable it.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-sld8-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-sld8-ref.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-sld8-ref.dts b/arch/arm/boot/dts/uniphier-sld8-ref.dts index 394f5df62eda..5accd3cc76e4 100644 --- a/arch/arm/boot/dts/uniphier-sld8-ref.dts +++ b/arch/arm/boot/dts/uniphier-sld8-ref.dts @@ -68,3 +68,7 @@ &usb2 { status = "okay"; }; + +&nand { + status = "okay"; +}; |