diff options
| author | FUKAUMI Naoki | 2024-07-11 05:01:39 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-07-12 07:49:20 +0000 |
| commit | 88d9095ca50178f19e2cc11f12955a00c06119b5 (patch) | |
| tree | 4c13185c2a631791e3362d5bba38fcda2a57b389 | |
| parent | 04818d5857ae69350ad2e00dc57eade174f64422 (diff) | |
| download | openwrt-88d9095ca50178f19e2cc11f12955a00c06119b5.tar.gz | |
rockchip: stop "heartbeat" LED for Radxa CM3I(E25)
stop "heartbeat" which happens before OpenWrt controls LED. instead,
just turn LED on.
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link: https://github.com/openwrt/openwrt/pull/15913
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/rockchip/patches-6.6/112-radxa-e25-add-led-aliases-and-stop-heartbeat.patch (renamed from target/linux/rockchip/patches-6.6/112-radxa-e25-add-led-aliases.patch) | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/rockchip/patches-6.6/112-radxa-e25-add-led-aliases.patch b/target/linux/rockchip/patches-6.6/112-radxa-e25-add-led-aliases-and-stop-heartbeat.patch index 75038c7f39..6bcde5b8eb 100644 --- a/target/linux/rockchip/patches-6.6/112-radxa-e25-add-led-aliases.patch +++ b/target/linux/rockchip/patches-6.6/112-radxa-e25-add-led-aliases-and-stop-heartbeat.patch @@ -22,3 +22,14 @@ Signed-off-by: Marius Durbaca <mariusd84@gmail.com> }; pwm-leds { +--- a/arch/arm64/boot/dts/rockchip/rk3568-radxa-cm3i.dtsi ++++ b/arch/arm64/boot/dts/rockchip/rk3568-radxa-cm3i.dtsi +@@ -23,7 +23,7 @@ + gpios = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>; + function = LED_FUNCTION_HEARTBEAT; + color = <LED_COLOR_ID_GREEN>; +- linux,default-trigger = "heartbeat"; ++ default-state = "on"; + pinctrl-names = "default"; + pinctrl-0 = <&led_user_en>; + }; |