Message ID | 1424368006-21430-1-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | 00170528f0486c08a18475af7fefa0a7679e042d |
Headers | show |
On Thu, Feb 19, 2015 at 06:46:46PM +0100, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > This depends contextually on "[PATCH v3 0/2] ARM: shmobile: sh73a0: Enable DT PM > domain support". Thanks, applied. > --- > drivers/sh/pm_runtime.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c > index 89b7785de1fcf5b7..fe8875f0d7be1155 100644 > --- a/drivers/sh/pm_runtime.c > +++ b/drivers/sh/pm_runtime.c > @@ -91,8 +91,7 @@ static int __init sh_pm_runtime_init(void) > !of_machine_is_compatible("renesas,r8a7791") && > !of_machine_is_compatible("renesas,r8a7792") && > !of_machine_is_compatible("renesas,r8a7793") && > - !of_machine_is_compatible("renesas,r8a7794") && > - !of_machine_is_compatible("renesas,sh7372")) > + !of_machine_is_compatible("renesas,r8a7794")) > return 0; > } > > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c index 89b7785de1fcf5b7..fe8875f0d7be1155 100644 --- a/drivers/sh/pm_runtime.c +++ b/drivers/sh/pm_runtime.c @@ -91,8 +91,7 @@ static int __init sh_pm_runtime_init(void) !of_machine_is_compatible("renesas,r8a7791") && !of_machine_is_compatible("renesas,r8a7792") && !of_machine_is_compatible("renesas,r8a7793") && - !of_machine_is_compatible("renesas,r8a7794") && - !of_machine_is_compatible("renesas,sh7372")) + !of_machine_is_compatible("renesas,r8a7794")) return 0; }
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- This depends contextually on "[PATCH v3 0/2] ARM: shmobile: sh73a0: Enable DT PM domain support". --- drivers/sh/pm_runtime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)