mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
e8e7b3c106
This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. See: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html for the original discussion. Signed-off-by: Robert Marko <robimarko@gmail.com>
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From 8857b0ab6a562c473c5bded0efda9390b82a84d4 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Tue, 27 Sep 2022 22:12:17 +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>
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/20220927201218.1264506-1-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>;
|