diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-07 17:32:34 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-26 13:38:17 +0300 |
commit | 2f00bb4a69c770b7957b9b4621323c2f84fc6538 (patch) | |
tree | 946658fafb2a11b1131db4577221b005c43c5aed /arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts | |
parent | 402eb8ec54b36f8fc0649768c01abb57062d6f8b (diff) | |
download | linux-2f00bb4a69c770b7957b9b4621323c2f84fc6538.tar.xz |
arm64: dts: marvell: 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>
Link: https://lore.kernel.org/r/20220407143234.295426-2-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts b/arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts index dac85fa748de..74bed79e4f5e 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts +++ b/arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts @@ -185,7 +185,7 @@ &spi0 { status = "okay"; - spi-flash@0 { + flash@0 { #address-cells = <0x1>; #size-cells = <0x1>; compatible = "jedec,spi-nor"; |