]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
Merge branch 'lpc32xx/dts' of git://git.antcom.de/linux-2.6 into next/dt
authorOlof Johansson <olof@lixom.net>
Sat, 29 Sep 2012 21:26:35 +0000 (14:26 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 29 Sep 2012 21:26:35 +0000 (14:26 -0700)
From Roland Stigge. Pulling in one bugfix to the lpc32xx DT conversion.

* 'lpc32xx/dts' of git://git.antcom.de/linux-2.6:
  ARM: LPC32xx: LED fix in PHY3250 DTS file

arch/arm/boot/dts/phy3250.dts

index a7ad85e4b8f9cb2e261dd53ff0cae2f72fbddbfe..90fdbd77f2740f36c09a3daeaa359625107e8fe8 100644 (file)
        leds {
                compatible = "gpio-leds";
 
-               led0 {
-                       gpios = <&gpio 5 1 1>; /* GPO_P3 1, GPIO 80, active low */
-                       linux,default-trigger = "heartbeat";
+               led0 { /* red */
+                       gpios = <&gpio 5 1 0>; /* GPO_P3 1, GPIO 80, active high */
                        default-state = "off";
                };
 
-               led1 {
-                       gpios = <&gpio 5 14 1>; /* GPO_P3 14, GPIO 93, active low */
-                       linux,default-trigger = "timer";
-                       default-state = "off";
+               led1 { /* green */
+                       gpios = <&gpio 5 14 0>; /* GPO_P3 14, GPIO 93, active high */
+                       linux,default-trigger = "heartbeat";
                };
        };
 };