]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: at91/dt: at91sam9n12ek: fix the led labels name
authorJosh Wu <josh.wu@atmel.com>
Mon, 30 Mar 2015 10:40:22 +0000 (18:40 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 18 Sep 2015 13:00:54 +0000 (15:00 +0200)
Correct the led labels in at91sam9n12ek.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9n12ek.dts

index efa75064d38a62b4694d8704892bae6f4948f4fa..186a1705f8d3daa584fd24aafee2aabb629995b6 100644 (file)
                };
 
                d9 {
-                       label = "d6";
+                       label = "d9";
                        gpios = <&pioB 5 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "nand-disk";
                };
 
                d10 {
-                       label = "d7";
+                       label = "d10";
                        gpios = <&pioB 6 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
                };