From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Cc: Marek Vasut <marex@denx.de>,
Igor Opaniuk <igor.opaniuk@gmail.com>,
Patrice Chotard <patrice.chotard@foss.st.com>,
Patrick Delaunay <patrick.delaunay@foss.st.com>,
Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>,
u-boot@dh-electronics.com,
uboot-stm32@st-md-mailman.stormreply.com
Subject: [PATCH 1/4] ARM: dts: stm32: Reinstate missing root oscillators on DH STM32MP15xx DHCOR
Date: Mon, 16 Dec 2024 00:29:12 +0100 [thread overview]
Message-ID: <20241215233011.569287-1-marex@denx.de> (raw)
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
next reply other threads:[~2024-12-15 23:30 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-15 23:29 Marek Vasut [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241215233011.569287-1-marex@denx.de \
--to=marex@denx.de \
--cc=igor.opaniuk@gmail.com \
--cc=patrice.chotard@foss.st.com \
--cc=patrick.delaunay@foss.st.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@dh-electronics.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-stm32@st-md-mailman.stormreply.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.