]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - Documentation/devicetree/bindings/sound/dioo,dio2125.txt
Merge remote-tracking branches 'asoc/topic/sta529', 'asoc/topic/sti', 'asoc/topic...
[mirror_ubuntu-bionic-kernel.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 };