commit | 37b7b3087a2f183325502e8dae7fbb9cf987f221 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu May 10 12:42:05 2018 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 11 12:02:04 2018 +0200 |
tree | 3abcf02fb38f23e8bf1f1085a67c1752cbd57968 | |
parent | 00135fc5c37852f4f134f6ec66f6379e1fc54674 [diff] |
staging/vc04_services: Register a platform device for the camera driver. We had the camera driver set up in a module_init function, but that meant that the camera driver would fail to load if it was initialized before VCHI. By attaching to this platform_device, it can get a defined load order. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>