diff options
author | Sugar Zhang <sugar.zhang@rock-chips.com> | 2017-06-09 10:59:32 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-13 23:47:36 +0300 |
commit | 55f42d2e28a42b06907c916c3c71ceb6dfb5afc4 (patch) | |
tree | a40d69f1e1e5843deff2e2de03580ab8c02e259f /Documentation/devicetree/bindings/sound/rockchip-spdif.txt | |
parent | fc05a5b222530617d99d0e803abb262130fdb0c4 (diff) | |
download | linux-55f42d2e28a42b06907c916c3c71ceb6dfb5afc4.tar.xz |
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 'Documentation/devicetree/bindings/sound/rockchip-spdif.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rockchip-spdif.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip-spdif.txt b/Documentation/devicetree/bindings/sound/rockchip-spdif.txt index 11046429a118..4706b96d450b 100644 --- a/Documentation/devicetree/bindings/sound/rockchip-spdif.txt +++ b/Documentation/devicetree/bindings/sound/rockchip-spdif.txt @@ -9,7 +9,9 @@ Required properties: - compatible: should be one of the following: - "rockchip,rk3066-spdif" - "rockchip,rk3188-spdif" + - "rockchip,rk3228-spdif" - "rockchip,rk3288-spdif" + - "rockchip,rk3328-spdif" - "rockchip,rk3366-spdif" - "rockchip,rk3368-spdif" - "rockchip,rk3399-spdif" |