mbox series

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

Message ID 20240903-imx95-dts-new-v2-0-8ed795d61358@nxp.com (mailing list archive)
Headers show
Series arm64: dts: freescale: imx95: add various nodes | expand

Message

Peng Fan (OSS) Sept. 3, 2024, 7:17 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 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: freescale: imx95: set max-rx-timeout-ms
      arm64: dts: freescale: imx95: add bbm/misc/syspower scmi nodes
      arm64: dts: freescale: imx95: update a55 thermal trip points
      arm64: dts: freescale: imx95: add anamix temperature thermal zone and cooling node
      arm64: dts: freescale: imx95: enable A55 cpuidle
      arm64: dts: freescale: imx95-19x19-evk: add nxp,ctrl-ids property
      arm64: dts: freescale: 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          | 69 +++++++++++++++++-
 2 files changed, 153 insertions(+), 2 deletions(-)
---
base-commit: 985bf40edf4343dcb04c33f58b40b4a85c1776d4
change-id: 20240902-imx95-dts-new-fbb8ac9fca18

Best regards,

Comments

Peng Fan Sept. 30, 2024, 9:16 a.m. UTC | #1
Hi Shawn,

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

Please see whether this patchset is good for you.

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 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: freescale: imx95: set max-rx-timeout-ms
>       arm64: dts: freescale: imx95: add bbm/misc/syspower scmi nodes
>       arm64: dts: freescale: imx95: update a55 thermal trip points
>       arm64: dts: freescale: imx95: add anamix temperature thermal
> zone and cooling node
>       arm64: dts: freescale: imx95: enable A55 cpuidle
>       arm64: dts: freescale: imx95-19x19-evk: add nxp,ctrl-ids property
>       arm64: dts: freescale: 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          | 69
> +++++++++++++++++-
>  2 files changed, 153 insertions(+), 2 deletions(-)
> ---
> base-commit: 985bf40edf4343dcb04c33f58b40b4a85c1776d4
> change-id: 20240902-imx95-dts-new-fbb8ac9fca18
> 
> Best regards,
> --
> Peng Fan <peng.fan@nxp.com>
Shawn Guo Oct. 8, 2024, 12:55 p.m. UTC | #2
On Tue, Sep 03, 2024 at 03:17:45PM +0800, Peng Fan (OSS) wrote:
> 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 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: freescale: imx95: set max-rx-timeout-ms
>       arm64: dts: freescale: imx95: add bbm/misc/syspower scmi nodes
>       arm64: dts: freescale: imx95: update a55 thermal trip points
>       arm64: dts: freescale: imx95: add anamix temperature thermal zone and cooling node
>       arm64: dts: freescale: imx95: enable A55 cpuidle
>       arm64: dts: freescale: imx95-19x19-evk: add nxp,ctrl-ids property
>       arm64: dts: freescale: imx95-19x19-evk: add lpi2c[5,6] and sub-nodes

May I ask you to drop "freescale: " from the prefix?  "imx95: " is good
enough to tell the scope.

Shawn