summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-bonaire-panel.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2014-01-27 16:52:10 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2014-01-28 21:58:52 -0800
commit16e4dd4d332381f884e9fb4d7729127f9351e2a1 (patch)
treefa61f05fcd32e2f0dc47a1b5ceae9becef256713 /arch/arm/mach-tegra/board-bonaire-panel.c
parent8d01d5049105606e517978e7ea958278c85f3098 (diff)
ARM: tegra: move pwm registration to DT
Move Tegra pwm driver registration to DT from board files. Make the tera pwm as always enabled from DTS. The motiviation is to make the pwm driver registration to independent of panel driver as pwm can be used for other purpose than backlight support only. Change-Id: I1098e976d0a0e9ebf154b5ea503df38b917f1c09 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/360433
Diffstat (limited to 'arch/arm/mach-tegra/board-bonaire-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-bonaire-panel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-bonaire-panel.c b/arch/arm/mach-tegra/board-bonaire-panel.c
index 02a6eda4a4f0..4b4cbae51f27 100644
--- a/arch/arm/mach-tegra/board-bonaire-panel.c
+++ b/arch/arm/mach-tegra/board-bonaire-panel.c
@@ -756,7 +756,6 @@ static struct platform_device bonaire_nvmap_device = {
static struct platform_device *bonaire_gfx_devices[] __initdata = {
&bonaire_nvmap_device,
- &tegra_pwfm_device,
&bonaire_backlight_device,
};