diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-02-23 21:02:53 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-02 12:55:09 -0800 |
commit | 1f64d431b147605731fe33a1691e925acd8299ae (patch) | |
tree | 8c58261b9845f0df6bd84b9779e6ca9ffaaafbd7 | |
parent | 5dd2fe5bcf4e52b75c821a68594140467526fadc (diff) | |
download | op-kernel-dev-1f64d431b147605731fe33a1691e925acd8299ae.zip op-kernel-dev-1f64d431b147605731fe33a1691e925acd8299ae.tar.gz |
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 4d61e5b..ddc7a7b 100644 --- a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi +++ b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi @@ -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"; |