diff options
| author | Ansuel Smith | 2021-11-04 21:37:23 +0000 |
|---|---|---|
| committer | Daniel Golle | 2022-03-27 15:16:07 +0000 |
| commit | af70a27b38f12464ca840940de623918913cf0e6 (patch) | |
| tree | 7620968db4d0c2a96cab8fa7c74f138df97f6c53 | |
| parent | e86dfd0a44b8dece1bee04f34762888ce92732a4 (diff) | |
| download | openwrt-af70a27b38f12464ca840940de623918913cf0e6.tar.gz | |
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>
| -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>; + |