On Tue, Dec 18, 2012 at 10:12 AM, Fabio Baltieri <[email protected]> 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 <[email protected]> > Signed-off-by: Fabio Baltieri <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

