]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
clk/soc: mediatek: mt8183: Bind clock driver from platform device
authorMatthias Brugger <matthias.bgg@gmail.com>
Mon, 18 May 2020 11:31:53 +0000 (13:31 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 20 May 2020 10:49:35 +0000 (12:49 +0200)
commit1f9adbc72824ff07bbffd776d8b51f91f5a82c18
tree4974a8100184357d6bfb7131d52d4310ca2d4913
parentc292b133b58b49d9c5d6a838a8de7831fd97f58d
clk/soc: mediatek: mt8183: 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-1-matthias.bgg@kernel.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/clk/mediatek/clk-mt8183-mm.c
drivers/soc/mediatek/mtk-mmsys.c