On 2018-12-15 23:26, Bjorn Andersson wrote:
On Sat 15 Dec 02:35 PST 2018, Govind Singh wrote:
diff --git a/drivers/clk/qcom/gcc-qcs404.c
b/drivers/clk/qcom/gcc-qcs404.c
[..]
@@ -2726,6 +2770,11 @@ static int gcc_qcs404_probe(struct
platform_device *pdev)
return ret;
}
+#ifdef CONFIG_QCS_WCSSCC_404
We don't do compile time configuration of things like this, expect all
variants of QCS404 (regardless of security solution) to run off the
same
kernel binary.
Instead use the recently introduced "protected-clocks" property.
Fixed in v4. Seems LPASS is no more using "protected-clocks", i used
"unprotected-clocks" property to avoid inverted logic.
Regards,
Bjorn