diff options
author | Jack Yu <jack.yu@realtek.com> | 2020-01-15 14:25:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-23 15:12:50 +0300 |
commit | df31007400c3905ec15b1065241baf3864decbfa (patch) | |
tree | 1736a892f2d11107e185ced7cc35118d5e1f935d /Documentation/devicetree/bindings/sound | |
parent | b2333f7fcd950854afe9c428377e105425d5083a (diff) | |
download | linux-df31007400c3905ec15b1065241baf3864decbfa.tar.xz |
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/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rt1015.txt | 17 |
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>; +}; |