summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/mt8173-max98090.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/mt8173-max98090.txt')
-rw-r--r--dts/Bindings/sound/mt8173-max98090.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/dts/Bindings/sound/mt8173-max98090.txt b/dts/Bindings/sound/mt8173-max98090.txt
new file mode 100644
index 0000000000..829bd26d17
--- /dev/null
+++ b/dts/Bindings/sound/mt8173-max98090.txt
@@ -0,0 +1,13 @@
+MT8173 with MAX98090 CODEC
+
+Required properties:
+- compatible : "mediatek,mt8173-max98090"
+- mediatek,audio-codec: the phandle of the MAX98090 audio codec
+
+Example:
+
+ sound {
+ compatible = "mediatek,mt8173-max98090";
+ mediatek,audio-codec = <&max98090>;
+ };
+