[PATCH 2/2] dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to MT8195

Jason-JH.Lin posted 2 patches 1 year ago
There is a newer version of this series
[PATCH 2/2] dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to MT8195
Posted by Jason-JH.Lin 1 year ago
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>
---
 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>;
-- 
2.43.0
Re: [PATCH 2/2] dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to MT8195
Posted by AngeloGioacchino Del Regno 1 year ago
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>;
Re: [PATCH 2/2] dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to MT8195
Posted by Jason-JH Lin (林睿祥) 1 year ago
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>;
> 
> 
Re: [PATCH 2/2] dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to MT8195
Posted by Jason-JH Lin (林睿祥) 1 year ago
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>
> 
> 

Hi Angelo,

Thanks for the notification and review.
It's okay for me to rebase on your patches.

Just let me know if I need to adjust this patch after you sending it.

Regards,
Jason-JH.Lin

> > ---
> >   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>;
> 
>