diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-09 18:43:30 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-15 18:47:01 +0200 |
commit | 69f9cdc63319e5ccc210b30d1cec1dfda7096b04 (patch) | |
tree | 87929645679b06441cdc474bb9fd2a02425df4ac /arch/arm/boot/dts/uniphier-ld6b-ref.dts | |
parent | ARM: dts: uniphier use #include instead of /include/ (diff) | |
download | linux-69f9cdc63319e5ccc210b30d1cec1dfda7096b04.tar.xz linux-69f9cdc63319e5ccc210b30d1cec1dfda7096b04.zip |
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-ld6b-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld6b-ref.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ld6b-ref.dts index 6dbdc86225e9..2188d114d79b 100644 --- a/arch/arm/boot/dts/uniphier-ld6b-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld6b-ref.dts @@ -58,3 +58,7 @@ &i2c0 { status = "okay"; }; + +&nand { + status = "okay"; +}; |