Re: [PATCH v10 1/6] dt-bindings: mfd: logicvc: Add a compatible with the major version only

2022-02-01 Thread Rob Herring
On Thu, 20 Jan 2022 16:00:19 +0100, Paul Kocialkowski wrote:
> There are lots of different versions of the logicvc block and it
> makes little sense to list them all in compatibles since all versions
> with the same major are found to be register-compatible.
> 
> Introduce a new compatible with the major version only.
> 
> Signed-off-by: Paul Kocialkowski 
> ---
>  Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring 


[PATCH v10 1/6] dt-bindings: mfd: logicvc: Add a compatible with the major version only

2022-01-20 Thread Paul Kocialkowski
There are lots of different versions of the logicvc block and it
makes little sense to list them all in compatibles since all versions
with the same major are found to be register-compatible.

Introduce a new compatible with the major version only.

Signed-off-by: Paul Kocialkowski 
---
 Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml 
b/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml
index 9efd49c39bd2..e6fa7707e457 100644
--- a/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml
+++ b/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml
@@ -20,6 +20,7 @@ properties:
 items:
   - enum:
   - xylon,logicvc-3.02.a
+  - xylon,logicvc-3
   - const: syscon
   - const: simple-mfd
 
-- 
2.34.1