diff options
author | Seven Lee <wtli@nuvoton.com> | 2020-05-28 09:05:10 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-28 14:20:18 +0200 |
commit | 2b1878afc8fb778a881e9a1d7d17b14e13f579dc (patch) | |
tree | 2cb5d7336deea28e3392967ec5bcdbbdda1e20ea /Documentation | |
parent | ASoC: ingenic: Unconditionally depend on devicetree (diff) | |
download | linux-2b1878afc8fb778a881e9a1d7d17b14e13f579dc.tar.xz linux-2b1878afc8fb778a881e9a1d7d17b14e13f579dc.zip |
ASoC: nau8810: add I2C device and compatible ID
The nau8810 driver can also compatible with nau8812 and nau8814.
Signed-off-by: Seven Lee <wtli@nuvoton.com>
Link: https://lore.kernel.org/r/20200528070510.29959-1-wtli@nuvoton.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/nau8810.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/nau8810.txt b/Documentation/devicetree/bindings/sound/nau8810.txt index 05830e477acd..7deaa452b200 100644 --- a/Documentation/devicetree/bindings/sound/nau8810.txt +++ b/Documentation/devicetree/bindings/sound/nau8810.txt @@ -1,10 +1,11 @@ -NAU8810 audio CODEC +NAU8810/NAU8812/NAU8814 audio CODEC This device supports I2C only. Required properties: - - compatible : "nuvoton,nau8810" + - compatible : One of "nuvoton,nau8810" or "nuvoton,nau8812" or + "nuvoton,nau8814" - reg : the I2C address of the device. |