Message ID | 20240827140455.345086-1-valentin.caron@foss.st.com (mailing list archive) |
---|---|
Headers | show |
Series | ARM: dts: st: add WLAN/BT on disco boards | expand |
Hi Valentin On 8/27/24 16:04, Valentin Caron wrote: > This series enable WLAN/BT module on stm32mp1x discovery boards. > Use LSCO from RTC to supply 32kHz clock to WLAN/BT modules. > This is done by selecting "rtc_lsco_pins_a" in the WLAN pinctrl node. > > And also add RTC nodes on stm32mp25x to enable RTC on stm32mp257f-ev1 > board. > > Christophe Roullier (2): > ARM: dts: stm32: add support of WLAN/BT on stm32mp157c-dk2 > ARM: dts: stm32: add support of WLAN/BT on stm32mp135f-dk > > Valentin Caron (7): > ARM: dts: stm32: rtc, add pin to provide LSCO on stm32mp15 > ARM: dts: stm32: rtc, add pin to provide LSCO on stm32mp13 > ARM: dts: stm32: rtc, add LSCO to WLAN/BT module on stm32mp157c-dk2 > ARM: dts: stm32: rtc, add LSCO to WLAN/BT module on stm32mp135f-dk > arm64: dts: st: add RTC on stm32mp25x > arm64: dts: st: enable RTC on stm32mp257f-ev1 board > ARM: dts: stm32: rtc, add pin to provide LSCO on stm32mp25 > > arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi | 7 +++ > arch/arm/boot/dts/st/stm32mp135f-dk.dts | 52 +++++++++++++++++++ > arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi | 7 +++ > arch/arm/boot/dts/st/stm32mp157c-dk2.dts | 51 +++++++++++++++++- > arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 6 +++ > arch/arm64/boot/dts/st/stm32mp251.dtsi | 10 ++++ > arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 4 ++ > 7 files changed, 136 insertions(+), 1 deletion(-) > I applied the series by removing patch[9] as it raised a build issue. Furthermore, the pin pin configuration in patch [9] was not used in a board, so no need to take it. Regards Alex