From: Alex Leibovich <alexl@xxxxxxxxxxx> Use the correct thermal coefficients for the Armada AP807 dies. Signed-off-by: Alex Leibovich <alexl@xxxxxxxxxxx> Reviewed-by: Stefan Chulski <stefanc@xxxxxxxxxxx> Tested-by: Stefan Chulski <stefanc@xxxxxxxxxxx> Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx> Signed-off-by: Stefan Eichenberger <eichest@xxxxxxxxx> --- Changes in v2: - Added me as last signed-off-by - Besides that it is the third patch of this series: https://lore.kernel.org/all/ZIxMYXDCTB7IvsDk@xxxxxxxxxxxxxxxxxxxxx/ - The first two patches in the series are already applied --- arch/arm64/boot/dts/marvell/armada-ap807.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi index 4a23f65d475f..a3328d05fc94 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi @@ -33,3 +33,6 @@ &ap_sdhci0 { "marvell,armada-ap806-sdhci"; /* Backward compatibility */ }; +&ap_thermal { + compatible = "marvell,armada-ap807-thermal"; +}; -- 2.40.1