Skip to content

Commit

Permalink
ARM: ux500: Add a ab8500-gpadc node to the db8500 Device Tree
Browse files Browse the repository at this point in the history
This patch provides support for the ab8500-gpadc driver.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Lee Jones committed Jul 13, 2012
1 parent 7fd975f commit 4eda912
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/db8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,14 @@
reg = <5>; /* mailbox 5 is i2c */
interrupts = <0 40 0x4>;

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

ab8500-regulators {
compatible = "stericsson,ab8500-regulator";

Expand Down

0 comments on commit 4eda912

Please sign in to comment.