diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2016-11-02 06:18:24 -0400 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-11-11 12:19:06 -0500 |
commit | ce2a6ca5c6ec5cb7137ae3fca18c7bc13a3dfb30 (patch) | |
tree | 3d1b7f97529b7f87093a6d480f6cd16da4e248e6 | |
parent | 6495c4d2d96d1a6a699c05126edb68c3b7d21758 (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/broadcom/bcm2837.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/broadcom/bcm2837.dtsi b/arch/arm64/boot/dts/broadcom/bcm2837.dtsi index c1f719b7097a..19f2fe620a21 100644 --- a/arch/arm64/boot/dts/broadcom/bcm2837.dtsi +++ b/arch/arm64/boot/dts/broadcom/bcm2837.dtsi | |||
@@ -74,3 +74,9 @@ | |||
74 | interrupt-parent = <&local_intc>; | 74 | interrupt-parent = <&local_intc>; |
75 | interrupts = <8>; | 75 | interrupts = <8>; |
76 | }; | 76 | }; |
77 | |||
78 | /* enable thermal sensor with the correct compatible property set */ | ||
79 | &thermal { | ||
80 | compatible = "brcm,bcm2837-thermal"; | ||
81 | status = "okay"; | ||
82 | }; | ||