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 arch/arm64/boot/dts/freescale/imx8mm-ddr4-evk.dts | 2 +- arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi | 4 ++-- arch/arm64/boot/dts/freescale/imx8mm-prt8mm.dts | 4 ++-- .../boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi | 6 +++--- arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts | 2 +- arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts | 4 ++-- arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 4 ++-- arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 2 +- arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 8 ++++---- 9 files changed, 18 insertions(+), 18 deletions(-) -- 2.37.1