diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-07 17:34:05 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-04-07 22:03:06 +0300 |
commit | 673283a3be1718a58ab9ff7762ef4ec6bcf505c4 (patch) | |
tree | 65646e2c0ee8aa80212c188ac2c970a3cab6fded /Documentation/devicetree/bindings/spi/spi-davinci.txt | |
parent | 081e8432adb192dd61a346eb23d3c415acb2fcaf (diff) | |
download | linux-673283a3be1718a58ab9ff7762ef4ec6bcf505c4.tar.xz |
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
Diffstat (limited to 'Documentation/devicetree/bindings/spi/spi-davinci.txt')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-davinci.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-davinci.txt b/Documentation/devicetree/bindings/spi/spi-davinci.txt index 200c7fc7b089..f012888656ec 100644 --- a/Documentation/devicetree/bindings/spi/spi-davinci.txt +++ b/Documentation/devicetree/bindings/spi/spi-davinci.txt @@ -78,7 +78,7 @@ spi0:spi@20bf0000 { interrupts = <338>; clocks = <&clkspi>; - flash: n25q032@0 { + flash: flash@0 { #address-cells = <1>; #size-cells = <1>; compatible = "st,m25p32"; |