]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: davinci: da8xx: add new sata_refclk init using common clock framework
authorDavid Lechner <david@lechnology.com>
Fri, 18 May 2018 16:48:14 +0000 (11:48 -0500)
committerSekhar Nori <nsekhar@ti.com>
Tue, 26 Jun 2018 10:20:38 +0000 (15:50 +0530)
commitaa1da33c091b731f1e88d0c65ee9f285ac8dd5f9
tree3bcf07b88b4304f33fb130d0f0432784e587c14b
parent5411bad4ea16622d4204dc590567000b194e5cc2
ARM: davinci: da8xx: add new sata_refclk init using common clock framework

This adds the new SATA REFCLK clock init in mach-davinci/devices-da8xx.c
using the new common clock framework drivers.

The #ifdefs are needed to prevent compile errors until the entire
ARCH_DAVINCI is converted.

Also, the #includes are sorted since we are adding some here.

Signed-off-by: David Lechner <david@lechnology.com>
Reviewed-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/devices-da8xx.c