Skip to content

Commit

Permalink
ARM: ux500: Add support for input/ponkey into the db8500's Device Tree
Browse files Browse the repository at this point in the history
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 4eda912 commit 12cb7bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/db8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,13 @@
vddadc-supply = <&ab8500_ldo_tvout_reg>;
};

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

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

Expand Down

0 comments on commit 12cb7bd

Please sign in to comment.