mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
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:
committed by
Dan Willemsen
parent
8bd11ae3b0
commit
e5f82c848d
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user