diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2020-05-07 10:15:39 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-07 13:18:05 +0100 |
commit | 7ae07308e40cb008ef3cc930a02450183a024b9f (patch) | |
tree | 168a75d4c5cae975c6dc9676c0f13745e64bd23c /Documentation | |
parent | 79a4b670b4b4dddfdb2e946139a88306e3b2ca09 (diff) | |
download | linux-7ae07308e40cb008ef3cc930a02450183a024b9f.tar.bz2 |
ASoC: rt1016: Add the devicetree file for the rt1016
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rt1016.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rt1016.txt b/Documentation/devicetree/bindings/sound/rt1016.txt new file mode 100644 index 000000000000..2310f8ff259b --- /dev/null +++ b/Documentation/devicetree/bindings/sound/rt1016.txt @@ -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>; +}; |