|
|
@@ -0,0 +1,29 @@
|
|
|
+--- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
|
|
|
++++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
|
|
|
+@@ -15,6 +15,10 @@
|
|
|
+ ethernet0 = &gmac1;
|
|
|
+ mmc0 = &sdhci;
|
|
|
+ mmc1 = &sdmmc0;
|
|
|
++ led-boot = &led_blue;
|
|
|
++ led-failsafe = &led_blue;
|
|
|
++ led-running = &led_blue;
|
|
|
++ led-upgrade = &led_blue;
|
|
|
+ };
|
|
|
+
|
|
|
+ chosen: chosen {
|
|
|
+@@ -42,11 +46,11 @@
|
|
|
+ leds {
|
|
|
+ compatible = "gpio-leds";
|
|
|
+
|
|
|
+- led_user: led-0 {
|
|
|
+- gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>;
|
|
|
+- function = LED_FUNCTION_HEARTBEAT;
|
|
|
++ led_blue: led-0 {
|
|
|
+ color = <LED_COLOR_ID_BLUE>;
|
|
|
+- linux,default-trigger = "heartbeat";
|
|
|
++ default-state = "on";
|
|
|
++ function = LED_FUNCTION_HEARTBEAT;
|
|
|
++ gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&led_user_en>;
|
|
|
+ };
|