diff options
author | Keerthy <j-keerthy@ti.com> | 2016-02-08 10:16:30 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-12 23:26:46 +0100 |
commit | 667f259951c2877a1fe45c0bf569f13b83f118e6 (patch) | |
tree | 89053e56c6a13f063ef813586a32673fe3134c2d /arch/arm/boot/dts/dra7.dtsi | |
parent | ARM: dts: DRA7: Add IVA thermal data (diff) | |
download | linux-667f259951c2877a1fe45c0bf569f13b83f118e6.tar.xz linux-667f259951c2877a1fe45c0bf569f13b83f118e6.zip |
ARM: dts: DRA7: Add missing IVA and DSPEVE thermal domain data
OMAP5 has 3 thermal zones cpu, core and multimedia.
On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve
and iva. Currently cpu, core and multimedia are being added via device tree
and the other 2 are getting added via kernel. Add the missing thermal
domains in device tree so we can create the zones with the appropriate
trip numbers, type and temperatures.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Acked-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index e2a90aa78e14..8ea153aa46f6 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1567,6 +1567,8 @@ #include "omap4-cpu-thermal.dtsi" #include "omap5-gpu-thermal.dtsi" #include "omap5-core-thermal.dtsi" + #include "dra7-dspeve-thermal.dtsi" + #include "dra7-iva-thermal.dtsi" }; }; |