summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/ingenic,jz4740-codec.txt
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2019-12-24 01:27:07 +0100
committerMark Brown <broonie@kernel.org>2020-01-14 15:48:55 +0000
commit30bcb1f264bfdd49561cc7a974b67c4d712b3668 (patch)
tree09053bc51f5df86165ec650c2cb54ab6683ab871 /Documentation/devicetree/bindings/sound/ingenic,jz4740-codec.txt
parente26c4e900b1a75b1e0c9e19e1f807666a8ad2fa1 (diff)
dt-bindings: sound: Convert jz47*-codec doc to YAML
Convert ingenic,jz4740-codec.txt and ingenic,jz4725b-codec.txt to one single ingenic,codec.yaml file, since they share the same binding. Add the ingenic,jz4770-codec compatible string in the process. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20191224002708.1207884-1-paul@crapouillou.net Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/ingenic,jz4740-codec.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/ingenic,jz4740-codec.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/Documentation/devicetree/bindings/sound/ingenic,jz4740-codec.txt b/Documentation/devicetree/bindings/sound/ingenic,jz4740-codec.txt
deleted file mode 100644
index 1ffcade87e7b..000000000000
--- a/Documentation/devicetree/bindings/sound/ingenic,jz4740-codec.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Ingenic JZ4740 codec controller
-
-Required properties:
-- compatible : "ingenic,jz4740-codec"
-- reg : codec registers location and length
-- clocks : phandle to the AIC clock.
-- clock-names: must be set to "aic".
-- #sound-dai-cells: Must be set to 0.
-
-Example:
-
-codec: audio-codec@10020080 {
- compatible = "ingenic,jz4740-codec";
- reg = <0x10020080 0x8>;
-
- #sound-dai-cells = <0>;
-
- clocks = <&cgu JZ4740_CLK_AIC>;
- clock-names = "aic";
-};