diff options
author | Sugar Zhang <sugar.zhang@rock-chips.com> | 2016-03-04 13:31:54 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-05 06:59:06 +0300 |
commit | ab8773943ab3126d39eb41531c8e06aea2107aa1 (patch) | |
tree | c9c0e9dadfc58c3f47df3385ab8b57aabe9c0617 /Documentation/devicetree/bindings/sound | |
parent | d8fc2198aab117a4bc16ee305caef19c4c7e7f5c (diff) | |
download | linux-ab8773943ab3126d39eb41531c8e06aea2107aa1.tar.xz |
ASoC: rockchip: add bindings for spdif controller
this patch add compatible for rk3366/rk3368/rk3399 spdif,
these three spdifs share the same type.
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')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rockchip-spdif.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip-spdif.txt b/Documentation/devicetree/bindings/sound/rockchip-spdif.txt index e64dbdea7db9..11046429a118 100644 --- a/Documentation/devicetree/bindings/sound/rockchip-spdif.txt +++ b/Documentation/devicetree/bindings/sound/rockchip-spdif.txt @@ -7,8 +7,12 @@ a fibre cable. Required properties: - compatible: should be one of the following: - - "rockchip,rk3288-spdif", "rockchip,rk3188-spdif" or - "rockchip,rk3066-spdif" + - "rockchip,rk3066-spdif" + - "rockchip,rk3188-spdif" + - "rockchip,rk3288-spdif" + - "rockchip,rk3366-spdif" + - "rockchip,rk3368-spdif" + - "rockchip,rk3399-spdif" - reg: physical base address of the controller and length of memory mapped region. - interrupts: should contain the SPDIF interrupt. |