Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313347
b: refs/heads/master
c: 732973c
h: refs/heads/master
i:
  313345: 773a5ea
  313343: 63050c9
v: v3
  • Loading branch information
Lee Jones committed Jul 13, 2012
1 parent 02468e7 commit 94d00bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 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: 215891eca1c17aceb4cd8d598659fa86f0f33f8d
refs/heads/master: 732973c87fa48011d7f86230691686d53bf22548
24 changes: 13 additions & 11 deletions trunk/arch/arm/boot/dts/db8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -312,24 +312,26 @@
compatible = "stericsson,ab8500";
reg = <5>; /* mailbox 5 is i2c */
interrupts = <0 40 0x4>;
interrupt-controller;
#interrupt-cells = <2>;

ab8500-gpadc {
compatible = "stericsson,ab8500-gpadc";
interrupts = <0 32 0x4
0 39 0x4>;
interrupts = <32 0x4
39 0x4>;
interrupt-names = "HW_CONV_END", "SW_CONV_END";
vddadc-supply = <&ab8500_ldo_tvout_reg>;
};

ab8500-usb {
compatible = "stericsson,ab8500-usb";
interrupts = < 0 90 0x4
0 96 0x4
0 14 0x4
0 15 0x4
0 79 0x4
0 74 0x4
0 75 0x4>;
interrupts = < 90 0x4
96 0x4
14 0x4
15 0x4
79 0x4
74 0x4
75 0x4>;
interrupt-names = "ID_WAKEUP_R",
"ID_WAKEUP_F",
"VBUS_DET_F",
Expand All @@ -344,8 +346,8 @@

ab8500-ponkey {
compatible = "stericsson,ab8500-ponkey";
interrupts = <0 6 0x4
0 7 0x4>;
interrupts = <6 0x4
7 0x4>;
interrupt-names = "ONKEY_DBF", "ONKEY_DBR";
};

Expand Down

0 comments on commit 94d00bc

Please sign in to comment.