[openwrt/openwrt] ipq806x: backport nand raname to kernel 5.10

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 27 08:17:58 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/af70a27b38f12464ca840940de623918913cf0e6

commit af70a27b38f12464ca840940de623918913cf0e6
Author: Ansuel Smith <ansuelsmth at gmail.com>
AuthorDate: Thu Nov 4 22:37:23 2021 +0100

    ipq806x: backport nand raname to kernel 5.10
    
    Rename nand_controller to nand in kernel 5.10 to use the same dts across kernel version.
    
    Signed-off-by: Ansuel Smith <ansuelsmth at gmail.com>
---
 target/linux/ipq806x/patches-5.10/083-ipq8064-dtsi-additions.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/patches-5.10/083-ipq8064-dtsi-additions.patch b/target/linux/ipq806x/patches-5.10/083-ipq8064-dtsi-additions.patch
index 2667bd636e..e74e6ad55d 100644
--- a/target/linux/ipq806x/patches-5.10/083-ipq8064-dtsi-additions.patch
+++ b/target/linux/ipq806x/patches-5.10/083-ipq8064-dtsi-additions.patch
@@ -790,7 +790,7 @@
 +			status = "disabled";
 +		};
 +
-+		nand_controller: nand-controller at 1ac00000 {
++		nand: nand-controller at 1ac00000 {
 +			compatible = "qcom,ipq806x-nand";
 +			reg = <0x1ac00000 0x800>;
 +




More information about the lede-commits mailing list