Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11fadcfa authored by Ambresh K's avatar Ambresh K Committed by Paul Walmsley
Browse files

ARM: OMAP: DRA7: clockdomain: Add DRA7XX data and update header



Add the data file to describe all clock domains inside the DRA7XX SoC

Signed-off-by: default avatarAmbresh K <ambresh@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarRajendra Nayak <rnayak@ti.com>
[paul@pwsan.com: added generation notation to comments]
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent a61ef470
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -166,6 +166,7 @@ obj-$(CONFIG_SOC_AM43XX) += $(clockdomain-common)
obj-$(CONFIG_SOC_OMAP5)			+= $(clockdomain-common)
obj-$(CONFIG_SOC_OMAP5)			+= clockdomains54xx_data.o
obj-$(CONFIG_SOC_DRA7XX)		+= $(clockdomain-common)
obj-$(CONFIG_SOC_DRA7XX)		+= clockdomains7xx_data.o

# Clock framework
obj-$(CONFIG_ARCH_OMAP2)		+= $(clock-common) clock2xxx.o
+1 −0
Original line number Diff line number Diff line
@@ -217,6 +217,7 @@ extern void __init omap3xxx_clockdomains_init(void);
extern void __init am33xx_clockdomains_init(void);
extern void __init omap44xx_clockdomains_init(void);
extern void __init omap54xx_clockdomains_init(void);
extern void __init dra7xx_clockdomains_init(void);

extern void clkdm_add_autodeps(struct clockdomain *clkdm);
extern void clkdm_del_autodeps(struct clockdomain *clkdm);
+740 −0

File added.

Preview size limit exceeded, changes collapsed.