diff options
-rw-r--r-- | target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1.dtsi b/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1.dtsi index 8f15d3f110..b3299a988f 100644 --- a/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1.dtsi +++ b/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1.dtsi @@ -9,7 +9,8 @@ compatible = "ubnt,ledbar"; reg = <0x30>; - enable-gpio = <&pio 59 0>; + enable-gpio = <&pio 59 GPIO_ACTIVE_LOW>; + reset-gpio = <&pio 60 GPIO_ACTIVE_LOW>; red { label = "red"; |