* [PATCH] arm64: dts: hi3660: Add property for fixing CPUIdle
@ 2025-03-10 9:37 Leo Yan
2025-03-10 15:45 ` James Clark
2025-03-18 12:30 ` Wei Xu
0 siblings, 2 replies; 3+ messages in thread
From: Leo Yan @ 2025-03-10 9:37 UTC (permalink / raw)
To: Wei Xu, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-arm-kernel, devicetree, coresight
Cc: Leo Yan
During CPU low power modes, ETM components will lose their context. Add
the "arm,coresight-loses-context-with-cpu" property to ETM nodes to save
and restore ETM context for CPU idle states.
Signed-off-by: Leo Yan <leo.yan@arm.com>
---
arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi
index 79a55a0fa2f1..4c6a075908d1 100644
--- a/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi
@@ -17,6 +17,7 @@ etm@ecc40000 {
clocks = <&crg_ctrl HI3660_PCLK>;
clock-names = "apb_pclk";
cpu = <&cpu0>;
+ arm,coresight-loses-context-with-cpu;
out-ports {
port {
@@ -34,6 +35,7 @@ etm@ecd40000 {
clocks = <&crg_ctrl HI3660_PCLK>;
clock-names = "apb_pclk";
cpu = <&cpu1>;
+ arm,coresight-loses-context-with-cpu;
out-ports {
port {
@@ -51,6 +53,7 @@ etm@ece40000 {
clocks = <&crg_ctrl HI3660_PCLK>;
clock-names = "apb_pclk";
cpu = <&cpu2>;
+ arm,coresight-loses-context-with-cpu;
out-ports {
port {
@@ -68,6 +71,7 @@ etm@ecf40000 {
clocks = <&crg_ctrl HI3660_PCLK>;
clock-names = "apb_pclk";
cpu = <&cpu3>;
+ arm,coresight-loses-context-with-cpu;
out-ports {
port {
@@ -160,6 +164,7 @@ etm@ed440000 {
clocks = <&crg_ctrl HI3660_PCLK>;
clock-names = "apb_pclk";
cpu = <&cpu4>;
+ arm,coresight-loses-context-with-cpu;
out-ports {
port {
@@ -177,6 +182,7 @@ etm@ed540000 {
clocks = <&crg_ctrl HI3660_PCLK>;
clock-names = "apb_pclk";
cpu = <&cpu5>;
+ arm,coresight-loses-context-with-cpu;
out-ports {
port {
@@ -194,6 +200,7 @@ etm@ed640000 {
clocks = <&crg_ctrl HI3660_PCLK>;
clock-names = "apb_pclk";
cpu = <&cpu6>;
+ arm,coresight-loses-context-with-cpu;
out-ports {
port {
@@ -211,6 +218,7 @@ etm@ed740000 {
clocks = <&crg_ctrl HI3660_PCLK>;
clock-names = "apb_pclk";
cpu = <&cpu7>;
+ arm,coresight-loses-context-with-cpu;
out-ports {
port {
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: hi3660: Add property for fixing CPUIdle
2025-03-10 9:37 [PATCH] arm64: dts: hi3660: Add property for fixing CPUIdle Leo Yan
@ 2025-03-10 15:45 ` James Clark
2025-03-18 12:30 ` Wei Xu
1 sibling, 0 replies; 3+ messages in thread
From: James Clark @ 2025-03-10 15:45 UTC (permalink / raw)
To: Leo Yan
Cc: Wei Xu, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-arm-kernel, devicetree, coresight
On 10/03/2025 9:37 am, Leo Yan wrote:
> During CPU low power modes, ETM components will lose their context. Add
> the "arm,coresight-loses-context-with-cpu" property to ETM nodes to save
> and restore ETM context for CPU idle states.
>
> Signed-off-by: Leo Yan <leo.yan@arm.com>
> ---
> arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi
> index 79a55a0fa2f1..4c6a075908d1 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi
> @@ -17,6 +17,7 @@ etm@ecc40000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu0>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -34,6 +35,7 @@ etm@ecd40000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu1>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -51,6 +53,7 @@ etm@ece40000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu2>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -68,6 +71,7 @@ etm@ecf40000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu3>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -160,6 +164,7 @@ etm@ed440000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu4>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -177,6 +182,7 @@ etm@ed540000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu5>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -194,6 +200,7 @@ etm@ed640000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu6>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -211,6 +218,7 @@ etm@ed740000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu7>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
Reviewed-by: James Clark <james.clark@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: hi3660: Add property for fixing CPUIdle
2025-03-10 9:37 [PATCH] arm64: dts: hi3660: Add property for fixing CPUIdle Leo Yan
2025-03-10 15:45 ` James Clark
@ 2025-03-18 12:30 ` Wei Xu
1 sibling, 0 replies; 3+ messages in thread
From: Wei Xu @ 2025-03-18 12:30 UTC (permalink / raw)
To: Leo Yan, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-arm-kernel, devicetree, coresight
Hi Leo,
On 2025/3/10 17:37, Leo Yan wrote:
> During CPU low power modes, ETM components will lose their context. Add
> the "arm,coresight-loses-context-with-cpu" property to ETM nodes to save
> and restore ETM context for CPU idle states.
>
> Signed-off-by: Leo Yan <leo.yan@arm.com>
> ---
Applied to the HiSilicon arm64 dt tree.
Thanks!
Best Regards,
Wei
> arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi
> index 79a55a0fa2f1..4c6a075908d1 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi
> @@ -17,6 +17,7 @@ etm@ecc40000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu0>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -34,6 +35,7 @@ etm@ecd40000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu1>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -51,6 +53,7 @@ etm@ece40000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu2>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -68,6 +71,7 @@ etm@ecf40000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu3>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -160,6 +164,7 @@ etm@ed440000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu4>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -177,6 +182,7 @@ etm@ed540000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu5>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -194,6 +200,7 @@ etm@ed640000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu6>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
> @@ -211,6 +218,7 @@ etm@ed740000 {
> clocks = <&crg_ctrl HI3660_PCLK>;
> clock-names = "apb_pclk";
> cpu = <&cpu7>;
> + arm,coresight-loses-context-with-cpu;
>
> out-ports {
> port {
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-18 12:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-10 9:37 [PATCH] arm64: dts: hi3660: Add property for fixing CPUIdle Leo Yan
2025-03-10 15:45 ` James Clark
2025-03-18 12:30 ` Wei Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).