summaryrefslogtreecommitdiff
path: root/configs/medcom-wide_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-08 22:55:20 (GMT)
committerTom Warren <twarren@nvidia.com>2016-07-05 20:19:08 (GMT)
commitec5507707a1d1e84056a6c864338f95f6118d3ca (patch)
tree2667abcfd1aab2cdefbd5101063c456734da6a46 /configs/medcom-wide_defconfig
parentce02a71c23749f2334ee84a3a88f5da30774edfa (diff)
downloadu-boot-ec5507707a1d1e84056a6c864338f95f6118d3ca.tar.xz
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>
Diffstat (limited to 'configs/medcom-wide_defconfig')
-rw-r--r--configs/medcom-wide_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/medcom-wide_defconfig b/configs/medcom-wide_defconfig
index 02eb704..14cb53a 100644
--- a/configs/medcom-wide_defconfig
+++ b/configs/medcom-wide_defconfig
@@ -21,6 +21,8 @@ CONFIG_CMD_DHCP=y
# CONFIG_CMD_NFS is not set
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
@@ -28,6 +30,7 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_DM_PMIC=y
CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_FIXED=y
CONFIG_PWM_TEGRA=y
CONFIG_SYS_NS16550=y
CONFIG_USB=y