From 2359a45f5b2faf7374493a59784c90cdf0ec8bd1 Mon Sep 17 00:00:00 2001 From: Yongxiang Liang Date: Mon, 19 Jan 2026 00:26:48 +0800 Subject: [PATCH] [hal/driver/Artery] update OTGFS1 phyclk to VSF_HW_CLK_OTGFS1 --- source/hal/driver/Artery/AT32F402_405/common/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hal/driver/Artery/AT32F402_405/common/device.h b/source/hal/driver/Artery/AT32F402_405/common/device.h index 4c9f8ff85..f5149e7df 100644 --- a/source/hal/driver/Artery/AT32F402_405/common/device.h +++ b/source/hal/driver/Artery/AT32F402_405/common/device.h @@ -418,7 +418,7 @@ .reg = (void *)OTGFS1_BASE, \ .irq = VSF_HW_USB_OTG0_IRQN, \ .en = VSF_HW_EN_OTGFS1, \ - .phyclk = &VSF_HW_CLK_HICK, \ + .phyclk = &VSF_HW_CLK_OTGFS1, \ .phyclk_freq_required = 48 * 1000 * 1000, \ /* vk_dwcotg_hw_info_t */ \ .buffer_word_size = 320, \