ramips: clean up useless dts partition labels
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_ubnt_usw-flex.dts
index ff328bd858b397b3a6e4ec09710dd9b227a75146..0d6d50022292f1e8cee085e5e651e3611c7ab72b 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        model = "Ubiquiti UniFi Switch Flex";
                compatible = "gpio-leds";
 
                led_blue: status_blue {
-                       label = "blue:status";
+                       function = LED_FUNCTION_STATUS;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
                };
 
                led_white: status_white {
-                       label = "white:status";
+                       function = LED_FUNCTION_STATUS;
+                       color = <LED_COLOR_ID_WHITE>;
                        gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;
                };
        };
                                read-only;
                        };
 
-                       part_eeprom: partition@80000 {
-                               compatible = "nvmem-cells";
-
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-
+                       partition@80000 {
                                label = "eeprom";
                                reg = <0x80000 0x10000>;
                                read-only;
 
-                               macaddr_eeprom: macaddr@0 {
-                                       reg = <0x0 0x6>;
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       macaddr_eeprom: macaddr@0 {
+                                               reg = <0x0 0x6>;
+                                       };
                                };
                        };