Hi Krzysztof, On Tue, 3 Mar 2026 08:10:51 +0100 Krzysztof Kozlowski <[email protected]> wrote:
> On Mon, Mar 02, 2026 at 02:03:40PM -0500, Hugo Villeneuve wrote: > > From: Hugo Villeneuve <[email protected]> > > > > There is no Variscite module named VAR-SOM-MX6UL. > > VAR-SOM-MX6? And there is. > https://dev.variscite.com/var-som-mx6/ Ok, I was confused by the "const: variscite,var-som-imx6ul" and thought the description was not matching. But there is still no module named "VAR-SOM-MX6UL", but "VAR-SOM-MX6", with different CPU variants like UL, ULL, etc. So I will modify the patch to reflect that. In fact, I will modify the description to reflect that it supports both VAR-SOM-MX6 and VAR-SOM-6UL modules. > > > > > The official name from the manufacturer is VAR-SOM-6UL. > > > > Change SOM model name to VAR-SOM-6UL to reduce confusion. > > That's just one paragraph. Please write concise commit msgs so reading > them will be fast and easy. Ok, no problem. > > Not a sentence. > > By a sentence. > > In multiple steps. > > > > > Signed-off-by: Hugo Villeneuve <[email protected]> > > --- > > Documentation/devicetree/bindings/arm/fsl.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml > > b/Documentation/devicetree/bindings/arm/fsl.yaml > > index 5716d701292cf..99dc1b3f1ba92 100644 > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > > @@ -688,7 +688,7 @@ properties: > > - const: phytec,imx6ul-pcl063 # PHYTEC phyCORE-i.MX 6UL > > - const: fsl,imx6ul > > > > - - description: i.MX6UL Variscite VAR-SOM-MX6 Boards > > + - description: i.MX6UL Variscite VAR-SOM-6UL Boards > > items: > > - const: variscite,mx6ulconcerto > > - const: variscite,var-som-imx6ul > > -- > > 2.47.3 > > > -- Hugo Villeneuve
