diff options
author | Josh Wu <josh.wu@atmel.com> | 2015-03-30 13:40:22 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-09-18 16:00:54 +0300 |
commit | 7b6521f112afcbb6555cf119c2eefb21dee5eae8 (patch) | |
tree | 7a4ba3b41a7a18bdc9a91a52bbfbb75c3e2016b3 /arch/arm/boot/dts/at91sam9n12ek.dts | |
parent | d1a9c24ad16ab2b26f1574bc3f2c165a7beff5df (diff) | |
download | linux-7b6521f112afcbb6555cf119c2eefb21dee5eae8.tar.xz |
ARM: at91/dt: at91sam9n12ek: fix the led labels name
Correct the led labels in at91sam9n12ek.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12ek.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index efa75064d38a..186a1705f8d3 100644 --- a/arch/arm/boot/dts/at91sam9n12ek.dts +++ b/arch/arm/boot/dts/at91sam9n12ek.dts @@ -204,13 +204,13 @@ }; 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"; }; |