ARM: dts: omap4-sdp: Add pdmclk binding for audio
The twl6040 codec is generating the pdmclk, which is used by the McPDM as functional clock. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
2ab60a38ac
commit
3cec531b47
1 changed files with 5 additions and 0 deletions
|
@ -367,6 +367,7 @@
|
|||
|
||||
twl6040: twl@4b {
|
||||
compatible = "ti,twl6040";
|
||||
#clock-cells = <0>;
|
||||
reg = <0x4b>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
|
@ -620,6 +621,10 @@
|
|||
&mcpdm {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mcpdm_pins>;
|
||||
|
||||
clocks = <&twl6040>;
|
||||
clock-names = "pdmclk";
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue