aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorDavid Lin <CTLIN0@nuvoton.com>2018-09-28 11:10:04 +0800
committerMark Brown <broonie@kernel.org>2018-10-17 19:53:37 +0100
commit1e3cb6c321be2e5295dcaa94c2bf42a43a47a067 (patch)
tree0d716e49d776ad31a363ca21247954f04adf71a4 /Documentation/devicetree/bindings/sound
parentASoC: tegra_sgtl5000: fix device_node refcounting (diff)
downloadlinux-dev-1e3cb6c321be2e5295dcaa94c2bf42a43a47a067.tar.xz
linux-dev-1e3cb6c321be2e5295dcaa94c2bf42a43a47a067.zip
ASoC: nau8822: new codec driver
Add driver for NAU88C22. Signed-off-by: David Lin <CTLIN0@nuvoton.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/nau8822.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nau8822.txt b/Documentation/devicetree/bindings/sound/nau8822.txt
new file mode 100644
index 000000000000..a471d162d4e5
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/nau8822.txt
@@ -0,0 +1,16 @@
+NAU8822 audio CODEC
+
+This device supports I2C only.
+
+Required properties:
+
+ - compatible : "nuvoton,nau8822"
+
+ - reg : the I2C address of the device.
+
+Example:
+
+codec: nau8822@1a {
+ compatible = "nuvoton,nau8822";
+ reg = <0x1a>;
+};