arm64: dts: rockchip: rk3588s: Add compatible for ohci

Signed-off-by: William Wu <william.wu@rock-chips.com>
Change-Id: I554bfc9f4546ddfff606475e0086e2c087d122dd
This commit is contained in:
William Wu
2023-10-16 17:17:44 +08:00
committed by Tao Huang
parent fb636d97d0
commit 8ad098a280
+2 -2
View File
@@ -2597,7 +2597,7 @@
};
usb_host0_ohci: usb@fc840000 {
compatible = "generic-ohci";
compatible = "rockchip,rk3588-ohci", "generic-ohci";
reg = <0x0 0xfc840000 0x0 0x40000>;
interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST_ARB0>, <&u2phy2>, <&aclk_usb>;
@@ -2622,7 +2622,7 @@
};
usb_host1_ohci: usb@fc8c0000 {
compatible = "generic-ohci";
compatible = "rockchip,rk3588-ohci", "generic-ohci";
reg = <0x0 0xfc8c0000 0x0 0x40000>;
interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST_ARB1>, <&u2phy3>, <&aclk_usb>;