Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342171
b: refs/heads/master
c: 6b8db13
h: refs/heads/master
i:
  342169: 0b2e2ef
  342167: 061ba59
v: v3
  • Loading branch information
Lee Jones committed Nov 1, 2012
1 parent 66fa21d commit d80dd91
Show file tree
Hide file tree
Showing 4 changed files with 24 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: dd06fafffbd8c8267e5cf945ddc318045e7682db
refs/heads/master: 6b8db1326a67440e23f668f0e2b258e5e4127b82
11 changes: 11 additions & 0 deletions trunk/arch/arm/boot/dts/href.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
reg = <0x00000000 0x20000000>;
};

gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;

button@1 {
linux,code = <11>;
label = "SFH7741 Proximity Sensor";
};
};

soc-u9500 {
uart@80120000 {
status = "okay";
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/hrefprev60.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
model = "ST-Ericsson HREF (pre-v60) platform with Device Tree";
compatible = "st-ericsson,mop500";

gpio_keys {
button@1 {
gpios = <&tc3589x_gpio 7 0x4>;
};
};

soc-u9500 {
i2c@80004000 {
tps61052@33 {
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/hrefv60plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@
/ {
model = "ST-Ericsson HREF (v60+) platform with Device Tree";
compatible = "st-ericsson,hrefv60+";

gpio_keys {
button@1 {
gpios = <&gpio6 25 0x4>;
};
};
};

0 comments on commit d80dd91

Please sign in to comment.