diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-20 12:02:46 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2022-04-22 21:48:18 +0300 |
commit | 625f5c507994fd8ff9c70b2477902b0e3e1f355f (patch) | |
tree | 6ab564b1ffabfcfbebe8f94c3e8be936aa79c417 /arch/arm/boot/dts/keystone-k2e-evm.dts | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) | |
download | linux-625f5c507994fd8ff9c70b2477902b0e3e1f355f.tar.xz |
ARM: dts: keystone: 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>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Link: https://lore.kernel.org/r/20220420090247.73410-1-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2e-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2e-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2e-evm.dts b/arch/arm/boot/dts/keystone-k2e-evm.dts index 66fec5f5d081..8f49883a675e 100644 --- a/arch/arm/boot/dts/keystone-k2e-evm.dts +++ b/arch/arm/boot/dts/keystone-k2e-evm.dts @@ -137,7 +137,7 @@ }; &spi0 { - nor_flash: n25q128a11@0 { + nor_flash: flash@0 { #address-cells = <1>; #size-cells = <1>; compatible = "Micron,n25q128a11"; |