diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-05-08 13:29:08 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-14 11:07:49 (GMT) |
commit | 86c976e43da417e341bee30ee734b89743ebe7e8 (patch) | |
tree | c6f0992e28b61a08d4936882cd037d32066b48bf /drivers/parisc | |
parent | 2fcad12eb4d80b174c69bfbc34d1c094ad37e1bd (diff) | |
download | linux-86c976e43da417e341bee30ee734b89743ebe7e8.tar.xz |
pinctrl: abx500: Rejiggle platform data and DT initialisation
Platform Data is invariably populated for this driver, even when
booting with Device Tree. Thus the Device Tree probing code encased
within the first check for Platform Data will never executed, causing
the driver to fail when DT is enabled.
This patch fixes the aforementioned regression by rejigging the
probe() semantics to attempt to extract a platform ID from Device Tree
if one can not be sourced from platform data.
A pointer to GPIO platform data is always passed to the driver now, so
there's little point in checking for 'pdata' and executing the DT case if
it's not there. The difference between booting with DT and !DT is when
booting with DT, plat_id is not populated. Thus, in the DT case we have
to use a DT match table in order to find out which platform we're
executing on. So, we're changing the semantics here to only use the
match table if no plat_id is supplied though platform data.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
[edited commit message]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/parisc')
0 files changed, 0 insertions, 0 deletions