]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: stm32: rtc, add LSCO to WLAN/BT module on stm32mp135f-dk
authorValentin Caron <valentin.caron@foss.st.com>
Tue, 27 Aug 2024 14:04:50 +0000 (16:04 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 29 Oct 2024 15:41:42 +0000 (16:41 +0100)
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>
arch/arm/boot/dts/st/stm32mp135f-dk.dts

index 1af335a39993b176e570e6fdd01ee8d4886a4e7f..ef33cbf3e601c874d80c47be408da1f25e348213 100644 (file)
 };
 
 &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 {