[PATCH 0/7] arm64: dts: imx952: Enable various node for i.MX952-EVK

Peng Fan (OSS) posted 7 patches 1 month ago
There is a newer version of this series
arch/arm64/boot/dts/freescale/imx952-evk.dts | 302 +++++++++++++++++++++++++++
arch/arm64/boot/dts/freescale/imx952.dtsi    |  18 ++
2 files changed, 320 insertions(+)
[PATCH 0/7] arm64: dts: imx952: Enable various node for i.MX952-EVK
Posted by Peng Fan (OSS) 1 month ago
Patch 1: Enable cpuidle for A55
Patch [2-7]: Enable wdog/usb/spi/uart/i2c for i.MX952-EVK

Patchset is based on Shawn's for-next tree, because Linux Next tree
is not updated.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Peng Fan (7):
      arm64: dts: imx952: Add idle-states node
      arm64: dts: imx952-evk: Enable I2C[2,3,4,6,7] bus
      arm64: dts: imx952-evk: Enable UART5
      arm64: dts: imx952-evk: Enable SPI7
      arm64: dts: imx952-evk: Enable USB[1,2]
      arm64: dts: imx952-evk: Enable wdog3
      arm64: dts: imx952-evk: Add nxp,ctrl-ids for scmi misc

 arch/arm64/boot/dts/freescale/imx952-evk.dts | 302 +++++++++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx952.dtsi    |  18 ++
 2 files changed, 320 insertions(+)
---
base-commit: 01c3d32bd17362df2c94efded93a1866205c3fc3
change-id: 20260104-imx952-dts-7c0ba188bd62

Best regards,
-- 
Peng Fan <peng.fan@nxp.com>
Re: [PATCH 0/7] arm64: dts: imx952: Enable various node for i.MX952-EVK
Posted by Shawn Guo 2 weeks, 6 days ago
On Mon, Jan 05, 2026 at 07:48:39PM +0800, Peng Fan (OSS) wrote:
> Peng Fan (7):
>       arm64: dts: imx952: Add idle-states node
>       arm64: dts: imx952-evk: Enable I2C[2,3,4,6,7] bus
>       arm64: dts: imx952-evk: Enable UART5
>       arm64: dts: imx952-evk: Enable SPI7
>       arm64: dts: imx952-evk: Enable USB[1,2]
>       arm64: dts: imx952-evk: Enable wdog3
>       arm64: dts: imx952-evk: Add nxp,ctrl-ids for scmi misc

Applied all, thanks!