Re: [PATCH v3 0/7] Align pio3 pinctrl node with Linux

2025-02-12 Thread Eugen Hristev
On 2/10/25 08:51, Manikandan Muralidharan wrote: > The series adds support in the pinctrl driver and additional > changes in the at91 DT to align the pio3 based pinctrl nodes > in the u-boot DT with that of Linux > > Changes in v3: > - 5/7 - Add comment block to describe at91_pinctrl_bind() >

[PATCH v3 0/7] Align pio3 pinctrl node with Linux

2025-02-09 Thread Manikandan Muralidharan
The series adds support in the pinctrl driver and additional changes in the at91 DT to align the pio3 based pinctrl nodes in the u-boot DT with that of Linux Changes in v3: - 5/7 - Add comment block to describe at91_pinctrl_bind() Changes in v2: - 1/7 - Align the properties of AIC node with that