Re: [PATCH 2/2] clocksource: mediatek: add clk13m and bus clock support

2020-10-26 Thread Fabien Parent
Hi Rob, On Mon, Oct 26, 2020 at 2:30 PM Rob Herring wrote: > > On Sat, Oct 17, 2020 at 05:38:57PM +0200, Fabien Parent wrote: > > Some MediaTek SoC like MT8516 need to enable additional clocks > > for the GPT timer. Enable them if present. > > > > Signed-off-by: Fabien Parent > > --- > >

Re: [PATCH 2/2] clocksource: mediatek: add clk13m and bus clock support

2020-10-26 Thread Rob Herring
On Sat, Oct 17, 2020 at 05:38:57PM +0200, Fabien Parent wrote: > Some MediaTek SoC like MT8516 need to enable additional clocks > for the GPT timer. Enable them if present. > > Signed-off-by: Fabien Parent > --- > drivers/clocksource/timer-mediatek.c | 12 > 1 file changed, 12

[PATCH 2/2] clocksource: mediatek: add clk13m and bus clock support

2020-10-17 Thread Fabien Parent
Some MediaTek SoC like MT8516 need to enable additional clocks for the GPT timer. Enable them if present. Signed-off-by: Fabien Parent --- drivers/clocksource/timer-mediatek.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/clocksource/timer-mediatek.c