[PATCH 11/12] ASoC: dt-bindings: google,sc7280-herobrine: Add Radxa Dragon Q6A sound card

From: Xilin Wu

Date: Tue Apr 07 2026 - 11:26:50 EST


The Radxa Dragon Q6A can boot in EL2, allowing the kernel to access the
LPASS hardware directly. Add the compatible for it to the bindings.

Signed-off-by: Xilin Wu <sophon@xxxxxxxxx>
---
.../devicetree/bindings/sound/google,sc7280-herobrine.yaml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml b/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
index cdcd7c6f21eb..cd87dfe20618 100644
--- a/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
+++ b/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
@@ -17,8 +17,13 @@ allOf:

properties:
compatible:
- enum:
- - google,sc7280-herobrine
+ oneOf:
+ - enum:
+ - google,sc7280-herobrine
+ - items:
+ - enum:
+ - radxa,dragon-q6a-sndcard
+ - const: google,sc7280-herobrine

"#address-cells":
const: 1

--
2.53.0