From: FUKAUMI Naoki Date: Thu, 11 Jul 2024 05:01:39 +0000 (+0900) Subject: rockchip: stop "heartbeat" LED for Radxa CM3I(E25) X-Git-Tag: v24.10.0-rc1~1229 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15913%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- 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 75038c7f39f..6bcde5b8ebe 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>; + };