Message ID | 20250310-varsom6ul-concerto-dts-v3-1-551e60713523@bootlin.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add Variscite i.MX6UL SoM and Concerto board support | expand |
On 10/03/2025 16:56, Antonin Godard wrote: > Add support for the Variscite i.MX6UL VAR-SOM-MX6UL and the Variscite > Concerto carrier board. > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- <form letter> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions of patchset, under or above your Signed-off-by tag, unless patch changed significantly (e.g. new properties added to the DT bindings). Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. Please read: https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. </form letter> Best regards, Krzysztof
On 10/03/2025 17:22, Krzysztof Kozlowski wrote: > On 10/03/2025 16:56, Antonin Godard wrote: >> Add support for the Variscite i.MX6UL VAR-SOM-MX6UL and the Variscite >> Concerto carrier board. >> >> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> >> --- > <form letter> > This is a friendly reminder during the review process. > > It looks like you received a tag and forgot to add it. > > If you do not know the process, here is a short explanation: > Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions > of patchset, under or above your Signed-off-by tag, unless patch changed > significantly (e.g. new properties added to the DT bindings). Tag is > "received", when provided in a message replied to you on the mailing > list. Tools like b4 can help here. However, there's no need to repost > patches *only* to add the tags. The upstream maintainer will do that for > tags received on the version they apply. > > Please read: > https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577 > > If a tag was not added on purpose, please state why and what changed. And now I noticed you used b4, so I really do not get how the tags can be missing here. :/ Best regards, Krzysztof
On Mon Mar 10, 2025 at 5:22 PM CET, Krzysztof Kozlowski wrote: > On 10/03/2025 17:22, Krzysztof Kozlowski wrote: >> On 10/03/2025 16:56, Antonin Godard wrote: >>> Add support for the Variscite i.MX6UL VAR-SOM-MX6UL and the Variscite >>> Concerto carrier board. >>> >>> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> >>> --- >> <form letter> >> This is a friendly reminder during the review process. >> >> It looks like you received a tag and forgot to add it. >> >> If you do not know the process, here is a short explanation: >> Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions >> of patchset, under or above your Signed-off-by tag, unless patch changed >> significantly (e.g. new properties added to the DT bindings). Tag is >> "received", when provided in a message replied to you on the mailing >> list. Tools like b4 can help here. However, there's no need to repost >> patches *only* to add the tags. The upstream maintainer will do that for >> tags received on the version they apply. >> >> Please read: >> https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577 >> >> If a tag was not added on purpose, please state why and what changed. > > And now I noticed you used b4, so I really do not get how the tags can > be missing here. :/ Sorry, that's totally my fault here, I forgot to run 'b4 trailers -u' before sending... :/ And I don't think it's part of the prep checks? I will send a new version with the proper trailers. Antonin
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 0db2cbd7891ffb361e0ac60fe6be66e381b2a8f4..a8f8cb845a2085eb13594adacf33f372185e8b0b 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -688,6 +688,12 @@ properties: - const: phytec,imx6ul-pcl063 # PHYTEC phyCORE-i.MX 6UL - const: fsl,imx6ul + - description: i.MX6UL Variscite VAR-SOM-MX6 Boards + items: + - const: variscite,mx6ulconcerto + - const: variscite,var-som-imx6ul + - const: fsl,imx6ul + - description: Kontron BL i.MX6UL (N631X S) Board items: - const: kontron,bl-imx6ul # Kontron BL i.MX6UL Carrier Board
Add support for the Variscite i.MX6UL VAR-SOM-MX6UL and the Variscite Concerto carrier board. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ 1 file changed, 6 insertions(+)