aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorJack Yu <jack.yu@realtek.com>2020-01-15 19:25:19 +0800
committerMark Brown <broonie@kernel.org>2020-01-23 12:12:50 +0000
commitdf31007400c3905ec15b1065241baf3864decbfa (patch)
tree1736a892f2d11107e185ced7cc35118d5e1f935d /Documentation/devicetree
parentASoC: madera: Correct some kernel doc (diff)
downloadlinux-dev-df31007400c3905ec15b1065241baf3864decbfa.tar.xz
linux-dev-df31007400c3905ec15b1065241baf3864decbfa.zip
ASoC: rt1015: add rt1015 amplifier driver
This is initial amplifier driver for rt1015. Signed-off-by: Jack Yu <jack.yu@realtek.com> Link: https://lore.kernel.org/r/20200115112519.22050-1-jack.yu@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/sound/rt1015.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rt1015.txt b/Documentation/devicetree/bindings/sound/rt1015.txt
new file mode 100644
index 000000000000..fcfd02d8d32f
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/rt1015.txt
@@ -0,0 +1,17 @@
+RT1015 Mono Class D Audio Amplifier
+
+This device supports I2C only.
+
+Required properties:
+
+- compatible : "realtek,rt1015".
+
+- reg : The I2C address of the device.
+
+
+Example:
+
+rt1015: codec@28 {
+ compatible = "realtek,rt1015";
+ reg = <0x28>;
+};