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

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
......@@ -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";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment