Re: [PATCH 2/2] ARM: dts: imx25-pdk: Add audio support

Alexander Shiyan shc_work at mail.ru
Tue Mar 11 14:48:22 EDT 2014


Вторник, 11 марта 2014, 15:24 -03:00 от Fabio Estevam <fabio.estevam at freescale.com>:
> mx25pdk has a sgtl5000 codec connected to the I2C1 port.
> 
> Add support for it.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
>  arch/arm/boot/dts/imx25-pdk.dts | 76 +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 76 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25-pdk.dts
> index 7a6d21f..ca3fea5 100644
> --- a/arch/arm/boot/dts/imx25-pdk.dts
> +++ b/arch/arm/boot/dts/imx25-pdk.dts
> @@ -34,9 +34,48 @@
>  			gpio = <&gpio2 3 0>;
>  			enable-active-high;
>  		};
> +
> +		reg_2p5v: regulator at 1 {
> +			compatible = "regulator-fixed";
> +			reg = <1>;
> +			regulator-name = "2P5V";
> +			regulator-min-microvolt = <2500000>;
> +			regulator-max-microvolt = <2500000>;
> +			regulator-always-on;

"regulator-always-on" for fixed regulator without GPIO do nothing.

---


More information about the linux-arm-kernel mailing list