Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303206
b: refs/heads/master
c: c0b133b
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones authored and Linus Walleij committed Apr 23, 2012
1 parent 18b10a8 commit 2913aa0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cfaa62de5f1fa5ded043ffeb00548082ed30712
refs/heads/master: c0b133bda1eb89f7ce737fc7c646fa68ec7b9f1a
18 changes: 18 additions & 0 deletions trunk/arch/arm/boot/dts/db8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
interrupts = <0 119 0x4>;
supports-sleepmode;
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <0>;
};

gpio1: gpio@8012e080 {
Expand All @@ -69,6 +71,8 @@
interrupts = <0 120 0x4>;
supports-sleepmode;
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <1>;
};

gpio2: gpio@8000e000 {
Expand All @@ -78,6 +82,8 @@
interrupts = <0 121 0x4>;
supports-sleepmode;
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <2>;
};

gpio3: gpio@8000e080 {
Expand All @@ -87,6 +93,8 @@
interrupts = <0 122 0x4>;
supports-sleepmode;
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <3>;
};

gpio4: gpio@8000e100 {
Expand All @@ -96,6 +104,8 @@
interrupts = <0 123 0x4>;
supports-sleepmode;
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <4>;
};

gpio5: gpio@8000e180 {
Expand All @@ -105,6 +115,8 @@
interrupts = <0 124 0x4>;
supports-sleepmode;
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <5>;
};

gpio6: gpio@8011e000 {
Expand All @@ -114,6 +126,8 @@
interrupts = <0 125 0x4>;
supports-sleepmode;
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <6>;
};

gpio7: gpio@8011e080 {
Expand All @@ -123,6 +137,8 @@
interrupts = <0 126 0x4>;
supports-sleepmode;
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <7>;
};

gpio8: gpio@a03fe000 {
Expand All @@ -132,6 +148,8 @@
interrupts = <0 127 0x4>;
supports-sleepmode;
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <8>;
};

usb@a03e0000 {
Expand Down
10 changes: 5 additions & 5 deletions trunk/arch/arm/boot/dts/snowball.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};

Expand Down

0 comments on commit 2913aa0

Please sign in to comment.