remove duplicate dwc3/usb3phy lready in 5.0.y
This commit is contained in:
parent
95acbdbe1a
commit
53a1237496
@ -32,31 +32,6 @@ index f3ca411..b3d8da4 100644
|
||||
+ reset-names = "bus";
|
||||
+ status = "disabled";
|
||||
+
|
||||
+ dwc3: dwc3 {
|
||||
+ compatible = "snps,dwc3";
|
||||
+ reg = <0x5200000 0x10000>;
|
||||
+ interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
|
||||
+ /*
|
||||
+ * According to Wink from Allwinner, the
|
||||
+ * USB3 port on H6 is not capable of OTG;
|
||||
+ * the datasheet doesn't mention OTG at all
|
||||
+ * either, so the dr_mode is default to
|
||||
+ * "host" here.
|
||||
+ */
|
||||
+ dr_mode = "host";
|
||||
+ phys = <&usb3phy>;
|
||||
+ phy-names = "usb3-phy";
|
||||
+ status = "disabled";
|
||||
+ };
|
||||
+ };
|
||||
+
|
||||
+ usb3phy: phy@5210000 {
|
||||
+ compatible = "allwinner,sun50i-h6-usb3-phy";
|
||||
+ reg = <0x5210000 0x10000>;
|
||||
+ clocks = <&ccu CLK_USB_PHY1>;
|
||||
+ resets = <&ccu RST_USB_PHY1>;
|
||||
+ #phy-cells = <0>;
|
||||
+ status = "disabled";
|
||||
+ };
|
||||
+
|
||||
r_ccu: clock@7010000 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user