mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 15:50:53 +07:00
ca1d2e269f
This reverts commit e16fb2e635
.
Updated documentation from the chip vendor reveals that this clock is
not required for correct operation of the MMC controller. As such, do
not expose it to DT.
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
13 lines
174 B
C
13 lines
174 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
|
|
|
|
#endif /* __GXBB_CLKC_H */
|