Re: [PATCH 1/2] ARM: dts: replace gpio = with gpios =
From: Krzysztof Kozlowski
Date: Tue Oct 01 2024 - 02:17:05 EST
On 01/10/2024 00:35, Rosen Penev wrote:
> Found with dtc:
>
> Warning (deprecated_gpio_property): '[*-]gpio' is deprecated, use
> '[*-]gpios' instead
>
> Transformation performed with
>
> find -name "*.dts" -exec sed -i 's/\tgpio = </\tgpios = </g' '{}' \
> find -name "*.dtsi" -exec sed -i 's/\tgpio = </\tgpios = </g' '{}' \
Uh, no, please check if each is correct and already handled by bindings.
>
> Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
Best regards,
Krzysztof