Skip to content

Commit

Permalink
ARM: ux500: Add AB8500 CODEC node to DB8500 Device Tree
Browse files Browse the repository at this point in the history
Ensure correct probing and pass though important configuration
options to the AB8500 CODEC driver when DT is enabled

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Lee Jones committed Sep 20, 2012
1 parent 65b67d3 commit 9c06af3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,12 @@
compatible = "stericsson,ab8500-debug";
};

codec: ab8500-codec {
compatible = "stericsson,ab8500-codec";

stericsson,earpeice-cmv = <950>; /* Units in mV. */
};

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

Expand Down

0 comments on commit 9c06af3

Please sign in to comment.