Skip to content

Commit 201e419

Browse files
fschrempfShawn Guo
authored andcommitted
ARM: dts: imx6ul-kontron-sl-common: Fix QSPI NAND node name
Rename QSPI NAND node to 'flash@0' in order to fix the following dt-schema warning: spi-flash@0 (spi-nand): $nodename:0: 'spi-flash@0' does not match '^(flash|.*sram|nand)(@.*)?$' Signed-off-by: Frieder Schrempf <[email protected]> Reviewed-by: Frank Li <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 39abdc0 commit 201e419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/nxp/imx/imx6ul-kontron-sl-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
pinctrl-0 = <&pinctrl_qspi>;
8383
status = "okay";
8484

85-
spi-flash@0 {
85+
flash@0 {
8686
#address-cells = <1>;
8787
#size-cells = <1>;
8888
compatible = "spi-nand";

0 commit comments

Comments
 (0)