Skip to content

Commit 2a1a085

Browse files
Jason-JH.LinAngeloGioacchino Del Regno
authored andcommitted
dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to MT8195
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. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Jason-JH.Lin <jason-jh.lin@mediatek.com> Fixes: 7075b21 ("arm64: dts: mediatek: mt8188: Add display nodes for vdosys0") Link: https://lore.kernel.org/r/20241219181531.4282-4-jason-jh.lin@mediatek.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 5086c55 commit 2a1a085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/mediatek/mt8188.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2495,7 +2495,7 @@
24952495
};
24962496

24972497
ovl0: ovl@1c000000 {
2498-
compatible = "mediatek,mt8188-disp-ovl", "mediatek,mt8183-disp-ovl";
2498+
compatible = "mediatek,mt8188-disp-ovl", "mediatek,mt8195-disp-ovl";
24992499
reg = <0 0x1c000000 0 0x1000>;
25002500
clocks = <&vdosys0 CLK_VDO0_DISP_OVL0>;
25012501
interrupts = <GIC_SPI 636 IRQ_TYPE_LEVEL_HIGH 0>;

0 commit comments

Comments
 (0)