From: Alex Leibovich Date: Thu, 8 Feb 2024 08:14:13 +0000 (+0100) Subject: arm64: dts: armada-ap807: update thermal compatible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ecd815b862ddf3637275a09ba274a843b9a4d7e0;p=linux.git arm64: dts: armada-ap807: update thermal compatible Use the correct thermal coefficients for the Armada AP807 dies. Signed-off-by: Alex Leibovich Reviewed-by: Stefan Chulski Tested-by: Stefan Chulski Signed-off-by: Russell King (Oracle) Signed-off-by: Stefan Eichenberger Reviewed-by: Andrew Lunn Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi index 4a23f65d475fc..a3328d05fc94c 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi @@ -33,3 +33,6 @@ "marvell,armada-ap806-sdhci"; /* Backward compatibility */ }; +&ap_thermal { + compatible = "marvell,armada-ap807-thermal"; +};