All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: dts: stm32: Reinstate missing root oscillators on DH STM32MP15xx DHCOR
@ 2024-12-15 23:29 Marek Vasut
  2024-12-15 23:29 ` [PATCH 2/4] ARM: dts: stm32: Reinstate SPL_SYS_MMCSD_RAW_MODE on DH STM32MP15xx DHSOM Marek Vasut
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Marek Vasut @ 2024-12-15 23:29 UTC (permalink / raw)
  To: u-boot
  Cc: Marek Vasut, Igor Opaniuk, Patrice Chotard, Patrick Delaunay,
	Simon Glass, Tom Rini, u-boot, uboot-stm32

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>
---
NOTE: For 2025.01
---
Cc: Igor Opaniuk <igor.opaniuk@gmail.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Cc: u-boot@dh-electronics.com
Cc: u-boot@lists.denx.de
Cc: uboot-stm32@st-md-mailman.stormreply.com
---
 arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
index 08439342cb2..ab162f39473 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
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-12-18 10:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-15 23:29 [PATCH 1/4] ARM: dts: stm32: Reinstate missing root oscillators on DH STM32MP15xx DHCOR Marek Vasut
2024-12-15 23:29 ` [PATCH 2/4] ARM: dts: stm32: Reinstate SPL_SYS_MMCSD_RAW_MODE on DH STM32MP15xx DHSOM Marek Vasut
2024-12-16  8:54   ` Patrice CHOTARD
2024-12-18 10:32     ` Patrice CHOTARD
2024-12-18 10:38       ` Patrice CHOTARD
2024-12-18 10:48         ` Marek Vasut
2024-12-18 10:42       ` Marek Vasut
2024-12-15 23:29 ` [PATCH 3/4] ARM: dts: stm32: Drop access-controllers from SPL DT " Marek Vasut
2024-12-16  8:54   ` Patrice CHOTARD
2024-12-18 10:32     ` Patrice CHOTARD
2024-12-18 10:41       ` [Uboot-stm32] " Patrice CHOTARD
2024-12-15 23:29 ` [PATCH 4/4] ARM: dts: stm32: Deduplicate CONFIG_OF_SPL_REMOVE_PROPS " Marek Vasut
2024-12-16  8:53   ` Patrice CHOTARD
2024-12-18 10:33     ` Patrice CHOTARD
2024-12-18 10:42       ` [Uboot-stm32] " Patrice CHOTARD
2024-12-17 16:42 ` [PATCH 1/4] ARM: dts: stm32: Reinstate missing root oscillators on DH STM32MP15xx DHCOR Patrice CHOTARD
2024-12-18 10:31   ` Patrice CHOTARD
2024-12-18 10:36     ` [Uboot-stm32] " Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.