mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
2ee93e3c95
The Low-Power Mode, when enabled, will make the "wait" MIPS instruction suspend the system. This is not really clock-related, but this bit happens to be in the register set of the CGU. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
6 lines
245 B
Makefile
6 lines
245 B
Makefile
obj-$(CONFIG_INGENIC_CGU_COMMON) += cgu.o pm.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4740) += jz4740-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4725B) += jz4725b-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4770) += jz4770-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4780) += jz4780-cgu.o
|