Skip to content

Commit ce3dbc4

Browse files
Jason-JH.LinAngeloGioacchino Del Regno
authored andcommitted
dts: arm64: mediatek: mt8195: Remove MT8183 compatible for OVL
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: b852ee6 ("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>
1 parent 2a1a085 commit ce3dbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,7 @@
31353135
};
31363136

31373137
ovl0: ovl@1c000000 {
3138-
compatible = "mediatek,mt8195-disp-ovl", "mediatek,mt8183-disp-ovl";
3138+
compatible = "mediatek,mt8195-disp-ovl";
31393139
reg = <0 0x1c000000 0 0x1000>;
31403140
interrupts = <GIC_SPI 636 IRQ_TYPE_LEVEL_HIGH 0>;
31413141
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS0>;

0 commit comments

Comments
 (0)