diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-07 16:33:28 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-04-26 15:07:44 +0200 |
commit | 27498967d65c6a7c5fec5f2e33be5d8e84a775fd (patch) | |
tree | 738f48ca4205e60cd16bd64ced96970d2643b64d /arch/mips/boot/dts/brcm/bcm97425svmb.dts | |
parent | MIPS: SGI-IP30: Free some unused memory (diff) | |
download | linux-27498967d65c6a7c5fec5f2e33be5d8e84a775fd.tar.xz linux-27498967d65c6a7c5fec5f2e33be5d8e84a775fd.zip |
MIPS: dts: 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: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97425svmb.dts')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm97425svmb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97425svmb.dts b/arch/mips/boot/dts/brcm/bcm97425svmb.dts index f38934934349..289a57b912ef 100644 --- a/arch/mips/boot/dts/brcm/bcm97425svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97425svmb.dts @@ -116,7 +116,7 @@ &qspi { status = "okay"; - m25p80@0 { + flash@0 { compatible = "m25p80"; reg = <0>; spi-max-frequency = <40000000>; |