commit | 99f0cd27dd0765a6442e6f8079cfa0b86f788d7a | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri Nov 19 10:02:27 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 01 13:33:45 2021 -0500 |
tree | d4e3ade19a8c2f0b90867c451d1abb8f747ca555 | |
parent | e8e001e54b39eb4b9b44e7914699b99bfbe9e3e9 [diff] |
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>