summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2017-03-05 18:22:34 +0100
committerTony Lindgren <tony@atomide.com>2017-03-22 09:09:16 -0700
commit836a0b0bb96d7a743c570b89e6655c0217062a42 (patch)
tree6435b7f557a5d2f38ae0c3e2dcb6f57adfba5fc7 /arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
parentd9bed1447988a10bff6101b95ab474ca06b6e33b (diff)
ARM: dts: motorola-cpcap-mapphone: add LEDs
Add LEDs. Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi')
-rw-r--r--arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
index 9970985e685b..e02982d69854 100644
--- a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
+++ b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
@@ -38,6 +38,36 @@
interrupts = <23 IRQ_TYPE_NONE>;
};
+
+ led_red: led-red {
+ compatible = "motorola,cpcap-led-red";
+ vdd-supply = <&sw5>;
+ label = "status-led:red";
+ };
+
+ led_green: led-green {
+ compatible = "motorola,cpcap-led-green";
+ vdd-supply = <&sw5>;
+ label = "status-led:green";
+ };
+
+ led_blue: led-blue {
+ compatible = "motorola,cpcap-led-blue";
+ vdd-supply = <&sw5>;
+ label = "status-led:blue";
+ };
+
+ led_adl: led-adl {
+ compatible = "motorola,cpcap-led-adl";
+ vdd-supply = <&sw5>;
+ label = "button-backlight";
+ };
+
+ led_cp: led-cp {
+ compatible = "motorola,cpcap-led-cp";
+ vdd-supply = <&sw5>;
+ label = "shift-key-light";
+ };
};
};