diff options
author | Roland Stigge <stigge@antcom.de> | 2012-09-25 04:11:41 -0400 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-09-25 04:11:41 -0400 |
commit | 07c7e12ca7e32e942d2c42dd67329c5fc3886b07 (patch) | |
tree | 600cbed013043a1b30d20784b132bb1d4a8bd0ed | |
parent | 25b3ab6c7e39e42245d98c27d25d9902baec7b65 (diff) |
ARM: LPC32xx: LED fix in PHY3250 DTS file
This patch adjusts the PHY3250 board file to the actual LED configuration
(active high, default-state and trigger configuration).
Signed-off-by: Roland Stigge <stigge@antcom.de>
-rw-r--r-- | arch/arm/boot/dts/phy3250.dts | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/phy3250.dts b/arch/arm/boot/dts/phy3250.dts index a7ad85e4b8f9..90fdbd77f274 100644 --- a/arch/arm/boot/dts/phy3250.dts +++ b/arch/arm/boot/dts/phy3250.dts | |||
@@ -189,16 +189,14 @@ | |||
189 | leds { | 189 | leds { |
190 | compatible = "gpio-leds"; | 190 | compatible = "gpio-leds"; |
191 | 191 | ||
192 | led0 { | 192 | led0 { /* red */ |
193 | gpios = <&gpio 5 1 1>; /* GPO_P3 1, GPIO 80, active low */ | 193 | gpios = <&gpio 5 1 0>; /* GPO_P3 1, GPIO 80, active high */ |
194 | linux,default-trigger = "heartbeat"; | ||
195 | default-state = "off"; | 194 | default-state = "off"; |
196 | }; | 195 | }; |
197 | 196 | ||
198 | led1 { | 197 | led1 { /* green */ |
199 | gpios = <&gpio 5 14 1>; /* GPO_P3 14, GPIO 93, active low */ | 198 | gpios = <&gpio 5 14 0>; /* GPO_P3 14, GPIO 93, active high */ |
200 | linux,default-trigger = "timer"; | 199 | linux,default-trigger = "heartbeat"; |
201 | default-state = "off"; | ||
202 | }; | 200 | }; |
203 | }; | 201 | }; |
204 | }; | 202 | }; |