Commit 1e03580b authored by Jerome Brunet's avatar Jerome Brunet Committed by Mark Brown
Browse files

ASoC: dio2125: add dt-bindings

parent 85825d5e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
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>;
};