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

dt-bindings: align SPI NOR node name with dtschema

The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220407143405.295907-1-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Rob Herring
673283a3 081e8432

+3 -3
+1 -1
Documentation/devicetree/bindings/mtd/hisilicon,fmc-spi-nor.txt
··· 17 17 reg = <0x10000000 0x1000>, <0x14000000 0x1000000>; 18 18 reg-names = "control", "memory"; 19 19 clocks = <&clock HI3519_FMC_CLK>; 20 - spi-nor@0 { 20 + flash@0 { 21 21 compatible = "jedec,spi-nor"; 22 22 reg = <0>; 23 23 };
+1 -1
Documentation/devicetree/bindings/spi/spi-davinci.txt
··· 78 78 interrupts = <338>; 79 79 clocks = <&clkspi>; 80 80 81 - flash: n25q032@0 { 81 + flash: flash@0 { 82 82 #address-cells = <1>; 83 83 #size-cells = <1>; 84 84 compatible = "st,m25p32";
+1 -1
Documentation/devicetree/bindings/spi/spi-pl022.yaml
··· 143 143 <&dma_controller 24 0>; 144 144 dma-names = "rx", "tx"; 145 145 146 - m25p80@1 { 146 + flash@1 { 147 147 compatible = "st,m25p80"; 148 148 reg = <1>; 149 149 spi-max-frequency = <12000000>;