[PATCH v3 1/5] ARM: mediatek: enable gpt6 on boot up to make arch timer working

2015-07-13 Thread Yingjoe Chen
From: Matthias Brugger We enable GTP6 which ungates the arch timer clock. In the future this should be done in the bootloader. Signed-off-by: Matthias Brugger Signed-off-by: Yingjoe Chen --- arch/arm/mach-mediatek/mediatek.c | 27 +++ 1 file changed, 27 insertions(+)

[PATCH v3 1/5] ARM: mediatek: enable gpt6 on boot up to make arch timer working

2015-07-13 Thread Yingjoe Chen
From: Matthias Brugger matthias@gmail.com We enable GTP6 which ungates the arch timer clock. In the future this should be done in the bootloader. Signed-off-by: Matthias Brugger matthias@gmail.com Signed-off-by: Yingjoe Chen yingjoe.c...@mediatek.com ---