commit | f4d5d7b7c60c0258f7556f5cfddec2934666aa77 | [log] [tgz] |
---|---|---|
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | Thu Oct 31 09:10:17 2013 -0700 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Dec 10 14:19:56 2013 +0100 |
tree | b021136ca6493c604ee214e91cae70581fbc448a | |
parent | f1fd2fa62da103ccac5a076457d8dca1b940ba43 [diff] |
arm: zynq: Use of_platform_populate instead of bus_probe All new boards should be using this function instead of of_platform_bus_probe. Two side effects: 1. Possible to probe node which are not in the bus 2. Remove bus_id table from platform code Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>