2023-08-08 22:48:30

by Patrice CHOTARD

[permalink] [raw]
Subject: [PATCH 0/2] Add gpio_ranges property for stm32f7

From: Patrice Chotard <[email protected]>

Add missing gpio-ranges property for stm32f7 based boards.

Patrice Chotard (2):
ARM: dts: stm32: Add gpio-ranges for stm32f746-pinctrl
ARM: dts: stm32: Add gpio-ranges for stm32f769-pinctrl

arch/arm/boot/dts/st/stm32f746-pinctrl.dtsi | 44 +++++++++++++++++++++
arch/arm/boot/dts/st/stm32f769-pinctrl.dtsi | 44 +++++++++++++++++++++
2 files changed, 88 insertions(+)

--
2.25.1



2023-08-10 16:30:23

by Alexandre TORGUE

[permalink] [raw]
Subject: Re: [PATCH 0/2] Add gpio_ranges property for stm32f7

On 8/8/23 11:31, [email protected] wrote:
> From: Patrice Chotard <[email protected]>
>
> Add missing gpio-ranges property for stm32f7 based boards.
>
> Patrice Chotard (2):
> ARM: dts: stm32: Add gpio-ranges for stm32f746-pinctrl
> ARM: dts: stm32: Add gpio-ranges for stm32f769-pinctrl
>
> arch/arm/boot/dts/st/stm32f746-pinctrl.dtsi | 44 +++++++++++++++++++++
> arch/arm/boot/dts/st/stm32f769-pinctrl.dtsi | 44 +++++++++++++++++++++
> 2 files changed, 88 insertions(+)
>

Series applied on stm32-next.

Cheers
Alex