mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
ARM: dts: imx31: Use nand-controller as node name
According to mxc-nand.yaml, the correct node name must be 'nand-controller'. Change it accordingly to fix the following dt-schema warning: $nodename:0: 'nand@b8000000' does not match '^nand-controller(@.*)?' Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
41e478801c
commit
a1ea2f97e7
|
|
@ -340,7 +340,7 @@ emi@b8000000 { /* External Memory Interface */
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
nfc: nand@b8000000 {
|
||||
nfc: nand-controller@b8000000 {
|
||||
compatible = "fsl,imx31-nand", "fsl,imx27-nand";
|
||||
reg = <0xb8000000 0x1000>;
|
||||
interrupts = <33>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user