mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
ARM: dts: rockchip: Add USB host clocks for RK3128
Add the required AHB clocks for both the ehci and ohci controller. Signed-off-by: Alex Bee <knaerzche@gmail.com> Link: https://lore.kernel.org/r/20231119121340.109025-4-knaerzche@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
6135ac4330
commit
759d6bd9ef
|
|
@ -163,6 +163,7 @@ usb_host_ehci: usb@101c0000 {
|
|||
compatible = "generic-ehci";
|
||||
reg = <0x101c0000 0x20000>;
|
||||
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru HCLK_HOST2>;
|
||||
phys = <&usb2phy_host>;
|
||||
phy-names = "usb";
|
||||
status = "disabled";
|
||||
|
|
@ -172,6 +173,7 @@ usb_host_ohci: usb@101e0000 {
|
|||
compatible = "generic-ohci";
|
||||
reg = <0x101e0000 0x20000>;
|
||||
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru HCLK_HOST2>;
|
||||
phys = <&usb2phy_host>;
|
||||
phy-names = "usb";
|
||||
status = "disabled";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user