Commit ce2a6ca5 authored by Martin Sperl's avatar Martin Sperl Committed by Eric Anholt
Browse files

ARM64: bcm2835: dts: add thermal node to device-tree of bcm2837



Add the node for the thermal sensor of the bcm2837-soc
to the device tree.

Signed-off-by: default avatarMartin Sperl <kernel@martin.sperl.org>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 6495c4d2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -74,3 +74,9 @@ &intc {
	interrupt-parent = <&local_intc>;
	interrupts = <8>;
};

/* enable thermal sensor with the correct compatible property set */
&thermal {
	compatible = "brcm,bcm2837-thermal";
	status = "okay";
};