Merge tag 'mvebu-fixes-4.18-1' of git://git.infradead.org/linux-mvebu into fixes

mvebu fixes for 4.18 (part 1)

Use the new thermal binding on Armada 38x allowing to use a driver fix
which is already part of the kernel.

* tag 'mvebu-fixes-4.18-1' of git://git.infradead.org/linux-mvebu:
ARM: dts: armada-38x: use the new thermal binding

Signed-off-by: Olof Johansson <olof@lixom.net>

Changed files
+1 -1
arch
arm
boot
+1 -1
arch/arm/boot/dts/armada-38x.dtsi
··· 547 547 548 548 thermal: thermal@e8078 { 549 549 compatible = "marvell,armada380-thermal"; 550 - reg = <0xe4078 0x4>, <0xe4074 0x4>; 550 + reg = <0xe4078 0x4>, <0xe4070 0x8>; 551 551 status = "okay"; 552 552 }; 553 553