ARM: dts: omap4-panda-common: 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:

committed by
Tony Lindgren

parent
9e21c75d92
commit
2ab60a38ac
@@ -376,6 +376,7 @@
|
|||||||
|
|
||||||
twl6040: twl@4b {
|
twl6040: twl@4b {
|
||||||
compatible = "ti,twl6040";
|
compatible = "ti,twl6040";
|
||||||
|
#clock-cells = <0>;
|
||||||
reg = <0x4b>;
|
reg = <0x4b>;
|
||||||
|
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
@@ -479,6 +480,10 @@
|
|||||||
&mcpdm {
|
&mcpdm {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mcpdm_pins>;
|
pinctrl-0 = <&mcpdm_pins>;
|
||||||
|
|
||||||
|
clocks = <&twl6040>;
|
||||||
|
clock-names = "pdmclk";
|
||||||
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user