commit | 947beca7a5b826fb35c4ecf6614c51d689a01d28 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 05 20:05:34 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 29 17:09:51 2015 -0700 |
tree | b9d3b2baf709aef2c0a8713974221f0ffca9c50b | |
parent | ada3b75ba872d35803593f86b821ec5293c26ca1 [diff] |
dm: exynos: Add a GPIO translation function This deals with the polarity bit. It also changes the GPIO devices so that the correct device tree node is linked to each one. This allows us to use the new uclass phandle functionality to implement a proper GPIO binding. Signed-off-by: Simon Glass <sjg@chromium.org>