Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / sound / nau8315.txt
1 Nuvoton NAU8315 Mono Class-D Amplifier
2
3 Required properties:
4 - compatible   : "nuvoton,nau8315"
5
6 Optional properties:
7 - enable-gpios : GPIO specifier for the chip's device enable input(EN) pin.
8         If this option is not specified then driver does not manage
9         the pin state (e.g. chip is always on).
10
11 Example:
12
13 #include <dt-bindings/gpio/gpio.h>
14
15 nau8315 {
16         compatible = "nuvoton,nau8315";
17         enable-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
18 };