summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-11-08 10:43:26 +0000
committerMark Brown <broonie@linaro.org>2013-11-08 10:43:26 +0000
commit1d697db0ab270ec8eff4021926283fa552790e6d (patch)
treeedb261c4570febd9bb56c721579beeca0a35afff /Documentation
parent2029ef2500f859c00c9cf11af75dbe62f83cccce (diff)
parent7b09eea52939d2b979f19de40e34b8670feff4c5 (diff)
downloadop-kernel-dev-1d697db0ab270ec8eff4021926283fa552790e6d.zip
op-kernel-dev-1d697db0ab270ec8eff4021926283fa552790e6d.tar.gz
Merge remote-tracking branch 'asoc/topic/cs42l73' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/cs42l73.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/cs42l73.txt b/Documentation/devicetree/bindings/sound/cs42l73.txt
new file mode 100644
index 0000000..80ae910
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/cs42l73.txt
@@ -0,0 +1,22 @@
+CS42L73 audio CODEC
+
+Required properties:
+
+ - compatible : "cirrus,cs42l73"
+
+ - reg : the I2C address of the device for I2C
+
+Optional properties:
+
+ - reset_gpio : a GPIO spec for the reset pin.
+ - chgfreq : Charge Pump Frequency values 0x00-0x0F
+
+
+Example:
+
+codec: cs42l73@4a {
+ compatible = "cirrus,cs42l73";
+ reg = <0x4a>;
+ reset_gpio = <&gpio 10 0>;
+ chgfreq = <0x05>;
+}; \ No newline at end of file
OpenPOWER on IntegriCloud