]> git.dujemihanovic.xyz Git - u-boot.git/commit
timer: starfive: Add Starfive timer support
authorKuan Lim Lee <kuanlim.lee@starfivetech.com>
Mon, 11 Dec 2023 02:22:10 +0000 (10:22 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 18 Dec 2023 03:08:54 +0000 (11:08 +0800)
commit429fa3b32dbbc89793823607b4151a35dc9e7629
tree6ae990c2f89716aa53a1e7f6077703a04631878b
parent7576ab2facae92f4062f88c4f643e2548e112437
timer: starfive: Add Starfive timer support

Add timer driver in Starfive SoC. It is an timer that outside
of CPU core and inside Starfive SoC.

Signed-off-by: Kuan Lim Lee <kuanlim.lee@starfivetech.com>
Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
Changes for v2:
- correct driver name, comment, variable
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/timer/starfive-timer.c