Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dmitry Eremin-Solenikov and committed by
Kumar Gala
b387dfe9 1d88fd11

+18
+18
arch/powerpc/boot/dts/mpc8349emitx.dts
··· 318 318 reg = <0x700 0x100>; 319 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 341 pci0: pci@e0008500 {