On Fri, Nov 20, 2015 at 12:01 AM, Andrew F. Davis <a...@ti.com> wrote:

> Add support for the TPS65086 PMIC GPOs.
>
> TPS65086 has four configurable GPOs that can be used for several
> purposes. These are output only.
>
> Signed-off-by: Andrew F. Davis <a...@ti.com>
(...)
> +       gpio->tps = dev_get_drvdata(pdev->dev.parent);
> +       gpio->chip = template_chip;
> +       gpio->chip.dev = gpio->tps->dev;

We have renamed this to .parent in linux-next and it needs to
be altered to compile upstream.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to