pinctrl: at91: Add support to align with Linux Devicetree
authorManikandan Muralidharan <manikandan.m@microchip.com>
Mon, 10 Feb 2025 06:51:42 +0000 (12:21 +0530)
committerEugen Hristev <eugen.hristev@linaro.org>
Wed, 12 Feb 2025 08:31:56 +0000 (10:31 +0200)
commit2925a046f599fefc9726789c75b82f2198c52e88
treef92d8be9e7f9d1b532b5dfe7853bd8929e633707
parent8e502c0e2c1bc026e2f0c93455b8aa43b2ddbe31
pinctrl: at91: Add support to align with Linux Devicetree

U-Boot pinctrl driver expects a reg property explicitly unlike linux.
To align the DT of U-boot with the Linux, reg property is also arrvied
from child GPIO bank nodes when configured under the pinctrl node.

Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
drivers/pinctrl/pinctrl-at91.c