imx: imx_clock: usb: Add USB clock API
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Mon, 16 Jul 2018 17:21:19 +0000 (18:21 +0100)
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tue, 4 Sep 2018 12:36:23 +0000 (13:36 +0100)
commit6176a4e56b16fa28a914b72fa163929135463f8c
treef8edf903062fe8f11bb43c89d1892f53b2d1ed0f
parentbbdcdd044a662de7a1b33b02eb2ccd81596b6420
imx: imx_clock: usb: Add USB clock API

This set of patches adds a very minimal layer of USB enabling patches to
clock.c. Unlike the watchdog or UART blocks the USB clocks pertain to PHYs,
the main USB clock etc, not to different instances of the same IP block.

As a result this patch-set takes the clock CCGR clock identifier directly
rather than as an index of an instance of blocks of the same type.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
plat/imx/common/imx_clock.c
plat/imx/common/include/imx_clock.h