summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/uniphier-ld6b-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-08-10 01:43:30 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-08-16 01:47:01 +0900
commit69f9cdc63319e5ccc210b30d1cec1dfda7096b04 (patch)
tree87929645679b06441cdc474bb9fd2a02425df4ac /arch/arm/boot/dts/uniphier-ld6b-ref.dts
parented8bc76bec988b04b23a452470790bef71426c32 (diff)
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.dts4
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";
+};