[PATCH master] pinctrl: stm32: Remove check for pins-are-numbered

Sascha Hauer sha at pengutronix.de
Mon Apr 3 00:04:40 PDT 2023


On Fri, Mar 31, 2023 at 12:31:23PM +0200, Ahmad Fatoum wrote:
> Upstream has dropped this property from the device trees that we import,
> so drop our check for it to fix boot up on STM32MP1.
> 
> Link: https://lore.kernel.org/all/20221129023401.278780-3-bero@baylibre.com/
> Fixes: 03b1dd74aa6e ("dts: update to v6.3-rc1")
> Reported-by: David Jander <david at protonic.nl>
> Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> ---
>  drivers/pinctrl/pinctrl-stm32.c | 5 -----
>  1 file changed, 5 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/drivers/pinctrl/pinctrl-stm32.c b/drivers/pinctrl/pinctrl-stm32.c
> index 15d845e0ad34..1eed5473f6e0 100644
> --- a/drivers/pinctrl/pinctrl-stm32.c
> +++ b/drivers/pinctrl/pinctrl-stm32.c
> @@ -348,11 +348,6 @@ static int stm32_pinctrl_probe(struct device *dev)
>  	struct device_node *np = dev->of_node, *child;
>  	int ret;
>  
> -	if (!of_find_property(np, "pins-are-numbered", NULL)) {
> -		dev_err(dev, "only pins-are-numbered format supported\n");
> -		return -EINVAL;
> -	}
> -
>  	for_each_available_child_of_node(np, child)
>  		if (of_property_read_bool(child, "gpio-controller"))
>  			nbanks++;
> -- 
> 2.39.2
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list