summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/snowball.dts
diff options
context:
space:
mode:
authorLee Jones2012-04-13 16:05:05 +0200
committerLinus Walleij2012-04-23 14:51:57 +0200
commitc0b133bda1eb89f7ce737fc7c646fa68ec7b9f1a (patch)
treed5d346526f23e0060c210b7e92c4d91c7a163a96 /arch/arm/boot/dts/snowball.dts
parentARM: ux500: Enable the external bus with Device Tree (diff)
downloadkernel-qcow2-linux-c0b133bda1eb89f7ce737fc7c646fa68ec7b9f1a.tar.gz
kernel-qcow2-linux-c0b133bda1eb89f7ce737fc7c646fa68ec7b9f1a.tar.xz
kernel-qcow2-linux-c0b133bda1eb89f7ce737fc7c646fa68ec7b9f1a.zip
drivers/gpio: gpio-nomadik: Device Tree bindings
This creates Device Tree bindings for the Nomadik GPIO driver. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Lee Jones <lee.jones@linaro.org> [Split off from the patch actually implementing the bindings] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/snowball.dts')
-rw-r--r--arch/arm/boot/dts/snowball.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
index 359c6d679156..738959de2a1d 100644
--- a/arch/arm/boot/dts/snowball.dts
+++ b/arch/arm/boot/dts/snowball.dts
@@ -30,35 +30,35 @@
wakeup = <1>;
linux,code = <2>;
label = "userpb";
- gpios = <&gpio1 0>;
+ gpios = <&gpio1 0 0>;
};
button@2 {
debounce_interval = <50>;
wakeup = <1>;
linux,code = <3>;
label = "userpb";
- gpios = <&gpio4 23>;
+ gpios = <&gpio4 23 0>;
};
button@3 {
debounce_interval = <50>;
wakeup = <1>;
linux,code = <4>;
label = "userpb";
- gpios = <&gpio4 23>;
+ gpios = <&gpio4 24 0>;
};
button@4 {
debounce_interval = <50>;
wakeup = <1>;
linux,code = <5>;
label = "userpb";
- gpios = <&gpio5 1>;
+ gpios = <&gpio5 1 0>;
};
button@5 {
debounce_interval = <50>;
wakeup = <1>;
linux,code = <6>;
label = "userpb";
- gpios = <&gpio5 2>;
+ gpios = <&gpio5 2 0>;
};
};