[PATCH 1/2] ARM: dts: stm32: add missing dcmipp kclk clock-names in stm32mp135.dtsi
Alain Volmat
alain.volmat at foss.st.com
Mon Feb 10 02:04:30 PST 2025
The dcmipp driver requires the first clock to be named as kclk hence
add a missing kclk clock-names within the dcmipp node in stm32mp135.dtsi.
Signed-off-by: Alain Volmat <alain.volmat at foss.st.com>
---
arch/arm/boot/dts/st/stm32mp135.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/st/stm32mp135.dtsi b/arch/arm/boot/dts/st/stm32mp135.dtsi
index 834a4d545fe448c15feea3a3acd169da1da73e91..f9a49e7ab1f697ba8b76604cbb3e584d32a937df 100644
--- a/arch/arm/boot/dts/st/stm32mp135.dtsi
+++ b/arch/arm/boot/dts/st/stm32mp135.dtsi
@@ -14,6 +14,7 @@ dcmipp: dcmipp at 5a000000 {
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
resets = <&rcc DCMIPP_R>;
clocks = <&rcc DCMIPP_K>;
+ clock-names = "kclk";
status = "disabled";
port {
--
2.34.1
More information about the linux-arm-kernel
mailing list