From: Fabio Baltieri Date: Thu, 30 May 2013 13:27:43 +0000 (+0200) Subject: ARM: ux500: Add DT regulators for ab8500-codec X-Git-Tag: next-20130617~16^2~19^2^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f99808a66990b8f2512925a02928ca8dd4ada401;p=karo-tx-linux.git ARM: ux500: Add DT regulators for ab8500-codec Add regulator DT bindings for the ab8500-codec driver. Signed-off-by: Fabio Baltieri Acked-by: Lee Jones Signed-off-by: Linus Walleij --- diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 27e7dafbc12c..a082f0ba1ddb 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -444,6 +444,11 @@ codec: ab8500-codec { compatible = "stericsson,ab8500-codec"; + V-AUD-supply = <&ab8500_ldo_audio_reg>; + V-AMIC1-supply = <&ab8500_ldo_anamic1_reg>; + V-AMIC2-supply = <&ab8500_ldo_anamic2_reg>; + V-DMIC-supply = <&ab8500_ldo_dmic_reg>; + stericsson,earpeice-cmv = <950>; /* Units in mV. */ };