public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add TechNexion EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board support
@ 2025-08-22  7:33 Richard Hu
  2025-08-22  7:33 ` [PATCH v5 1/2] dt-bindings: arm: fsl: Add EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board Richard Hu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Hu @ 2025-08-22  7:33 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: devicetree, linux-kernel, imx, linux-arm-kernel, Richard Hu,
	Ray Chang

Add initial support for TechNexion EDM-G-IMX8M-PLUS SOM and WB-EDM-G
carrier board.

Changes in v5:
- Address feedback from Krzysztof (thanks!)

in patch 2/2:
       - Rename 'native-hdmi-connector' to the standard 'hdmi-connector'.

       - Correct the PMIC interrupt flag to use the proper DT binding
         (IRQ_TYPE_LEVEL_LOW) instead of legacy macro.

       - Update the SPDX license identifier. 

Changes in v4:
- Incorporate review feedback from Shawn (thanks!) and apply further 
  cleanups to DTS style and node naming.

in patch 2/2:
       - Addressed formatting issues by adding newlines and removing
         unnecessary backslashes.

       - Removed the lvds-backlight node for the optional display panel,
         which will be handled by a device tree overlay.

       - Aligned several node names with DT conventions. For example:
         - `codec@1a` -> `audio-codec@1a`
         - `gpio-leds` -> `leds`
         - `pcie0-refclk` -> `clock-pcie-ref`
         - `wlreg-on` -> `regulator-wl-reg-on`

Changes in v3:
- The changes address DT schema warnings, remove unused regulators, and
  improve the overall structure.

in patch 2/2:
       - Fixed DT Schema Warnings: Renamed the i2c-gpio node to i2c-0 to
         resolve a naming convention warning reported by Rob's checker.

       - Removed Unused Regulators: Removed several unused regulator-fixed
         nodes for LVDS, backlight, ethernet power, and the OTG VBUS, as
         pointed out by Peng Fan (thanks!).

       - Added EEPROM Nodes: Added device tree nodes for the EEPROMs
         present on both the SOM and the baseboard.

       - Node Reorganization: Relocated the iomuxc node to the end of the
         device tree files for better readability.

Change in V2:
- Ensured accurate `To:` and `Cc:` addresses by utilizing
  `b4 prep --auto-to-cc`. (Thanks to Krzysztof Kozlowski for the
  tip on this command and helpful suggestion from Rob Herring).

in patch 1/2:
        - Add Acked-by tag.

in patch 2/2:
        - Generic Node Naming: Refactored device tree node names for I2C
          GPIO expanders, the USB Type-C controller, and the PMIC to adhere
          to generic naming conventions (e.g., `gpio@21`, `usb-typec@67`,
          `pmic@25`).

        - Removed Unused SPI Node: Eliminated the `spidev1` node due to an
          incorrect and non-existent compatible string (`rohm,dh2228fv`).

        - Minor formatting improvements (e.g., whitespace, indentation).

Signed-off-by: Richard Hu <richard.hu@technexion.com>
---
Ray Chang (1):
      dt-bindings: arm: fsl: Add EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board

Richard Hu (1):
      arm64: dts: imx8mp: Add TechNexion EDM-G-IMX8M-PLUS SOM on WB-EDM-G carrier board

 Documentation/devicetree/bindings/arm/fsl.yaml    |   7 +
 arch/arm64/boot/dts/freescale/Makefile            |   1 +
 arch/arm64/boot/dts/freescale/imx8mp-edm-g-wb.dts | 359 ++++++++++
 arch/arm64/boot/dts/freescale/imx8mp-edm-g.dtsi   | 786 ++++++++++++++++++++++
 4 files changed, 1153 insertions(+)
---
base-commit: c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9
change-id: 20250604-add-technexion-edm-g-imx8m-plus-som-79adf0b397eb

Best regards,
-- 
Richard Hu <richard.hu@technexion.com>


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

end of thread, other threads:[~2025-09-11  1:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22  7:33 [PATCH v5 0/2] Add TechNexion EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board support Richard Hu
2025-08-22  7:33 ` [PATCH v5 1/2] dt-bindings: arm: fsl: Add EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board Richard Hu
2025-08-22  7:33 ` [PATCH v5 2/2] arm64: dts: imx8mp: Add TechNexion EDM-G-IMX8M-PLUS SOM on " Richard Hu
2025-09-11  1:06 ` [PATCH v5 0/2] Add TechNexion EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board support Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox