Commit 664d9ebf authored by Vadym Kochan's avatar Vadym Kochan Committed by Gregory CLEMENT

arm64: dts: marvell: fix non-existed cpu referrence in armada-ap806-dual.dtsi

armada-ap806-dual.dtsi includes armada-ap806.dtsi which describes
thermal zones for 4 cpus but only cpu0 and cpu1 only exists for dual
configuration, this makes dtb compilation fail. Fix it by removing
thermal zone nodes for non-existed cpus for dual configuration.
Signed-off-by: default avatarVadym Kochan <vadym.kochan@plvision.eu>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 004c64a8
......@@ -53,4 +53,9 @@ l2: l2-cache {
cache-sets = <512>;
};
};
thermal-zones {
/delete-node/ ap-thermal-cpu2;
/delete-node/ ap-thermal-cpu3;
};
};
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