clk/soc: mediatek: mt6779: Bind clock driver from platform device
authorMatthias Brugger <matthias.bgg@gmail.com>
Mon, 18 May 2020 11:31:55 +0000 (13:31 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 20 May 2020 10:49:35 +0000 (12:49 +0200)
commit32956dda97577f0960eb3d9d9aff7338d0cf4cc4
tree0565c229e6dfa6132627d3f77ebf42ce636f4a68
parentcad4e3790a987867c3779b59521f19ff75b8d8b6
clk/soc: mediatek: mt6779: Bind clock driver from platform device

The mmsys driver is now the top level entry point for the multimedia
system (mmsys), we bind the clock driver by creating a platform device.
We also bind the MediaTek DRM driver which is not yet implement and
therefor will errror out for now.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20200518113156.25009-3-matthias.bgg@kernel.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/clk/mediatek/clk-mt6779-mm.c
drivers/soc/mediatek/mtk-mmsys.c