diff options
| author | Yu Chien Peter Lin <[email protected]> | 2022-10-25 23:03:50 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2022-11-03 13:27:56 +0800 |
| commit | a5dfa3b8a0f7ad555495bad1386613d2de4ba619 (patch) | |
| tree | 74a91e18cd008f381c12d615587912630530bed3 /drivers/timer | |
| parent | c8d9ff634fc429db5acf2f5386ea937f0fef1ae7 (diff) | |
riscv: Rename Andes PLIC to PLICSW
As PLICSW is used to trigger the software interrupt, we should rename
Andes PLIC configuration and file name to reflect the usage. This patch
also updates PLMT and PLICSW compatible strings to be consistent with
OpenSBI fdt driver.
Signed-off-by: Yu Chien Peter Lin <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Diffstat (limited to 'drivers/timer')
| -rw-r--r-- | drivers/timer/andes_plmt_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/andes_plmt_timer.c b/drivers/timer/andes_plmt_timer.c index a3797b22c74..42dd4b62317 100644 --- a/drivers/timer/andes_plmt_timer.c +++ b/drivers/timer/andes_plmt_timer.c @@ -56,7 +56,7 @@ static int andes_plmt_probe(struct udevice *dev) } static const struct udevice_id andes_plmt_ids[] = { - { .compatible = "riscv,plmt0" }, + { .compatible = "andestech,plmt0" }, { } }; |
