arm: tegra: Register tegra-throttle cdev as driver

1. Register tegra-throttle cooling device as a
platform driver.
2. Obtain all the platform data (throtlle table
info) for all instances of blanced-throtlled cdev
from device tree and register them.

Change-Id: Ie92685eea3eb5cb18068b195adc9ab5f83762399
Signed-off-by: Arun Kumar Swain <arswain@nvidia.com>
Reviewed-on: http://git-master/r/449104
Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Tested-by: Diwakar Tundlam <dtundlam@nvidia.com>
This commit is contained in:
Arun Kumar Swain
2014-07-30 20:52:25 -07:00
committed by Dan Willemsen
parent 8bd11ae3b0
commit e5f82c848d
2 changed files with 0 additions and 2 deletions

View File

@@ -23,7 +23,6 @@
#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/clk/tegra.h>
#include <mach/thermal.h>
#include "gk20a.h"
#include "hw_trim_gk20a.h"

View File

@@ -21,7 +21,6 @@
#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/clk/tegra.h>
#include <mach/thermal.h>
#include "gk20a/gk20a.h"
#include "hw_trim_gm20b.h"