summaryrefslogtreecommitdiff
path: root/configs/paz00_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/paz00_defconfig
parentce02a71c23749f2334ee84a3a88f5da30774edfa (diff)
downloadu-boot-fsl-qoriq-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/paz00_defconfig')
-rw-r--r--configs/paz00_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/paz00_defconfig b/configs/paz00_defconfig
index 0fe43b1..000bbfb 100644
--- a/configs/paz00_defconfig
+++ b/configs/paz00_defconfig
@@ -20,6 +20,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
@@ -27,6 +29,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