]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/seaboard_defconfig
video: tegra: Move to using simple-panel and pwm-backlight
authorSimon Glass <sjg@chromium.org>
Sun, 8 May 2016 22:55:20 +0000 (16:55 -0600)
committerTom Warren <twarren@nvidia.com>
Tue, 5 Jul 2016 20:19:08 +0000 (13:19 -0700)
commitec5507707a1d1e84056a6c864338f95f6118d3ca
tree2667abcfd1aab2cdefbd5101063c456734da6a46
parentce02a71c23749f2334ee84a3a88f5da30774edfa
video: tegra: Move to using simple-panel and pwm-backlight

We have standard drivers for panels and backlights which can do most of the
work for us. Move the tegra20 LCD driver over to use those instead of custom
code.

This patch includes device tree changes for the nvidia boards. I have only
been able to test seaboard. If this patch is applied, these boards will
also need to be synced with the kernel, and updated to use display-timings:

   - colibri
   - medcom-wide
   - paz00
   - tec

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/dts/tegra20-harmony.dts
arch/arm/dts/tegra20-seaboard.dts
arch/arm/dts/tegra20-ventana.dts
configs/colibri_t20_defconfig
configs/harmony_defconfig
configs/medcom-wide_defconfig
configs/paz00_defconfig
configs/seaboard_defconfig
configs/tec_defconfig
configs/ventana_defconfig
drivers/video/tegra.c