Can't choose Data Enable polarity of LTDC if DSI is enabled and missing pins for STM32U5G9NJ
We are using MIPI-DSI on a STM32U5G9NJ.
First bug: There are 2 pins missing in the Pinout View: D4 and J9. Both are VDD11 pins.
Second bug:
After Enabling LTDC and DSI in STM32CubeMX I can't select "Active High" for "Data Enable Polarity" in LTDC -> Parameter settings.
To reproduce:
* Create project with STM32U5G9NJ (or a different STM32U5G9 package)
* Enable HSE (System Core -> RCC -> HSE)
* Enable LTDC (with a DSI setting; which one doesn't matter)
* Now I'm able to choose "Active High" for "Data Enable Polarity"
* Enable DSI (mode doesn't matter)
* Now I can only select "Active Low" for "Data Enable Polarity" (if "Active High" was selected previously, LTDC displays an error telling me to select something different)
We use a display where we need DE polarity "Active high". So we can see that this setting is applied and making a huge difference when changing it manually in the source code.

