Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Walle and committed by
Greg Kroah-Hartman
4a9b344e 5a356145

+6 -1
+6 -1
Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml
··· 19 19 20 20 properties: 21 21 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 23 28 24 29 serial-number: 25 30 type: object