rk3128 & rk3036 : change the led color when power up and down
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3128-box-rk88.dts
index ede13f97f3a3238a4f0d158bdacbdbdfc02e509e..498c747c2e759ab0669b8b428285605c31bb0eb8 100755 (executable)
        power-led {
                compatible = "gpio-leds";
                green {
-                       label = "standby";
-                       gpios = <&gpio0 GPIO_B0 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio0 GPIO_B0 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
                red {
-                       label = "normal";
-                       gpios = <&gpio0 GPIO_D2 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio0 GPIO_D2 GPIO_ACTIVE_HIGH>;
                        default-state = "on";
                };
        };