Message ID | 20170416165709.27449-1-marek.vasut+renesas@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4c965c958044306b910c31ee7546c09704abde08 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
On Sun, Apr 16, 2017 at 6:57 PM, Marek Vasut <marek.vasut@gmail.com> wrote: > Add the GyroADC clock to the R8A7791 device tree. > > Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
On Tue, Apr 18, 2017 at 03:42:25PM +0200, Geert Uytterhoeven wrote: > On Sun, Apr 16, 2017 at 6:57 PM, Marek Vasut <marek.vasut@gmail.com> wrote: > > Add the GyroADC clock to the R8A7791 device tree. > > > > Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks I have queued this patch (1/2) up for v4.13. I am expecting a v2 of patch 2/2 given the review it received.
On 04/20/2017 11:00 AM, Simon Horman wrote: > On Tue, Apr 18, 2017 at 03:42:25PM +0200, Geert Uytterhoeven wrote: >> On Sun, Apr 16, 2017 at 6:57 PM, Marek Vasut <marek.vasut@gmail.com> wrote: >>> Add the GyroADC clock to the R8A7791 device tree. >>> >>> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> >> >> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Thanks I have queued this patch (1/2) up for v4.13. > I am expecting a v2 of patch 2/2 given the review it received. > V2 is coming now.
diff --git a/include/dt-bindings/clock/r8a7791-clock.h b/include/dt-bindings/clock/r8a7791-clock.h index adc50dc31ab3..ef692134146b 100644 --- a/include/dt-bindings/clock/r8a7791-clock.h +++ b/include/dt-bindings/clock/r8a7791-clock.h @@ -109,6 +109,7 @@ #define R8A7791_CLK_SATA0 15 /* MSTP9 */ +#define R8A7791_CLK_GYROADC 1 #define R8A7791_CLK_GPIO7 4 #define R8A7791_CLK_GPIO6 5 #define R8A7791_CLK_GPIO5 7
Add the GyroADC clock to the R8A7791 device tree. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Simon Horman <horms+renesas@verge.net.au> Cc: linux-renesas-soc@vger.kernel.org --- include/dt-bindings/clock/r8a7791-clock.h | 1 + 1 file changed, 1 insertion(+)