Re: [PATCH V2 0/6] arm64: dts: imx8m: update pinctrl to match dtschema

From: Shawn Guo
Date: Wed Apr 05 2023 - 10:17:21 EST


On Tue, Mar 28, 2023 at 11:36:34AM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> During the System-ready IR 2.0 check, there are lots dtbs_check warning.
> The pinctrl dtschema requires grp in the end, so update pinctrl to address
> dtbs_check warning.
>
> V2:
> Add more update
> With below script to filter out:
> grep "pinctrl.*:.*{" ./arch/arm64/boot/dts/freescale/imx* -rn | grep -v "grp {"
>
> Peng Fan (6):
> arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
> arm64: dts: imx8mm-ddr4-evk: update gpmi pinctrl to match dtschema
> arm64: dts: imx8mq-librem5: update pinctrl to match dtschema
> arm64: dts: imx8mm-emcon: update pinctrl to match dtschema
> arm64: dts: imx8mn-bsh-smm: update pinctrl to match dtschema
> arm64: dts: imx8mm-prt8mm: update pinctrl to match dtschema

Applied all, thanks!