Skip to content

Commit

Permalink
ARM: dts: stm32: support MIPI DSI on stm32f469-disco board
Browse files Browse the repository at this point in the history
Unlike Linux, the DSI driver requires the LTDC clock to be properly
probed. Hence, the changes made to the DSI node.

Signed-off-by: Dario Binacchi <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
  • Loading branch information
passgat authored and Patrice Chotard committed Dec 15, 2023
1 parent 451ae8d commit 88c938f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/dts/stm32f469-disco-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@

&dsi {
clocks = <&rcc 0 STM32F4_APB2_CLOCK(DSI)>,
<&rcc 0 STM32F4_APB2_CLOCK(LTDC)>,
<&clk_hse>;
clock-names = "pclk", "px_clk", "ref";
};

&gpioa {
Expand Down Expand Up @@ -140,6 +142,8 @@
};

&ltdc {
bootph-all;

clocks = <&rcc 0 STM32F4_APB2_CLOCK(LTDC)>;
};

Expand Down

0 comments on commit 88c938f

Please sign in to comment.