dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Dmitry Eremin-Solenikov 2009-11-16 16:58:54 +03:00 committed by Kumar Gala
parent 1d88fd11a2
commit b387dfe902
1 changed files with 18 additions and 0 deletions

View File

@ -318,6 +318,24 @@
reg = <0x700 0x100>;
device_type = "ipic";
};
gpio-leds {
compatible = "gpio-leds";
green {
label = "Green";
gpios = <&pcf1 0 1>;
linux,default-trigger = "heartbeat";
};
yellow {
label = "Yellow";
gpios = <&pcf1 1 1>;
/* linux,default-trigger = "heartbeat"; */
default-state = "on";
};
};
};
pci0: pci@e0008500 {