commit | 55f19d56742a7b544e80b47339c17bfcfd0ff3b4 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Feb 22 20:13:26 2011 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Mon Feb 28 13:22:43 2011 -0700 |
tree | 49a576776b7da7535245de3938d93c9c4f04c91c | |
parent | a1e9c9dd3383e6a1a762464ad604b1081774dbda [diff] |
dt: xilinx_hwicap: merge platform and of_platform driver bindings of_platform_driver is getting removed, and a single platform_driver can now support both devicetree and non-devicetree use cases. This patch merges the two driver registrations. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>