On 10/01/2023 05:32, Johannes Schneider wrote: > the current EVKB come with LPDDR4, and a different PMIC Same comments. Also drop coma before "and". come->comes. I actually have trouble understanding this "Current EVKB". Can there be outdated or future EVKB? > > Signed-off-by: Johannes Schneider <johannes.schneider@xxxxxxxxxxxxxxxxxxxx> > --- > .../devicetree/bindings/arm/fsl.yaml | 1 + > arch/arm64/boot/dts/freescale/imx8mm-evkb.dts | 132 ++++++++++++++++++ And how do you build it? Missing makefile, missing testing. > 2 files changed, 133 insertions(+) > create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-evkb.dts > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index fbfc4f99c01e..9c3a02c19847 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml Bindings are separate patches. > @@ -818,6 +818,7 @@ properties: > - emtrion,emcon-mx8mm-avari # emCON-MX8MM SoM on Avari Base > - fsl,imx8mm-ddr4-evk # i.MX8MM DDR4 EVK Board > - fsl,imx8mm-evk # i.MX8MM EVK Board > + - fsl,imx8mm-evkb # i.MX8MM EVK Board, rev-B > - gateworks,imx8mm-gw7904 > - gw,imx8mm-gw71xx-0x # i.MX8MM Gateworks Development Kit > - gw,imx8mm-gw72xx-0x # i.MX8MM Gateworks Development Kit > diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evkb.dts b/arch/arm64/boot/dts/freescale/imx8mm-evkb.dts > new file mode 100644 Best regards, Krzysztof