change blue/user LED trigger from 'mmc1' to 'activity'

(mmc1 did not show any activity)
This commit is contained in:
Thorsten Maerz
2025-01-31 17:25:17 +01:00
committed by Igor
parent fa1168cc96
commit 0681dd2a0f
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@
user_led: led-1 {
label = "firefly:blue:user";
linux,default-trigger = "mmc1";
linux,default-trigger = "activity";
gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
default-state = "off";
mode = <0x05>;

View File

@@ -120,7 +120,7 @@ diff --git a/arch/arm/dts/rk3328-mksklipad50.dts b/arch/arm/dts/rk3328-mksklipad
+
+ user_led: led-1 {
+ label = "firefly:blue:user";
+ linux,default-trigger = "mmc1";
+ linux,default-trigger = "activity";
+ gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
+ default-state = "off";
+ mode = <0x05>;