diff options
author | John Hsu <KCHSU0@nuvoton.com> | 2016-08-19 12:24:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-22 19:48:11 +0300 |
commit | b6970b48e384a602bdb9d6246cded83e150d4660 (patch) | |
tree | 8fdf6eb6320c7e398d6dc1bfe4c31f2dd5e13a02 /Documentation/devicetree/bindings/sound | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | linux-b6970b48e384a602bdb9d6246cded83e150d4660.tar.xz |
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')
-rw-r--r-- | Documentation/devicetree/bindings/sound/nau8810.txt | 16 |
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>; +}; |