diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 11:24:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 11:24:03 +0100 |
commit | 85eb5dce82e0cd6540384116b8e89e98290cccb8 (patch) | |
tree | 5edc5282747f88b064f72679579691d96b6a9e07 /Documentation | |
parent | 05be686a40b70c298bd6f4bba2cb0cf8fc96085d (diff) | |
parent | 7b09eea52939d2b979f19de40e34b8670feff4c5 (diff) | |
download | linux-85eb5dce82e0cd6540384116b8e89e98290cccb8.tar.gz linux-85eb5dce82e0cd6540384116b8e89e98290cccb8.tar.bz2 linux-85eb5dce82e0cd6540384116b8e89e98290cccb8.zip |
Merge remote-tracking branch 'asoc/topic/cs42l73' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/cs42l73.txt | 22 |
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 000000000000..80ae910dbf6c --- /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 |