2023-06-25 12:38:26

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH V2 0/4] arm64: dts: imx93: add thermal/cma/cm33 node

From: Peng Fan <[email protected]>

V2:
Add label for remoteproc-cm33 in patch 3
Use Three entries in patch 4

Add thermal, cma, cm33 node for i.MX93

Peng Fan (4):
arm64: dts: imx93: add thermal support
arm64: dts: imx93: add cma area for i.MX93 11x11 EVK
arm64: dts: imx93: add cm33 node
arm64: dts: imx93: enable CM33 for 11x11 EVK

.../boot/dts/freescale/imx93-11x11-evk.dts | 56 ++++++++++++++++++
arch/arm64/boot/dts/freescale/imx93.dtsi | 59 +++++++++++++++++++
2 files changed, 115 insertions(+)

--
2.37.1



2023-06-25 13:57:49

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH V2 3/4] arm64: dts: imx93: add cm33 node

From: Peng Fan <[email protected]>

Add CM33 node for i.MX93

Signed-off-by: Peng Fan <[email protected]>
---
arch/arm64/boot/dts/freescale/imx93.dtsi | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
index 9aad073b491e..285e80907367 100644
--- a/arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
@@ -165,6 +165,12 @@ map0 {
};
};

+ cm33: remoteproc-cm33 {
+ compatible = "fsl,imx93-cm33";
+ clocks = <&clk IMX93_CLK_CM33_GATE>;
+ status = "disabled";
+ };
+
soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
--
2.37.1


2023-07-18 03:30:52

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH V2 0/4] arm64: dts: imx93: add thermal/cma/cm33 node

On Sun, Jun 25, 2023 at 08:25:45PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> V2:
> Add label for remoteproc-cm33 in patch 3
> Use Three entries in patch 4
>
> Add thermal, cma, cm33 node for i.MX93
>
> Peng Fan (4):
> arm64: dts: imx93: add thermal support
> arm64: dts: imx93: add cma area for i.MX93 11x11 EVK
> arm64: dts: imx93: add cm33 node
> arm64: dts: imx93: enable CM33 for 11x11 EVK

Applied all, thanks!