diff options
author | Simon Glass <sjg@chromium.org> | 2014-05-20 06:01:42 -0600 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-05-28 10:58:19 +0900 |
commit | a9cf6da925af92f70165d39afca06e4fbbfcf5a7 (patch) | |
tree | 45d729b33c67cc42ecdbe0b5e735d31e4e90e4db /include | |
parent | 14ccc30b345becc381d8544b49754eb0bfde6fec (diff) | |
download | u-boot-imx-a9cf6da925af92f70165d39afca06e4fbbfcf5a7.zip u-boot-imx-a9cf6da925af92f70165d39afca06e4fbbfcf5a7.tar.gz u-boot-imx-a9cf6da925af92f70165d39afca06e4fbbfcf5a7.tar.bz2 |
exynos: Enable the LCD backlight for snow
The backlight uses FETs on the TPS65090. Enable this so that the display
is visible.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fdtdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index 4b029d7..a7e6ee7 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -93,6 +93,7 @@ enum fdt_compat_id { COMPAT_SANDBOX_HOST_EMULATION, /* Sandbox emulation of a function */ COMPAT_SANDBOX_LCD_SDL, /* Sandbox LCD emulation with SDL */ COMPAT_TI_TPS65090, /* Texas Instrument TPS65090 */ + COMPAT_NXP_PTN3460, /* NXP PTN3460 DP/LVDS bridge */ COMPAT_COUNT, }; |