A new clock driver for the MediaTek MT8366 SoC. This is part of the ongoing work to bring up the Genio 360 EVK.
v1 was based on downstream U-Boot, but it turns out that it had a stripped down version of the clock driver that was missing many clocks. This has been updated to use downstream Linux as a reference so now should have all of the clocks. Previously, we sent the dt-bindings include in a different series [1], but include it here now to make sure we get the ordering correct when we apply the patches. [1]: https://lore.kernel.org/u-boot/[email protected]/ Signed-off-by: David Lechner <[email protected]> --- Changes in v2: - Picked up dt-bindings include patch from [1]. - Add MAINTAINERS entry for dt-bindings include. - Added a bunch of missing clocks from downstream Linux. - Link to v1: https://patch.msgid.link/[email protected] --- Irving-CH Lin (1): dt-bindings: clock: add MT8366 clock header irving.ch.lin (1): clk: mediatek: add support for MT8366 MAINTAINERS | 1 + drivers/clk/mediatek/Makefile | 1 + drivers/clk/mediatek/clk-mt8366.c | 1561 ++++++++++++++++++++++++++++++++ include/dt-bindings/clock/mt8366-clk.h | 473 ++++++++++ 4 files changed, 2036 insertions(+) --- base-commit: 4e93493a1b9c1866abcd46bb41bbcf86edd940bf change-id: 20260803-mtk-clk-mt8366-cbf571077097 Best regards, -- David Lechner <[email protected]>
