summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/rockchip-spdif.txt
diff options
context:
space:
mode:
authorSugar Zhang <sugar.zhang@rock-chips.com>2016-03-04 18:31:54 +0800
committerMark Brown <broonie@kernel.org>2016-03-05 12:59:06 +0900
commitab8773943ab3126d39eb41531c8e06aea2107aa1 (patch)
treec9c0e9dadfc58c3f47df3385ab8b57aabe9c0617 /Documentation/devicetree/bindings/sound/rockchip-spdif.txt
parentd8fc2198aab117a4bc16ee305caef19c4c7e7f5c (diff)
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/rockchip-spdif.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/rockchip-spdif.txt8
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.