Skip to content

Commit cda0cea

Browse files
okiasandersson
authored andcommitted
ARM: dts: qcom: fix flash node naming for RB3011
rename node to comply with dt-schema Fix warning: arch/arm/boot/dts/qcom-ipq8064-rb3011.dt.yaml: s25fl016k@0: $nodename:0: 's25fl016k@0' does not match '^flash(@.*)?$' From schema: Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml Signed-off-by: David Heidelberg <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1cd1598 commit cda0cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/qcom-ipq8064-rb3011.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
cs-gpios = <&qcom_pinmux 20 GPIO_ACTIVE_HIGH>;
174174

175-
norflash: s25fl016k@0 {
175+
norflash: flash@0 {
176176
compatible = "jedec,spi-nor";
177177
#address-cells = <1>;
178178
#size-cells = <1>;

0 commit comments

Comments
 (0)