ARM: dts: msm: Add otg support in Anorak

Add support for otg mode in Anorak and
remove features that no longer supports.

Change-Id: Ia31b1567504d3e7bdff566caaa1233417c092f30
This commit is contained in:
Uttkarsh Aggarwal
2022-05-13 15:29:25 +05:30
parent d10b3f4dbc
commit a0a81632a8

View File

@@ -28,14 +28,11 @@
qcom,core-clk-rate = <200000000>;
qcom,core-clk-rate-hs = <66666667>;
qcom,dwc-usb3-msm-tx-fifo-size = <27696>;
dwc3@a600000 {
compatible = "snps,dwc3";
reg = <0xa600000 0xd93c>;
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
linux,sysdev_is_parent;
snps,disable-clk-gating;
snps,has-lpm-erratum;
snps,hird-threshold = /bits/ 8 <0x0>;
@@ -43,8 +40,8 @@
snps,dis-u1-entry-quirk;
snps,dis-u2-entry-quirk;
snps,dis_u2_susphy_quirk;
snps,ssp-u3-u0-quirk;
tx-fifo-resize;
dr_mode = "otg";
maximum-speed = "super-speed-plus";
};
};