Re: [PATCH v6 08/13] clk: qcom: gdsc: Add GDSCs in msm8916 GCC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 07/23/2015 06:37 AM, Stephen Boyd wrote:
On 07/22/2015 12:11 AM, Rajendra Nayak wrote:
@@ -2562,6 +2563,47 @@ static struct clk_branch gcc_venus0_vcodec0_clk
= {
      },
  };
+static struct gdsc venus_gdsc = {
+    .gdscr = 0x4c018,
+    .pd = {
+        .name = "venus",
+    },
+    .pwrsts = PWRDM_OFF_ON,
+};
+
+static struct gdsc mdss_gdsc = {
+    .gdscr = 0x4d078,
+    .pd = {
+        .name = "mdss",
+    },
+    .pwrsts = PWRDM_OFF_ON,
+};
+
+static struct gdsc jpeg_gdsc = {
+    .gdscr = 0x5701c,
+    .pd = {
+        .name = "jpeg",
+    },
+    .pwrsts = PWRDM_OFF_ON,
+};
+
+static struct gdsc vfe_gdsc = {
+    .gdscr = 0x58034,
+    .pd = {
+        .name = "vfe",
+    },
+    .pwrsts = PWRDM_OFF_ON,

Is this supposed to tbe PWRSTS_OFF_ON?

indeed, will fix.

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [Linux for Sparc]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux