mbox series

[v3,0/7] arm64: dts: imx95: add various nodes

Message ID 20241012-imx95-dts-new-v3-0-edfab0054c71@nxp.com (mailing list archive)
Headers show
Series arm64: dts: imx95: add various nodes | expand

Message

Peng Fan (OSS) Oct. 12, 2024, 11:19 a.m. UTC
Per scmi binding doc update and i.MX extenstion supported, add the nodes
in imx95.dtsi.
Enable cpuidle for A55
Add anamix temperature thermal zone
Add lpi2c[5,6] i2c nodes and sub-nodes

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v3:
- Rebased to linux-next next-20241011
- Drop newline in patch 1
- Add R-b for patch 2
- Typo fix in patch 6 commit log
- Drop "freescale" in all patch title.
- Link to v2: https://lore.kernel.org/r/20240903-imx95-dts-new-v2-0-8ed795d61358@nxp.com

Changes in v2:
- Use generic node name "gpio" for gpio controller in patch 7
- Link to v1: https://lore.kernel.org/r/20240902-imx95-dts-new-v1-0-a1f798f4f746@nxp.com

---
Peng Fan (7):
      arm64: dts: imx95: set max-rx-timeout-ms
      arm64: dts: imx95: add bbm/misc/syspower scmi nodes
      arm64: dts: imx95: update a55 thermal trip points
      arm64: dts: imx95: add anamix temperature thermal zone and cooling node
      arm64: dts: imx95: enable A55 cpuidle
      arm64: dts: imx95-19x19-evk: add nxp,ctrl-ids property
      arm64: dts: imx95-19x19-evk: add lpi2c[5,6] and sub-nodes

 arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts | 86 +++++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx95.dtsi          | 68 +++++++++++++++++-
 2 files changed, 152 insertions(+), 2 deletions(-)
---
base-commit: 60a03dd365b421d0ddf2d8ae873701f90f9642b7
change-id: 20240902-imx95-dts-new-fbb8ac9fca18

Best regards,

Comments

Peng Fan Oct. 21, 2024, 9:24 a.m. UTC | #1
Hi Shawn,

> Subject: [PATCH v3 0/7] arm64: dts: imx95: add various nodes
> 

Any comments?

Thanks,
Peng.

> Per scmi binding doc update and i.MX extenstion supported, add the
> nodes in imx95.dtsi.
> Enable cpuidle for A55
> Add anamix temperature thermal zone
> Add lpi2c[5,6] i2c nodes and sub-nodes
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> Changes in v3:
> - Rebased to linux-next next-20241011
> - Drop newline in patch 1
> - Add R-b for patch 2
> - Typo fix in patch 6 commit log
> - Drop "freescale" in all patch title.
> - Link to v2: https://lore.kernel.org/r/20240903-imx95-dts-new-v2-0-
> 8ed795d61358@nxp.com
> 
> Changes in v2:
> - Use generic node name "gpio" for gpio controller in patch 7
> - Link to v1: https://lore.kernel.org/r/20240902-imx95-dts-new-v1-0-
> a1f798f4f746@nxp.com
> 
> ---
> Peng Fan (7):
>       arm64: dts: imx95: set max-rx-timeout-ms
>       arm64: dts: imx95: add bbm/misc/syspower scmi nodes
>       arm64: dts: imx95: update a55 thermal trip points
>       arm64: dts: imx95: add anamix temperature thermal zone and
> cooling node
>       arm64: dts: imx95: enable A55 cpuidle
>       arm64: dts: imx95-19x19-evk: add nxp,ctrl-ids property
>       arm64: dts: imx95-19x19-evk: add lpi2c[5,6] and sub-nodes
> 
>  arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts | 86
> +++++++++++++++++++++++
>  arch/arm64/boot/dts/freescale/imx95.dtsi          | 68
> +++++++++++++++++-
>  2 files changed, 152 insertions(+), 2 deletions(-)
> ---
> base-commit: 60a03dd365b421d0ddf2d8ae873701f90f9642b7
> change-id: 20240902-imx95-dts-new-fbb8ac9fca18
> 
> Best regards,
> --
> Peng Fan <peng.fan@nxp.com>
Shawn Guo Oct. 22, 2024, 1:31 a.m. UTC | #2
On Sat, Oct 12, 2024 at 07:19:07PM +0800, Peng Fan (OSS) wrote:
> Peng Fan (7):
>       arm64: dts: imx95: set max-rx-timeout-ms
>       arm64: dts: imx95: add bbm/misc/syspower scmi nodes
>       arm64: dts: imx95: update a55 thermal trip points
>       arm64: dts: imx95: add anamix temperature thermal zone and cooling node
>       arm64: dts: imx95: enable A55 cpuidle
>       arm64: dts: imx95-19x19-evk: add nxp,ctrl-ids property
>       arm64: dts: imx95-19x19-evk: add lpi2c[5,6] and sub-nodes

Applied all, thanks!