2023-07-29 09:44:11

by wangweidong.a

[permalink] [raw]
Subject: [PATCH V3 1/5] ASoC: dt-bindings: Add schema for "awinic,aw88261"

From: Weidong Wang <[email protected]>

Add the awinic,aw88261 property to the awinic,aw88395.yaml file.

Signed-off-by: Weidong Wang <[email protected]>
---
Documentation/devicetree/bindings/sound/awinic,aw88395.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml b/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
index 35eef7d818a2..4051c2538caf 100644
--- a/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
+++ b/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
@@ -19,7 +19,9 @@ allOf:

properties:
compatible:
- const: awinic,aw88395
+ enum:
+ - awinic,aw88395
+ - awinic,aw88261

reg:
maxItems: 1
--
2.41.0



2023-07-29 11:48:43

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH V3 1/5] ASoC: dt-bindings: Add schema for "awinic,aw88261"

On 29/07/2023 11:12, [email protected] wrote:
> From: Weidong Wang <[email protected]>
>
> Add the awinic,aw88261 property to the awinic,aw88395.yaml file.
>
> Signed-off-by: Weidong Wang <[email protected]>

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof