summaryrefslogtreecommitdiffstats
path: root/kernel/Documentation/devicetree/bindings/sound/ak4554.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/sound/ak4554.c')
-rw-r--r--kernel/Documentation/devicetree/bindings/sound/ak4554.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/Documentation/devicetree/bindings/sound/ak4554.c b/kernel/Documentation/devicetree/bindings/sound/ak4554.c
new file mode 100644
index 000000000..934fa0275
--- /dev/null
+++ b/kernel/Documentation/devicetree/bindings/sound/ak4554.c
@@ -0,0 +1,11 @@
+AK4554 ADC/DAC
+
+Required properties:
+
+ - compatible : "asahi-kasei,ak4554"
+
+Example:
+
+ak4554-adc-dac {
+ compatible = "asahi-kasei,ak4554";
+};