Re: [U-Boot] [PATCH] pinctrl: pinctrl-single: Add 'pinctrl-single, bits' support

2019-07-14 Thread Tom Rini
On Mon, Jun 10, 2019 at 01:15:55PM -0500, Adam Ford wrote: > The TI Davinci (da850/l138/am1808) use pinctrl-single,bits for > pinmuxing peripherals. This patch allosw the pinctrl-single > driver to parse the pinctrl-single,bits options and correctly > setup devices. > > Signed-off-by: Adam Ford

[U-Boot] [PATCH] pinctrl: pinctrl-single: Add 'pinctrl-single, bits' support

2019-06-10 Thread Adam Ford
The TI Davinci (da850/l138/am1808) use pinctrl-single,bits for pinmuxing peripherals. This patch allosw the pinctrl-single driver to parse the pinctrl-single,bits options and correctly setup devices. Signed-off-by: Adam Ford diff --git a/drivers/pinctrl/pinctrl-single.c b/drivers/pinctrl/pinctr