Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / dioo,dio2125.txt
1 DIO2125 Audio Driver
2
3 Required properties:
4 - compatible : "dioo,dio2125"
5 - enable-gpios : the gpio connected to the enable pin of the dio2125
6
7 Example:
8
9 amp: analog-amplifier {
10         compatible = "dioo,dio2125";
11         enable-gpios = <&gpio GPIOH_3 0>;
12 };