mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
ARM: dts: stm32: use the correct clock source for CEC on stm32mp151
[ Upstream commit 78ece8cce1 ]
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>
This commit is contained in:
parent
227ee155ea
commit
35ce2c64e5
|
|
@ -543,7 +543,7 @@ cec: cec@40016000 {
|
||||||
compatible = "st,stm32-cec";
|
compatible = "st,stm32-cec";
|
||||||
reg = <0x40016000 0x400>;
|
reg = <0x40016000 0x400>;
|
||||||
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
|
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";
|
clock-names = "cec", "hdmi-cec";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user