ath79: Fix UBNT Unifi AC LEDs
authorPaul Wassi <p.wassi@gmx.at>
Sun, 30 Dec 2018 21:41:55 +0000 (22:41 +0100)
committerMathias Kresin <dev@kresin.me>
Mon, 31 Dec 2018 12:28:31 +0000 (13:28 +0100)
Both LEDs on these devices are ACTIVE_HIGH, change back to what
it is on ar71xx.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi

index ca216a25a11d1f3b196a79cefc155986e0c5d416..3ee43a6d4b082fe2c34786e4a3094c893c6c7f0c 100644 (file)
 
                wifi_ac {
                        label = "ubnt:white:dome";
-                       gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "phy0tpt";
                };
 
                wifi_n {
                        label = "ubnt:blue:dome";
-                       gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "phy1tpt";
                };