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