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

Peng Fan (OSS) posted 7 patches 1 year, 3 months ago
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(-)
[PATCH v2 0/7] arm64: dts: freescale: imx95: add various nodes
Posted by Peng Fan (OSS) 1 year, 3 months ago
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>
Re: [PATCH v2 0/7] arm64: dts: freescale: imx95: add various nodes
Posted by Shawn Guo 1 year, 2 months ago
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