af8f8b16bada0aa739641489272bfe9ed4756d73
[openwrt/openwrt.git] / target / linux / rockchip / patches-6.1 / 108-arm64-dts-rockchip-add-LED-configuration-to-Orange-P.patch
1 From b46a530d12ada422b9d5b2b97059e0d3ed950b40 Mon Sep 17 00:00:00 2001
2 From: Tianling Shen <cnsztl@gmail.com>
3 Date: Fri, 19 May 2023 12:38:04 +0800
4 Subject: [PATCH] arm64: dts: rockchip: add LED configuration to Orange Pi R1
5 Plus
6
7 Add the correct value for the RTL8153 LED configuration register to
8 match the blink behavior of the other port on the device.
9
10 Signed-off-by: Tianling Shen <cnsztl@gmail.com>
11 ---
12 arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts
16 +++ b/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts
17 @@ -365,6 +365,7 @@
18 rtl8153: device@2 {
19 compatible = "usbbda,8153";
20 reg = <2>;
21 + realtek,led-data = <0x87>;
22 };
23 };
24