mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / cs42l73.txt
blob80ae910dbf6c388021ff5cb590e00f9f035cefd1
1 CS42L73 audio CODEC
3 Required properties:
5   - compatible : "cirrus,cs42l73"
7   - reg : the I2C address of the device for I2C
9 Optional properties:
11   - reset_gpio : a GPIO spec for the reset pin.
12   - chgfreq    : Charge Pump Frequency values 0x00-0x0F
15 Example:
17 codec: cs42l73@4a {
18         compatible = "cirrus,cs42l73";
19         reg = <0x4a>;
20         reset_gpio = <&gpio 10 0>;
21         chgfreq = <0x05>;