ARM: dts: rockchip: Add USB host clocks for RK3128
authorAlex Bee <knaerzche@gmail.com>
Sun, 19 Nov 2023 12:13:38 +0000 (13:13 +0100)
committerHeiko 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

index 797906ba321d11bccf0fbedf7744fee445b19c39..a057e52a0fb59f975bc98b020cffe01e89979aad 100644 (file)
                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";
                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";