Skip to content

BACKPORT: FROMLIST: drm/mediatek: fix ovl_adaptor binding for MT8195

Since ovl_adaptor is an aggregated component, it should be bounded after all its child components are bounded.

Otherwise if vdosys1 is bounded before child components, e.g. ETHDR, it would result in access violations when initializing the framebuffer console.

Fix AIOT-1234

Backported from "[v24,3/7] drm/mediatek: add ovl_adaptor support for MT8195"[1]

[1] https://patchwork.kernel.org/project/linux-mediatek/patch/20220711104354.14181-4-nancy.lin@mediatek.com/

Signed-off-by: Pablo Sun pablo.sun@mediatek.com Co-developed-by: jason-jh.lin jason-jh.lin@mediatek.com Signed-off-by: jason-jh.lin jason-jh.lin@mediatek.com

Edited by Pablo Sun

Merge request reports