Skip to content

Commit

Permalink
ipq806x: backport nand raname to kernel 5.10
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ansuel authored and dangowrt committed Mar 27, 2022
1 parent e86dfd0 commit af70a27
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -790,7 +790,7 @@
+ status = "disabled";
+ };
+
+ nand_controller: nand-controller@1ac00000 {
+ nand: nand-controller@1ac00000 {
+ compatible = "qcom,ipq806x-nand";
+ reg = <0x1ac00000 0x800>;
+
Expand Down

0 comments on commit af70a27

Please sign in to comment.