]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: armada-ap807: update thermal compatible
authorAlex Leibovich <alexl@marvell.com>
Thu, 8 Feb 2024 08:14:13 +0000 (09:14 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 27 Feb 2024 16:41:34 +0000 (17:41 +0100)
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>
arch/arm64/boot/dts/marvell/armada-ap807.dtsi

index 4a23f65d475fc07de61173da6cc21777ab0635a1..a3328d05fc94c10968e7d96f22e94375ca89faf6 100644 (file)
@@ -33,3 +33,6 @@
                     "marvell,armada-ap806-sdhci"; /* Backward compatibility */
 };
 
+&ap_thermal {
+       compatible = "marvell,armada-ap807-thermal";
+};