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

Message ID 20230328033640.1930104-1-peng.fan@oss.nxp.com
Headers
Series arm64: dts: imx8m: update pinctrl to match dtschema |

Message

Peng Fan (OSS) March 28, 2023, 3:36 a.m. UTC
  From: Peng Fan <peng.fan@nxp.com>

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(-)
  

Comments

Shawn Guo April 5, 2023, 2:16 p.m. UTC | #1
On Tue, Mar 28, 2023 at 11:36:34AM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> 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!