Message ID | 20241028082332.21672-2-hs@denx.de |
---|---|
State | Changes Requested |
Headers | show |
Series | arm64: dts: imx8mp: add support for the ABB SoM and carrier | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On 28/10/2024 09:23, Heiko Schocher wrote: > add support for the i.MX8MP based SoM and carrier from ABB. > > Signed-off-by: Heiko Schocher <hs@denx.de> > --- > > Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index b39a7e031177..96b0eaa3b80f 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -1073,6 +1073,8 @@ properties: > - description: i.MX8MP based Boards > items: > - enum: > + - abb,imx8mp-aristianetos3 # i.MX8MP ABB Board > + - abb,imx8mp-aristianetos3-som # i.MX8MP ABB Board SoM SoM usually is not used alone. If here is one of the few exceptions, you have entire commit msg to explain that. If this is not exception, properly mark compatibility, like in other cases. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index b39a7e031177..96b0eaa3b80f 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1073,6 +1073,8 @@ properties: - description: i.MX8MP based Boards items: - enum: + - abb,imx8mp-aristianetos3 # i.MX8MP ABB Board + - abb,imx8mp-aristianetos3-som # i.MX8MP ABB Board SoM - beacon,imx8mp-beacon-kit # i.MX8MP Beacon Development Kit - dmo,imx8mp-data-modul-edm-sbc # i.MX8MP eDM SBC - emcraft,imx8mp-navqp # i.MX8MP Emcraft Systems NavQ+ Kit
add support for the i.MX8MP based SoM and carrier from ABB. Signed-off-by: Heiko Schocher <hs@denx.de> --- Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++ 1 file changed, 2 insertions(+)