Re: [PATCH v6 24/41] ARM: dm644x: add new clock init using common clock framework
From: David Lechner
Date: Fri Feb 02 2018 - 13:07:25 EST
On 02/02/2018 08:39 AM, Sekhar Nori wrote:
On Saturday 20 January 2018 10:44 PM, David Lechner wrote:
This adds the new board-specific clock init in mach-davinci/dm644x.c
using the new common clock framework drivers.
The #ifdefs are needed to prevent compile errors until the entire
ARCH_DAVINCI is converted.
Also clean up the #includes since we are adding some here.
Signed-off-by: David Lechner <david@xxxxxxxxxxxxxx>
I did not notice this before, but the subject line for this and other
patches needs to be "ARM: davinci: "
so "davinci" == "dm644x" and not any other SoC?
Apart from that:
Reviewed-by: Sekhar Nori <nsekhar@xxxxxx>
Thanks,
Sekhar