ARM: dts: Add WM1811A audio CODEC to Arndale bindings
The default audio module for the Arndale has a WM1811A on it. Add this to the device tree bindings. Signed-off-by: Mark Brown <broonie@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
c1f2d53fc8
commit
21274841d0
@ -328,7 +328,22 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
i2c@12C90000 {
|
i2c@12C90000 {
|
||||||
status = "disabled";
|
wm1811a@1a {
|
||||||
|
compatible = "wlf,wm1811";
|
||||||
|
reg = <0x1a>;
|
||||||
|
|
||||||
|
AVDD2-supply = <&main_dc_reg>;
|
||||||
|
CPVDD-supply = <&main_dc_reg>;
|
||||||
|
DBVDD1-supply = <&main_dc_reg>;
|
||||||
|
DBVDD2-supply = <&main_dc_reg>;
|
||||||
|
DBVDD3-supply = <&main_dc_reg>;
|
||||||
|
LDO1VDD-supply = <&main_dc_reg>;
|
||||||
|
SPKVDD1-supply = <&main_dc_reg>;
|
||||||
|
SPKVDD2-supply = <&main_dc_reg>;
|
||||||
|
|
||||||
|
wlf,ldo1ena = <&gpb0 0 0>;
|
||||||
|
wlf,ldo2ena = <&gpb0 1 0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@12CA0000 {
|
i2c@12CA0000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user