From: Irui Wang <irui.wang@mediatek.com>
To: Hans Verkuil <hverkuil-cisco@xs4all.nl>,
Rob Herring <robh+dt@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Yunfei Dong <yunfei.dong@mediatek.com>
Cc: Maoguang Meng <maoguang.meng@mediatek.com>,
Longfei Wang <longfei.wang@mediatek.com>,
<allen-kh.cheng@mediatek.com>, <linux-media@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<srv_heupstream@mediatek.com>,
<linux-mediatek@lists.infradead.org>,
<Project_Global_Chrome_Upstream_Group@mediatek.com>
Subject: Re: [PATCH v2] dt-bindings: media: mtk-vcodec: Adds encoder power domain property
Date: Wed, 27 Apr 2022 16:00:05 +0800 [thread overview]
Message-ID: <ec53cb218ab313cc6bd76660c9bd5c0ac46ad5d9.camel@mediatek.com> (raw)
In-Reply-To: <98a01f46-7fb0-6201-c9db-14e15d7e30c4@xs4all.nl>
Dear Hans,
On Wed, 2022-04-27 at 09:43 +0200, Hans Verkuil wrote:
> Hi Irui,
>
> I'm merging this patch from Nícolas F. R. A. Prado, which has already
> been Acked by Rob:
>
>
https://patchwork.linuxtv.org/project/linux-media/patch/20220225225854.81038-4-nfraprado@collabora.com/
>
> If you still want the other changes you made in this patch merged,
> then please make
> a v3 on top of Nícolas' patch.
Thanks for your information and Nícolas' patch, we will check it and
would send a v3 patch if needed.
Thanks
Best Regards.
>
> Regards,
>
> Hans
>
> On 27/04/2022 05:31, Irui Wang wrote:
> > Adds encoder power domain property.
> >
> > Signed-off-by: Irui Wang <irui.wang@mediatek.com>
> > ---
> > changes compared with v1:
> > - set "power-domains" as a non-required property
> >
> > The 'make dtbs_check' warnings('mediatek,larb') can be fixed by
> > patch:
> >
https://patchwork.kernel.org/project/linux-mediatek/list/?series=633993
> > ---
> > .../devicetree/bindings/media/mediatek,vcodec-encoder.yaml | 6
> > ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git
> > a/Documentation/devicetree/bindings/media/mediatek,vcodec-
> > encoder.yaml
> > b/Documentation/devicetree/bindings/media/mediatek,vcodec-
> > encoder.yaml
> > index deb5b657a2d5..2d1e0c9bd6ee 100644
> > --- a/Documentation/devicetree/bindings/media/mediatek,vcodec-
> > encoder.yaml
> > +++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-
> > encoder.yaml
> > @@ -41,6 +41,9 @@ properties:
> >
> > assigned-clock-parents: true
> >
> > + power-domains:
> > + maxItems: 1
> > +
> > iommus:
> > minItems: 1
> > maxItems: 32
> > @@ -132,6 +135,7 @@ examples:
> > #include <dt-bindings/clock/mt8173-clk.h>
> > #include <dt-bindings/memory/mt8173-larb-port.h>
> > #include <dt-bindings/interrupt-controller/irq.h>
> > + #include <dt-bindings/power/mt8173-power.h>
> >
> > vcodec_enc_avc: vcodec@18002000 {
> > compatible = "mediatek,mt8173-vcodec-enc";
> > @@ -153,6 +157,7 @@ examples:
> > clock-names = "venc_sel";
> > assigned-clocks = <&topckgen CLK_TOP_VENC_SEL>;
> > assigned-clock-parents = <&topckgen CLK_TOP_VCODECPLL>;
> > + power-domains = <&scpsys MT8173_POWER_DOMAIN_VENC>;
> > };
> >
> > vcodec_enc_vp8: vcodec@19002000 {
> > @@ -173,4 +178,5 @@ examples:
> > clock-names = "venc_lt_sel";
> > assigned-clocks = <&topckgen CLK_TOP_VENC_LT_SEL>;
> > assigned-clock-parents = <&topckgen
> > CLK_TOP_VCODECPLL_370P5>;
> > + power-domains = <&scpsys MT8173_POWER_DOMAIN_VENC_LT>;
> > };
>
>
prev parent reply other threads:[~2022-04-27 8:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-27 3:31 [PATCH v2] dt-bindings: media: mtk-vcodec: Adds encoder power domain property Irui Wang
2022-04-27 7:43 ` Hans Verkuil
2022-04-27 8:00 ` Irui Wang [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=ec53cb218ab313cc6bd76660c9bd5c0ac46ad5d9.camel@mediatek.com \
--to=irui.wang@mediatek.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=allen-kh.cheng@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=hverkuil-cisco@xs4all.nl \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=longfei.wang@mediatek.com \
--cc=maoguang.meng@mediatek.com \
--cc=matthias.bgg@gmail.com \
--cc=mchehab@kernel.org \
--cc=robh+dt@kernel.org \
--cc=srv_heupstream@mediatek.com \
--cc=yunfei.dong@mediatek.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).