Re: [PATCH v2 2/2] pinctrl: single: search for the bits property when parsing bits

2016-11-11 Thread Linus Walleij
On Wed, Nov 9, 2016 at 3:54 PM, Axel Haslam wrote: > The pcs_parse_bits_in_pinctrl_entry function should search > for the "pinctrl-single,bits" and not "pinctrl-single,pins" > > Signed-off-by: Axel Haslam Patch applied with Tony's ACK. Yours, Linus Walleij

[PATCH v2 2/2] pinctrl: single: search for the bits property when parsing bits

2016-11-09 Thread Axel Haslam
The pcs_parse_bits_in_pinctrl_entry function should search for the "pinctrl-single,bits" and not "pinctrl-single,pins" Signed-off-by: Axel Haslam --- drivers/pinctrl/pinctrl-single.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-single.c b/drivers/pi