diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-30 19:16:31 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-08-27 09:36:56 +0200 |
commit | 1e1173d964b8c689bc845492050d6ce29bb92bc7 (patch) | |
tree | 7e2eb9123429aaea8bd11a5c93bdf6d1689aad42 /configs/stm32mp15_basic_defconfig | |
parent | 28ea00b1df11a0ee9a4cb7cf40485c21bb7eb747 (diff) | |
download | u-boot-1e1173d964b8c689bc845492050d6ce29bb92bc7.tar.gz |
stm32mp1: configs: add BACKLIGHT_GPIO support
Backlight of panel raydium RM68200 is controlled by a simple gpio,
thus we activate the support for the needed driver.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'configs/stm32mp15_basic_defconfig')
-rw-r--r-- | configs/stm32mp15_basic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index 7e5ae45dd0..ca7e91c370 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -120,4 +120,5 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0483 CONFIG_USB_GADGET_PRODUCT_NUM=0x5720 CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_DM_VIDEO=y +CONFIG_BACKLIGHT_GPIO=y CONFIG_FDT_FIXUP_PARTITIONS=y |