[PATCH 2/2] ARM: ux500: add pinctrl address resources
Linus Walleij
linus.walleij at linaro.org
Thu Dec 20 12:57:57 EST 2012
On Tue, Dec 18, 2012 at 10:12 AM, Fabio Baltieri
<fabio.baltieri at linaro.org> 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 at linaro.org>
> Signed-off-by: Fabio Baltieri <fabio.baltieri at linaro.org>
Applied these two to the pinctrl fixes with one alteration:
> + pinctrl at 80157000 {
> + reg = <0x80157000 0x2000>;
> compatible = "stericsson,nmk_pinctrl";
I inserted a comment here like this:
pinctrl at 80157000 {
+ // This is actually the PRCMU base address
reg = <0x80157000 0x2000>;
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list