
24 Jan
2021
24 Jan
'21
3:03 a.m.
Hi Dario,
On Sat, 23 Jan 2021 at 11:27, Dario Binacchi dariobin@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@libero.it
drivers/pinctrl/pinctrl-single.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Consider updating the pinctrl tests for this.