On 28/06/2025 09:14, Cyril wrote:
From: Cyril Chao <redacted>
Add document for mt8189 board with nau8825.
Signed-off-by: Cyril Chao <redacted>
Why does the binding come after user? Follow submitting patches in DT.
quoted hunk ↗ jump to hunk
---
.../sound/mediatek,mt8189-nau8825.yaml | 103 ++++++++++++++++++
1 file changed, 103 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/mediatek,mt8189-nau8825.yaml
diff --git a/Documentation/devicetree/bindings/sound/mediatek,mt8189-nau8825.yaml b/Documentation/devicetree/bindings/sound/mediatek,mt8189-nau8825.yaml
new file mode 100644
index 000000000..331c537d3
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mediatek,mt8189-nau8825.yaml
@@ -0,0 +1,103 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/mediatek,mt8189-nau8825.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: MediaTek MT8189 ASoC sound card
+
+maintainers:
+ - Darren Ye <darren.ye@mediatek.com>
+ - Cyril Chao <cyril.chao@mediatek.com>
+
+allOf:
+ - $ref: sound-card-common.yaml#
+
+properties:
+ compatible:
+ enum:
+ - mediatek,mt8189-nau8825-sound
+ - mediatek,mt8189-rt5650-sound
+ - mediatek,mt8189-rt5682s-sound
+ - mediatek,mt8189-rt5682i-sound
Sound is redundant. Can it be anything else?
Best regards,
Krzysztof