
9 Feb
2021
9 Feb
'21
10:33 a.m.
Hi,
On 1/21/21 5:39 PM, Patrick Delaunay wrote:
Bind only the enabled GPIO subnode, to avoid to probe the node "gpio-controller" present in SOC dtsi (disabled by default) but not enabled in the included pincontrol dtsi file.
For example, in stm32mp15xxac-pinctrl.dtsi 2 gpio bank are absent: gpioj: gpio@5000b000 gpiok: gpio@5000c000
Then these GPIO are absent in output of command "dm tree" and "gpio status -a"
Signed-off-by: Patrick Delaunay patrick.delaunay@foss.st.com
drivers/pinctrl/pinctrl_stm32.c | 3 +++ 1 file changed, 3 insertions(+)
Applied to u-boot-stm/master, thanks!
Regards
Patrick