[PATCH 4/5] powerpc/mpc85xx: Add Cyrus HDD LED
Darren Stevens
darren at stevens-zone.net
Fri May 8 07:15:50 AEST 2020
The Cyrus board has its HDD LED connected to a GPIO pin. Add a device
tree entry for this.
Signed-off-By: Darren Stevens <darren at stevens-zone.net>
---
arch/powerpc/boot/dts/fsl/cyrus_p5020.dts | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/powerpc/boot/dts/fsl/cyrus_p5020.dts
b/arch/powerpc/boot/dts/fsl/cyrus_p5020.dts index f0548fe..74c100f
100644 --- a/arch/powerpc/boot/dts/fsl/cyrus_p5020.dts
+++ b/arch/powerpc/boot/dts/fsl/cyrus_p5020.dts
@@ -83,6 +83,16 @@
gpios = <&gpio0 2 1>;
};
+ leds {
+ compatible = "gpio-leds";
+
+ hdd {
+ label = "Disk Activity";
+ gpios = <&gpio0 5 0>;
+ linux,default-trigger =
"disk-activity";
+ };
+ };
+
fman at 400000 {
mdio at e1120 {
phy3: ethernet-phy at 3 {
More information about the Linuxppc-dev
mailing list