summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Belisko2012-10-01 22:46:09 +0200
committerNicolas Ferre2012-10-24 18:08:47 +0200
commitb6edfbeacd5804038ea7ea8821a83ad704c107cc (patch)
treee29ec2139eb29c3714e95d0f5b7eee1076c12e65
parentARM: at91: fix external interrupt specification in board code (diff)
downloadkernel-qcow2-linux-b6edfbeacd5804038ea7ea8821a83ad704c107cc.tar.gz
kernel-qcow2-linux-b6edfbeacd5804038ea7ea8821a83ad704c107cc.tar.xz
kernel-qcow2-linux-b6edfbeacd5804038ea7ea8821a83ad704c107cc.zip
ARM: at91/dts: at91sam9g20ek_common: Fix typos in buttons labels.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-rw-r--r--arch/arm/boot/dts/at91sam9g20ek_common.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
index b06c0db273b1..e6391a4e6649 100644
--- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
+++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
@@ -126,14 +126,14 @@
#size-cells = <0>;
btn3 {
- label = "Buttin 3";
+ label = "Button 3";
gpios = <&pioA 30 1>;
linux,code = <0x103>;
gpio-key,wakeup;
};
btn4 {
- label = "Buttin 4";
+ label = "Button 4";
gpios = <&pioA 31 1>;
linux,code = <0x104>;
gpio-key,wakeup;