diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-03-28 16:09:16 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-28 19:06:43 +0300 |
commit | 21339f57e8ad8abc7923f91085e9d89eb5879725 (patch) | |
tree | 55950854da79623665c36130600a2bffded140b0 /arch/arm/boot/dts/am335x-baltos-ir3220.dts | |
parent | 80ba72efdffb246af57365f334f4ee743d061953 (diff) | |
download | linux-21339f57e8ad8abc7923f91085e9d89eb5879725.tar.xz |
ARM: dts: am335x-baltos: add LED support
All three devices provide GPIO based LEDs named power,
wlan and app.
Place LEDs definition into a separate dtsi file as not all
devices including am335x-baltos.dtsi have the same LED layout.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-baltos-ir3220.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-baltos-ir3220.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-baltos-ir3220.dts b/arch/arm/boot/dts/am335x-baltos-ir3220.dts index 19f53b8569e1..46df1b22022c 100644 --- a/arch/arm/boot/dts/am335x-baltos-ir3220.dts +++ b/arch/arm/boot/dts/am335x-baltos-ir3220.dts @@ -14,6 +14,7 @@ /dts-v1/; #include "am335x-baltos.dtsi" +#include "am335x-baltos-leds.dtsi" / { model = "OnRISC Baltos iR 3220"; |