[V2,0/5] binding: imx8m: add IOMUXC GPR

Message ID 20230104002545.3473598-1-peng.fan@oss.nxp.com
Headers
Series binding: imx8m: add IOMUXC GPR |

Message

Peng Fan (OSS) Jan. 4, 2023, 12:25 a.m. UTC
  From: Peng Fan <peng.fan@nxp.com>

V2:
 Update nodename to syscon in patch 3
 Add A-b/R-b tag

Add binding doc for i.MX8M, update dts to match binding doc.
This is effort for ARM System-Ready 2.0 certification

Peng Fan (5):
  dt-bindings: soc: imx: add IOMUXC GPR support
  arm64: dts: imx8mq: correct iomuxc-gpr compatible
  arm64: dts: imx8mm: correct iomuxc-gpr compatible
  arm64: dts: imx8mn: update iomuxc-gpr node name
  arm64: dts: imx8mp: use syscon for iomuxc-gpr

 .../bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml  | 57 +++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mm.dtsi     |  4 +-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi     |  2 +-
 arch/arm64/boot/dts/freescale/imx8mp.dtsi     |  2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi     |  3 +-
 5 files changed, 62 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml
  

Comments

Shawn Guo Jan. 9, 2023, 8:52 a.m. UTC | #1
On Wed, Jan 04, 2023 at 08:25:40AM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> V2:
>  Update nodename to syscon in patch 3
>  Add A-b/R-b tag
> 
> Add binding doc for i.MX8M, update dts to match binding doc.
> This is effort for ARM System-Ready 2.0 certification
> 
> Peng Fan (5):
>   dt-bindings: soc: imx: add IOMUXC GPR support
>   arm64: dts: imx8mq: correct iomuxc-gpr compatible
>   arm64: dts: imx8mm: correct iomuxc-gpr compatible
>   arm64: dts: imx8mn: update iomuxc-gpr node name
>   arm64: dts: imx8mp: use syscon for iomuxc-gpr

Applied all, thanks!