commit | 52db39a22b0544446e630c853292bfa255a21e24 | [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 | 0379597e55c17519be36fdf357d4463279da5aca [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>