]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ar71xx: fix power led default on for GL.iNet GL-USB150
authorKyson Lok <kysonlok@gmail.com>
Mon, 6 Aug 2018 10:13:51 +0000 (18:13 +0800)
committerKyson Lok <kysonlok@gmail.com>
Mon, 6 Aug 2018 10:14:13 +0000 (18:14 +0800)
target/linux/ar71xx/files/arch/mips/ath79/mach-gl-usb150.c

index 3b3ff661758fa0e880e946efcb0377bb400ed946..e63fc62bc0ca583a9268cdb7b22a6fc7831c0d1b 100644 (file)
@@ -37,7 +37,7 @@ static struct gpio_led gl_usb150_leds_gpio[] __initdata = {
        {
                .name           = "gl-usb150:green:power",
                .gpio           = GL_USB150_GPIO_LED_POWER,
-               .default_state  = LEDS_GPIO_DEFSTATE_KEEP,
+               .default_state  = LEDS_GPIO_DEFSTATE_ON,
                .active_low     = 0,
        }, {
                .name           = "gl-usb150:green:wlan",