Re: [PATCH 2/2] ARM: ux500: add pinctrl address resources

From: Linus Walleij
Date: Thu Dec 20 2012 - 12:57:54 EST


On Tue, Dec 18, 2012 at 10:12 AM, Fabio Baltieri
<fabio.baltieri@xxxxxxxxxx> wrote:

> Current nmk_pinctrl driver is not PRCMU dependent anymore, so it needs
> its own DT address resources to work properly, as done for
> platform_device in:
>
> f482833 ARM: ux500: add PRCM register base for pinctrl
>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Signed-off-by: Fabio Baltieri <fabio.baltieri@xxxxxxxxxx>

Applied these two to the pinctrl fixes with one alteration:

> + pinctrl@80157000 {
> + reg = <0x80157000 0x2000>;
> compatible = "stericsson,nmk_pinctrl";

I inserted a comment here like this:

pinctrl@80157000 {
+ // This is actually the PRCMU base address
reg = <0x80157000 0x2000>;

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/