Re: [PATCH v2 1/6] ARM: dts: stm32: add DSI support on stm32f769

2025-05-05 Thread Patrice CHOTARD
On 4/1/25 09:00, Dario Binacchi wrote: > [backport from Linux commit a995fd2e8b3c6defd1dcdd3fb350c224e41ea1d0] > > Add support for MIPI DSI Host controller. Since MIPI DSI is not > available on stm32f746, the patch adds the "stm32f769.dtsi" file > containing the dsi node inside. > > Signed-off

[PATCH v2 1/6] ARM: dts: stm32: add DSI support on stm32f769

2025-04-01 Thread Dario Binacchi
[backport from Linux commit a995fd2e8b3c6defd1dcdd3fb350c224e41ea1d0] Add support for MIPI DSI Host controller. Since MIPI DSI is not available on stm32f746, the patch adds the "stm32f769.dtsi" file containing the dsi node inside. Signed-off-by: Dario Binacchi Reviewed-by: Patrice Chotard ---