06-22-2018, 09:12 AM
Yes I'm sur for the USB 3 port
Here is the what you asked for :
Here is the what you asked for :
Code:
dmesg | grep usb
[ 0.550157] usbcore: registered new interface driver usbfs
[ 0.550266] usbcore: registered new interface driver hub
[ 0.550424] usbcore: registered new device driver usb
[ 1.082156] phy phy-ff450000.syscon:usb2-phy@100.0: Looking up phy-supply from device tree
[ 1.082180] phy phy-ff450000.syscon:usb2-phy@100.0: Looking up phy-supply property in node /syscon@ff450000/usb2-phy@100/host-port failed
[ 1.082648] phy phy-ff450000.syscon:usb2-phy@100.1: Looking up phy-supply from device tree
[ 1.082671] phy phy-ff450000.syscon:usb2-phy@100.1: Looking up phy-supply property in node /syscon@ff450000/usb2-phy@100/otg-port failed
[ 1.083103] phy phy-ff450000.syscon:usb2-phy@100.1: Looking up vbus-supply from device tree
[ 1.083126] phy phy-ff450000.syscon:usb2-phy@100.1: Looking up vbus-supply property in node /syscon@ff450000/usb2-phy@100/otg-port failed
[ 1.083150] phy phy-ff450000.syscon:usb2-phy@100.1: Failed to get VBUS supply regulator
[ 1.084092] rockchip-u3phy ff470000.usb3-phy: Looking up vbus-supply from device tree
[ 1.084115] rockchip-u3phy ff470000.usb3-phy: Looking up vbus-supply property in node /usb3-phy@ff470000 failed
[ 1.084139] rockchip-u3phy ff470000.usb3-phy: Failed to get VBUS supply regulator
[ 1.084620] phy phy-ff470000.usb3-phy.2: Looking up phy-supply from device tree
[ 1.084638] phy phy-ff470000.usb3-phy.2: Looking up phy-supply property in node /usb3-phy@ff470000/utmi@ff470000 failed
[ 1.085079] phy phy-ff470000.usb3-phy.3: Looking up phy-supply from device tree
[ 1.085100] phy phy-ff470000.usb3-phy.3: Looking up phy-supply property in node /usb3-phy@ff470000/pipe@ff478000 failed
[ 1.086875] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
[ 1.292556] usbcore: registered new interface driver udl
[ 1.485211] usbcore: registered new interface driver cdc_ether
[ 1.493892] usbcore: registered new interface driver rndis_host
[ 1.504455] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
[ 1.512861] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
[ 1.522161] dwc2 ff580000.usb: Looking up vusb_d-supply from device tree
[ 1.522183] dwc2 ff580000.usb: Looking up vusb_d-supply property in node /usb@ff580000 failed
[ 1.522203] ff580000.usb supply vusb_d not found, using dummy regulator
[ 1.530563] dwc2 ff580000.usb: Looking up vusb_a-supply from device tree
[ 1.530584] dwc2 ff580000.usb: Looking up vusb_a-supply property in node /usb@ff580000 failed
[ 1.530601] ff580000.usb supply vusb_a not found, using dummy regulator
[ 1.551277] dwc2 ff580000.usb: DWC OTG Controller
[ 1.559102] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
[ 1.567084] dwc2 ff580000.usb: irq 41, io mem 0xff580000
[ 1.575024] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.582825] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.590636] usb usb1: Product: DWC OTG Controller
[ 1.598118] usb usb1: Manufacturer: Linux 4.4.126-rockchip-ayufan-239 dwc2_hsotg
[ 1.606005] usb usb1: SerialNumber: ff580000.usb
[ 1.655558] ehci-platform ff5c0000.usb: EHCI Host Controller
[ 1.663325] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
[ 1.671246] ehci-platform ff5c0000.usb: irq 42, io mem 0xff5c0000
[ 1.683844] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
[ 1.691539] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.699055] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.706586] usb usb2: Product: EHCI Host Controller
[ 1.713859] usb usb2: Manufacturer: Linux 4.4.126-rockchip-ayufan-239 ehci_hcd
[ 1.721460] usb usb2: SerialNumber: ff5c0000.usb
[ 1.760421] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
[ 1.768499] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
[ 1.776596] ohci-platform ff5d0000.usb: irq 43, io mem 0xff5d0000
[ 1.839103] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.847091] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.855100] usb usb3: Product: Generic Platform OHCI controller
[ 1.862999] usb usb3: Manufacturer: Linux 4.4.126-rockchip-ayufan-239 ohci_hcd
[ 1.871119] usb usb3: SerialNumber: ff5d0000.usb
[ 1.929932] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.938161] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.946403] usb usb4: Product: xHCI Host Controller
[ 1.954490] usb usb4: Manufacturer: Linux 4.4.126-rockchip-ayufan-239 xhci-hcd
[ 1.962873] usb usb4: SerialNumber: xhci-hcd.9.auto
[ 2.006145] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.015045] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.023594] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.032188] usb usb5: Product: xHCI Host Controller
[ 2.040501] usb usb5: Manufacturer: Linux 4.4.126-rockchip-ayufan-239 xhci-hcd
[ 2.049091] usb usb5: SerialNumber: xhci-hcd.9.auto
[ 2.076879] usbcore: registered new interface driver iforce
[ 2.085405] usbcore: registered new interface driver xpad
[ 2.094193] usbcore: registered new interface driver usbtouchscreen
[ 2.337775] usbcore: registered new interface driver uvcvideo
[ 2.403018] usbcore: registered new interface driver bfusb
[ 2.410310] usbcore: registered new interface driver btusb
[ 2.602347] of_get_named_gpiod_flags: parsed 'gpios' property of node '/switches/usb-switch[0]' - status (0)
[ 2.612360] usbcore: registered new interface driver usbhid
[ 2.620782] usbhid: USB HID core driver
[ 2.651309] usbcore: registered new interface driver snd-usb-audio
[ 3.000891] usb 5-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 3.016760] usb 5-1: New USB device found, idVendor=0bc2, idProduct=3320
[ 3.020843] usb 5-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 3.024969] usb 5-1: Product: Expansion Desk
[ 3.028799] usb 5-1: Manufacturer: Seagate
[ 3.032544] usb 5-1: SerialNumber: NA4K7DGB
[ 3.571243] usb 5-1: UAS is blacklisted for this device, using usb-storage instead
[ 3.575120] usb-storage 5-1:1.0: USB Mass Storage device detected
[ 3.579330] usb-storage 5-1:1.0: Quirks match for vid 0bc2 pid 3320: 2000000
[ 3.583451] scsi host0: usb-storage 5-1:1.0
[ 3.587591] usbcore: registered new interface driver usb-storage
[ 3.592426] usbcore: registered new interface driver uas