Hello, This series depends on Gregory's series adding both CPUfreq (already merged) and a suitable AP806 clock driver. With his patches, all the pieces where available to enable thermal throttling on the AP806 embedded in Marvell Armada 7k/8k SoCs. This is just the glue to make it actually work. Patch 1 changes the core numbering in the thermal-zone node to be in sync with the CPU numbering in the DT (from 0 to 3 instead of from 1 to 4). Patch 2 adds trip points and cooling maps to actually enable the feature. Tested with an Armada 7k DB. Thanks, Miquèl Miquel Raynal (2): arm64: dts: marvell: Change core numbering in AP806 thermal-node arm64: dts: marvell: Enable AP806 thermal throttling with CPUfreq .../boot/dts/marvell/armada-ap806-dual.dtsi | 2 + .../boot/dts/marvell/armada-ap806-quad.dtsi | 5 + arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 110 +++++++++++++++--- 3 files changed, 103 insertions(+), 14 deletions(-) -- 2.19.1