Message ID | 20231223205230.10534-2-othacehe@gnu.org |
---|---|
State | Superseded |
Headers | show |
Series | Add Variscite VAR-SOM-MX93 support | expand |
On 23/12/2023 21:52, Mathieu Othacehe wrote: > Add support for Variscite i.MX93 VAR-SOM-MX93 SoM with Symphony board. > > Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 228dcc5c7d6f..27936edfe054 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1275,6 +1275,12 @@ properties: - const: tq,imx93-tqma9352 # TQ-Systems GmbH i.MX93 TQMa93xxCA/LA SOM - const: fsl,imx93 + - description: Variscite VAR-SOM-MX93 based boards + items: + - const: variscite,var-som-mx93-symphony + - const: variscite,var-som-mx93 + - const: fsl,imx93 + - description: Freescale Vybrid Platform Device Tree Bindings
Add support for Variscite i.MX93 VAR-SOM-MX93 SoM with Symphony board. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ 1 file changed, 6 insertions(+)