Skip to content

Commit ab825b4

Browse files
papadkostasmbolivar-nordic
authored andcommitted
dts: arm: st: f4: stm32f429: fix LTDC
This commit fixes the clock control for LTDC peripheral Signed-off-by: Konstantinos Papadopoulos <[email protected]>
1 parent eb478df commit ab825b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/f4/stm32f429.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
reg = <0x40016800 0x200>;
2323
interrupts = <88 0>, <89 0>;
2424
interrupt-names = "ltdc", "ltdc_er";
25-
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x040000000>;
25+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x004000000>;
2626
status = "disabled";
2727
label = "LTDC";
2828
};

0 commit comments

Comments
 (0)