Commit 43bb8074 authored by Robert Foss's avatar Robert Foss Committed by Bjorn Andersson

arm64: dts: qcom: msm8996: Add VFE1_GDSC power domain to camss node

As the MSM8996 has two VFE IP-blocks, and each has a power domain,
both of them have to be enabled. Previously only the power domain
of VFE0 was enabled, but not the domain for VFE1.

This patch adds the VFE1_GDSC power domain to the camss device tree
node of the MSM8996 soc.
Signed-off-by: default avatarRobert Foss <robert.foss@linaro.org>
Link: https://lore.kernel.org/r/20200915142316.147208-1-robert.foss@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent bfd5d21a
...@@ -1009,7 +1009,8 @@ camss: camss@a00000 { ...@@ -1009,7 +1009,8 @@ camss: camss@a00000 {
"ispif", "ispif",
"vfe0", "vfe0",
"vfe1"; "vfe1";
power-domains = <&mmcc VFE0_GDSC>; power-domains = <&mmcc VFE0_GDSC>,
<&mmcc VFE1_GDSC>;
clocks = <&mmcc CAMSS_TOP_AHB_CLK>, clocks = <&mmcc CAMSS_TOP_AHB_CLK>,
<&mmcc CAMSS_ISPIF_AHB_CLK>, <&mmcc CAMSS_ISPIF_AHB_CLK>,
<&mmcc CAMSS_CSI0PHYTIMER_CLK>, <&mmcc CAMSS_CSI0PHYTIMER_CLK>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment