Skip to content

Commit 568cc2f

Browse files
baruchsiachgclement
authored andcommitted
ARM: dts: armada-38x: use the new thermal binding
Commit 2f28e4c (thermal: armada: Clarify control registers accesses) introduced the new thermal binding. The new binding extends the second registers field size to 8. Switch to the new binding to fix thermal reading values. Without this change the fix for errata #132698 introduced in commit 8c0b888 (thermal: armada: Change sensors trim default value) has no effect. Cc: [email protected] # v4.16+ Reviewed-by: Miquel Raynal <[email protected]> Signed-off-by: Baruch Siach <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 021c917 commit 568cc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/armada-38x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547

548548
thermal: thermal@e8078 {
549549
compatible = "marvell,armada380-thermal";
550-
reg = <0xe4078 0x4>, <0xe4074 0x4>;
550+
reg = <0xe4078 0x4>, <0xe4070 0x8>;
551551
status = "okay";
552552
};
553553

0 commit comments

Comments
 (0)