arm64: dts: armada-ap807: update thermal compatible

Use the correct thermal coefficients for the Armada AP807 dies.

Signed-off-by: Alex Leibovich <alexl@marvell.com>
Reviewed-by: Stefan Chulski <stefanc@marvell.com>
Tested-by: Stefan Chulski <stefanc@marvell.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Stefan Eichenberger <eichest@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Alex Leibovich 2024-02-08 09:14:13 +01:00 committed by Gregory CLEMENT
parent ec55a22149
commit ecd815b862

View File

@ -33,3 +33,6 @@ &ap_sdhci0 {
"marvell,armada-ap806-sdhci"; /* Backward compatibility */
};
&ap_thermal {
compatible = "marvell,armada-ap807-thermal";
};