[PATCH v2 2/2] dt-bindings: sound: cs35l35: fix typo 'overide' -> 'override'

From: IRRatium

Date: Tue Apr 21 2026 - 08:09:02 EST


Fix typo in property name, should be 'cirrus,classh-bst-override'.
The driver now accepts both spellings for backward compatibility.

Signed-off-by: Sergey Shatkov <majnkraftiigry7@xxxxxxxxx>
---
 Documentation/devicetree/bindings/sound/cs35l35.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/cs35l35.txt b/Documentation/devicetree/bindings/sound/cs35l35.txt
index e84f30c5c..1d364b3d3 100644
--- a/Documentation/devicetree/bindings/sound/cs35l35.txt
+++ b/Documentation/devicetree/bindings/sound/cs35l35.txt
@@ -82,7 +82,7 @@ Optional H/G Algorithm sub-node:
 Optional properties for the "cirrus,classh-internal-algo" Sub-node

   Section 7.29 Class H Control
-  - cirrus,classh-bst-overide : Boolean
+  - cirrus,classh-bst-override : Boolean
   - cirrus,classh-bst-max-limit
   - cirrus,classh-mem-depth

@@ -155,7 +155,7 @@ cs35l35: cs35l35@20 {
     cirrus,shared-boost;

     cirrus,classh-internal-algo {
-        cirrus,classh-bst-overide;
+        cirrus,classh-bst-override;
         cirrus,classh-bst-max-limit = <0x01>;
         cirrus,classh-mem-depth = <0x01>;
         cirrus,classh-release-rate = <0x08>;
--
2.53.0