[PATCH 2/2] ASoC: dt-bindings: drop redundant wakeup-source definitions

From: phucduc . bui

Date: Thu Apr 23 2026 - 00:39:22 EST


From: bui duc phuc <phucduc.bui@xxxxxxxxx>

The 'wakeup-source' property already has its type defined in the core
schema. A number of sound binding files redundantly specify the
'type: boolean' and provide descriptions which only repeat the generic
meaning of the property.
Drop these redundant definitions and descriptions to clean up the binding
files and rely on the core schema instead.
No functional change intended.

Signed-off-by: bui duc phuc <phucduc.bui@xxxxxxxxx>
---
Documentation/devicetree/bindings/sound/dialog,da7219.yaml | 5 +----
Documentation/devicetree/bindings/sound/realtek,rt5514.yaml | 4 +---
2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/dialog,da7219.yaml b/Documentation/devicetree/bindings/sound/dialog,da7219.yaml
index 19137abdba3e..fab37cd92e0d 100644
--- a/Documentation/devicetree/bindings/sound/dialog,da7219.yaml
+++ b/Documentation/devicetree/bindings/sound/dialog,da7219.yaml
@@ -45,10 +45,7 @@ properties:
- wakeup
- irq

- wakeup-source:
- type: boolean
- description:
- Flag to indicate this device can wake system (suspend/resume).
+ wakeup-source: true

"#clock-cells":
const: 1
diff --git a/Documentation/devicetree/bindings/sound/realtek,rt5514.yaml b/Documentation/devicetree/bindings/sound/realtek,rt5514.yaml
index 7fbf7739c371..57e5c09c05c0 100644
--- a/Documentation/devicetree/bindings/sound/realtek,rt5514.yaml
+++ b/Documentation/devicetree/bindings/sound/realtek,rt5514.yaml
@@ -48,9 +48,7 @@ properties:

spi-max-frequency: true

- wakeup-source:
- type: boolean
- description: Flag to indicate this device can wake system (suspend/resume).
+ wakeup-source: true

required:
- compatible
--
2.43.0