[PATCH 05/11] pinctrl: single: check "register-width" DT property
Simon Glass
sjg at chromium.org
Sun Jan 24 03:03:37 CET 2021
Hi Dario,
On Sat, 23 Jan 2021 at 11:27, Dario Binacchi <dariobin at libero.it> wrote:
>
> In more recent versions of the Linux kernel the driver's probe function
> returns an error if the "pinctrl-single,register-width" DT property is
> missing. The lack of this information, in fact, does not allow to know
> whether to access the registers of the controller at 8, 16 or 32 bits.
"Update it to ..."
>
> Signed-off-by: Dario Binacchi <dariobin at libero.it>
> ---
>
> drivers/pinctrl/pinctrl-single.c | 10 +++++++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
Consider updating the pinctrl tests for this.
More information about the U-Boot
mailing list