diff options
author | Keerthy <j-keerthy@ti.com> | 2017-03-09 09:05:55 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-24 15:24:44 +0100 |
commit | a761d517bbb1ed223af10be37545ecc7ca859b72 (patch) | |
tree | c76c9b3ca635270e1d9c09531f8d65c09480e3e1 /arch/arm/boot/dts/omap34xx.dtsi | |
parent | ARM: dts: am437x-gp-evm: Add pinmux for uart0 (diff) | |
download | linux-a761d517bbb1ed223af10be37545ecc7ca859b72.tar.xz linux-a761d517bbb1ed223af10be37545ecc7ca859b72.zip |
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/omap34xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap34xx.dtsi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi index 834fdf13601f..ac4f8795b756 100644 --- a/arch/arm/boot/dts/omap34xx.dtsi +++ b/arch/arm/boot/dts/omap34xx.dtsi @@ -14,7 +14,7 @@ / { cpus { - cpu@0 { + cpu: cpu@0 { /* OMAP343x/OMAP35xx variants OPP1-5 */ operating-points = < /* kHz uV */ @@ -56,12 +56,16 @@ }; }; - bandgap@48002524 { + bandgap: bandgap@48002524 { reg = <0x48002524 0x4>; compatible = "ti,omap34xx-bandgap"; #thermal-sensor-cells = <0>; }; }; + + thermal_zones: thermal-zones { + #include "omap3-cpu-thermal.dtsi" + }; }; &ssi { |