ramips: clean up useless dts partition labels
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7628an_tplink_re200.dtsi
index 633950f287f4a5b9d51685b67d9245dec5de628d..3e22273d3f7c433b060ceb1ea46caeb00c1fdaeb 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        aliases {
@@ -38,7 +39,8 @@
                compatible = "gpio-leds";
 
                wps {
-                       label = "green:wps";
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
                };
 
                };
 
                lan {
-                       label = "green:lan";
+                       function = LED_FUNCTION_LAN;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
                };
 
                led_power: power {
-                       label = "green:power";
-                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_GREEN>;
                };
 
                wifi2g_green {
                        gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
-
-               wifi2g_red {
-                       label = "red:wifi2g";
-                       gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
-               };
-
-               wifi5g_red {
-                       label = "red:wifi5g";
-                       gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
-               };
        };
 };
 
                                reg = <0x20000 0x7a0000>;
                        };
 
-                       config: partition@7c0000 {
+                       partition@7c0000 {
                                label = "config";
                                reg = <0x7c0000 0x30000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       macaddr_config_2008: macaddr@2008 {
+                                               compatible = "mac-base";
+                                               reg = <0x2008 0x6>;
+                                               #nvmem-cell-cells = <1>;
+                                       };
+                               };
                        };
 
-                       radio: partition@7f0000 {
+                       partition@7f0000 {
                                label = "radio";
                                reg = <0x7f0000 0x10000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       eeprom_radio_0: eeprom@0 {
+                                               reg = <0x0 0x400>;
+                                       };
+
+                                       eeprom_radio_8000: eeprom@8000 {
+                                               reg = <0x8000 0x200>;
+                                       };
+                               };
                        };
                };
        };
 };
 
 &ethernet {
-       mtd-mac-address = <&config 0x2008>;
+       nvmem-cells = <&macaddr_config_2008 0>;
+       nvmem-cell-names = "mac-address";
 };
 
 &wmac {
        status = "okay";
 
-       mediatek,mtd-eeprom = <&radio 0x0>;
-       mtd-mac-address = <&config 0x2008>;
-       mac-address-increment = <1>;
+       nvmem-cells = <&eeprom_radio_0>, <&macaddr_config_2008 1>;
+       nvmem-cell-names = "eeprom", "mac-address";
 };
 
 &pcie {
 &pcie0 {
        mt76@0,0 {
                reg = <0x0000 0 0 0 0>;
-               mediatek,mtd-eeprom = <&radio 0x8000>;
                ieee80211-freq-limit = <5000000 6000000>;
-               mtd-mac-address = <&config 0x2008>;
-               mac-address-increment = <2>;
+               nvmem-cells = <&eeprom_radio_8000>, <&macaddr_config_2008 2>;
+               nvmem-cell-names = "eeprom", "mac-address";
        };
 };