ramips: dts: fix incorrect flash reg property
[openwrt/staging/stintel.git] / target / linux / ramips / dts / mt7620a_aigale_ai-br100.dts
index 3a84a30c6175e89f99eb30d2f831f2c20529da02..a65654e78b60334577700f19e398d5b1e402475d 100644 (file)
@@ -52,9 +52,9 @@
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
-               reg = <0 0>;
+               reg = <0>;
                spi-max-frequency = <10000000>;
 
                partitions {
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&factory 0>;
+       ralink,mtd-eeprom = <&factory 0x0>;
 };