diff options
author | Jianqun Xu <jay.xu@rock-chips.com> | 2016-02-22 16:32:05 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-22 19:09:37 +0900 |
commit | 255edcdfab3d1a45b78d1dacd845d6da5fc64b03 (patch) | |
tree | 82e1d7cbeafbe745c57e020616efacd5f9d19551 /sound/soc | |
parent | 7315917f7ccdf5eb5758f663a781daa7599d63d7 (diff) | |
download | op-kernel-dev-255edcdfab3d1a45b78d1dacd845d6da5fc64b03.zip op-kernel-dev-255edcdfab3d1a45b78d1dacd845d6da5fc64b03.tar.gz |
ASoC: rockchip: add bindings for rk3399 i2s
Add devicetree bindings for i2s controller found on rk3399
processors from rockchip.
It's helpful to add full set of compatible strings for serials
of Rockchip SoCs (rk3066, rk3188, rk3288, rk3399).
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/rockchip/rockchip_i2s.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c index 6561c4c..531a6d2 100644 --- a/sound/soc/rockchip/rockchip_i2s.c +++ b/sound/soc/rockchip/rockchip_i2s.c @@ -575,6 +575,9 @@ static int rockchip_i2s_remove(struct platform_device *pdev) static const struct of_device_id rockchip_i2s_match[] = { { .compatible = "rockchip,rk3066-i2s", }, + { .compatible = "rockchip,rk3188-i2s", }, + { .compatible = "rockchip,rk3288-i2s", }, + { .compatible = "rockchip,rk3399-i2s", }, {}, }; |