mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
diwali-usb: Limit to USB 2
Change-Id: Ie9a3b1aece82f360047dba27870f32af7051f357 Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user