Skip to content

Commit a598ae4

Browse files
mwallelag-linaro
authored andcommitted
dt-bindings: mfd: sl28cpld: Add sa67mcu compatible
The Kontron SMARC-sAM67 module features an on-board house keeping uC. It's designed to be compatible with the older on-board CPLD used on the SMARC-sAL28 board. 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> Link: https://lore.kernel.org/r/20250822131531.1366437-3-mwalle@kernel.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent eca0259 commit a598ae4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/embedded-controller/kontron,sl28cpld.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ description: |
1616
1717
properties:
1818
compatible:
19-
const: kontron,sl28cpld
19+
oneOf:
20+
- items:
21+
- enum:
22+
- kontron,sa67mcu
23+
- const: kontron,sl28cpld
24+
- const: kontron,sl28cpld
2025

2126
reg:
2227
description:

0 commit comments

Comments
 (0)