mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-22 09:18:42 +00:00
While Juno's SCP firmware initially spoke the SCPI protocol, binary releases since 2018, and the newer open-source codebase, only speak SCMI and thus aren't particularly compatibile with the DTs we currently have upstream. Add a parallel set of variant DTs for boards with up-to-date firmware, replacing the SCPI parts with their new SCMI equivalents. Link: https://lore.kernel.org/r/f3516815104f951a05fc0f799681f77d7968f6ac.1645125063.git.robin.murphy@arm.com Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
24 lines
307 B
Plaintext
24 lines
307 B
Plaintext
#include "juno-r2.dts"
|
|
#include "juno-scmi.dtsi"
|
|
|
|
/ {
|
|
funnel@20130000 {
|
|
power-domains = <&scmi_devpd 8>;
|
|
};
|
|
|
|
etf@20140000 {
|
|
power-domains = <&scmi_devpd 0>;
|
|
};
|
|
|
|
funnel@20150000 {
|
|
power-domains = <&scmi_devpd 0>;
|
|
};
|
|
};
|
|
|
|
&A72_0 {
|
|
clocks = <&scmi_dvfs 0>;
|
|
};
|
|
&A72_1 {
|
|
clocks = <&scmi_dvfs 0>;
|
|
};
|