aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-07-25 07:50:13 -0400
committerLee Jones <lee.jones@linaro.org>2012-09-20 06:32:38 -0400
commit9c06af30207276a0a4bcaf8aa57521095f440383 (patch)
tree62cfacb48652c12813086cbde35c3643e5e0a0d4 /arch/arm
parent65b67d33fbce920d7c502a146504fcbb2db99e40 (diff)
ARM: ux500: Add AB8500 CODEC node to DB8500 Device Tree
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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/dbx5x0.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index cbef6abbf907..f055902a9b7d 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -392,6 +392,12 @@
392 compatible = "stericsson,ab8500-debug"; 392 compatible = "stericsson,ab8500-debug";
393 }; 393 };
394 394
395 codec: ab8500-codec {
396 compatible = "stericsson,ab8500-codec";
397
398 stericsson,earpeice-cmv = <950>; /* Units in mV. */
399 };
400
395 ab8500-regulators { 401 ab8500-regulators {
396 compatible = "stericsson,ab8500-regulator"; 402 compatible = "stericsson,ab8500-regulator";
397 403