From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:17:29 +0000
Subject: [PATCH] debug lk
---
kernel/Documentation/devicetree/bindings/sound/tas2562.yaml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/kernel/Documentation/devicetree/bindings/sound/tas2562.yaml b/kernel/Documentation/devicetree/bindings/sound/tas2562.yaml
index 27f7132..6ccb346 100644
--- a/kernel/Documentation/devicetree/bindings/sound/tas2562.yaml
+++ b/kernel/Documentation/devicetree/bindings/sound/tas2562.yaml
@@ -50,7 +50,9 @@
description: TDM TX current sense time slot.
'#sound-dai-cells':
- const: 1
+ # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward
+ # compatibility but is deprecated.
+ enum: [0, 1]
required:
- compatible
@@ -67,7 +69,7 @@
codec: codec@4c {
compatible = "ti,tas2562";
reg = <0x4c>;
- #sound-dai-cells = <1>;
+ #sound-dai-cells = <0>;
interrupt-parent = <&gpio1>;
interrupts = <14>;
shutdown-gpios = <&gpio1 15 0>;
--
Gitblit v1.6.2