diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2021-04-29 04:52:35 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-05-22 16:10:07 +0200 |
commit | 034ebde3b8c7897fba4148bb8b59b856d34fcee9 (patch) | |
tree | b740c404b01b0f60977a91c9fa1c6afc2806e8a2 /arch/arm/boot/dts/imx7d-sdb.dts | |
parent | ARM: dts: imx6ul-14x14-evk: Switch to fsl-asoc-card sound card (diff) | |
download | linux-034ebde3b8c7897fba4148bb8b59b856d34fcee9.tar.xz linux-034ebde3b8c7897fba4148bb8b59b856d34fcee9.zip |
ARM: dts: imx7d-sdb: Add HDMI audio sound card
Add HDMI audio sound card, the interface is sii902x.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-sdb.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-sdb.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index ac0751bc1177..4a0d83784d7d 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -164,6 +164,13 @@ "LINPUT1", "AMIC", "AMIC", "MICB"; }; + + sound-hdmi { + compatible = "fsl,imx-audio-sii902x"; + model = "sii902x-audio"; + audio-cpu = <&sai3>; + hdmi-out; + }; }; &adc1 { |