[alsa-devel] [PATCH v1 1/2] ASoC: Add DT bindings documentation for max98504 amplifier
Sylwester Nawrocki
s.nawrocki at samsung.com
Thu Jun 16 18:40:37 CEST 2016
This patch adds DT bindings documentation for Maxim MAX98504
speaker amplifier.
Signed-off-by: Sylwester Nawrocki <s.nawrocki at samsung.com>
---
Changes since initial version:
- dropped all optional properties used for setting up TDM and
speaker data source,
- added regulator supply properties.
---
.../devicetree/bindings/sound/max98504.txt | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/max98504.txt
diff --git a/Documentation/devicetree/bindings/sound/max98504.txt b/Documentation/devicetree/bindings/sound/max98504.txt
new file mode 100644
index 0000000..7aa5b93
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/max98504.txt
@@ -0,0 +1,22 @@
+Maxim MAX98504 class D mono speaker amplifier
+
+This device supports I2C control interface and an IRQ output signal. It features
+a PCM and PDM digital audio interface (DAI) and a differential analog input.
+
+Required properties:
+
+ - compatible : "maxim,max98504"
+ - reg : should contain the I2C slave device address
+ - DVDD-supply, DIOVDD-supply, PVDD-supply: power supplies for the device,
+ as covered in Documentation/devicetree/bindings/regulator/regulator.txt
+
+Example:
+
+ max98504: max98504 at 31 {
+ compatible = "maxim,max98504";
+ reg = <0x31>;
+
+ DVDD-supply = <®ulator>;
+ DIOVDD-supply = <®ulator>;
+ PVDD-supply = <®ulator>;
+};
--
1.9.1
More information about the Alsa-devel
mailing list