diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-11-16 08:58:54 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-12-09 16:15:54 -0500 |
commit | b387dfe902c352d5be4690a135412ece4868b531 (patch) | |
tree | c702716b04a302670206e088d5e4430f117ebcb5 /arch/powerpc/boot/dts/mpc8349emitx.dts | |
parent | 1d88fd11a2484b1bc0a36010781dc410446bef29 (diff) |
powerpc/83xx: mpc8349emitx - add leds-gpio binding
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitx.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index 346d1ba85ede..b53d1df11e2d 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
@@ -318,6 +318,24 @@ | |||
318 | reg = <0x700 0x100>; | 318 | reg = <0x700 0x100>; |
319 | device_type = "ipic"; | 319 | device_type = "ipic"; |
320 | }; | 320 | }; |
321 | |||
322 | gpio-leds { | ||
323 | compatible = "gpio-leds"; | ||
324 | |||
325 | green { | ||
326 | label = "Green"; | ||
327 | gpios = <&pcf1 0 1>; | ||
328 | linux,default-trigger = "heartbeat"; | ||
329 | }; | ||
330 | |||
331 | yellow { | ||
332 | label = "Yellow"; | ||
333 | gpios = <&pcf1 1 1>; | ||
334 | /* linux,default-trigger = "heartbeat"; */ | ||
335 | default-state = "on"; | ||
336 | }; | ||
337 | }; | ||
338 | |||
321 | }; | 339 | }; |
322 | 340 | ||
323 | pci0: pci@e0008500 { | 341 | pci0: pci@e0008500 { |