]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dts: arm64: mediatek: mt8195: Remove MT8183 compatible for OVL
authorJason-JH.Lin <jason-jh.lin@mediatek.com>
Thu, 19 Dec 2024 18:15:31 +0000 (02:15 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tue, 7 Jan 2025 12:11:49 +0000 (13:11 +0100)
The OVL hardware capabilities have changed starting from MT8195,
making the MT8183 compatible no longer applicable.
Therefore, it is necessary to remove the MT8183 compatible for OVL.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Jason-JH.Lin <jason-jh.lin@mediatek.com>
Fixes: b852ee68fd72 ("arm64: dts: mt8195: Add display node for vdosys0")
Link: https://lore.kernel.org/r/20241219181531.4282-5-jason-jh.lin@mediatek.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8195.dtsi

index 04e41b557d44810c5be097dab40b5b94f63b1843..f013dbad9dc4ea01e4971bf4fd37b867c082063e 100644 (file)
                };
 
                ovl0: ovl@1c000000 {
-                       compatible = "mediatek,mt8195-disp-ovl", "mediatek,mt8183-disp-ovl";
+                       compatible = "mediatek,mt8195-disp-ovl";
                        reg = <0 0x1c000000 0 0x1000>;
                        interrupts = <GIC_SPI 636 IRQ_TYPE_LEVEL_HIGH 0>;
                        power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>;