aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorValentin Caron <valentin.caron@foss.st.com>2024-08-27 16:04:50 +0200
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2024-10-29 16:41:42 +0100
commitd6e424f926397e682fc44a952d5b3a1e34b2cd73 (patch)
tree79c986b9559955627f65e7138b670af206ffa304
parentARM: dts: stm32: rtc, add LSCO to WLAN/BT module on stm32mp157c-dk2 (diff)
downloadwireguard-linux-d6e424f926397e682fc44a952d5b3a1e34b2cd73.tar.xz
wireguard-linux-d6e424f926397e682fc44a952d5b3a1e34b2cd73.zip
ARM: dts: stm32: rtc, add LSCO to WLAN/BT module on stm32mp135f-dk
On stm32mp135f-dk board, WLAN/BT module LPO_IN pin is wired to RTC OUT2_RMP pin. Provide a pinctrl configuration to enable LSCO on OUT2_RMP. Signed-off-by: Valentin Caron <valentin.caron@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-rw-r--r--arch/arm/boot/dts/st/stm32mp135f-dk.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp135f-dk.dts b/arch/arm/boot/dts/st/stm32mp135f-dk.dts
index 1af335a39993..ef33cbf3e601 100644
--- a/arch/arm/boot/dts/st/stm32mp135f-dk.dts
+++ b/arch/arm/boot/dts/st/stm32mp135f-dk.dts
@@ -346,7 +346,14 @@
};
&rtc {
+ pinctrl-names = "default";
+ pinctrl-0 = <&rtc_rsvd_pins_a>;
status = "okay";
+
+ rtc_lsco_pins_a: rtc-lsco-0 {
+ pins = "out2_rmp";
+ function = "lsco";
+ };
};
&scmi_regu {