Skip to content

Commit

Permalink
Merge tag 'renesas-dt-cleanups3-for-v3.19' of git://git.kernel.org/pu…
Browse files Browse the repository at this point in the history
…b/scm/linux/kernel/git/horms/renesas into next/dt

Pull "Third Round of Renesas ARM Based SoC DT Cleanups for v3.19" from Simon Horman:

* Use keyboard as gpio-keys node name

* tag 'renesas-dt-cleanups3-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: kzm9g-reference: Use keyboard as gpio-keys node name
  ARM: shmobile: koelsch: Use keyboard as gpio-keys node name
  ARM: shmobile: lager: Use keyboard as gpio-keys node name
  ARM: shmobile: armadillo800eva: Use keyboard as gpio-keys node name

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Nov 19, 2014
2 parents ba84c80 + 61f1fb4 commit a096c88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7740-armadillo800eva.dts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
regulator-boot-on;
};

gpio-keys {
keyboard {
compatible = "gpio-keys";

power-key {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7790-lager.dts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#size-cells = <1>;
};

gpio_keys {
keyboard {
compatible = "gpio-keys";

button@1 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7791-koelsch.dts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#size-cells = <1>;
};

gpio-keys {
keyboard {
compatible = "gpio-keys";

key-1 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
};
};

gpio-keys {
keyboard {
compatible = "gpio-keys";

back-key {
Expand Down

0 comments on commit a096c88

Please sign in to comment.