commit | 9c02e50fa10982a9500503a0075307179d481388 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat Mar 27 19:57:35 2021 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Apr 08 15:37:29 2021 +0800 |
tree | 528a7ef171c0fdab3a87d6d2467036652487e36c | |
parent | 8f0dc4cfd106edbb8f8efb4583b33ecd52610e6c [diff] |
timer: sifive_clint: Support the official clint DT bindings Linux kernel commit a2770b57d083 ("dt-bindings: timer: Add CLINT bindings") adds the official DT bindings for CLINT, which uses "sifive,clint0" as the compatible string. "riscv,clint0" is now legacy and has to be kept for backward compatibility of legacy systems. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>