From mboxrd@z Thu Jan 1 00:00:00 1970 From: kernel@martin.sperl.org (kernel at martin.sperl.org) Date: Thu, 12 May 2016 14:35:37 +0000 Subject: [PATCH 3/4] ARM: bcm2835: add thermal node to device-tree of bcm283x In-Reply-To: <1463063738-11506-1-git-send-email-kernel@martin.sperl.org> References: <1463063738-11506-1-git-send-email-kernel@martin.sperl.org> Message-ID: <1463063738-11506-4-git-send-email-kernel@martin.sperl.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Martin Sperl Add the node for the thermal sensor of the bcm2835-soc to the device tree. Signed-off-by: Martin Sperl --- arch/arm/boot/dts/bcm283x.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 9db9d97..525f1f2 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -159,6 +159,12 @@ status = "disabled"; }; + thermal: thermal at 0x7e212000 { + compatible = "brcm,bcm2835-thermal"; + reg = <0x7e212000 0x8>; + clocks = <&clocks BCM2835_CLOCK_TSENS>; + }; + aux: aux at 0x7e215000 { compatible = "brcm,bcm2835-aux"; #clock-cells = <1>; -- 2.1.4