]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: Reinstate missing root oscillators on STM32MP15xx
authorMarek Vasut <marex@denx.de>
Sun, 15 Dec 2024 23:31:38 +0000 (00:31 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 18 Dec 2024 10:29:47 +0000 (11:29 +0100)
The root oscillators reference used to be in rcc node since
3d15245502c4 ("ARM: dts: stm32mp1: explicit clock reference needed by RCC clock driver")
however this is not part of upstream stm32mp151.dtsi . The
RCC driver does need this reference, reinstate it globally.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Tested-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp15-u-boot.dtsi

index 66d4c40c6a87a577e6ebdcb0bc8c7ea7b5bc04e2..3f57bd5fe0f831e194032f95f810a5564589b338 100644 (file)
        bootph-all;
        #address-cells = <1>;
        #size-cells = <0>;
+       clock-names = "hse", "hsi", "csi", "lse", "lsi";
+       clocks = <&clk_hse>, <&clk_hsi>, <&clk_csi>,
+                <&clk_lse>, <&clk_lsi>;
 };
 
 &usart1 {