Message ID | 20221103032512.9144-2-nancy.lin@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add MediaTek SoC(vdosys1) support for mt8195 | expand |
On Thu, Nov 03, 2022 at 11:25:02AM +0800, Nancy.Lin wrote: > Add vdosys1 mmsys compatible for MT8195 platform. > > For MT8195, VDOSYS0 and VDOSYS1 are 2 display HW pipelines binding to > 2 different power domains, different clock drivers and different > mediatek-drm drivers. > > Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com> > Change-Id: I8065205ce44baa417f58176adaae9e1eefa6eadb No Change-Id tag, please. There are some other commits with it as well. Otherwise, Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Thanks, Nícolas
Dear Nicolas, Thanks for the review. On Thu, 2022-11-03 at 15:39 -0400, Nícolas F. R. A. Prado wrote: > On Thu, Nov 03, 2022 at 11:25:02AM +0800, Nancy.Lin wrote: > > Add vdosys1 mmsys compatible for MT8195 platform. > > > > For MT8195, VDOSYS0 and VDOSYS1 are 2 display HW pipelines binding > > to > > 2 different power domains, different clock drivers and different > > mediatek-drm drivers. > > > > Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com> > > Change-Id: I8065205ce44baa417f58176adaae9e1eefa6eadb > > No Change-Id tag, please. There are some other commits with it as > well. > > Otherwise, > > Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> > > Thanks, > Nícolas Sorry I forgot to remove Change-Id. I will check all the commits in the series. Thanks, Nancy
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml index 0711f1834fbd..67b6e1cbe418 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml @@ -48,7 +48,9 @@ properties: - const: syscon - items: - - const: mediatek,mt8195-vdosys0 + - enum: + - mediatek,mt8195-vdosys0 + - mediatek,mt8195-vdosys1 - const: mediatek,mt8195-mmsys - const: syscon
Add vdosys1 mmsys compatible for MT8195 platform. For MT8195, VDOSYS0 and VDOSYS1 are 2 display HW pipelines binding to 2 different power domains, different clock drivers and different mediatek-drm drivers. Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com> Change-Id: I8065205ce44baa417f58176adaae9e1eefa6eadb --- .../devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)