All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add FRDM i.MX 91 Development board support
@ 2025-12-30  7:58 Joseph Guo
  2025-12-30  7:58 ` [PATCH v3 1/2] dt-bindings: arm: imx Add FRDM-IMX91 board Joseph Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Joseph Guo @ 2025-12-30  7:58 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Justin Jiang, devicetree, linux-kernel, imx, linux-arm-kernel,
	qijian.guo, Joseph Guo, Daniel Baluta, Krzysztof Kozlowski,
	Francesco Valla, Tom Zheng, Steven Yang, Andrew Lunn

FRDM-IMX91 board is a low cost development platform based on i.MX91 SoC:
https://www.nxp.com/design/design-center/development-boards-and-designs/FRDM-IMX91

Add device tree and dt-binding for FRDM-IMX91.

Signed-off-by: Joseph Guo <qijian.guo@nxp.com>
---
Changes in v3:
- end property list with 'status'
- add newline between property list and child node
- add code-review trailers 
- Link to v2: https://lore.kernel.org/r/20251212-imx91_frdm-v2-0-4dd6d289e81d@nxp.com

Changes in v2:
- rename compatible 'frdm-imx91' to 'imx91-11x11-frdm'
- rename 'sw-keys' to 'gpio-keys'
- rename 'user_btn' to 'button-k'
- drop lpspi3 node
- rename iomuxc 'grpsleep' to 'sleepgrp'
- move dt-binding patch before the dts patch
- add board page link in cover letter
- use CAN PHY to manage the stby gpio of flexcan2
- drop realtek property
- add pcf2131 aliase
- add bootph- property for nodes should be kept in bootloader phase
- add reset-gpio and assert for eqos and fec
- delete unused alias
- Link to v1: https://lore.kernel.org/r/20251114-imx91_frdm-v1-0-e5763bdf9336@nxp.com

---
Joseph Guo (2):
      dt-bindings: arm: imx Add FRDM-IMX91 board
      arm64: dts: freescale: Add FRDM-IMX91 basic support

 Documentation/devicetree/bindings/arm/fsl.yaml     |   1 +
 arch/arm64/boot/dts/freescale/Makefile             |   1 +
 arch/arm64/boot/dts/freescale/imx91-11x11-frdm.dts | 906 +++++++++++++++++++++
 3 files changed, 908 insertions(+)
---
base-commit: 73f1e611b076de705c2f1c26cfdfc5b8e96f4733
change-id: 20251114-imx91_frdm-add2b2c07e78

Best regards,
-- 
Joseph Guo <qijian.guo@nxp.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-31  3:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30  7:58 [PATCH v3 0/2] Add FRDM i.MX 91 Development board support Joseph Guo
2025-12-30  7:58 ` [PATCH v3 1/2] dt-bindings: arm: imx Add FRDM-IMX91 board Joseph Guo
2025-12-30  7:58 ` [PATCH v3 2/2] arm64: dts: freescale: Add FRDM-IMX91 basic support Joseph Guo
2025-12-31  3:05 ` [PATCH v3 0/2] Add FRDM i.MX 91 Development board support Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.