commit | a0984470eac855292e7d08accf1dd0078e91943a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:43:26 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:34 2016 -0700 |
tree | cc1360edc2d0167bd3262493f01976e7365d9850 | |
parent | 27ce9629004557ea6858b1249c5af6c1f513636e [diff] |
dm: pinctrl: Add a function to parse PIN_CONFIG flags Add a function which produces a flags word from a few common PIN_CONFIG settings. This is useful for simple pinctrl drivers that don't need to worry about drive strength, etc. Signed-off-by: Simon Glass <sjg@chromium.org>