
22 Apr
2020
22 Apr
'20
7:29 p.m.
On Wed, Apr 22, 2020 at 10:55:31PM +0530, Lokesh Vutla wrote:
commit 719cab6d2e2bf ("dm: pinctrl: convert pinctrl-single to livetree") converted pinctrl driver to livetree. In this conversion, the call to read pinctrl-single,pins/bits property is provided with pinctrl device pointer instead of pinctrl config pointer. Because of this none of the pins gets configured. Fix it by passing the right udevice pointer.
Fixes: 719cab6d2e2bf ("dm: pinctrl: convert pinctrl-single to livetree") Reported-by: Tom Rini trini@konsulko.com Signed-off-by: Lokesh Vutla lokeshvutla@ti.com
Thanks for the quick turn-around!
Tested-by: Tom Rini trini@konsulko.com [am65x_evm_a53 / am65x_evm_r5]
I'll pick this up soon to give others a chance to comment.
--
Tom