Commit b172733d authored by Miquel Raynal's avatar Miquel Raynal Committed by Gregory CLEMENT

arm64: dts: marvell: Change core numbering in AP806 thermal-node

When adding thermal nodes, the CPUs have been named from 1 to 4 while
usually everywhere else they are referred as 0-3. Let's change this to
be consistent with later changes when we will use CPUfreq and CPU
phandles as cooling devices to avoid inconsistencies in the nodes
numbering.
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 188ea2fc
......@@ -318,7 +318,7 @@ ap_crit: ap-crit {
cooling-maps { };
};
ap_thermal_cpu1: ap-thermal-cpu1 {
ap_thermal_cpu0: ap-thermal-cpu0 {
polling-delay-passive = <1000>;
polling-delay = <1000>;
......@@ -328,7 +328,7 @@ ap_thermal_cpu1: ap-thermal-cpu1 {
cooling-maps { };
};
ap_thermal_cpu2: ap-thermal-cpu2 {
ap_thermal_cpu1: ap-thermal-cpu1 {
polling-delay-passive = <1000>;
polling-delay = <1000>;
......@@ -338,7 +338,7 @@ ap_thermal_cpu2: ap-thermal-cpu2 {
cooling-maps { };
};
ap_thermal_cpu3: ap-thermal-cpu3 {
ap_thermal_cpu2: ap-thermal-cpu2 {
polling-delay-passive = <1000>;
polling-delay = <1000>;
......@@ -348,7 +348,7 @@ ap_thermal_cpu3: ap-thermal-cpu3 {
cooling-maps { };
};
ap_thermal_cpu4: ap-thermal-cpu4 {
ap_thermal_cpu3: ap-thermal-cpu3 {
polling-delay-passive = <1000>;
polling-delay = <1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment