Hi folks, This series enables Multi Core Timer (MCT) for gs101. As part of enabling MCT we also need to register cmu_misc bank of clocks early so exynos_mct can obtain it's clock. MCT timer is required longer term as the Arm arch timer can't wake the CPU from suspend. This series is based off todays linux-next. Note the dtsi change without the corresponding clock driver changes will result in a system that doesn't boot. So ideally this would both be merged together through Krzysztofs Samsung exynos tree. If that is OK with everyone? regards, Peter Peter Griffin (3): dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible clk: samsung: gs101: register cmu_misc clocks early arm64: dts: exynos: gs101: define Multi Core Timer (MCT) node .../timer/samsung,exynos4210-mct.yaml | 2 ++ arch/arm64/boot/dts/exynos/google/gs101.dtsi | 20 +++++++++++++++++++ drivers/clk/samsung/clk-gs101.c | 12 ++++++++--- 3 files changed, 31 insertions(+), 3 deletions(-) -- 2.43.0.472.g3155946c3a-goog