[PATCH v2 2/2] arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML
Vadym Kochan
vadym.kochan at plvision.eu
Sat Oct 22 01:26:26 PDT 2022
Marvell NAND controller has now YAML to validate it's DT bindings, so
change the node name of cp11x DTSI as it is required by nand-controller.yaml
Signed-off-by: Vadym Kochan <vadym.kochan at plvision.eu>
---
arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
index 7d0043824f2a..982b180b33e6 100644
--- a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
@@ -468,7 +468,7 @@
status = "disabled";
};
- CP11X_LABEL(nand_controller): nand at 720000 {
+ CP11X_LABEL(nand_controller): nand-controller at 720000 {
/*
* Due to the limitation of the pins available
* this controller is only usable on the CPM
--
2.17.1
More information about the linux-mtd
mailing list