mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
clk: a1: add new clocks for USB stack
Since we sync device tree with Linux, we have to add this clock definition for USB stack. Signed-off-by: Alexey Romanov <avromanov@salutedevices.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20231101140500.9025-2-avromanov@salutedevices.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
a4c83bda17
commit
8ec790399a
@ -241,6 +241,12 @@ static const struct meson_clk_info *meson_clocks[] = {
|
||||
[CLKID_USB_PHY_IN] = CLK_GATE("usb_phy_in", A1_SYS_OSCIN_CTRL, 2,
|
||||
EXTERNAL_XTAL
|
||||
),
|
||||
[CLKID_USB_CTRL_IN] = CLK_GATE("usb_ctrl_in", A1_SYS_OSCIN_CTRL, 3,
|
||||
EXTERNAL_XTAL
|
||||
),
|
||||
[CLKID_USB_CTRL] = CLK_GATE("usb_ctrl", A1_SYS_CLK_EN0, 28,
|
||||
CLKID_SYS
|
||||
),
|
||||
[CLKID_USB_PHY] = CLK_GATE("usb_phy", A1_SYS_CLK_EN0, 27,
|
||||
CLKID_SYS
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user