diff options
author | Marek Vasut <marex@denx.de> | 2024-12-16 00:29:12 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2024-12-18 11:30:27 +0100 |
commit | b6519061228f6076c7be43aca9c537daf53021c5 (patch) | |
tree | b530605727e83cd5f1056b2e2922244705b3b381 | |
parent | edc425ef16d30175b15fe6c895b622738fb2f58c (diff) | |
download | u-boot-b6519061228f6076c7be43aca9c537daf53021c5.zip u-boot-b6519061228f6076c7be43aca9c537daf53021c5.tar.gz u-boot-b6519061228f6076c7be43aca9c537daf53021c5.tar.bz2 |
ARM: dts: stm32: Reinstate missing root oscillators on DH STM32MP15xx DHCOR
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 locally.
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
-rw-r--r-- | arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi index 0843934..ab162f3 100644 --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi @@ -112,6 +112,10 @@ }; &rcc { + clock-names = "hse", "hsi", "csi", "lse", "lsi"; + clocks = <&clk_hse>, <&clk_hsi>, <&clk_csi>, + <&clk_lse>, <&clk_lsi>; + st,clksrc = < CLK_MPU_PLL1P CLK_AXI_PLL2P |