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: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Martin Sperl
2016-11-02 10:18:24 +00:00
committed by Eric Anholt
parent 6495c4d2d9
commit ce2a6ca5c6

View File

@@ -74,3 +74,9 @@
interrupt-parent = <&local_intc>;
interrupts = <8>;
};
/* enable thermal sensor with the correct compatible property set */
&thermal {
compatible = "brcm,bcm2837-thermal";
status = "okay";
};