commit | 5589a8182957054f8ac4ec3d91492710e718e44d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 29 05:22:52 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:06:22 2016 -0700 |
tree | 206a385c799c38cc3328281e2529b24acb26b13f | |
parent | 4fbd258e69373a60cdf24c9a64065b486f8748c9 [diff] |
pinctrl: Avoid binding all pinconfig nodes before relocation This can create a large number of pinctrl devices. It chews up early malloc() memory and takes time. Only bind those which are marked as needed before relocation. Signed-off-by: Simon Glass <sjg@chromium.org>