Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342303
b: refs/heads/master
c: 9eb6102
h: refs/heads/master
i:
  342301: 3695b01
  342299: dff69ae
  342295: 5175f38
  342287: 6d1ccdc
  342271: 70e9c8a
v: v3
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Nov 20, 2012
1 parent ac1fb5a commit 7d4b28b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e92501263c03144a553327ac95cf9a760a6661bc
refs/heads/master: 9eb61020a08d8269c2bc9454f7baf42e00b01c87
33 changes: 33 additions & 0 deletions trunk/arch/arm/boot/dts/exynos4210-trats.dts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,39 @@
status = "okay";
};

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

vol-down-key {
gpios = <&gpx2 1 1>;
linux,code = <114>;
label = "volume down";
debounce-interval = <10>;
};

vol-up-key {
gpios = <&gpx2 0 1>;
linux,code = <115>;
label = "volume up";
debounce-interval = <10>;
};

power-key {
gpios = <&gpx2 7 1>;
linux,code = <116>;
label = "power";
debounce-interval = <10>;
gpio-key,wakeup;
};

ok-key {
gpios = <&gpx3 5 1>;
linux,code = <352>;
label = "ok";
debounce-interval = <10>;
};
};

i2c@138B0000 {
samsung,i2c-sda-delay = <100>;
samsung,i2c-slave-addr = <0x10>;
Expand Down

0 comments on commit 7d4b28b

Please sign in to comment.