e16fb2e635
The MMC_PCLK is needed for the SD/eMMC driver, expose to DT (and comment out in clk driver) Signed-off-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com> Link: lkml.kernel.org/r/20160707033837.20029-1-khilman@baylibre.com
14 lines
201 B
C
14 lines
201 B
C
/*
|
|
* GXBB clock tree IDs
|
|
*/
|
|
|
|
#ifndef __GXBB_CLKC_H
|
|
#define __GXBB_CLKC_H
|
|
|
|
#define CLKID_CPUCLK 1
|
|
#define CLKID_CLK81 12
|
|
#define CLKID_ETH 36
|
|
#define CLKID_MMC_PCLK 66
|
|
|
|
#endif /* __GXBB_CLKC_H */
|