summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/brcm/bcm97360svmb.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-04-07 17:33:28 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-04-26 16:07:44 +0300
commit27498967d65c6a7c5fec5f2e33be5d8e84a775fd (patch)
tree738f48ca4205e60cd16bd64ced96970d2643b64d /arch/mips/boot/dts/brcm/bcm97360svmb.dts
parentfd27234f24ae11bd6a79234d9d30033152342085 (diff)
downloadlinux-27498967d65c6a7c5fec5f2e33be5d8e84a775fd.tar.xz
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/bcm97360svmb.dts')
-rw-r--r--arch/mips/boot/dts/brcm/bcm97360svmb.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97360svmb.dts b/arch/mips/boot/dts/brcm/bcm97360svmb.dts
index 01f215b08dba..c9b76f41e7a6 100644
--- a/arch/mips/boot/dts/brcm/bcm97360svmb.dts
+++ b/arch/mips/boot/dts/brcm/bcm97360svmb.dts
@@ -81,7 +81,7 @@
&qspi {
status = "okay";
- m25p80@0 {
+ flash@0 {
compatible = "m25p80";
reg = <0>;
spi-max-frequency = <40000000>;