mbox series

[v2,0/3] Migrate MT8188 VPPSYS 0/1 to mtk-mmsys driver

Message ID 20231116080129.20617-1-yu-chang.lee@mediatek.com (mailing list archive)
Headers show
Series Migrate MT8188 VPPSYS 0/1 to mtk-mmsys driver | expand

Message

Yu-chang Lee (李禹璋) Nov. 16, 2023, 8:01 a.m. UTC
Changes in v2:
- Refine commit message
- Refine commit title

Hi,

This series is to reflect VPPSYS' dependency on mtk-mmsys driver for
mediatek MT8188 platform. The MT8188 VPPSYS 0/1 should be probed 
from the "mtk-mmsys" driver, which then starts its own clock driver
as the platform driver.

yu-chang.lee (3):
  soc: mediatek: mmsys: Add support for MT8188 VPPSYS
  dt-bindings: clock: mediatek: Remove compatible for MT8188 VPPSYS
  dt-bindings: arm: mediatek: mmsys: Add VPPSYS compatible for MT8188

 .../bindings/arm/mediatek/mediatek,mmsys.yaml        |  2 ++
 .../bindings/clock/mediatek,mt8188-clock.yaml        |  2 --
 drivers/soc/mediatek/mtk-mmsys.c                     | 12 ++++++++++++
 3 files changed, 14 insertions(+), 2 deletions(-)