From: Jerome Brunet Date: Mon, 6 Mar 2017 17:44:51 +0000 (+0100) Subject: ASoC: dio2125: add dt-bindings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1e03580b3a7213292fae9a6677edfaa83843fa4e;p=linux.git ASoC: dio2125: add dt-bindings Signed-off-by: Jerome Brunet Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/dioo,dio2125.txt b/Documentation/devicetree/bindings/sound/dioo,dio2125.txt new file mode 100644 index 0000000000000..63dbfe0f11d0c --- /dev/null +++ b/Documentation/devicetree/bindings/sound/dioo,dio2125.txt @@ -0,0 +1,12 @@ +DIO2125 Audio Driver + +Required properties: +- compatible : "dioo,dio2125" +- enable-gpios : the gpio connected to the enable pin of the dio2125 + +Example: + +amp: analog-amplifier { + compatible = "dioo,dio2125"; + enable-gpios = <&gpio GPIOH_3 0>; +};