mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
arm64: dts: juno: Fix SCMI power domain IDs for ETF and CS funnel
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.
Link: https://lore.kernel.org/r/20220413093547.1699535-1-sudeep.holla@arm.com
Fixes: 96bb095486 ("arm64: dts: juno: Add separate SCMI variants")
Cc: Robin Murphy <robin.murphy@arm.com>
Reported-by: Mike Leach <Mike.Leach@arm.com>
Acked-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
3123109284
commit
8dd3cdeaf3
|
|
@ -7,11 +7,11 @@ funnel@20130000 {
|
|||
};
|
||||
|
||||
etf@20140000 {
|
||||
power-domains = <&scmi_devpd 0>;
|
||||
power-domains = <&scmi_devpd 8>;
|
||||
};
|
||||
|
||||
funnel@20150000 {
|
||||
power-domains = <&scmi_devpd 0>;
|
||||
power-domains = <&scmi_devpd 8>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ funnel@20130000 {
|
|||
};
|
||||
|
||||
etf@20140000 {
|
||||
power-domains = <&scmi_devpd 0>;
|
||||
power-domains = <&scmi_devpd 8>;
|
||||
};
|
||||
|
||||
funnel@20150000 {
|
||||
power-domains = <&scmi_devpd 0>;
|
||||
power-domains = <&scmi_devpd 8>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user