[PATCH 6/9] ARM: dtsi: imx6qdl-sabresd: Add WM8962 CODEC support
Shawn Guo
shawn.guo at linaro.org
Fri Jun 14 02:21:49 EDT 2013
On Thu, Jun 13, 2013 at 07:51:01PM +0800, Nicolin Chen wrote:
> Add WM8962 CODEC support and enable its parent I2C bus.
>
> Signed-off-by: Nicolin Chen <b42378 at freescale.com>
> ---
> arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 29 +++++++++++++++++++++++++++++
> 1 files changed, 29 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> index 13af158..4ee2413 100644
> --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> @@ -92,3 +92,32 @@
> wp-gpios = <&gpio2 1 0>;
> status = "okay";
> };
> +
> +&i2c1 {
The node should be sorted in label name, so I moved it to right after
"&fec".
> + status = "okay";
We generally have it as the last property of a node, so I moved
it to ...
> + clock-frequency = <100000>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_i2c1_2>;
... here.
> +
> + codec: wm8962 at 1a {
> + compatible = "wlf,wm8962";
> + reg = <0x1a>;
> + clocks = <&clks 169>;
> + DCVDD-supply = <®_audio>; /* 1.8v */
> + DBVDD-supply = <®_audio>; /* 1.8v */
> + AVDD-supply = <®_audio>; /* 1.8v */
> + CPVDD-supply = <®_audio>; /* 1.8v */
> + MICVDD-supply = <®_audio>; /* 3.3v */
> + PLLVDD-supply = <®_audio>; /* 1.8v */
> + SPKVDD1-supply = <®_audio>; /* 4.2v */
> + SPKVDD2-supply = <®_audio>; /* 4.2v */
You comment these supplies with different voltages but they are actually
pointing to the same fixed regulator.
Shawn
> + gpio-cfg = <
> + 0x0000 /* 0:Default */
> + 0x0000 /* 1:Default */
> + 0x0013 /* 2:FN_DMICCLK */
> + 0x0000 /* 3:Default */
> + 0x8014 /* 4:FN_DMICCDAT */
> + 0x0000 /* 5:Default */
> + >;
> + };
> +};
> --
> 1.7.1
>
>
More information about the linux-arm-kernel
mailing list