Skip to content

Commit 78ece8c

Browse files
Gabriel-FernandzAlexandre Torgue
authored andcommitted
ARM: dts: stm32: use the correct clock source for CEC on stm32mp151
The peripheral clock of CEC is not LSE but CEC. Signed-off-by: Gabriel Fernandez <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
1 parent a34b42f commit 78ece8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/stm32mp151.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
compatible = "st,stm32-cec";
566566
reg = <0x40016000 0x400>;
567567
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
568-
clocks = <&rcc CEC_K>, <&clk_lse>;
568+
clocks = <&rcc CEC_K>, <&rcc CEC>;
569569
clock-names = "cec", "hdmi-cec";
570570
status = "disabled";
571571
};

0 commit comments

Comments
 (0)