ARM: dts: am437x-gp-evm: Add node for tlv320aic3106 audio codec
Analog audio is using this codec on the board. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
390810a962
commit
6076b15928
|
@ -510,6 +510,18 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tlv320aic3106: tlv320aic3106@1b {
|
||||||
|
compatible = "ti,tlv320aic3106";
|
||||||
|
reg = <0x1b>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
/* Regulators */
|
||||||
|
IOVDD-supply = <&evm_v3_3d>; /* V3_3D -> <tps63031> EN: V1_8D -> VBAT */
|
||||||
|
AVDD-supply = <&evm_v3_3d>; /* v3_3AUD -> V3_3D -> ... */
|
||||||
|
DRVDD-supply = <&evm_v3_3d>; /* v3_3AUD -> V3_3D -> ... */
|
||||||
|
DVDD-supply = <&ldo1>; /* V1_8D -> LDO1 */
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&epwmss0 {
|
&epwmss0 {
|
||||||
|
|
Loading…
Reference in New Issue