diff mbox series

[v3] arm64: dts: rockchip: give some life to the rk3328-roc-cc leds

Message ID 20190302231832.GA2471@X555LD (mailing list archive)
State New, archived
Headers show
Series [v3] arm64: dts: rockchip: give some life to the rk3328-roc-cc leds | expand

Commit Message

Leonidas P. Papadakos March 2, 2019, 11:18 p.m. UTC
Assign the LEDs to heartbeat and sdcard io, as in other RK boards.

https://github.com/armbian/build/commit/f1affad5c7be62d6e93832af3556c7609edd0858

Suggested-by: Juan Cano <j3cano@outlook.com>
Signed-off-by: Leonidas P. Papadakos <papadakospan@gmail.com>
---
v2: Don't specify disabled IR led for now
v3: Add Suggested-by tag
---
 .../arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Comments

Heiko Stuebner March 3, 2019, 1:58 p.m. UTC | #1
Am Sonntag, 3. März 2019, 00:18:33 CET schrieb Leonidas P. Papadakos:
> Assign the LEDs to heartbeat and sdcard io, as in other RK boards.
> 
> https://github.com/armbian/build/commit/f1affad5c7be62d6e93832af3556c7609edd0858
> 
> Suggested-by: Juan Cano <j3cano@outlook.com>
> Signed-off-by: Leonidas P. Papadakos <papadakospan@gmail.com>

applied for 5.2

Thanks
Heiko
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
index 33c44e857..171c377f8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
@@ -81,6 +81,25 @@ 
 		regulator-always-on;
 		regulator-boot-on;
 	};
+
+	leds {
+		compatible = "gpio-leds";
+		power {
+			label = "firefly:blue:power";
+			linux,default-trigger = "heartbeat";
+			gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
+			default-state = "on";
+			mode = <0x23>;
+		};
+
+		user {
+			label = "firefly:yellow:user";
+			linux,default-trigger = "mmc1";
+			gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
+			default-state = "off";
+			mode = <0x05>;
+		};
+	};
 };
 
 &cpu0 {