From ee047edd2a4cda99d69480e8ccdfe2ec9d84b0bc Mon Sep 17 00:00:00 2001 From: Chukun Pan Date: Tue, 30 Jan 2024 23:25:27 +0800 Subject: qualcommax: AW1000: add qca8081 PHY LED configuration Since we can configure the PHY LED of the qca8081, add a configuration for this device. Signed-off-by: Chukun Pan Reviewed-by: Robert Marko --- .../files/arch/arm64/boot/dts/qcom/ipq8072-aw1000.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/linux/qualcommax/files') diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-aw1000.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-aw1000.dts index 10799d1986c..c85e9f1993a 100644 --- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-aw1000.dts +++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-aw1000.dts @@ -280,6 +280,19 @@ reg = <28>; reset-deassert-us = <10000>; reset-gpios = <&tlmm 64 GPIO_ACTIVE_LOW>; + + leds { + #address-cells = <1>; + #size-cells = <0>; + + led@2 { + reg = <2>; + active-low; + color = ; + function = LED_FUNCTION_WAN; + default-state = "keep"; + }; + }; }; }; -- cgit v1.2.3