|
@@ -918,6 +918,8 @@ static struct omap_hwmod_class_sysconfig am33xx_rtc_sysc = {
|
|
static struct omap_hwmod_class am33xx_rtc_hwmod_class = {
|
|
static struct omap_hwmod_class am33xx_rtc_hwmod_class = {
|
|
.name = "rtc",
|
|
.name = "rtc",
|
|
.sysc = &am33xx_rtc_sysc,
|
|
.sysc = &am33xx_rtc_sysc,
|
|
|
|
+ .unlock = &omap_hwmod_rtc_unlock,
|
|
|
|
+ .lock = &omap_hwmod_rtc_lock,
|
|
};
|
|
};
|
|
|
|
|
|
struct omap_hwmod am33xx_rtc_hwmod = {
|
|
struct omap_hwmod am33xx_rtc_hwmod = {
|