Skip to content

Commit 4a9b344

Browse files
mwallegregkh
authored andcommitted
dt-bindings: nvmem: sl28cpld: add sa67mcu compatible
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> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Srinivas Kandagatla <srini@kernel.org> Link: https://lore.kernel.org/r/20250912131415.303407-4-srini@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 5a35614 commit 4a9b344

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ select: false
1919

2020
properties:
2121
compatible:
22-
const: kontron,sl28-vpd
22+
oneOf:
23+
- items:
24+
- enum:
25+
- kontron,sa67-vpd
26+
- const: kontron,sl28-vpd
27+
- const: kontron,sl28-vpd
2328

2429
serial-number:
2530
type: object

0 commit comments

Comments
 (0)