Message ID | 20220820194804.3352415-10-andrew@lunn.ch |
---|---|
State | New |
Headers | show |
Series | Start converting MVEBU bindings to YAML | expand |
diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi index 362d2a6fbb54..122a6db6c001 100644 --- a/arch/arm/boot/dts/kirkwood.dtsi +++ b/arch/arm/boot/dts/kirkwood.dtsi @@ -42,7 +42,7 @@ MBUS_ID(0x03, 0x01) 0 0xf5000000 0x10000 /* crypto sram */ pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256 MiB memory space */ pcie-io-aperture = <0xf2000000 0x100000>; /* 1 MiB I/O space */ - nand: nand@12f { + nand: nand-controller@12f { #address-cells = <1>; #size-cells = <1>; cle = <0>;
Current convention is to use the name namd-controller. Now that the orion-nand controller binding has validation via YAML, fix the name. Signed-off-by: Andrew Lunn <andrew@lunn.ch> --- arch/arm/boot/dts/kirkwood.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)