]> git.baikalelectronics.ru Git - kernel.git/commit
clk/soc: mediatek: mt6797: Bind clock driver from platform device
authorMatthias Brugger <matthias.bgg@gmail.com>
Mon, 18 May 2020 11:31:54 +0000 (13:31 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 20 May 2020 10:49:35 +0000 (12:49 +0200)
commit655681e0799c390e22d7ab8cbfe38faa638f117b
tree825403fc12e8541e4de2c1d597f89e96caa34567
parentcbb373fb6f6c33c8aa4cf7d74f03abf47b8d1112
clk/soc: mediatek: mt6797: 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-2-matthias.bgg@kernel.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/clk/mediatek/clk-mt6797-mm.c
drivers/soc/mediatek/mtk-mmsys.c