Message ID | 1389121036-3555-2-git-send-email-geert@linux-m68k.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 563bc8eb0243783afd7a71204ad696e8bdf44391 |
Headers | show |
Hi Geert, Thank you for the patch. On Tuesday 07 January 2014 19:57:13 Geert Uytterhoeven wrote: > From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> > > Add the missing thermal MSTP clock to the thermal device node. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > arch/arm/boot/dts/r8a7791.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi > index d8dbf7e7b6a9..3233041d8a44 100644 > --- a/arch/arm/boot/dts/r8a7791.dtsi > +++ b/arch/arm/boot/dts/r8a7791.dtsi > @@ -151,6 +151,7 @@ > reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>; > interrupt-parent = <&gic>; > interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&mstp5_clks R8A7791_CLK_THERMAL>; > }; > > timer {
On Wed, Jan 08, 2014 at 01:20:09AM +0100, Laurent Pinchart wrote: > Hi Geert, > > Thank you for the patch. > > On Tuesday 07 January 2014 19:57:13 Geert Uytterhoeven wrote: > > From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> > > > > Add the missing thermal MSTP clock to the thermal device node. > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> > > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Thanks, I will queue this up. -- 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/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index d8dbf7e7b6a9..3233041d8a44 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -151,6 +151,7 @@ reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>; interrupt-parent = <&gic>; interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&mstp5_clks R8A7791_CLK_THERMAL>; }; timer {