From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 31 Jan 2024 03:29:01 +0000
Subject: [PATCH] add lvds1024*800
---
kernel/Documentation/devicetree/bindings/sound/tas2764.yaml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/kernel/Documentation/devicetree/bindings/sound/tas2764.yaml b/kernel/Documentation/devicetree/bindings/sound/tas2764.yaml
index 5bf8c76..1ffe1a0 100644
--- a/kernel/Documentation/devicetree/bindings/sound/tas2764.yaml
+++ b/kernel/Documentation/devicetree/bindings/sound/tas2764.yaml
@@ -46,7 +46,9 @@
description: TDM TX voltage 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
@@ -63,7 +65,7 @@
codec: codec@38 {
compatible = "ti,tas2764";
reg = <0x38>;
- #sound-dai-cells = <1>;
+ #sound-dai-cells = <0>;
interrupt-parent = <&gpio1>;
interrupts = <14>;
reset-gpios = <&gpio1 15 0>;
--
Gitblit v1.6.2