mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
arm64: dts: rockchip: add missing clocks for cpu cores on rk356x
All cpu cores are supplied by the same clock, but all except the first core are missing that clocks reference - add the missing ones. Reviewed-by: Diederik de Haas <diederik@cknow-tech.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patch.msgid.link/20251103234926.416137-4-heiko@sntech.de
This commit is contained in:
parent
ff8912700f
commit
e06a419eaa
@ -69,6 +69,7 @@
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a55";
|
||||
reg = <0x0 0x100>;
|
||||
clocks = <&scmi_clk SCMI_CLK_CPU>;
|
||||
#cooling-cells = <2>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
@ -84,6 +85,7 @@
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a55";
|
||||
reg = <0x0 0x200>;
|
||||
clocks = <&scmi_clk SCMI_CLK_CPU>;
|
||||
#cooling-cells = <2>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
@ -99,6 +101,7 @@
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a55";
|
||||
reg = <0x0 0x300>;
|
||||
clocks = <&scmi_clk SCMI_CLK_CPU>;
|
||||
#cooling-cells = <2>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user