Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <david@ixit.cz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211020204145.235050-1-david@ixit.cz

authored by

David Heidelberg and committed by
Bjorn Andersson
cda0cea3 1cd15986

+1 -1
+1 -1
arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
··· 172 172 173 173 cs-gpios = <&qcom_pinmux 20 GPIO_ACTIVE_HIGH>; 174 174 175 - norflash: s25fl016k@0 { 175 + norflash: flash@0 { 176 176 compatible = "jedec,spi-nor"; 177 177 #address-cells = <1>; 178 178 #size-cells = <1>;