projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6135ac4
)
ARM: dts: rockchip: Add USB host clocks for RK3128
author
Alex Bee
<knaerzche@gmail.com>
Sun, 19 Nov 2023 12:13:38 +0000
(13:13 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 20 Nov 2023 14:45:02 +0000
(15:45 +0100)
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>
arch/arm/boot/dts/rockchip/rk3128.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rockchip/rk3128.dtsi
b/arch/arm/boot/dts/rockchip/rk3128.dtsi
index 797906ba321d11bccf0fbedf7744fee445b19c39..a057e52a0fb59f975bc98b020cffe01e89979aad 100644
(file)
--- a/
arch/arm/boot/dts/rockchip/rk3128.dtsi
+++ b/
arch/arm/boot/dts/rockchip/rk3128.dtsi
@@
-163,6
+163,7
@@
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
@@
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";