From d86eb25ea914a15c4750bd3eae9759a600b493ab Mon Sep 17 00:00:00 2001 From: Srinivas Kandagatla Date: Thu, 3 Dec 2015 14:56:45 +0000 Subject: [PATCH] dts: arm: add support to digital audio via dsp Signed-off-by: Srinivas Kandagatla --- arch/arm/boot/dts/qcom-apq8064.dtsi | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index 96bd4f4017b1..8ebfbba1a244 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -1573,6 +1573,36 @@ }; }; + dai_fe: dai_fe { + compatible = "qcom,msm-dai-fe"; + #sound-dai-cells = <0>; + }; + + hdmi_dai: dai_hdmi { + compatible = "qcom,msm-dai-q6-hdmi"; + #sound-dai-cells = <0>; + }; + + hdmi_codec: codec_hdmi { + compatible = "linux,hdmi-audio"; + #sound-dai-cells = <0>; + }; + + q6_pcm: msm_pcm { + compatible = "qcom,msm-pcm-dsp"; + #sound-dai-cells = <0>; + }; + + q6_route: msm_pcm_routing { + compatible = "qcom,msm-pcm-routing"; + #sound-dai-cells = <0>; + }; + + snd { + compatible = "qcom,snd-apq8064"; + }; + + hdmi: qcom,hdmi-tx@4a00000 { compatible = "qcom,hdmi-tx-8960"; reg-names = "core_physical"; -- 2.39.5