projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6495c4d
)
ARM64: bcm2835: dts: add thermal node to device-tree of bcm2837
author
Martin Sperl
<kernel@martin.sperl.org>
Wed, 2 Nov 2016 10:18:24 +0000
(10:18 +0000)
committer
Eric Anholt
<eric@anholt.net>
Fri, 11 Nov 2016 17:19:06 +0000
(09:19 -0800)
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>
arch/arm64/boot/dts/broadcom/bcm2837.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
b/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
index c1f719b7097a60e7a35197c23617067448932c70..19f2fe620a21c7ec66bd97db84d7f4c047d5f6fe 100644
(file)
--- a/
arch/arm64/boot/dts/broadcom/bcm2837.dtsi
+++ b/
arch/arm64/boot/dts/broadcom/bcm2837.dtsi
@@
-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";
+};