diff options
author | Yu Chien Peter Lin <peterlin@andestech.com> | 2022-10-25 23:03:50 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2022-11-03 13:27:56 +0800 |
commit | a5dfa3b8a0f7ad555495bad1386613d2de4ba619 (patch) | |
tree | 74a91e18cd008f381c12d615587912630530bed3 /drivers | |
parent | c8d9ff634fc429db5acf2f5386ea937f0fef1ae7 (diff) | |
download | u-boot-a5dfa3b8a0f7ad555495bad1386613d2de4ba619.tar.gz u-boot-a5dfa3b8a0f7ad555495bad1386613d2de4ba619.tar.bz2 u-boot-a5dfa3b8a0f7ad555495bad1386613d2de4ba619.zip |
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 <peterlin@andestech.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'drivers')
-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 a3797b22c7..42dd4b6231 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" }, { } }; |