ASoC: rt1016: Add the devicetree file for the rt1016
authorOder Chiou <oder_chiou@realtek.com>
Thu, 7 May 2020 02:15:39 +0000 (10:15 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 7 May 2020 12:18:05 +0000 (13:18 +0100)
The patch adds the devicetree file for the rt1016.

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Link: https://lore.kernel.org/r/20200507021539.7133-2-oder_chiou@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/rt1016.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/sound/rt1016.txt b/Documentation/devicetree/bindings/sound/rt1016.txt
new file mode 100644 (file)
index 0000000..2310f8f
--- /dev/null
@@ -0,0 +1,17 @@
+RT1016 Stereo Class D Audio Amplifier
+
+This device supports I2C only.
+
+Required properties:
+
+- compatible : "realtek,rt1016".
+
+- reg : The I2C address of the device.
+
+
+Example:
+
+rt1016: codec@1a {
+       compatible = "realtek,rt1016";
+       reg = <0x1a>;
+};