diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-20 11:02:46 +0200 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2022-04-22 20:48:18 +0200 |
commit | 625f5c507994fd8ff9c70b2477902b0e3e1f355f (patch) | |
tree | 6ab564b1ffabfcfbebe8f94c3e8be936aa79c417 /arch/arm/boot/dts/keystone-k2g-ice.dts | |
parent | Linux 5.18-rc1 (diff) | |
download | linux-625f5c507994fd8ff9c70b2477902b0e3e1f355f.tar.xz linux-625f5c507994fd8ff9c70b2477902b0e3e1f355f.zip |
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-k2g-ice.dts')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2g-ice.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2g-ice.dts b/arch/arm/boot/dts/keystone-k2g-ice.dts index 2a2d38cf0fff..bd84d7f0f2fe 100644 --- a/arch/arm/boot/dts/keystone-k2g-ice.dts +++ b/arch/arm/boot/dts/keystone-k2g-ice.dts @@ -325,7 +325,7 @@ cdns,rclk-en; status = "okay"; - flash0: m25p80@0 { + flash0: flash@0 { compatible = "s25fl256s1", "jedec,spi-nor"; reg = <0>; spi-tx-bus-width = <1>; |