Skip to content

Commit e0c6ecf

Browse files
committed
ASoC: ak4613: Undo conversion to YAML bindings
Revert 5b235b5 ("ASoC: dt-bindings: ak4613: switch to yaml base Documentation") for the time being since it depends on other conversions. Reported-by: Rob Herring <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 92a0079 commit e0c6ecf

File tree

2 files changed

+27
-65
lines changed

2 files changed

+27
-65
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
AK4613 I2C transmitter
2+
3+
This device supports I2C mode only.
4+
5+
Required properties:
6+
7+
- compatible : "asahi-kasei,ak4613"
8+
- reg : The chip select number on the I2C bus
9+
10+
Optional properties:
11+
- asahi-kasei,in1-single-end : Boolean. Indicate input / output pins are single-ended.
12+
- asahi-kasei,in2-single-end rather than differential.
13+
- asahi-kasei,out1-single-end
14+
- asahi-kasei,out2-single-end
15+
- asahi-kasei,out3-single-end
16+
- asahi-kasei,out4-single-end
17+
- asahi-kasei,out5-single-end
18+
- asahi-kasei,out6-single-end
19+
20+
Example:
21+
22+
&i2c {
23+
ak4613: ak4613@10 {
24+
compatible = "asahi-kasei,ak4613";
25+
reg = <0x10>;
26+
};
27+
};

Documentation/devicetree/bindings/sound/ak4613.yaml

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)