commit | 7aa9748584227bd97b642f8127382c75df5f4730 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 30 20:25:49 2014 -0600 |
committer | Hans de Goede <hdegoede@redhat.com> | Wed Nov 05 13:09:58 2014 +0100 |
tree | 649d84b9b69905ed149056c6010de5495285062d | |
parent | e6a8b0dabc8a91f9eda54548e56f54be65a725c4 [diff] |
dm: sunxi: Modify the GPIO driver to support driver model This adds driver model support to the sunxi GPIO driver, using the device tree to trigger binding of the driver. The driver will still operate without driver model too. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com>