From: Magnus Sandin Date: Mon, 7 Oct 2024 20:39:38 +0000 (+0000) Subject: mediatek: ASUS TUF-AX6000: Add Green & Red LEDs X-Git-Tag: v24.10.0-rc1~410 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16632%2Fhead;p=thirdparty%2Fopenwrt.git mediatek: ASUS TUF-AX6000: Add Green & Red LEDs Beside the already existing control of the Blue cover LED, this will also add the Green and the Red cover LEDS available in the Asus TUF-AX6000. Signed-off-by: Magnus Sandin Link: https://github.com/openwrt/openwrt/pull/16632 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts b/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts index 891d56853b2..957d8deebb1 100644 --- a/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts +++ b/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts @@ -70,6 +70,16 @@ label = "blue:cover"; gpios = <&pio 20 GPIO_ACTIVE_HIGH>; }; + + cover-red { + label = "red:cover"; + gpios = <&pio 21 GPIO_ACTIVE_HIGH>; + }; + + cover-green { + label = "green:cover"; + gpios = <&pio 22 GPIO_ACTIVE_HIGH>; + }; }; reg_3p3v: regulator-3p3v {