OMAP2+: hwmod: Init clkdm field at boot time
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / plat-omap / include / plat / omap_hwmod.h
index 21d392233ed0d1419c2ac5d1f304663e7c1cd2f3..3306bdfb79a1456ce747c2697ae066b6096b4f31 100644 (file)
@@ -516,6 +516,7 @@ struct omap_hwmod {
        struct clk                      *_clk;
        struct omap_hwmod_opt_clk       *opt_clks;
        char                            *clkdm_name;
+       struct clockdomain              *clkdm;
        char                            *vdd_name;
        struct voltagedomain            *voltdm;
        struct omap_hwmod_ocp_if        **masters; /* connect to *_IA */