]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: stm32: use the correct clock source for CEC on stm32mp151
authorGabriel Fernandez <gabriel.fernandez@foss.st.com>
Fri, 24 Jun 2022 09:27:13 +0000 (11:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Jul 2022 19:20:17 +0000 (21:20 +0200)
[ Upstream commit 78ece8cce1ba0c3f3e5a7c6c1b914b3794f04c44 ]

The peripheral clock of CEC is not LSE but CEC.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/stm32mp151.dtsi

index 7a0ef01de969e58787863cdb8c635e0d5dc7971e..9919fc86bdc343a647a7da0ae7c8ad6eb930916c 100644 (file)
                        compatible = "st,stm32-cec";
                        reg = <0x40016000 0x400>;
                        interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks = <&rcc CEC_K>, <&clk_lse>;
+                       clocks = <&rcc CEC_K>, <&rcc CEC>;
                        clock-names = "cec", "hdmi-cec";
                        status = "disabled";
                };