diff options
| author | Chukun Pan <amadeus@jmu.edu.cn> | 2024-01-30 23:25:27 +0800 |
|---|---|---|
| committer | Robert Marko <robimarko@gmail.com> | 2024-02-16 13:50:19 +0100 |
| commit | ee047edd2a4cda99d69480e8ccdfe2ec9d84b0bc (patch) | |
| tree | e1bb79fbdd43622bdbe7624ec5d1875113b7e018 /target/linux/qualcommax/files/arch | |
| parent | c38ffd45b91dc10f358d52a629341d2088485d10 (diff) | |
| download | upstream-ee047edd2a4cda99d69480e8ccdfe2ec9d84b0bc.tar.gz upstream-ee047edd2a4cda99d69480e8ccdfe2ec9d84b0bc.tar.bz2 upstream-ee047edd2a4cda99d69480e8ccdfe2ec9d84b0bc.zip | |
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 <amadeus@jmu.edu.cn>
Reviewed-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux/qualcommax/files/arch')
| -rw-r--r-- | target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-aw1000.dts | 13 |
1 files changed, 13 insertions, 0 deletions
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 = <LED_COLOR_ID_GREEN>; + function = LED_FUNCTION_WAN; + default-state = "keep"; + }; + }; }; }; |
