Skip to content

Commit

Permalink
ARM: dts: motorola-cpcap-mapphone: add audio-codec
Browse files Browse the repository at this point in the history
Add node for audio-codec to its DT file.

Signed-off-by: Sebastian Reichel <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
sre authored and tmlind committed Mar 2, 2018
1 parent 5dd2fe5 commit 1f64d43
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,19 @@
};
};

cpcap_audio: audio-codec {
#sound-dai-cells = <1>;

port@0 {
cpcap_audio_codec0: endpoint {
};
};
port@1 {
cpcap_audio_codec1: endpoint {
};
};
};

cpcap_rtc: rtc {
compatible = "motorola,cpcap-rtc";

Expand Down

0 comments on commit 1f64d43

Please sign in to comment.