mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: juno: Update SCPI nodes as per the YAML schema
[ Upstream commit 70010556b1 ]
The SCPI YAML schema expects standard node names for clocks and
power domain controllers. Fix those as per the schema for Juno
platforms.
Link: https://lore.kernel.org/r/20210608145133.2088631-1-sudeep.holla@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
fc71d8df58
commit
d671fae046
|
|
@ -564,13 +564,13 @@ scpi {
|
||||||
clocks {
|
clocks {
|
||||||
compatible = "arm,scpi-clocks";
|
compatible = "arm,scpi-clocks";
|
||||||
|
|
||||||
scpi_dvfs: scpi-dvfs {
|
scpi_dvfs: clocks-0 {
|
||||||
compatible = "arm,scpi-dvfs-clocks";
|
compatible = "arm,scpi-dvfs-clocks";
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
clock-indices = <0>, <1>, <2>;
|
clock-indices = <0>, <1>, <2>;
|
||||||
clock-output-names = "atlclk", "aplclk","gpuclk";
|
clock-output-names = "atlclk", "aplclk","gpuclk";
|
||||||
};
|
};
|
||||||
scpi_clk: scpi-clk {
|
scpi_clk: clocks-1 {
|
||||||
compatible = "arm,scpi-variable-clocks";
|
compatible = "arm,scpi-variable-clocks";
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
clock-indices = <3>;
|
clock-indices = <3>;
|
||||||
|
|
@ -578,7 +578,7 @@ scpi_clk: scpi-clk {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
scpi_devpd: scpi-power-domains {
|
scpi_devpd: power-controller {
|
||||||
compatible = "arm,scpi-power-domains";
|
compatible = "arm,scpi-power-domains";
|
||||||
num-domains = <2>;
|
num-domains = <2>;
|
||||||
#power-domain-cells = <1>;
|
#power-domain-cells = <1>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user