diwali-usb: Limit to USB 2

Change-Id: Ie9a3b1aece82f360047dba27870f32af7051f357
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This commit is contained in:
Jens Reidel
2024-05-23 22:25:51 +02:00
committed by Arian
parent e2e821fb8f
commit 96f87d1583

View File

@@ -59,7 +59,7 @@
dma-coherent;
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
usb-phy = <&usb2_phy0>, <&usb_qmp_dp_phy>;
usb-phy = <&usb2_phy0>, <&usb_nop_phy>;
snps,disable-clk-gating;
snps,has-lpm-erratum;
snps,hird-threshold = /bits/ 8 <0x0>;
@@ -71,7 +71,7 @@
snps,ssp-u3-u0-quirk;
tx-fifo-resize;
dr_mode = "peripheral";
maximum-speed = "super-speed-plus";
maximum-speed = "high-speed";
};
qcom,usbbam@a704000 {
@@ -125,6 +125,10 @@
reset-names = "phy_reset";
};
usb_nop_phy:usb_nop_phy{
compatible = "usb-nop-xceiv";
};
/* USB port related QMP USB DP Combo PHY */
usb_qmp_dp_phy: ssphy@88e8000 {
compatible = "qcom,usb-ssphy-qmp-dp-combo";