diff options
author | Keerthy <j-keerthy@ti.com> | 2017-03-09 11:05:55 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-24 17:24:44 +0300 |
commit | a761d517bbb1ed223af10be37545ecc7ca859b72 (patch) | |
tree | c76c9b3ca635270e1d9c09531f8d65c09480e3e1 /arch/arm/boot/dts/omap36xx.dtsi | |
parent | bb7d97862e456bd81ab2b6bc47073e63ea4e91a5 (diff) | |
download | linux-a761d517bbb1ed223af10be37545ecc7ca859b72.tar.xz |
ARM: dts: omap3: Add cpu_thermal zone
Add cpu_thermal zone.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap36xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap36xx.dtsi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi index d1a3e56b50ce..ade31d74c70c 100644 --- a/arch/arm/boot/dts/omap36xx.dtsi +++ b/arch/arm/boot/dts/omap36xx.dtsi @@ -19,7 +19,7 @@ cpus { /* OMAP3630/OMAP37xx 'standard device' variants OPP50 to OPP130 */ - cpu@0 { + cpu: cpu@0 { operating-points = < /* kHz uV */ 300000 1012500 @@ -88,12 +88,16 @@ }; }; - bandgap@48002524 { + bandgap: bandgap@48002524 { reg = <0x48002524 0x4>; compatible = "ti,omap36xx-bandgap"; #thermal-sensor-cells = <0>; }; }; + + thermal_zones: thermal-zones { + #include "omap3-cpu-thermal.dtsi" + }; }; /* OMAP3630 needs dss_96m_fck for VENC */ |