Commit 78d76b36 authored by Youssef Zini's avatar Youssef Zini Committed by Erwan Gouriou
Browse files

stm32cube: stm32mp2xx: remove lvds module



Disable the lvds module in the stm32mp2xx HAL because it is not
available.

Signed-off-by: default avatarYoussef Zini <youssef.zini@savoirfairelinux.com>
parent 6d05af62
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -44,4 +44,7 @@ Patch List:
   - Added stm32cube/stm32mp2xx/drivers/include/stm32_assert.h
   - Removed unused stm32cube/stm32mp2xx/drivers/include/stm32_assert_template.h

   * HAL LVDS module disabled
   - Disabled HAL_LVDS_MODULE_ENABLED as LVDS HAL is not available yet

   See release_note.html from STM32Cube
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ extern "C" {
#define HAL_IWDG_MODULE_ENABLED
#define HAL_LPTIM_MODULE_ENABLED
#define HAL_LTDC_MODULE_ENABLED
#define HAL_LVDS_MODULE_ENABLED
/* #define HAL_LVDS_MODULE_ENABLED */ /* Disabled because LVDS HAL not available yet */
#define HAL_MDF_MODULE_ENABLED
#define HAL_MMC_MODULE_ENABLED
#define HAL_NAND_MODULE_ENABLED