mbox series

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

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

Message

Peng Fan (OSS) Dec. 23, 2022, 2:56 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

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     |  2 +-
 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, 61 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml

Comments

Marco Felsch Dec. 23, 2022, 8:48 a.m. UTC | #1
On 22-12-23, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> It is preferred to use syscon per bindind doc
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>