mbox series

[v4,0/5] Update of phyBOARD-Pollux-i.MX8MP

Message ID 20230906100857.7916-1-c.tenruh@phytec.de (mailing list archive)
Headers show
Series Update of phyBOARD-Pollux-i.MX8MP | expand

Message

Cem Tenruh Sept. 6, 2023, 10:08 a.m. UTC
Updates for the phyCORE-i.MX8MP and phyBOARD-Pollux-i.MX8MP devicetrees.
This adds CAN-FD, RS232/RS485 and USB support for phyBOARD-Pollux-i.MX8MP.
This also adds gpio-line-name properties.

Changes in v4:
 - split previous (arm64: dts: imx8mp: Add gpio-line-names Patch 3/4)
   into two patches (Patch 3/5) & (Patch 4/5)
 - Updated commit header & message (Patch 3/5)
 - Added missing signed-off (Patch 2/5) & (Patch 5/5)

Changes in v3:
 - removed "regulator-always-on" protperty (Patch 2/4)

Changes in v2:
 - Edited commit message (Patch 4/4)
 - Added comment to UART2 node (Patch 4/4)

Cem Tenruh (2):
  arm64: dts: imx8mp-phycore-som: Add gpio-line-names
  arm64: dts: imx8mp-phyboard-pollux: Add gpio-line-names

Teresa Remmet (3):
  arm64: dts: imx8mp-phyboard-pollux: Add flexcan support
  arm64: dts: imx8mp-phyboard-pollux: Enable USB support
  arm64: dts: imx8mp-phyboard-pollux: Add support for RS232/RS485

 .../freescale/imx8mp-phyboard-pollux-rdk.dts  | 154 ++++++++++++++++++
 .../dts/freescale/imx8mp-phycore-som.dtsi     |  13 ++
 2 files changed, 167 insertions(+)

Comments

Shawn Guo Sept. 25, 2023, 1:36 a.m. UTC | #1
On Wed, Sep 06, 2023 at 12:08:52PM +0200, Cem Tenruh wrote:
> Updates for the phyCORE-i.MX8MP and phyBOARD-Pollux-i.MX8MP devicetrees.
> This adds CAN-FD, RS232/RS485 and USB support for phyBOARD-Pollux-i.MX8MP.
> This also adds gpio-line-name properties.
> 
> Changes in v4:
>  - split previous (arm64: dts: imx8mp: Add gpio-line-names Patch 3/4)
>    into two patches (Patch 3/5) & (Patch 4/5)
>  - Updated commit header & message (Patch 3/5)
>  - Added missing signed-off (Patch 2/5) & (Patch 5/5)
> 
> Changes in v3:
>  - removed "regulator-always-on" protperty (Patch 2/4)
> 
> Changes in v2:
>  - Edited commit message (Patch 4/4)
>  - Added comment to UART2 node (Patch 4/4)
> 
> Cem Tenruh (2):
>   arm64: dts: imx8mp-phycore-som: Add gpio-line-names
>   arm64: dts: imx8mp-phyboard-pollux: Add gpio-line-names
> 
> Teresa Remmet (3):
>   arm64: dts: imx8mp-phyboard-pollux: Add flexcan support
>   arm64: dts: imx8mp-phyboard-pollux: Enable USB support
>   arm64: dts: imx8mp-phyboard-pollux: Add support for RS232/RS485

Applied all, thanks!