Skip to content

Commit

Permalink
ARM: ux500: Rename gpio_keys in the Device Tree file
Browse files Browse the repository at this point in the history
Ensure each button is individually identifiable by using
their correct unique given device names.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Lee Jones authored and Linus Walleij committed Apr 23, 2012
1 parent b55ac4e commit 3f3ed40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/snowball.dts
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@
debounce_interval = <50>;
wakeup = <1>;
linux,code = <3>;
label = "userpb";
label = "extkb1";
gpios = <&gpio4 23 0>;
};
button@3 {
debounce_interval = <50>;
wakeup = <1>;
linux,code = <4>;
label = "userpb";
label = "extkb2";
gpios = <&gpio4 24 0>;
};
button@4 {
debounce_interval = <50>;
wakeup = <1>;
linux,code = <5>;
label = "userpb";
label = "extkb3";
gpios = <&gpio5 1 0>;
};
button@5 {
debounce_interval = <50>;
wakeup = <1>;
linux,code = <6>;
label = "userpb";
label = "extkb4";
gpios = <&gpio5 2 0>;
};
};
Expand Down

0 comments on commit 3f3ed40

Please sign in to comment.