summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/nau8540.txt
diff options
context:
space:
mode:
authorJohn Hsu <KCHSU0@nuvoton.com>2017-02-03 11:19:24 +0300
committerMark Brown <broonie@kernel.org>2017-02-04 14:37:26 +0300
commitc1644e3de45deb60f64548d8e112e44b48b0b6e0 (patch)
tree88b08c453ef2e84b63ae444c593940d38a00e1bd /Documentation/devicetree/bindings/sound/nau8540.txt
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
downloadlinux-c1644e3de45deb60f64548d8e112e44b48b0b6e0.tar.xz
ASoC: nau8540: new codec driver
Add codec driver of NAU85L40 Signed-off-by: John Hsu <KCHSU0@nuvoton.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/nau8540.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/nau8540.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nau8540.txt b/Documentation/devicetree/bindings/sound/nau8540.txt
new file mode 100644
index 000000000000..307a76528320
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/nau8540.txt
@@ -0,0 +1,16 @@
+NAU85L40 audio CODEC
+
+This device supports I2C only.
+
+Required properties:
+
+ - compatible : "nuvoton,nau8540"
+
+ - reg : the I2C address of the device.
+
+Example:
+
+codec: nau8540@1c {
+ compatible = "nuvoton,nau8540";
+ reg = <0x1c>;
+};