summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/nau8810.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/nau8810.txt')
-rw-r--r--dts/Bindings/sound/nau8810.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/dts/Bindings/sound/nau8810.txt b/dts/Bindings/sound/nau8810.txt
deleted file mode 100644
index 05830e477a..0000000000
--- a/dts/Bindings/sound/nau8810.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-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>;
-};