Re: [PATCH] pinctrl: Support pin that does not support configuration option
From: Fabio Estevam
Date: Mon Feb 01 2021 - 06:48:35 EST
Hi Michael,
On Sat, Jan 30, 2021 at 5:21 AM Michael Trimarchi
<michael@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> Some of the iMX25 pins have not an associated configuration register so
> when they are configured the standard way through the device tree the
> kernel complains with:
>
> imx25-pinctrl 43fac000.iomuxc: Pin(MX25_PAD_EXT_ARMCLK) does not support
> config function
Could you please share your device tree that causes this warning?
Shouldn't you pass 0x80000000 in the devicetree for this pad then?
0x80000000 means that the kernel should not touch the PAD_CTL register
and use the default configuration from the bootloader/POR.