[PATCH v1 5/7] dt-bindings: nvmem: sl28cpld: add sa67mcu compatible

Michael Walle posted 7 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH v1 5/7] dt-bindings: nvmem: sl28cpld: add sa67mcu compatible
Posted by Michael Walle 1 month, 1 week ago
The Kontron SMARC-sAM67 has the same nvmem layout as the SMARC-sAL28. To
To be prepared for any board specific quirks, add a specific compatible.

Signed-off-by: Michael Walle <mwalle@kernel.org>
---
 .../bindings/nvmem/layouts/kontron,sl28-vpd.yaml           | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml b/Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml
index c713e23819f1..afd1919c6b1c 100644
--- a/Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml
+++ b/Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml
@@ -19,7 +19,12 @@ select: false
 
 properties:
   compatible:
-    const: kontron,sl28-vpd
+    oneOf:
+      - items:
+          - enum:
+              - kontron,sa67-vpd
+          - const: kontron,sl28-vpd
+      - const: kontron,sl28-vpd
 
   serial-number:
     type: object
-- 
2.39.5
Re: [PATCH v1 5/7] dt-bindings: nvmem: sl28cpld: add sa67mcu compatible
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 22/08/2025 15:15, Michael Walle wrote:
> The Kontron SMARC-sAM67 has the same nvmem layout as the SMARC-sAL28. To
> To be prepared for any board specific quirks, add a specific compatible.
> 
> Signed-off-by: Michael Walle <mwalle@kernel.org>
> ---
>  .../bindings/nvmem/layouts/kontron,sl28-vpd.yaml           | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 



Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof