diff options
author | Derek Fang <derek.fang@realtek.com> | 2019-06-28 20:51:43 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-28 15:27:39 +0100 |
commit | 2b9def8c0d92769eef3ef70d0a7c3646ab185d39 (patch) | |
tree | 8d1a1c57ad32fc317fb79fbccd6c509971c86bec /Documentation/devicetree/bindings/sound | |
parent | aff50895269f567d1b30c688ce8d610542991b30 (diff) |
ASoC: rt1308: Add RT1308 amplifier driver
This is the initial amplifier driver for rt1308.
Signed-off-by: Derek Fang <derek.fang@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rwxr-xr-x | Documentation/devicetree/bindings/sound/rt1308.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rt1308.txt b/Documentation/devicetree/bindings/sound/rt1308.txt new file mode 100755 index 000000000000..2d46084afce4 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/rt1308.txt @@ -0,0 +1,17 @@ +RT1308 audio Amplifier + +This device supports I2C only. + +Required properties: + +- compatible : "realtek,rt1308". + +- reg : The I2C address of the device. + + +Example: + +rt1308: rt1308@10 { + compatible = "realtek,rt1308"; + reg = <0x10>; +}; |