aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-06-21 20:02:25 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-06-26 00:08:06 +0900
commit53c580c1bdbd6332947fdfa6634b61048762b9b5 (patch)
treeb3554e90a7452fda3bee21e1ef131be0f34dfbfe /arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff)
arm64: dts: uniphier: update to new Denali NAND binding
With commit d8e8fd0ebf8b ("mtd: rawnand: denali: decouple controller and NAND chips"), the Denali NAND controller driver migrated to the new controller/chip representation. Update DT for it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts')
-rw-r--r--arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
index 1965e4dfe4a4..754315bbd1c8 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
+++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
@@ -115,4 +115,8 @@
&nand {
status = "okay";
+
+ nand@0 {
+ reg = <0>;
+ };
};