From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Robert Foss <robert.foss@linaro.org>
Cc: agross@kernel.org, robh+dt@kernel.org,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Loic Poulain <loic.poulain@linaro.org>
Subject: Re: [PATCH v1] arm64: dts: qcom: msm8996: Add VFE1_GDSC power domain to camss node
Date: Tue, 15 Sep 2020 15:06:58 +0000 [thread overview]
Message-ID: <20200915150658.GA478@uller> (raw)
In-Reply-To: <20200915142316.147208-1-robert.foss@linaro.org>
On Tue 15 Sep 14:23 UTC 2020, Robert Foss wrote:
> 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: Robert Foss <robert.foss@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/msm8996.dtsi | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> index 9951286db775..df6e1b246a19 100644
> --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> @@ -1009,7 +1009,8 @@ camss: camss@a00000 {
> "ispif",
> "vfe0",
> "vfe1";
> - power-domains = <&mmcc VFE0_GDSC>;
> + power-domains = <&mmcc VFE0_GDSC>,
> + <&mmcc VFE1_GDSC>;
Fixed the indentation and applied this.
Thanks,
Bjorn
> clocks = <&mmcc CAMSS_TOP_AHB_CLK>,
> <&mmcc CAMSS_ISPIF_AHB_CLK>,
> <&mmcc CAMSS_CSI0PHYTIMER_CLK>,
> --
> 2.25.1
>
prev parent reply other threads:[~2020-09-15 15:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-15 14:23 [PATCH v1] arm64: dts: qcom: msm8996: Add VFE1_GDSC power domain to camss node Robert Foss
2020-09-15 15:06 ` Bjorn Andersson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200915150658.GA478@uller \
--to=bjorn.andersson@linaro.org \
--cc=agross@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loic.poulain@linaro.org \
--cc=robert.foss@linaro.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.