[PATCH 14/15] drivers/regulators: Enable the ab8500 for Device Tree
From: Lee Jones <hidden>
Date: 2012-05-14 15:57:39
Also in:
linux-i2c
From: Lee Jones <hidden>
Date: 2012-05-14 15:57:39
Also in:
linux-i2c
quoted
pdata = dev_get_platdata(ab8500->dev); - if (!pdata) { - dev_err(&pdev->dev, "null pdata\n"); + if (!pdata&& !np) { + dev_err(&pdev->dev, "null pdata and no device tree found\n"); return -EINVAL; }Neither should be mandatory.
Unfortunately, this has to reside, as without it I'd have to re-write the driver. Something with is completely out of scope of what I'm trying to achieve right now. It's something I'd be happy to do in the future, but not in this patch-set. Kind regards, Lee -- Lee Jones Linaro ST-Ericsson Landing Team Lead M: +44 77 88 633 515 Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog