ARM: dtsi: imx6qdl-sabresd: Add WM8962 CODEC support
Add WM8962 CODEC support and enable its parent I2C bus. Signed-off-by: Nicolin Chen <b42378@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
fdbfb43b39
commit
20426febe6
|
@ -59,6 +59,35 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&i2c1 {
|
||||||
|
clock-frequency = <100000>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_i2c1_2>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
codec: wm8962@1a {
|
||||||
|
compatible = "wlf,wm8962";
|
||||||
|
reg = <0x1a>;
|
||||||
|
clocks = <&clks 169>;
|
||||||
|
DCVDD-supply = <®_audio>;
|
||||||
|
DBVDD-supply = <®_audio>;
|
||||||
|
AVDD-supply = <®_audio>;
|
||||||
|
CPVDD-supply = <®_audio>;
|
||||||
|
MICVDD-supply = <®_audio>;
|
||||||
|
PLLVDD-supply = <®_audio>;
|
||||||
|
SPKVDD1-supply = <®_audio>;
|
||||||
|
SPKVDD2-supply = <®_audio>;
|
||||||
|
gpio-cfg = <
|
||||||
|
0x0000 /* 0:Default */
|
||||||
|
0x0000 /* 1:Default */
|
||||||
|
0x0013 /* 2:FN_DMICCLK */
|
||||||
|
0x0000 /* 3:Default */
|
||||||
|
0x8014 /* 4:FN_DMICCDAT */
|
||||||
|
0x0000 /* 5:Default */
|
||||||
|
>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&uart1 {
|
&uart1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_uart1_1>;
|
pinctrl-0 = <&pinctrl_uart1_1>;
|
||||||
|
|
Loading…
Reference in New Issue