Skip to content

Commit

Permalink
ARM: dts: imx27: Change nand node name to nand-controller
Browse files Browse the repository at this point in the history
Change i.MX27 nand node name from "nand" to "nand-controller" to
be compliant with yaml schema, it requires the nodename to be
"nand-controller".

Signed-off-by: Anson Huang <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
Anson-Huang authored and Shawn Guo committed Aug 22, 2020
1 parent e42fb04 commit 8da4716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx27.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
};
};

nfc: nand@d8000000 {
nfc: nand-controller@d8000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "fsl,imx27-nand";
Expand Down

0 comments on commit 8da4716

Please sign in to comment.