]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
arm-trusted-firmware-stm32: rework patch for the RTC configuration 18628/head
authorThomas Richard <thomas.richard@bootlin.com>
Mon, 28 Apr 2025 12:52:26 +0000 (14:52 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 3 May 2025 18:01:43 +0000 (20:01 +0200)
A patch was added upstream to temporary enable RTC clock configuration only
for STM32MP15 boards. Use this patch instead of reverting commit 03a581e2.
Now for STM32MP135 boards RTC clock configuration is handled by optee-os.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/18628
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/arm-trusted-firmware-stm32/Makefile
package/boot/arm-trusted-firmware-stm32/patches/0001-fix-stm32mp1-fdts-re-enable-RTC-clock.patch [moved from package/boot/arm-trusted-firmware-stm32/patches/0001-Revert-feat-stm32mp1-fdts-remove-RTC-clock-configura.patch with 53% similarity]

index 5d3b3d2b8a2b24927b83d2f95b3a45f385a253f7..2d4717adb62dfb3f9ed17896137794d38ad334e7 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_VERSION:=2.12
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_HASH:=b4c047493cac1152203e1ba121ae57267e4899b7bf56eb365e22a933342d31c9
 PKG_MAINTAINER:=Thomas Richard <thomas.richard@bootlin.com>
similarity index 53%
rename from package/boot/arm-trusted-firmware-stm32/patches/0001-Revert-feat-stm32mp1-fdts-remove-RTC-clock-configura.patch
rename to package/boot/arm-trusted-firmware-stm32/patches/0001-fix-stm32mp1-fdts-re-enable-RTC-clock.patch
index 58b896c65de693c55c72762ff685e4424fe566a2..f2ca58ba6ab34107c4ade957c199634f7a8099ad 100644 (file)
@@ -1,33 +1,18 @@
-From 0e1a71d84585ec33b479c2cb8c8d65a4f6734dbe Mon Sep 17 00:00:00 2001
-From: Thomas Richard <thomas.richard@bootlin.com>
-Date: Wed, 4 Dec 2024 14:26:52 +0100
-Subject: [PATCH] Revert "feat(stm32mp1-fdts): remove RTC clock configuration"
+From 33573ea6842198cfdb5b3fdd320db9e2045855e9 Mon Sep 17 00:00:00 2001
+From: Valentin Caron <valentin.caron@foss.st.com>
+Date: Wed, 11 Dec 2024 11:20:04 +0100
+Subject: [PATCH] fix(stm32mp1-fdts): re-enable RTC clock
 
-This reverts commit 703a581e2522bffe21b421c98994dc02aed2934c.
+On STM32MP15 ST boards, RTC clock configuration by OPTEE is not ready
+yet. Re-enable it temporary to get LSE as clock source of RTC.
+
+Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
+Change-Id: Ib6071229552e456faffb4fdfc8db9808140d54a7
 ---
- fdts/stm32mp135f-dk.dts   | 2 ++
  fdts/stm32mp157c-ed1.dts  | 2 ++
  fdts/stm32mp15xx-dkx.dtsi | 2 ++
3 files changed, 6 insertions(+)
2 files changed, 4 insertions(+)
 
---- a/fdts/stm32mp135f-dk.dts
-+++ b/fdts/stm32mp135f-dk.dts
-@@ -190,6 +190,7 @@
-               CLK_AXI_PLL2P
-               CLK_MLAHBS_PLL3
-               CLK_CKPER_HSE
-+              CLK_RTC_LSE
-               CLK_SDMMC1_PLL4P
-               CLK_SDMMC2_PLL4P
-               CLK_STGEN_HSE
-@@ -211,6 +212,7 @@
-               DIV(DIV_APB4, 1)
-               DIV(DIV_APB5, 2)
-               DIV(DIV_APB6, 1)
-+              DIV(DIV_RTC, 0)
-       >;
-       st,pll_vco {
 --- a/fdts/stm32mp157c-ed1.dts
 +++ b/fdts/stm32mp157c-ed1.dts
 @@ -194,6 +194,7 @@