ramips: update leds & buttons dts description
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7621_beeline_smartbox-giga.dts
index f2a99a63a89db765a8f56ec883494ac6da11bf35..c1bf5c899b0a24bd737825e1364a38c1131311c8 100644 (file)
                compatible = "gpio-leds";
 
                led_status_green: led-0 {
-                       label = "green:status";
                        color = <LED_COLOR_ID_GREEN>;
                        function = LED_FUNCTION_STATUS;
                        gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
                };
 
                led-1 {
-                       label = "blue:wan";
                        color = <LED_COLOR_ID_BLUE>;
                        function = LED_FUNCTION_WAN;
                        gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
                };
 
                led_status_red: led-2 {
-                       label = "red:status";
                        color = <LED_COLOR_ID_RED>;
                        function = LED_FUNCTION_STATUS;
                        gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
@@ -47,7 +44,7 @@
        keys {
                compatible = "gpio-keys";
 
-               reset {
+               button-0 {
                        label = "reset";
                        gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;