forked from Minki/linux
92ca6a8ce9
Device tree clock binding document for EMMA Mobile EV2 SMU, And Common clock framework based implementation of it. Following nodes are defined to describe clock tree. - renesas,emev2-smu - renesas,emev2-smu-clkdiv - renesas,emev2-smu-gclk These bindings are designed manually based on 19UH0037EJ1000_SMU : System Management Unit User's Manual So far, reparent is not implemented, and is fixed to index #0. Clock tree description is not included, and should be provided by device-tree. Signed-off-by: Takashi Yoshii <takasi-y@ops.dti.ne.jp> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
8 lines
269 B
Makefile
8 lines
269 B
Makefile
obj-$(CONFIG_ARCH_EMEV2) += clk-emev2.o
|
|
obj-$(CONFIG_ARCH_R8A7790) += clk-rcar-gen2.o
|
|
obj-$(CONFIG_ARCH_R8A7791) += clk-rcar-gen2.o
|
|
obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += clk-div6.o
|
|
obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += clk-mstp.o
|
|
# for emply built-in.o
|
|
obj-n := dummy
|