diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-11-04 22:37:23 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-03-27 16:16:07 +0100 |
commit | af70a27b38f12464ca840940de623918913cf0e6 (patch) | |
tree | 7620968db4d0c2a96cab8fa7c74f138df97f6c53 /target/linux | |
parent | e86dfd0a44b8dece1bee04f34762888ce92732a4 (diff) | |
download | upstream-af70a27b38f12464ca840940de623918913cf0e6.tar.gz upstream-af70a27b38f12464ca840940de623918913cf0e6.tar.bz2 upstream-af70a27b38f12464ca840940de623918913cf0e6.zip |
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@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/patches-5.10/083-ipq8064-dtsi-additions.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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@1ac00000 { ++ nand: nand-controller@1ac00000 { + compatible = "qcom,ipq806x-nand"; + reg = <0x1ac00000 0x800>; + |