]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: st: add clock-cells to syscfg node on stm32mp251
authorRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Fri, 22 Aug 2025 14:34:21 +0000 (16:34 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 15 Sep 2025 15:51:31 +0000 (17:51 +0200)
Make the syscfg node a clock provider so clock consumers can reach child
clocks through device-tree.

Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Acked-by: Yannick Fertre <yannick.fertre@foss.st.com>
Link: https://lore.kernel.org/r/20250822-drm-misc-next-v5-12-9c825e28f733@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm64/boot/dts/st/stm32mp251.dtsi

index e2a2fc9070f089b5ce8d3b675a2e4b2123950b65..a8e6e0f77b8394f62846aaa5fabd797748b27ed2 100644 (file)
                syscfg: syscon@44230000 {
                        compatible = "st,stm32mp25-syscfg", "syscon";
                        reg = <0x44230000 0x10000>;
+                       #clock-cells = <0>;
                };
 
                pinctrl: pinctrl@44240000 {