Message ID | 20240305004222.622-2-laurent.pinchart@ideasonboard.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add DT bindings and device tree for Compulab SB-UCM-iMX8MPLUS | expand |
On 05/03/2024 01:42, Laurent Pinchart wrote: > The SB-UCM-iMX8MPLUS is a reference carrier board from Compulab based on > the UCM-iMX8MPLUS SoM. Add corresponding DT compatible strings. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) Acked-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..790de9e5fd73 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1068,6 +1068,12 @@ properties: - const: avnet,sm2s-imx8mp # SM2S-IMX8PLUS SoM - const: fsl,imx8mp + - description: Compulab reference carrier board based on the UCM-iMX8MPLUS SoM + items: + - const: compulab,sb-ucm-imx8mp + - const: compulab,ucm-imx8mp + - const: fsl,imx8mp + - description: i.MX8MP DHCOM based Boards items: - enum:
The SB-UCM-iMX8MPLUS is a reference carrier board from Compulab based on the UCM-iMX8MPLUS SoM. Add corresponding DT compatible strings. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ 1 file changed, 6 insertions(+)