mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Add Coresight Cross Trigger Interface(CTI) entries to the device tree for all the Juno variants. Link: https://lore.kernel.org/r/20220413214925.30359-1-mike.leach@linaro.org Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Mike Leach <mike.leach@linaro.org> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
27 lines
357 B
Text
27 lines
357 B
Text
#include "juno-r1.dts"
|
|
#include "juno-scmi.dtsi"
|
|
|
|
/ {
|
|
funnel@20130000 {
|
|
power-domains = <&scmi_devpd 8>;
|
|
};
|
|
|
|
etf@20140000 {
|
|
power-domains = <&scmi_devpd 8>;
|
|
};
|
|
|
|
funnel@20150000 {
|
|
power-domains = <&scmi_devpd 8>;
|
|
};
|
|
};
|
|
|
|
&cti_sys2 {
|
|
power-domains = <&scmi_devpd 8>;
|
|
};
|
|
|
|
&A57_0 {
|
|
clocks = <&scmi_dvfs 0>;
|
|
};
|
|
&A57_1 {
|
|
clocks = <&scmi_dvfs 0>;
|
|
};
|