Skip to content

Commit

Permalink
Give some life to Renegade LED's
Browse files Browse the repository at this point in the history
  • Loading branch information
JMCC authored and JMCC committed Jan 11, 2019
1 parent 30464f2 commit f1affad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patch/kernel/rockchip64-default/Add_dts_rk3328-roc-cc.patch
Original file line number Diff line number Diff line change
Expand Up @@ -539,15 +539,15 @@ index 0000000..457359c
+ compatible = "gpio-leds";
+ power {
+ label = "firefly:blue:power";
+ linux,default-trigger = "ir-power-click";
+ linux,default-trigger = "heartbeat";
+ gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
+ default-state = "on";
+ mode = <0x23>;
+ };
+
+ user {
+ label = "firefly:yellow:user";
+ linux,default-trigger = "ir-user-click";
+ linux,default-trigger = "mmc1";
+ gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
+ default-state = "off";
+ mode = <0x05>;
Expand Down

0 comments on commit f1affad

Please sign in to comment.