From: Pramod Kumar <[email protected]>

Add DT nodes for thermal zones memory base address
to read temperature.

Signed-off-by: Pramod Kumar <[email protected]>
Signed-off-by: Srinath Mannam <[email protected]>
Reviewed-by: Ray Jui <[email protected]>
Reviewed-by: Scott Branden <[email protected]>
---
 arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi 
b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
index e283480..a30985c 100644
--- a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
+++ b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
@@ -612,4 +612,18 @@
                        status = "disabled";
                };
        };
+
+       tmons {
+               compatible = "simple-bus";
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0x0 0x0 0x8f100000 0x100>;
+
+               tmon: thermal@0 {
+                       compatible = "brcm,sr-thermal";
+                       reg = <0x0 0x40>;
+                       brcm,tmon-mask = <0x3f>;
+                       brcm,max-crit-temp = <105000>;
+               };
+       };
 };
-- 
2.7.4

Reply via email to