Drop upstreamed patches and refresh remaining ones. Manually rebased: - 033-ARM-dts-stm32-rtc-add-LSCO-to-WLAN-BT-module-on-stm3.patch - 035-ARM-dts-stm32-rtc-add-pin-to-provide-LSCO-on-stm32mp.patch Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/18740 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
31 lines
953 B
Diff
31 lines
953 B
Diff
From 92483a156238078562d187f527de6b358cb53a08 Mon Sep 17 00:00:00 2001
|
|
From: Valentin Caron <valentin.caron@foss.st.com>
|
|
Date: Tue, 27 Aug 2024 16:04:48 +0200
|
|
Subject: [PATCH] ARM: dts: stm32: rtc, add pin to provide LSCO on
|
|
stm32mp13
|
|
|
|
Declare pin for LSCO in stm32-pinctrl provider node to reserve this pin
|
|
for RTC OUT2_RMP, in stm32mp13-pinctrl.dtsi.
|
|
|
|
Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
|
|
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
|
|
---
|
|
arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi
|
|
+++ b/arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi
|
|
@@ -595,6 +595,13 @@
|
|
};
|
|
|
|
/omit-if-no-ref/
|
|
+ rtc_rsvd_pins_a: rtc-rsvd-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 1, ANALOG)>; /* RTC_OUT2_RMP */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ /omit-if-no-ref/
|
|
sai1a_pins_a: sai1a-0 {
|
|
pins {
|
|
pinmux = <STM32_PINMUX('A', 4, AF12)>, /* SAI1_SCK_A */
|