diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-02-23 15:02:53 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-02 15:55:09 -0500 |
commit | 1f64d431b147605731fe33a1691e925acd8299ae (patch) | |
tree | 8c58261b9845f0df6bd84b9779e6ca9ffaaafbd7 | |
parent | 5dd2fe5bcf4e52b75c821a68594140467526fadc (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi index 4d61e5b1334a..ddc7a7bb33c0 100644 --- a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi +++ b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | |||
@@ -68,6 +68,19 @@ | |||
68 | }; | 68 | }; |
69 | }; | 69 | }; |
70 | 70 | ||
71 | cpcap_audio: audio-codec { | ||
72 | #sound-dai-cells = <1>; | ||
73 | |||
74 | port@0 { | ||
75 | cpcap_audio_codec0: endpoint { | ||
76 | }; | ||
77 | }; | ||
78 | port@1 { | ||
79 | cpcap_audio_codec1: endpoint { | ||
80 | }; | ||
81 | }; | ||
82 | }; | ||
83 | |||
71 | cpcap_rtc: rtc { | 84 | cpcap_rtc: rtc { |
72 | compatible = "motorola,cpcap-rtc"; | 85 | compatible = "motorola,cpcap-rtc"; |
73 | 86 | ||