mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
25 lines
801 B
Diff
25 lines
801 B
Diff
From 00c5b40d342565ece46d23b9e124a6ecade49afd Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Tue, 27 Sep 2022 15:14:13 +0200
|
|
Subject: [PATCH] arm64: dts: qcom: ipq6018: fix NAND node name
|
|
|
|
Per schema it should be nand-controller@79b0000 instead of nand@79b0000.
|
|
Fix it to match nand-controller.yaml requirements.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
@@ -348,7 +348,7 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
- qpic_nand: nand@79b0000 {
|
|
+ qpic_nand: nand-controller@79b0000 {
|
|
compatible = "qcom,ipq6018-nand";
|
|
reg = <0x0 0x079b0000 0x0 0x10000>;
|
|
#address-cells = <1>;
|