commit | d060b40523dcd91428c7fb2aaa307de37887484a | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Feb 22 13:57:30 2018 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Thu Feb 22 13:57:30 2018 -0800 |
tree | 22121b1da438c7279ec2bed1d418e604cb22040f | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 [diff] |
ARM: OMAP2+: Prepare to pass auxdata for smartreflex We are still initializing smartreflex with platform data using omap_device_build(). We can instead pass the platform data in with auxdata in pdata-quirks.c and make the driver use that in later patches. Note that we cannot enable the auxdata use yet, this is done in the last patch of the series. Signed-off-by: Tony Lindgren <tony@atomide.com>