From 88d9095ca50178f19e2cc11f12955a00c06119b5 Mon Sep 17 00:00:00 2001 From: FUKAUMI Naoki Date: Thu, 11 Jul 2024 14:01:39 +0900 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/15913 Signed-off-by: Robert Marko --- ...adxa-e25-add-led-aliases-and-stop-heartbeat.patch} | 11 +++++++++++ 1 file changed, 11 insertions(+) rename target/linux/rockchip/patches-6.6/{112-radxa-e25-add-led-aliases.patch => 112-radxa-e25-add-led-aliases-and-stop-heartbeat.patch} (61%) 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 similarity index 61% rename from target/linux/rockchip/patches-6.6/112-radxa-e25-add-led-aliases.patch rename to 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 }; 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 = ; +- linux,default-trigger = "heartbeat"; ++ default-state = "on"; + pinctrl-names = "default"; + pinctrl-0 = <&led_user_en>; + }; -- 2.30.2