mirror of https://gitee.com/openkylin/linux.git
ARM: dts: motorola-cpcap-mapphone: add audio-codec
Add node for audio-codec to its DT file. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
5dd2fe5bcf
commit
1f64d431b1
|
@ -68,6 +68,19 @@ cpcap_regulators: regulators {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cpcap_audio: audio-codec {
|
||||||
|
#sound-dai-cells = <1>;
|
||||||
|
|
||||||
|
port@0 {
|
||||||
|
cpcap_audio_codec0: endpoint {
|
||||||
|
};
|
||||||
|
};
|
||||||
|
port@1 {
|
||||||
|
cpcap_audio_codec1: endpoint {
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
cpcap_rtc: rtc {
|
cpcap_rtc: rtc {
|
||||||
compatible = "motorola,cpcap-rtc";
|
compatible = "motorola,cpcap-rtc";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue