diff options
author | Keerthy <j-keerthy@ti.com> | 2015-03-23 20:39:38 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-26 20:02:02 +0100 |
commit | f7397edf47ecc859fa69c15c4f9cefc8f2ee00c8 (patch) | |
tree | 87e4727072747fd547b126044501743f01731497 /arch/arm/boot/dts/dra72x.dtsi | |
parent | Merge branch 'omap-for-v4.1/ocp2scp' into omap-for-v4.1/fixes-not-urgent (diff) | |
download | linux-f7397edf47ecc859fa69c15c4f9cefc8f2ee00c8.tar.xz linux-f7397edf47ecc859fa69c15c4f9cefc8f2ee00c8.zip |
ARM: dts: DRA7: Add bandgap and related thermal nodes
Add bandgap and related thermal nodes. The patch adds 5 thermal
sensors. Only one cooling device for mpu as of now. The sensors are
the exact same on both dra72 and dra7. Introduce CPU, GPU, core nodes
for the moment as they are direct reuse of OMAP5 entities.
NOTE: OMAP4 has a finer counter granularity, which allows for a delay
of 1000ms in the thermal zone polling intervals. DRA7 have different
counter mechanism, which allows at maximum a 500ms timer. Adjust the
cpu thermal zone accordingly for DRA7.
Signed-off-by: Keerthy <j-keerthy@ti.com>
[t-kristo@ti.com: few reuse from OMAP5 entities]
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra72x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra72x.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72x.dtsi b/arch/arm/boot/dts/dra72x.dtsi index e5a3d23a3df1..6ac8e3601499 100644 --- a/arch/arm/boot/dts/dra72x.dtsi +++ b/arch/arm/boot/dts/dra72x.dtsi @@ -20,6 +20,11 @@ device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0>; + + /* cooling options */ + cooling-min-level = <0>; + cooling-max-level = <2>; + #cooling-cells = <2>; /* min followed by max */ }; }; |