ARM: dts: DRA7: Add missing IVA and DSPEVE thermal domain data
authorKeerthy <j-keerthy@ti.com>
Mon, 8 Feb 2016 09:16:30 +0000 (14:46 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 12 Feb 2016 22:26:46 +0000 (14:26 -0800)
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>
arch/arm/boot/dts/dra7.dtsi

index e2a90aa78e142372957029727c2a5111e379de05..8ea153aa46f667bf15595f91e770ad32cde71bfb 100644 (file)
                #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"
        };
 
 };