Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Jason-JH Lin (林睿祥)" <Jason-JH.Lin@mediatek.com>
To: "robh@kernel.org" <robh@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	"chunkuang.hu@kernel.org" <chunkuang.hu@kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>
Cc: "linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"Singo Chang (張興國)" <Singo.Chang@mediatek.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"Shawn Sung (宋孝謙)" <Shawn.Sung@mediatek.com>,
	"Nancy Lin (林欣螢)" <Nancy.Lin@mediatek.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	Project_Global_Chrome_Upstream_Group
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"fshao@chromium.org" <fshao@chromium.org>
Subject: Re: [PATCH 2/2] dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to MT8195
Date: Thu, 12 Dec 2024 18:24:25 +0000	[thread overview]
Message-ID: <8c30716c526fd3748b6891df864eadd9c2194247.camel@mediatek.com> (raw)
In-Reply-To: <6710abd1-128d-48ff-84a1-880053fd9e84@collabora.com>

On Thu, 2024-12-12 at 17:05 +0100, AngeloGioacchino Del Regno wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> 
> 
> Il 12/12/24 16:33, Jason-JH.Lin ha scritto:
> > The OVL hardware capabilities have changed starting from MT8195,
> > making the MT8183 compatible no longer applicable.
> > Therefore, it is necessary to update the OVL compatible from MT8183
> > to
> > MT8195.
> > 
> > Signed-off-by: Jason-JH.Lin <jason-jh.lin@mediatek.com>
> 
> Jason, just so you know - I have patches here adding DSC and merge
> components of
> VDO0, other than all MDP3 components.
> 
> Those are almost ready to send, I only need to finish some testing
> before ;-)
> 
> For this one, anyway:
> 
> Reviewed-by: AngeloGioacchino Del Regno <
> angelogioacchino.delregno@collabora.com>
> 
> 
> > ---
> >   arch/arm64/boot/dts/mediatek/mt8188.dtsi | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm64/boot/dts/mediatek/mt8188.dtsi
> > b/arch/arm64/boot/dts/mediatek/mt8188.dtsi
> > index faccc7f16259..23ec3ff6cad9 100644
> > --- a/arch/arm64/boot/dts/mediatek/mt8188.dtsi
> > +++ b/arch/arm64/boot/dts/mediatek/mt8188.dtsi
> > @@ -2488,7 +2488,7 @@ jpeg_decoder: jpeg-decoder@1a040000 {
> >               };
> > 
> >               ovl0: ovl@1c000000 {
> > -                     compatible = "mediatek,mt8188-disp-ovl",
> > "mediatek,mt8183-disp-ovl";
> > +                     compatible = "mediatek,mt8188-disp-ovl",
> > "mediatek,mt8195-disp-ovl";
> >                       reg = <0 0x1c000000 0 0x1000>;
> >                       clocks = <&vdosys0 CLK_VDO0_DISP_OVL0>;
> >                       interrupts = <GIC_SPI 636 IRQ_TYPE_LEVEL_HIGH
> > 0>;
> 
> 

      parent reply	other threads:[~2024-12-12 19:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12 15:33 [PATCH 0/2] Update MT8188 OVL compatible from MT8183 to MT8195 Jason-JH.Lin
2024-12-12 15:33 ` [PATCH 1/2] dt-bindings: display: mediatek: ovl: Modify rules for MT8195/MT8188 Jason-JH.Lin
2024-12-13  3:21   ` CK Hu (胡俊光)
2024-12-13  3:41   ` Pin-yen Lin
2024-12-13  6:22     ` Jason-JH Lin (林睿祥)
2024-12-12 15:33 ` [PATCH 2/2] dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to MT8195 Jason-JH.Lin
2024-12-12 16:05   ` AngeloGioacchino Del Regno
2024-12-12 18:23     ` Jason-JH Lin (林睿祥)
2024-12-12 18:24     ` Jason-JH Lin (林睿祥) [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=8c30716c526fd3748b6891df864eadd9c2194247.camel@mediatek.com \
    --to=jason-jh.lin@mediatek.com \
    --cc=Nancy.Lin@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=Shawn.Sung@mediatek.com \
    --cc=Singo.Chang@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fshao@chromium.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox