summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorSugar Zhang2017-06-09 09:59:32 +0200
committerMark Brown2017-06-13 22:47:36 +0200
commit55f42d2e28a42b06907c916c3c71ceb6dfb5afc4 (patch)
treea40d69f1e1e5843deff2e2de03580ab8c02e259f /sound
parentASoC: rockchip: add support for pdm controller (diff)
downloadkernel-qcow2-linux-55f42d2e28a42b06907c916c3c71ceb6dfb5afc4.tar.gz
kernel-qcow2-linux-55f42d2e28a42b06907c916c3c71ceb6dfb5afc4.tar.xz
kernel-qcow2-linux-55f42d2e28a42b06907c916c3c71ceb6dfb5afc4.zip
ASoC: rockchip: add bindings for spdif controller
this patch add compatible for rk3228/rk3328 spdif, Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/rockchip/rockchip_spdif.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/rockchip/rockchip_spdif.c b/sound/soc/rockchip/rockchip_spdif.c
index fa8101d1e16f..ee5055d47d13 100644
--- a/sound/soc/rockchip/rockchip_spdif.c
+++ b/sound/soc/rockchip/rockchip_spdif.c
@@ -49,8 +49,12 @@ static const struct of_device_id rk_spdif_match[] = {
.data = (void *)RK_SPDIF_RK3066 },
{ .compatible = "rockchip,rk3188-spdif",
.data = (void *)RK_SPDIF_RK3188 },
+ { .compatible = "rockchip,rk3228-spdif",
+ .data = (void *)RK_SPDIF_RK3366 },
{ .compatible = "rockchip,rk3288-spdif",
.data = (void *)RK_SPDIF_RK3288 },
+ { .compatible = "rockchip,rk3328-spdif",
+ .data = (void *)RK_SPDIF_RK3366 },
{ .compatible = "rockchip,rk3366-spdif",
.data = (void *)RK_SPDIF_RK3366 },
{ .compatible = "rockchip,rk3368-spdif",