From: Paul-pl Chen <paul-pl.chen@xxxxxxxxxxxx> In previous SoCs, a single HW pipeline was an independent mmsys, which included the OVL module, PQ module, and display interface module. In the 8196, to increase the flexibility of pipeline connection and control, the OVL module on a single HW pipeline was separated into two mmsys, namely ovlsys0 and ovlsys1. The PQ module was also separated into a dispsys0, and the display interface module was separated into a dispsys1. Additionally, display power-related settings are controlled through vdiso-ao. For example: The primary path and external path of the display both use ovlsys0 -> dispsys0 -> dispsys1, forming a pipeline. The third path of the display uses ovlsys1 -> dispsys0 -> dispsys1, forming another pipeline. Therefore, the 8196 needs to add 5 compatible string to support mmsys for MT8196. Signed-off-by: Paul-pl Chen <paul-pl.chen@xxxxxxxxxxxx> --- .../devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml index 3f4262e93c78..5f244a8f6a47 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml @@ -39,6 +39,11 @@ properties: - mediatek,mt8195-vdosys1 - mediatek,mt8195-vppsys0 - mediatek,mt8195-vppsys1 + - mediatek,mt8196-dispsys0 + - mediatek,mt8196-dispsys1 + - mediatek,mt8196-ovlsys0 + - mediatek,mt8196-ovlsys1 + - mediatek,mt8196-vdisp-ao - mediatek,mt8365-mmsys - const: syscon -- 2.45.2