diff options
author | Ye Li <ye.li@nxp.com> | 2017-02-15 17:04:08 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:34 +0800 |
commit | d65bbb0585a906072f01a2d72169be0b13b1d9b8 (patch) | |
tree | 41abe3994529fff6fafa88246e21a804150e9837 /scripts | |
parent | 1e984bba8cd961daa4c5bf994a6a90a72cc2f114 (diff) | |
download | u-boot-imx-d65bbb0585a906072f01a2d72169be0b13b1d9b8.zip u-boot-imx-d65bbb0585a906072f01a2d72169be0b13b1d9b8.tar.gz u-boot-imx-d65bbb0585a906072f01a2d72169be0b13b1d9b8.tar.bz2 |
MLK-13929-2 video: Add mipi panel driver for hx8363
Add the mipi dsi panel driver for device HX8363 from kernel. The panel
driver needs work with mipi_dsi_northwest driver.
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 0c6d0f4202bae7f61d38ecff1c9d255261f022f2)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index a0213c2..09f01a6 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1482,6 +1482,7 @@ CONFIG_HW_ENV_SETTINGS CONFIG_HW_WATCHDOG CONFIG_HW_WATCHDOG_TIMEOUT_INITCODE CONFIG_HW_WATCHDOG_TIMEOUT_MS +CONFIG_HX8363 CONFIG_I2C CONFIG_I2CFAST CONFIG_I2C_CHIPADDRESS |