[PATCH V2 00/10] arm64: dts: imx8ulp: add more nodes

Peng Fan (OSS) posted 10 patches 2 years, 1 month ago
arch/arm64/boot/dts/freescale/imx8ulp-evk.dts | 145 ++++++++++++++++--
arch/arm64/boot/dts/freescale/imx8ulp.dtsi    |  73 ++++++++-
2 files changed, 205 insertions(+), 13 deletions(-)
[PATCH V2 00/10] arm64: dts: imx8ulp: add more nodes
Posted by Peng Fan (OSS) 2 years, 1 month ago
From: Peng Fan <peng.fan@nxp.com>

V2:
 Add blank line between property and child node in patch 3
 Move compatible in the beginning in patch 8
 For patch 9, the pinctrl settings are same, because drive strengh only
 has a enable/disable bit.

Add flexspi, cm33, thermal, cpuidle, reserved memory nodes
Enable flexspi, lpi2c7, spi-nor, cm33 for i.MX8ULP-EVK
Set default clock for SDHC

Haibo Chen (3):
  arm64: dts: imx8ulp: add flexspi node
  arm64: dts: imx8ulp-evk: add 100MHz/200MHz pinctrl setting for eMMC
  arm64: dts: imx8ulp-evk: enable lpi2c7 bus

Han Xu (1):
  arm64: dts: imx8ulp-evk: add spi-nor device support

Peng Fan (6):
  arm64: dts: imx8ulp: add cm33 node
  arm64: dts: imx8ulp: set default clock for SDHC
  arm64: dts: imx8ulp: add thermal node
  arm64: dts: imx8ulp: add cpuidle node
  arm64: dts: imx8ulp-evk: add reserved memory for cma
  arm64: dts: imx8ulp-evk: enable CM33 node

 arch/arm64/boot/dts/freescale/imx8ulp-evk.dts | 145 ++++++++++++++++--
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi    |  73 ++++++++-
 2 files changed, 205 insertions(+), 13 deletions(-)

-- 
2.37.1
Re: [PATCH V2 00/10] arm64: dts: imx8ulp: add more nodes
Posted by Shawn Guo 2 years, 1 month ago
On Mon, Jul 24, 2023 at 03:58:23PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> V2:
>  Add blank line between property and child node in patch 3
>  Move compatible in the beginning in patch 8
>  For patch 9, the pinctrl settings are same, because drive strengh only
>  has a enable/disable bit.
> 
> Add flexspi, cm33, thermal, cpuidle, reserved memory nodes
> Enable flexspi, lpi2c7, spi-nor, cm33 for i.MX8ULP-EVK
> Set default clock for SDHC
> 
> Haibo Chen (3):
>   arm64: dts: imx8ulp: add flexspi node
>   arm64: dts: imx8ulp-evk: add 100MHz/200MHz pinctrl setting for eMMC
>   arm64: dts: imx8ulp-evk: enable lpi2c7 bus
> 
> Han Xu (1):
>   arm64: dts: imx8ulp-evk: add spi-nor device support
> 
> Peng Fan (6):
>   arm64: dts: imx8ulp: add cm33 node
>   arm64: dts: imx8ulp: set default clock for SDHC
>   arm64: dts: imx8ulp: add thermal node
>   arm64: dts: imx8ulp: add cpuidle node
>   arm64: dts: imx8ulp-evk: add reserved memory for cma
>   arm64: dts: imx8ulp-evk: enable CM33 node

Applied all, thanks!