]> git.baikalelectronics.ru Git - uboot.git/commit
dm: add debug message when failed to select the default pinctrl
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 19 Nov 2021 09:02:27 +0000 (10:02 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 1 Dec 2021 18:33:45 +0000 (13:33 -0500)
commitd1b4a9bae69bf4c9081945acdff01ca2a0ca75bb
treed4e3ade19a8c2f0b90867c451d1abb8f747ca555
parent8e658f603129e4f599a3558e48865dc4a5861c3f
dm: add debug message when failed to select the default pinctrl

Add a message on probe in driver model core when the default
pinctrl selection failed.

This message is displayed only when the pinctrl API is
implemented, i.e. when result is not ENOSYS.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/core/device.c