clock_control: Add support for lpspi clock in mcux ccm driver

Adds support for getting the lpspi clock frequency in the mcux ccm
driver.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-09-14 15:56:13 -05:00 committed by Anas Nashif
commit 83a6781507
2 changed files with 18 additions and 0 deletions

View file

@ -12,5 +12,6 @@
#define IMX_CCM_BUS_CLK 2
#define IMX_CCM_LPUART_CLK 3
#define IMX_CCM_LPI2C_CLK 4
#define IMX_CCM_LPSPI_CLK 5
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_IMX_CCM_H_ */