summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/nau8810.txt
diff options
context:
space:
mode:
authorJohn Hsu <KCHSU0@nuvoton.com>2016-08-19 17:24:52 +0800
committerMark Brown <broonie@kernel.org>2016-08-22 17:48:11 +0100
commitb6970b48e384a602bdb9d6246cded83e150d4660 (patch)
tree8fdf6eb6320c7e398d6dc1bfe4c31f2dd5e13a02 /Documentation/devicetree/bindings/sound/nau8810.txt
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: nau8810: Add driver for Nuvoton codec chip NAU88C10
The driver is for codec NAU88C10 of Nuvoton Technology Corporation. Signed-off-by: John Hsu <KCHSU0@nuvoton.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/nau8810.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/nau8810.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nau8810.txt b/Documentation/devicetree/bindings/sound/nau8810.txt
new file mode 100644
index 000000000000..05830e477acd
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/nau8810.txt
@@ -0,0 +1,16 @@
+NAU8810 audio CODEC
+
+This device supports I2C only.
+
+Required properties:
+
+ - compatible : "nuvoton,nau8810"
+
+ - reg : the I2C address of the device.
+
+Example:
+
+codec: nau8810@1a {
+ compatible = "nuvoton,nau8810";
+ reg = <0x1a>;
+};