[PATCH] arm64: dts: juno: Fix SCMI power domain IDs for ETF and CS funnel

Robin Murphy robin.murphy at arm.com
Wed Apr 13 03:07:54 PDT 2022


On 2022-04-13 10:35, Sudeep Holla wrote:
> The SCMI power domain ID for all the coresight components is 8 while
> the previous/older SCPI domain was 0. When adding SCMI variant, couple
> of instances retained SCPI domain ID by mistake.
> 
> Fix the same by using the correct SCMI power domain ID of 8.

Indeed, this is my copy-paste bug (annoyingly, from doing something 
inexplicable when I *did* have the correct thing as a starting point...)

Acked-by: Robin Murphy <robin.murphy at arm.com>

> Fixes: 96bb0954860a ("arm64: dts: juno: Add separate SCMI variants")
> Reported-by: Mike Leach <Mike.Leach at arm.com>
> Cc: Robin Murphy <robin.murphy at arm.com>
> Signed-off-by: Sudeep Holla <sudeep.holla at arm.com>
> ---
>   arch/arm64/boot/dts/arm/juno-r1-scmi.dts | 4 ++--
>   arch/arm64/boot/dts/arm/juno-r2-scmi.dts | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/arm/juno-r1-scmi.dts b/arch/arm64/boot/dts/arm/juno-r1-scmi.dts
> index 190a0fba4ad6..fd1f0d26d751 100644
> --- a/arch/arm64/boot/dts/arm/juno-r1-scmi.dts
> +++ b/arch/arm64/boot/dts/arm/juno-r1-scmi.dts
> @@ -7,11 +7,11 @@ funnel at 20130000 {
>   	};
>   
>   	etf at 20140000 {
> -		power-domains = <&scmi_devpd 0>;
> +		power-domains = <&scmi_devpd 8>;
>   	};
>   
>   	funnel at 20150000 {
> -		power-domains = <&scmi_devpd 0>;
> +		power-domains = <&scmi_devpd 8>;
>   	};
>   };
>   
> diff --git a/arch/arm64/boot/dts/arm/juno-r2-scmi.dts b/arch/arm64/boot/dts/arm/juno-r2-scmi.dts
> index dbf13770084f..35e6d4762c46 100644
> --- a/arch/arm64/boot/dts/arm/juno-r2-scmi.dts
> +++ b/arch/arm64/boot/dts/arm/juno-r2-scmi.dts
> @@ -7,11 +7,11 @@ funnel at 20130000 {
>   	};
>   
>   	etf at 20140000 {
> -		power-domains = <&scmi_devpd 0>;
> +		power-domains = <&scmi_devpd 8>;
>   	};
>   
>   	funnel at 20150000 {
> -		power-domains = <&scmi_devpd 0>;
> +		power-domains = <&scmi_devpd 8>;
>   	};
>   };
>   



More information about the linux-arm-kernel mailing list