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

dt-bindings: iommu: apple,sart: Add apple,t8112-sart compatible string

"apple,t8112-sart" as found on the Apple M2 SoC appears to be SART3 as
well. To allow for later discovered incompatibilities use
'"apple,t8112-sart", "apple,t6000-sart"' as compatible string.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Hector Martin <marcan@marcan.st>

authored by

Janne Grunau and committed by
Hector Martin
667b44ee 93b415b2

+7 -3
+7 -3
Documentation/devicetree/bindings/iommu/apple,sart.yaml
··· 28 28 29 29 properties: 30 30 compatible: 31 - enum: 32 - - apple,t6000-sart 33 - - apple,t8103-sart 31 + oneOf: 32 + - items: 33 + - const: apple,t8112-sart 34 + - const: apple,t6000-sart 35 + - enum: 36 + - apple,t6000-sart 37 + - apple,t8103-sart 34 38 35 39 reg: 36 40 maxItems: 1