On board USB Hub can not be detected

Hi,nvidia

On my own designed carrier board, the usb hub sometimes cannot be detected. the hub is RTS5411S and follow the EVB circuit design .

When the hub cannot be detected, the log is:

[ 1.841900] usb 1-2: device not accepting address 2, error -71
[ 2.381901] usb 1-2: device not accepting address 3, error -71
[ 3.358056] usb 1-2: device descriptor read/64, error -71
[ 3.590053] usb 1-2: device descriptor read/64, error -71
[ 3.942056] usb 1-2: device descriptor read/64, error -71
[ 4.174059] usb 1-2: device descriptor read/64, error -71
[ 4.285938] usb usb1-port2: unable to enumerate USB device
[ 5.005898] usb 1-2: device not accepting address 6, error -71
[ 5.545900] usb 1-2: device not accepting address 7, error -71

Also I try the method in
https://forums.developer.nvidia.com/t/usb-power-control/79037/6

however, it hints:

[error]:open device 0bda:5411 fail.

and lsusb result is:

roborock@jetson-nano:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

could you help to check which the problem may be?

Hi,
Maybe you need to perform compliance test and tune eye diagram. Please refer to
https://elinux.org/L4T_Jetson/r32.3.x_patch
[Jetson Nano]Do USB2 compliance test on USB hub

Hi, DaneLLL

I have proform the USB2 compliance test , and it passed with big margin. I think SI is good.
Is there any other point may be?

Hi,
For more information, do you use Jetson Nano production module? Is the release version r32.3.1?

Hi, DaneLLL

Yes, it’s production module, version is r32.3.1.

I also found this issue on other port which do not have hub on board.

Hi,
Please share schematic of the USB port, and full dmesg for reference.

Hi, DaneLLL

The Dmesg result is:

roborock@jetson-nano-slave:~$ dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.140 (wujz@advantech) (gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) ) #18 SMP PREEMPT Mon Jun 8 13:16:29 HKT 2020
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  7ee00000
[    0.000000] OF: fdt: - 100000000 ,  7f200000
[    0.000000] Found tegra_fbmem: 00140000@92cb0000
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[    0.000000] On node 0 totalpages: 1039872
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 519168 pages, LIFO batch:31
[    0.000000]   Normal zone: 8136 pages used for memmap
[    0.000000]   Normal zone: 520704 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 25 pages/cpu @ffffffc0fefb1000 s61592 r8192 d32616 u102400
[    0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1125 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb0000 is_hdmi_initialised=1  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1    root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 quiet
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29412(89%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3568860K/4159488K available (15230K kernel code, 2880K rwdata, 6912K rodata, 8576K init, 611K bss, 115492K reserved, 475136K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f60000   ( 15232 KB)
[    0.000000]     .rodata : 0xffffff8008f60000 - 0xffffff8009630000   (  6976 KB)
[    0.000000]       .init : 0xffffff8009630000 - 0xffffff8009e90000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e90000 - 0xffffff800a160008   (  2881 KB)
[    0.000000]        .bss : 0xffffff800a160008 - 0xffffff800a1f8e3c   (   612 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf03fc8000   (    63 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc0ff200000   (  4082 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[    0.000000] t210 clock and reset probe
[    0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.001711] Console: colour dummy device 80x25
[    0.001736] console [tty0] enabled
[    0.001754] kmemleak: Kernel memory leak detector disabled
[    0.001771] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001784] pid_max: default: 32768 minimum: 301
[    0.002236] Security Framework initialized
[    0.002462] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.002471] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003588] ftrace: allocating 47057 entries in 184 pages
[    0.176212] sched-energy: CPU device node has no sched-energy-costs
[    0.176291] ASID allocator initialised with 65536 entries
[    0.216056] tegra-id: chipid=22117.
[    0.216069] tegra-id: opt_subrevision=0.
[    0.216086] Tegra Speedo/IDDQ fuse revision 4
[    0.216092] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[    0.216096] Tegra: CPU Process ID 0, SoC Process ID 0, GPU Process ID 0
[    0.216103] Tegra: CPU Speedo Value 2025, SoC Speedo Value 1945, GPU Speedo Value 2039
[    0.216107] Tegra: CPU IDDQ Value 1680, SoC IDDQ Value 1976, GPU IDDQ Value 2275
[    0.216126] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 0
[    0.216141] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-p3449-0000-b00.dts
[    0.216148] DTB Build time: Jun  9 2020 16:35:03
[    0.265071] CPU1: Booted secondary processor [411fd071]
[    0.296979] CPU2: Booted secondary processor [411fd071]
[    0.328922] CPU3: Booted secondary processor [411fd071]
[    0.329010] Brought up 4 CPUs
[    0.329015] SMP: Total of 4 processors activated.
[    0.329023] CPU features: detected feature: 32-bit EL0 Support
[    0.329285] CPU: All CPU(s) started at EL2
[    0.329302] alternatives: patching kernel code
[    0.337455] devtmpfs: initialized
[    0.374148] Initilizing CustomIPI irq domain
[    0.374529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.374549] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.385234] pinctrl core: initialized pinctrl subsystem
[    0.385890] OS set in device tree is not L4T.
[    0.386291] regulator-dummy: no parameters
[    0.386572] Initializing plugin-manager
[    0.386678] Plugin module not found
[    0.386907] node /plugin-manager/fragement@0 match with board >=3448-0002-100
[    0.387462] node /plugin-manager/fragment@1 match with board >=3448-0002-101
[    0.387954] node /plugin-manager/fragment@3 match with board >=3448-0002-100
[    0.388647] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[    0.389123] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[    0.389778] node /plugin-manager/fragement@10 match with board >=3448-0002-300
[    0.395180] NET: Registered protocol family 16
[    0.396501] pstore: using zlib compression
[    0.396544] console [pstore-1] enabled
[    0.396550] pstore: Registered ramoops as persistent store backend
[    0.396555] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[    0.413091] cpuidle: using governor menu
[    0.417502] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[    0.419138] vdso: 2 pages (1 code @ ffffff8008f67000, 1 data @ ffffff8009e94000)
[    0.419158] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.421564] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.424157] tegra_powergate_init: DONE
[    0.424174] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-p3449-0000-b00.dts
[    0.424182] DTB Build time: Jun  9 2020 16:35:03
[    0.426011] Tegra reboot handler registered.
[    0.430443] iommu: Adding device tegra-carveouts to group 0
[    0.430581] platform tegra-carveouts: domain=ffffffc0f9bd4318 allocates as[0]=ffffffc0f9bd80a8
[    0.430935] iommu: Adding device smmu_test to group 1
[    0.430979] platform smmu_test: domain=ffffffc0f9bd4558 allocates as[0]=ffffffc0f9bd8110
[    0.431799] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000
[    0.431852] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000
[    0.431905] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000
[    0.431914] nv-tegra-mc 70019000.mc: No mssnvlink node
[    0.431938] mc-err: mcerr ops are set to t21x
[    0.441328] iommu: Adding device 70090000.xusb to group 2
[    0.441603] iommu: Adding device 70006000.serial to group 3
[    0.441673] platform 70006000.serial: domain=ffffffc0f94b0618 allocates as[0]=ffffffc0f9bd8178
[    0.442091] iommu: Adding device 70006040.serial to group 4
[    0.442361] iommu: Adding device 70006200.serial to group 5
[    0.442586] iommu: Adding device sound to group 6
[    0.442636] platform sound: domain=ffffffc0f94b0b58 allocates as[0]=ffffffc0f9bd81e0
[    0.443193] iommu: Adding device 7000d400.spi to group 7
[    0.443441] iommu: Adding device 7000d600.spi to group 8
[    0.443769] iommu: Adding device 50000000.host1x to group 9
[    0.444049] iommu: Adding device 54080000.vi to group 10
[    0.444456] iommu: Adding device 54600000.isp to group 11
[    0.444721] iommu: Adding device 54680000.isp to group 12
[    0.445109] iommu: Adding device tegradc.0 to group 13
[    0.445184] platform tegradc.0: domain=ffffffc0f94bd918 allocates as[0]=ffffffc0f9bd8248
[    0.446586] platform tegradc.0: IOVA linear map 0x0000000092cb0000(140000)
[    0.446974] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[    0.447316] iommu: Adding device tegradc.1 to group 14
[    0.447364] platform tegradc.1: domain=ffffffc0f94bdb58 allocates as[0]=ffffffc0f9bd82b0
[    0.448741] platform tegradc.1: IOVA linear map 0x0000000092cb0000(140000)
[    0.449156] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[    0.449398] iommu: Adding device 54340000.vic to group 15
[    0.449607] iommu: Adding device 544c0000.nvenc to group 16
[    0.449808] iommu: Adding device 54500000.tsec to group 17
[    0.450010] iommu: Adding device 54100000.tsecb to group 18
[    0.450214] iommu: Adding device 54480000.nvdec to group 19
[    0.450405] iommu: Adding device 54380000.nvjpg to group 20
[    0.451486] iommu: Adding device 546c0000.i2c to group 21
[    0.451815] iommu: Adding device 57000000.gpu to group 22
[    0.451863] platform 57000000.gpu: domain=ffffffc0f94cab58 allocates as[0]=ffffffc0f9bd8318
[    0.451901] platform 57000000.gpu: domain=ffffffc0f94cab58 allocates as[1]=ffffffc0f9bd8380
[    0.451940] platform 57000000.gpu: domain=ffffffc0f94cab58 allocates as[2]=ffffffc0f9bd83e8
[    0.451981] platform 57000000.gpu: domain=ffffffc0f94cab58 allocates as[3]=ffffffc0f9bd8450
[    0.452865] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[    0.452876] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[    0.452887] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[    0.452892] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[    0.452897] tegra-pmc: ### PMC reset status reg: 0x0
[    0.505156] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.505165] tegra-pmc: Clear bootloader IO dpd settings
[    0.505186] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[    0.505248] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[    0.505533] iommu: Adding device 70012000.se to group 23
[    0.506300] iommu: Adding device 7000c000.i2c to group 24
[    0.506554] iommu: Adding device 7000c400.i2c to group 25
[    0.506804] iommu: Adding device 7000c500.i2c to group 26
[    0.507059] iommu: Adding device 7000c700.i2c to group 27
[    0.507308] iommu: Adding device 7000d000.i2c to group 28
[    0.507584] iommu: Adding device 7000d100.i2c to group 29
[    0.507846] iommu: Adding device sdhci-tegra.3 to group 30
[    0.507901] platform sdhci-tegra.3: domain=ffffffc0f9562cd8 allocates as[0]=ffffffc0f9bd84b8
[    0.508324] iommu: Adding device sdhci-tegra.2 to group 31
[    0.508376] platform sdhci-tegra.2: domain=ffffffc0f9562f18 allocates as[0]=ffffffc0f9bd8520
[    0.509241] iommu: Adding device 700d0000.xudc to group 32
[    0.512622] vdd-ac-bat: 5000 mV 
[    0.512971] vdd-5v0-sys: 5000 mV 
[    0.514004] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[    0.514045] vdd-5v0-hdmi: 5000 mV 
[    0.514440] vdd-1v8-sys: 1800 mV 
[    0.514841] vdd-fan: supplied by vdd-5v0-sys
[    0.514874] vdd-fan: 5000 mV 
[    0.515293] vdd-usb-vbus: supplied by vdd-5v0-sys
[    0.515328] vdd-usb-vbus: 5000 mV 
[    0.515835] vdd-usb-vbus2: 5000 mV 
[    0.545848] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.548232] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[    0.550150] GPIO line 151 (camera-control-output-low) hogged as output/low
[    0.550168] GPIO line 152 (camera-control-output-low) hogged as output/low
[    0.550197] GPIO line 6 (system-suspend-gpio) hogged as output/high
[    0.550545] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[    0.558235] eventlib_kernel: keventlib is initialized, test id: 0
[    0.558582] SCSI subsystem initialized
[    0.558801] libata version 3.00 loaded.
[    0.559051] usbcore: registered new interface driver usbfs
[    0.559098] usbcore: registered new interface driver hub
[    0.559176] usbcore: registered new device driver usb
[    0.562914] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[    0.568324] vdd-core: 600 <--> 1162 mV at 1125 mV 
[    0.568446] random: fast init done
[    0.569304] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[    0.572939] vdd-ddr-1v1: 1150 mV 
[    0.576939] vdd-pre-reg-1v35: 1350 mV 
[    0.580942] vdd-1v8: 1800 mV 
[    0.584941] avdd-sys-1v2: 1200 mV 
[    0.588938] vdd-pex-1v0: 1050 mV 
[    0.589486] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV 
[    0.589971] max77620-ldo3: at 3100 mV 
[    0.592942] vdd-rtc: 850 <--> 1100 mV at 1000 mV 
[    0.593457] max77620-ldo5: at 3100 mV 
[    0.596943] vddio-sdmmc3-ap: 1800 <--> 3300 mV at 2800 mV 
[    0.600939] avdd-1v05-pll: 1050 mV 
[    0.604938] avdd-io-hdmi-dp: 1050 mV 
[    0.606094] GPIO line 505 (spmic-default-output-high) hogged as output/high
[    0.606362] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[    0.607666] max77620 4-003c: max77620 probe successful
[    0.610300] media: Linux media interface: v0.10
[    0.610354] Linux video capture interface: v2.00
[    0.611196] pps_core: LinuxPPS API ver. 1 registered
[    0.611202] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.611226] PTP clock support registered
[    0.614976] tegra_fiq_debugger_init: found FIQ source (IRQ 98)
[    0.621413] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[    0.622223] Advanced Linux Sound Architecture Driver Initialized.
[    0.622883] Bluetooth: Core ver 2.22
[    0.622932] NET: Registered protocol family 31
[    0.622935] Bluetooth: HCI device and connection manager initialized
[    0.622949] Bluetooth: HCI socket layer initialized
[    0.622957] Bluetooth: L2CAP socket layer initialized
[    0.622982] Bluetooth: SCO socket layer initialized
[    0.624806] tegra210_dvfs: no clock found for sdmmc2_ddr
[    0.624824] tegra210_dvfs: no clock found for sdmmc4_ddr
[    0.624875] tegra210_dvfs: no clock found for sdmmc1_ddr
[    0.624890] tegra210_dvfs: no clock found for sdmmc3_ddr
[    0.628004] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[    0.629204] vdd-3v3-sys: supplied by vdd-5v0-sys
[    0.629264] vdd-3v3-sys: 3300 mV 
[    0.629532] vdd-1v8-sys: supplied by vdd-3v3-sys
[    0.632297] vdd-usb-vbus2: supplied by vdd-3v3-sys
[    0.632767] vdd-3v3-sd: supplied by vdd-3v3-sys
[    0.632827] vdd-3v3-sd: 3300 mV 
[    0.633727] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[    0.633775] avdd-io-edp-1v05: 1050 mV 
[    0.634251] vdd-usb-hub-en: supplied by vdd-1v8-sys
[    0.634316] vdd-usb-hub-en: 5000 mV 
[    0.635770] camchar: rtcpu character device driver loaded
[    0.636473] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0
[    0.637835] clocksource: Switched to clocksource arch_sys_counter
[    0.676611] VFS: Disk quotas dquot_6.6.0
[    0.676733] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.677192] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.677589] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[    0.677608]  dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[    0.677807] cma: enabled page replacement for spfn=d7000, epfn=f0000
[    0.677813] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    0.677863] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    0.677889] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[    0.677895] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[    0.677906] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[    0.677915] nvmap_page_pool_init: Total RAM pages: 1010999
[    0.677921] nvmap_page_pool_init: nvmap page pool size: 126374 pages (493 MB)
[    0.678026] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.678465] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[    0.679412] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[    0.687551] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[    0.687961] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[    0.688215] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.688423] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.688602] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    0.688862] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[    0.688867] pre_t19x_iso_plat_init(): max_iso_bw=33280000KB
[    0.689307] NET: Registered protocol family 2
[    0.690331] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.690543] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.691042] TCP: Hash tables configured (established 32768 bind 32768)
[    0.691187] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.691269] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.691678] NET: Registered protocol family 1
[    0.692405] RPC: Registered named UNIX socket transport module.
[    0.692412] RPC: Registered udp transport module.
[    0.692416] RPC: Registered tcp transport module.
[    0.692420] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.692432] PCI: CLS 0 bytes, default 64
[    0.692662] Trying to unpack rootfs image as initramfs...
[    0.926197] Freeing initrd memory: 5356K
[    0.936159] host1x 50000000.host1x: initialized
[    0.938067] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.941195] audit: initializing netlink subsys (disabled)
[    0.941265] audit: type=2000 audit(0.791:1): initialized
[    0.942078] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.952002] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.953468] ntfs: driver 2.1.32 [Flags: R/W].
[    0.954317] 9p: Installing v9fs 9p2000 file system support
[    0.957540] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.957690] io scheduler noop registered
[    0.958021] io scheduler cfq registered (default)
[    0.960699] gic 702f9000.agic: GIC IRQ controller registered
[    0.963505] iommu: Adding device 702ef000.adsp to group 33
[    0.969546] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[    0.969680] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[    0.970283] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x61e740d
[    0.970291] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[    0.971923] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[    0.972019] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[    0.972119] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[    0.972297] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[    0.972392] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[    0.972475] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[    0.972563] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[    0.972648] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[    0.972743] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[    0.972828] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[    0.979015] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[    0.980793] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[    0.982847] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[    0.984141] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[    0.984493] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[    0.985736] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.985980] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[    0.986172] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    0.986424] Adding domain tsec-pd to PM domain host1x-pd
[    0.989535] tsec 54500000.tsec: initialized
[    0.991089] tsec 54100000.tsecb: initialized
[    0.991803] Adding domain nvdec-pd to PM domain host1x-pd
[    0.995306] nvdec 54480000.nvdec: initialized
[    0.996386] Adding domain vic03-pd to PM domain host1x-pd
[    0.996569] Adding domain msenc-pd to PM domain host1x-pd
[    0.996723] Adding domain nvjpg-pd to PM domain host1x-pd
[    1.000681] falcon 54340000.vic: initialized
[    1.001960] falcon 544c0000.nvenc: initialized
[    1.003328] falcon 54380000.nvjpg: initialized
[    1.008100] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[    1.008224] display board info: id 0x0, fab 0x0
[    1.008286] generic_infoframe_type: 0x87
[    1.008427] tegradc tegradc.0: DT parsed successfully
[    1.008475] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[    1.009029] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 640x480 (on 0x0mm) pclk=25173906
[    1.011926] tegradc tegradc.0: probed
[    1.016094] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[    1.020427] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 10 channels
[    1.021234] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[    1.021575] kfuse 7000fc00.kfuse: initialized
[    1.022988] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[    1.023992] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    1.025388] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[    1.025403] vdd-cpu: 708 <--> 1322 mV at 708 mV 
[    1.025913] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[    1.027235] vdd-gpu: applied init 1000000uV constraint
[    1.027245] vdd-gpu: 708 <--> 1323 mV at 997 mV 
[    1.027647] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[    1.032117] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.032270] No Device Node present for smmu client: serial8250 !!
[    1.032280] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.032336] iommu: Adding device serial8250 to group 35
[    1.035105] console [ttyS0] disabled
[    1.035181] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[    1.035272] console [ttyS0] enabled
[    1.036206] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[    1.036567] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[    1.037543] [drm] Initialized
[    1.039384] Console: switching to colour frame buffer device 80x30
[    1.039423] tegradc tegradc.0: fb registered
[    1.049200] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[    1.049255] tegradc tegradc.0: hdmi: tmds rate:25174K prod-setting:prod_c_hdmi_0m_54m
[    1.049773] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[    1.049786] tegradc tegradc.0: hdmi: BL set VIC 0
[    1.049793] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[    1.050008] brd: module loaded
[    1.050297] tegra-i2c 7000c700.i2c: no acknowledge from address 0x50
[    1.050521] extcon-disp-state extcon:disp-state: cable 47 state 1
[    1.050526] Extcon AUX1(HDMI) enable
[    1.051642] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[    1.051730] tegradc tegradc.1: No lt-data, using default setting
[    1.051763] tegradc tegradc.1: No hpd-gpio in DT
[    1.051798] tegradc tegradc.1: DT parsed successfully
[    1.051849] tegradc tegradc.1: Display dc.ffffff800d500000 registered with id=1
[    1.053466] tegradc tegradc.1: dpd enable lookup fail:-19
[    1.056047] loop: module loaded
[    1.056144] tegra_profiler: version: 1.134, samples/io: 47/26
[    1.056256] tegra_profiler: auth: init
[    1.057368] THERMAL EST: found 2 subdevs
[    1.057373] THERMAL EST num_resources: 0
[    1.057378] [THERMAL EST subdev 0]
[    1.057385] [THERMAL EST subdev 1]
[    1.057920] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    1.057923] THERMAL EST: thz register success.
[    1.058066] THERMAL EST: end of probe, return err: 0
[    1.059299] hisi_sas: driver version v1.6
[    1.061861] edid invalid
[    1.065080] libphy: Fixed MDIO Bus: probed
[    1.065702] tun: Universal TUN/TAP device driver, 1.6
[    1.065706] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.066828] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.066835] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.066888] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.066892] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.066946] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.066949] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.066996] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.067000] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.068051] PPP generic driver version 2.4.2
[    1.069991] PPP BSD Compression module registered
[    1.069998] PPP Deflate Compression module registered
[    1.070040] PPP MPPE Compression module registered
[    1.070048] NET: Registered protocol family 24
[    1.070123] usbcore: registered new interface driver r8152
[    1.070165] usbcore: registered new interface driver asix
[    1.070217] usbcore: registered new interface driver ax88179_178a
[    1.070253] usbcore: registered new interface driver cdc_ether
[    1.070292] usbcore: registered new interface driver net1080
[    1.070330] usbcore: registered new interface driver cdc_subset
[    1.070365] usbcore: registered new interface driver zaurus
[    1.070409] usbcore: registered new interface driver simcom_wwan
[    1.070471] usbcore: registered new interface driver cdc_ncm
[    1.090268] tegradc tegradc.0: nominal-pclk:25174825 parent:25173906 div:1.0 pclk:25173906 24923052~27440532
[    1.090610] VFIO - User Level meta-driver version: 0.3
[    1.091571] tegradc tegradc.1: probed
[    1.093114] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.093182] ehci-pci: EHCI PCI platform driver
[    1.093251] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.093265] ohci-pci: OHCI PCI platform driver
[    1.093315] ohci-platform: OHCI generic platform driver
[    1.099229] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[    1.099942] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[    1.101314] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f9422400 id
[    1.104844] usbcore: registered new interface driver uas
[    1.104943] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[    1.105036] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.105080] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[    1.105968] usbcore: registered new interface driver usb-storage
[    1.106086] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[    1.106177] usbcore: registered new interface driver usbserial
[    1.106183] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[    1.106253] usbcore: registered new interface driver option
[    1.106295] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.106644] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.106654] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.106660] usb usb1: Product: xHCI Host Controller
[    1.106666] usb usb1: Manufacturer: Linux 4.9.140 xhci-hcd
[    1.106670] usb usb1: SerialNumber: 70090000.xusb
[    1.108107] hub 1-0:1.0: USB hub found
[    1.108171] hub 1-0:1.0: 5 ports detected
[    1.109380] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.109397] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[    1.109507] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.109609] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.109616] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.109621] usb usb2: Product: xHCI Host Controller
[    1.109625] usb usb2: Manufacturer: Linux 4.9.140 xhci-hcd
[    1.109629] usb usb2: SerialNumber: 70090000.xusb
[    1.110353] hub 2-0:1.0: USB hub found
[    1.110390] hub 2-0:1.0: 4 ports detected
[    1.111592] tegra-xudc-new 700d0000.xudc: device count: 1
[    1.113188] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[    1.113205] tegra-xudc-new 700d0000.xudc: vbus state: 0
[    1.113241] tegra-xudc-new 700d0000.xudc: entering ELPG
[    1.113503] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    1.114391] mousedev: PS/2 mouse device common for all mice
[    1.114500] usbcore: registered new interface driver xpad
[    1.114789] cyttsp5_i2c_adapter 0-0024: cyttsp5_init: INIT CYTTSP RST gpio=194 and IRQ gpio=224 r=0
[    1.115129] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[    1.115243] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[    1.115279] cyttsp5_i2c_adapter 0-0024: cyttsp5_get_hid_descriptor_: failed to get HID descriptor length and version, rc=-121
[    1.126700] cyttsp5_i2c_adapter 0-0024: cyttsp5_startup_: Error on getting HID descriptor r=-121
[    1.126782] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[    1.135521] tegradc tegradc.1: fb registered
[    1.138747] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    1.138754] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    1.138764] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    1.138780] tegradc tegradc.1: blank - powerdown
[    1.138804] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[    1.138809] Extcon DP: HPD disabled
[    1.138813] hpd: hpd_switch 0
[    1.138818] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    1.138826] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    1.138833] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    1.194592] tegradc tegradc.0: hdmi: edid read failed
[    1.199750] tegradc tegradc.0: hdmi: using fallback edid
[    1.199855] tegradc tegradc.0: blank - powerdown
[    1.210052] usb usb1: usb_suspend_both: status 0
[    1.229850] cyttsp5_i2c_adapter 0-0024: cyttsp5_xres: RESET CYTTSP gpio=194 r=0
[    1.245395] extcon-disp-state extcon:disp-state: cable 47 state 0
[    1.245398] Extcon AUX1(HDMI) disable
[    1.275719] tegradc tegradc.0: unblank
[    1.319792] tegradc tegradc.0: nominal-pclk:74250000 parent:74250000 div:1.0 pclk:74250000 73507500~80932500
[    1.319871] tegradc tegradc.0: hdmi: tmds rate:74250K prod-setting:prod_c_hdmi_54m_75m
[    1.320934] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[    1.320948] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[    1.327580] extcon-disp-state extcon:disp-state: cable 47 state 1
[    1.327583] Extcon AUX1(HDMI) enable
[    1.328052] tegradc tegradc.0: sync windows ret = 250
[    1.333185] extcon-disp-state extcon:disp-state: cable 40 state 1
[    1.333188] Extcon HDMI: HPD enabled
[    1.333215] tegradc tegradc.0: hdmi: plugged
[    1.426194] tegra-pcie 1003000.pcie: link 0 down, retrying
[    1.830448] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.233862] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.235882] tegra-pcie 1003000.pcie: link 0 down, ignoring
[    2.341946] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[    2.341959] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    2.341965] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[    2.341971] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[    2.341978] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.342019] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[    2.342131] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.342413] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.342580] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    2.342610] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[    2.342645] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref]
[    2.342670] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    2.342818] pci 0000:01:00.0: supports D1 D2
[    2.342824] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.353896] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.353948] pci 0000:00:02.0: BAR 15: assigned [mem 0x20000000-0x200fffff 64bit pref]
[    2.353955] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    2.353966] pci 0000:01:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref]
[    2.353989] pci 0000:01:00.0: BAR 2: assigned [mem 0x20004000-0x20004fff 64bit pref]
[    2.354008] pci 0000:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    2.354019] pci 0000:00:02.0: PCI bridge to [bus 01]
[    2.354026] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    2.354036] pci 0000:00:02.0:   bridge window [mem 0x20000000-0x200fffff 64bit pref]
[    2.354390] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    2.354395] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    2.354424] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[    2.354567] aer 0000:00:02.0:pcie002: service driver aer loaded
[    2.354801] r8168 0000:01:00.0: enabling device (0000 -> 0003)
[    2.354828] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[    2.376094] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[    2.376309] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e9:c9:cc from device tree
[    2.376945] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    2.376976] r8168  Copyright (C) 2017  Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    5.270364] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[    5.270370] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[    5.374100] usb usb2: usb_suspend_both: status 0
[    6.257853] cyttsp5_i2c_adapter 0-0024: cyttsp5_reset_and_wait: reset timed out
[    6.265271] cyttsp5_i2c_adapter 0-0024: cyttsp5_startup_: Error on h/w reset r=-62
[    6.273004] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[    6.373840] cyttsp5_i2c_adapter 0-0024: cyttsp5_xres: RESET CYTTSP gpio=194 r=0
[    8.049847] tegra-xusb 70090000.xusb: entering ELPG
[    8.051079] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[    8.051291] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[    8.052916] tegra-xusb 70090000.xusb: entering ELPG done
[   11.377843] cyttsp5_i2c_adapter 0-0024: cyttsp5_reset_and_wait: reset timed out
[   11.385228] cyttsp5_i2c_adapter 0-0024: cyttsp5_startup_: Error on h/w reset r=-62
[   11.392941] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[   11.493838] cyttsp5_i2c_adapter 0-0024: cyttsp5_xres: RESET CYTTSP gpio=194 r=0
[   16.497840] cyttsp5_i2c_adapter 0-0024: cyttsp5_reset_and_wait: reset timed out
[   16.505223] cyttsp5_i2c_adapter 0-0024: cyttsp5_startup_: Error on h/w reset r=-62
[   16.512945] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[   16.512976] cyttsp5_i2c_adapter 0-0024: cyttsp5_hid_exec_cmd_: Fail cyttsp5_adap_transfer
[   16.521233] cyttsp5_i2c_adapter 0-0024: cyttsp5_hid_cmd_set_power_: Failed to set power to state:1
[   16.530271] cyttsp5_i2c_adapter 0-0024: cyttsp5_core_rt_suspend: Error on sleep
[   16.537646] cyttsp5_i2c_adapter 0-0024: cyttsp5_probe: Fail initial startup r=-19
[   16.545339] cyttsp5_i2c_adapter 0-0024: cyttsp5_init: INIT CYTTSP RST gpio=194 and IRQ gpio=224 r=0
[   16.545345] cyttsp5_i2c_adapter 0-0024: cyttsp5_probe failed.
[   16.551307] cyttsp5_debug_init: Parade TTSP Debug Driver (Built TTDA.03.08.874312) rc=0
[   16.551315] cyttsp5_loader_init: Parade TTSP FW Loader Driver (Built TTDA.03.08.874312) rc=0
[   16.551323] cyttsp5_device_access_init: Parade TTSP Device Access Driver (Built TTDA.03.08.874312) rc=0
[   16.679129] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[   16.681697] rtc rtc1: alarm rtc device
[   16.681714] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[   16.681744] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[   16.682499] i2c /dev entries driver
[   16.684608] i2c i2c-6: Added multiplexed i2c bus 7
[   16.685143] i2c i2c-6: Added multiplexed i2c bus 8
[   16.685151] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[   16.685964] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[   16.688595] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[   16.688603] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[   16.689086] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[   16.689104] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[   16.689115] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[   16.689249] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[   16.689261] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[   16.689269] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[   16.689412] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[   16.689423] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[   16.689429] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[   16.689604] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[   16.690471] tegra_aotag tegra-aotag: Registering sensor 0
[   16.690529] tegra_aotag tegra-aotag: Invalid temp readout
[   16.690554] tegra_aotag tegra-aotag: Invalid temp readout
[   16.690572] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[   16.690582] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[   16.691641] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[   16.691663] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[   16.691906] tegra_aotag tegra-aotag: Invalid temp readout
[   16.691937] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[   16.692452] parse_throttle_dt_data: Num cap clks = 6
[   16.692461] parse_throttle_dt_data: clk=cclk_g type=2
[   16.692476] parse_throttle_dt_data: clk=gpu type=4
[   16.692506] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[   16.692529] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[   16.692555] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[   16.692559] parse_throttle_dt_data: clk=emc type=3
[   16.693078] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[   16.693222] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[   16.693433] tegra_throttle_probe: probe successful. #cdevs=4
[   16.694354] FAN dev name: pwm-fan
[   16.694411] FAN:gpio request success.
[   16.694486] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[   16.694798] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[   16.694984] pwm_fan_driver pwm-fan: fan tach request irq success
[   16.694995] pwm_fan_driver pwm-fan: tach period: 1000
[   16.695089] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[   16.695096] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[   16.695101] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[   16.695107] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[   16.695112] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[   16.695117] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[   16.695121] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[   16.695126] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[   16.695131] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[   16.695136] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[   16.695864] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[   16.696208] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[   16.697254] device-mapper: uevent: version 1.0.3
[   16.697776] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[   16.703495] tegra210-cpufreq cpufreq: probe()...completed
[   16.704286] sdhci: Secure Digital Host Controller Interface driver
[   16.704288] sdhci: Copyright(c) Pierre Ossman
[   16.704290] sdhci-pltfm: SDHCI platform and OF driver helper
[   16.704674] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
[   16.709392] sdhci-tegra sdhci-tegra.2: Client registration for eMC Successful
[   16.714042] tegra-se 70012000.se: tegra_se_probe: complete
[   16.714586] hidraw: raw HID events driver (C) Jiri Kosina
[   16.715729] usbcore: registered new interface driver usbhid
[   16.715731] usbhid: USB HID core driver
[   16.717891] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[   16.718060] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[   16.719772] nvpmodel: initialized successfully
[   16.720721] usbcore: registered new interface driver snd-usb-audio
[   16.720776] No Device Node present for smmu client: snd-soc-dummy !!
[   16.720782] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[   16.720801] iommu: Adding device snd-soc-dummy to group 36
[   16.732598] OPE platform probe
[   16.732684] OPE platform probe successful
[   16.732710] OPE platform probe
[   16.732792] OPE platform probe successful
[   16.742207] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[   16.745875] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
[   16.757677] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[   16.757804] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[   16.757848] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA 64-bit with 64 bit addr
[   16.758001] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[   16.758123] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[   16.758243] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[   16.758366] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[   16.758487] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[   16.758606] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[   16.758727] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[   16.758856] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[   16.771132] u32 classifier
[   16.771135]     Actions configured
[   16.771207] Initializing XFRM netlink socket
[   16.771942] NET: Registered protocol family 10
[   16.772682] NET: Registered protocol family 17
[   16.772694] NET: Registered protocol family 15
[   16.772769] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   16.772817] Bluetooth: RFCOMM socket layer initialized
[   16.772829] Bluetooth: RFCOMM ver 1.11
[   16.772834] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   16.772839] Bluetooth: HIDP socket layer initialized
[   16.772859] 9pnet: Installing 9P2000 support
[   16.772895] Key type dns_resolver registered
[   16.773302] Registered cp15_barrier emulation handler
[   16.773309] Registered setend emulation handler
[   16.774430] registered taskstats version 1
[   16.775032] Adding domain ve2-pd to PM domain host1x-pd
[   16.775274] Adding domain ve-pd to PM domain host1x-pd
[   16.777373] isp 54600000.isp: initialized
[   16.778316] isp 54680000.isp: initialized
[   16.788532] last reset is due to power on reset
[   16.788537] KERNEL: PMC reset status reg: 0x0
[   16.788616] BL: PMC reset status reg: 0x0
[   16.788618] BL: PMIC poweroff Event Recorder: 0x40
[   16.790326] clk_cbus_recalc_rate: no gbus parent
[   16.790332] clk_cbus_round_rate: no gbus parent
[   16.790334] clk_cbus_round_rate: no gbus parent
[   16.790343] clk_cbus_recalc_rate: no gbus parent
[   16.790444] clk_cbus_recalc_rate: no gbus parent
[   16.790448] clk_cbus_round_rate: no gbus parent
[   16.790450] clk_cbus_round_rate: no gbus parent
[   16.790455] clk_cbus_recalc_rate: no gbus parent
[   16.791166] tegra_dvfs: GPU-cap: registered
[   16.791227] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[   16.791230] tegra dvfs: vdd-core: nominal 1125mV, offset 600000uV, step 12500uV, scaling enabled
[   16.791232] tegra dvfs: vdd-gpu: nominal 1068mV, offset 708000uV, step 10000uV, scaling enabled
[   16.793441] tegra_dvfs: vdd-gpu-vts: registered
[   16.794161] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[   16.794748] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[   16.795283] input: gpio-keys as /devices/gpio-keys/input/input1
[   16.797551] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[   16.801920] mmcblk0: mmc0:0001 DG4016 14.7 GiB 
[   16.802133] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB
[   16.806367] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB
[   16.811082] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[   16.814194]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[   16.826508] tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 01:00:30 UTC (946688430)
[   16.827525] vi 54080000.vi: vi_probe: ++
[   16.830487] vi 54080000.vi: initialized
[   16.832473] vi 54080000.vi: subdev nvcsi--2 bound
[   16.832575] vi 54080000.vi: subdev nvcsi--1 bound
[   16.832791] mmcblk mmc0:0001: Card claimed for testing.
[   16.834135] Disable partitions left on by BL
[   16.834139]   disb
[   16.834189] bwmgr: missing cdev-type property
[   16.834286] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[   16.834292] DRAM derating cdev registered.
[   16.835333] vdd-fan: disabling
[   16.835337] vdd-usb-vbus: disabling
[   16.835340] vdd-usb-vbus2: disabling
[   16.835349] vddio-sdmmc-ap: disabling
[   16.835432] vdd-3v3-sd: disabling
[   16.835437] avdd-io-edp-1v05: disabling
[   16.835440] vdd-usb-hub-en: disabling
[   16.835521] ALSA device list:
[   16.835524]   #0: tegra-hda at 0x70038000 irq 82
[   16.835526]   #1: tegra-snd-t210ref-mobile-rt565x
[   16.838770] Freeing unused kernel memory: 8576K
[   16.859908] Root device found: mmcblk0p1
[   16.860954] Found dev node: /dev/mmcblk0p1
[   17.421569] EXT4-fs (mmcblk0p1): 8 orphan inodes deleted
[   17.421573] EXT4-fs (mmcblk0p1): recovery complete
[   17.436780] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[   17.437574] Rootfs mounted over mmcblk0p1
[   17.448831] Switching from initrd to actual rootfs
[   17.521991] systemd[1]: System time before build time, advancing clock.
[   17.543367] ip_tables: (C) 2000-2006 Netfilter Core Team
[   17.554811] cgroup: cgroup2: unknown option "nsdelegate"
[   17.567556] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   17.568312] systemd[1]: Detected architecture arm64.
[   17.591813] systemd[1]: Set hostname to <jetson-nano-slave>.
[   17.654639] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[   17.654649] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   17.668119] systemd[1]: network-online.target: Wants dependency dropin /etc/systemd/system/network-online.target.wants/networking.service.wujz is not a symlink, ignoring.
[   17.748533] random: systemd: uninitialized urandom read (16 bytes read)
[   17.748564] systemd[1]: Reached target Swap.
[   17.748921] random: systemd: uninitialized urandom read (16 bytes read)
[   17.750708] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   17.750769] random: systemd: uninitialized urandom read (16 bytes read)
[   17.752335] systemd[1]: Created slice System Slice.
[   17.752541] systemd[1]: Listening on fsck to fsckd communication Socket.
[   17.802271] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[   18.074085] systemd-journald[1996]: Received request to flush runtime journal from PID 1
[   18.216222] random: crng init done
[   18.216228] random: 7 urandom warning(s) missed due to ratelimiting
[   18.451194] nvgpu: 57000000.gpu           gm20b_init_clk_setup_sw:1268 [INFO]  GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[   18.697928] using random self ethernet address
[   18.697931] using random host ethernet address
[   19.707845] eth0: 0xffffff800a72b000, 00:04:4b:e9:c9:cc, IRQ 404
[   19.895662] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   20.223816] knl-->request gpio ok, gpio = 66, val = 1
[   20.223829] knl-->request gpio ok, gpio = 62, val = 1
[   20.223838] knl-->request gpio ok, gpio = 17, val = 1
[   20.223846] knl-->request gpio ok, gpio = 16, val = 1
[   20.223854] knl-->request gpio ok, gpio = 18, val = 0
[   20.223862] knl-->request gpio ok, gpio = 19, val = 0
[   20.924584] tegra-xusb 70090000.xusb: exiting ELPG
[   20.924954] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[   20.928374] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   20.928658] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   20.928681] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   20.928700] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   20.929303] tegra-xusb 70090000.xusb: exiting ELPG done
[   21.153883] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[   21.154284] usb 1-2: Device not responding to setup address.
[   21.366225] usb 1-2: Device not responding to setup address.
[   21.577871] usb 1-2: device not accepting address 2, error -71
[   21.701910] usb 1-2: new high-speed USB device number 3 using tegra-xusb
[   21.702285] usb 1-2: Device not responding to setup address.
[   21.914257] usb 1-2: Device not responding to setup address.
[   22.125869] usb 1-2: device not accepting address 3, error -71
[   22.131882] usb usb1-port2: attempt power cycle
[   22.966369] r8168: eth0: link up
[   22.966408] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   22.981968] usb 1-2: new high-speed USB device number 4 using tegra-xusb
[   23.106042] usb 1-2: device descriptor read/64, error -71
[   23.175535] zram: Added device: zram0
[   23.176056] zram: Added device: zram1
[   23.181375] zram: Added device: zram2
[   23.184052] zram: Added device: zram3
[   23.248371] zram0: detected capacity change from 0 to 519417856
[   23.317802] Adding 507240k swap on /dev/zram0.  Priority:5 extents:1 across:507240k SS
[   23.329202] zram1: detected capacity change from 0 to 519417856
[   23.338661] usb 1-2: device descriptor read/64, error -71
[   23.361376] Adding 507240k swap on /dev/zram1.  Priority:5 extents:1 across:507240k SS
[   23.371487] zram2: detected capacity change from 0 to 519417856
[   23.417544] Adding 507240k swap on /dev/zram2.  Priority:5 extents:1 across:507240k SS
[   23.444262] zram3: detected capacity change from 0 to 519417856
[   23.471331] Adding 507240k swap on /dev/zram3.  Priority:5 extents:1 across:507240k SS
[   23.573870] usb 1-2: new high-speed USB device number 5 using tegra-xusb
[   23.694056] usb 1-2: device descriptor read/64, error -71
[   23.926068] usb 1-2: device descriptor read/64, error -71
[   24.037963] usb usb1-port2: unable to enumerate USB device
[   24.309844] usb 1-2: new high-speed USB device number 6 using tegra-xusb
[   24.310227] usb 1-2: Device not responding to setup address.
[   24.522271] usb 1-2: Device not responding to setup address.
[   24.733900] usb 1-2: device not accepting address 6, error -71
[   24.857860] usb 1-2: new high-speed USB device number 7 using tegra-xusb
[   24.858243] usb 1-2: Device not responding to setup address.
[   25.070328] usb 1-2: Device not responding to setup address.
[   25.281888] usb 1-2: device not accepting address 7, error -71
[   25.288834] usb usb1-port2: attempt power cycle
[   26.137843] usb 1-2: new high-speed USB device number 8 using tegra-xusb
[   26.258049] usb 1-2: device descriptor read/64, error -71
[   26.494148] usb 1-2: device descriptor read/64, error -71
[   26.725865] usb 1-2: new high-speed USB device number 9 using tegra-xusb
[   26.850032] usb 1-2: device descriptor read/64, error -71
[   27.086074] usb 1-2: device descriptor read/64, error -71
[   27.198091] usb usb1-port2: unable to enumerate USB device
[   27.203840] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[   27.286415] tegradc tegradc.0: blank - powerdown
[   27.337978] extcon-disp-state extcon:disp-state: cable 47 state 0
[   27.337980] Extcon AUX1(HDMI) disable
[   27.358530] tegradc tegradc.0: unblank
[   27.374337] tegradc tegradc.0: nominal-pclk:74250000 parent:74250000 div:1.0 pclk:74250000 73507500~80932500
[   27.374437] tegradc tegradc.0: hdmi: tmds rate:74250K prod-setting:prod_c_hdmi_54m_75m
[   27.375528] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[   27.375537] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[   27.379026] tegra_i2c_handle_xfer_error: 11 callbacks suppressed
[   27.379031] tegra-i2c 7000c700.i2c: no acknowledge from address 0x50
[   27.382287] extcon-disp-state extcon:disp-state: cable 47 state 1
[   27.382290] Extcon AUX1(HDMI) enable
[   27.397626] tegradc tegradc.0: unblank
[   27.398360] tegradc tegradc.1: blank - powerdown
[   27.470302] usb 1-3: new high-speed USB device number 10 using tegra-xusb
[   27.470710] usb 1-3: Device not responding to setup address.
[   27.682312] usb 1-3: Device not responding to setup address.
[   27.893902] usb 1-3: device not accepting address 10, error -71
[   28.017982] usb 1-3: new high-speed USB device number 11 using tegra-xusb
[   28.018401] usb 1-3: Device not responding to setup address.
[   28.230256] usb 1-3: Device not responding to setup address.
[   28.445891] usb 1-3: device not accepting address 11, error -71
[   28.452108] usb usb1-port3: attempt power cycle
[   29.301953] usb 1-3: new high-speed USB device number 12 using tegra-xusb
[   29.422133] usb 1-3: device descriptor read/64, error -71
[   29.658079] usb 1-3: device descriptor read/64, error -71
[   29.893875] usb 1-3: new high-speed USB device number 13 using tegra-xusb
[   30.018126] usb 1-3: device descriptor read/64, error -71
[   30.250229] usb 1-3: device descriptor read/64, error -71
[   30.366057] usb usb1-port3: unable to enumerate USB device
[   30.645879] usb 1-2: new high-speed USB device number 14 using tegra-xusb
[   30.646292] usb 1-2: Device not responding to setup address.
[   30.858405] usb 1-2: Device not responding to setup address.
[   31.069990] usb 1-2: device not accepting address 14, error -71
[   31.193893] usb 1-2: new high-speed USB device number 15 using tegra-xusb
[   31.194359] usb 1-2: Device not responding to setup address.
[   31.406377] usb 1-2: Device not responding to setup address.
[   31.617900] usb 1-2: device not accepting address 15, error -71
[   31.624078] usb usb1-port2: attempt power cycle
[   32.006201] fuse init (API version 7.26)
[   32.025250] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   32.025262] Bluetooth: BNEP socket layer initialized
[   32.477866] usb 1-2: new high-speed USB device number 16 using tegra-xusb
[   32.598584] usb 1-2: device descriptor read/64, error -71
[   32.830049] usb 1-2: device descriptor read/64, error -71
[   32.944215] tegradc tegradc.0: unblank
[   32.944225] tegradc tegradc.1: blank - powerdown
[   33.062499] usb 1-2: new high-speed USB device number 17 using tegra-xusb
[   33.182021] usb 1-2: device descriptor read/64, error -71
[   33.414105] usb 1-2: device descriptor read/64, error -71
[   33.525925] usb usb1-port2: unable to enumerate USB device
[   33.793866] usb 1-3: new high-speed USB device number 18 using tegra-xusb
[   33.794286] usb 1-3: Device not responding to setup address.
[   34.006247] usb 1-3: Device not responding to setup address.
[   34.219345] usb 1-3: device not accepting address 18, error -71
[   34.345938] usb 1-3: new high-speed USB device number 19 using tegra-xusb
[   34.346354] usb 1-3: Device not responding to setup address.
[   34.558261] usb 1-3: Device not responding to setup address.
[   34.769867] usb 1-3: device not accepting address 19, error -71
[   34.776026] usb usb1-port3: attempt power cycle
[   37.141857] usb 1-2: new high-speed USB device number 21 using tegra-xusb
[   37.142251] usb 1-2: Device not responding to setup address.
[   37.354244] usb 1-2: Device not responding to setup address.
[   37.569871] usb 1-2: device not accepting address 21, error -71
[   37.693896] usb 1-2: new high-speed USB device number 22 using tegra-xusb
[   37.694288] usb 1-2: Device not responding to setup address.
[   37.907233] usb 1-2: Device not responding to setup address.
[   38.117881] usb 1-2: device not accepting address 22, error -71
[   38.124140] usb usb1-port2: attempt power cycle
[   38.977861] usb 1-2: new high-speed USB device number 23 using tegra-xusb
[   39.098053] usb 1-2: device descriptor read/64, error -71
[   39.330114] usb 1-2: device descriptor read/64, error -71
[   39.565918] usb 1-2: new high-speed USB device number 24 using tegra-xusb
[   39.686086] usb 1-2: device descriptor read/64, error -71
[   39.918141] usb 1-2: device descriptor read/64, error -71
[   40.030096] usb usb1-port2: unable to enumerate USB device
[   42.042079] usb usb1: usb_suspend_both: status 0
[   42.042100] tegra-xusb 70090000.xusb: entering ELPG
[   42.043356] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   42.043603] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   42.045246] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 1
[   42.045268] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 2
[   42.045353] tegra-xusb 70090000.xusb: entering ELPG done
[   42.055086] tegra-xusb 70090000.xusb: exiting ELPG
[   42.058883] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   42.059169] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   42.059205] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   42.059247] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   42.059868] tegra-xusb 70090000.xusb: exiting ELPG done
[   42.060144] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[   42.289903] usb 1-2: new high-speed USB device number 25 using tegra-xusb
[   42.290392] usb 1-2: Device not responding to setup address.
[   42.502472] usb 1-2: Device not responding to setup address.
[   42.714010] usb 1-2: device not accepting address 25, error -71
[   42.838027] usb 1-2: new high-speed USB device number 26 using tegra-xusb
[   42.838516] usb 1-2: Device not responding to setup address.
[   43.050502] usb 1-2: Device not responding to setup address.
[   43.261902] usb 1-2: device not accepting address 26, error -71
[   43.268021] usb usb1-port2: attempt power cycle
[   44.118030] usb 1-2: new high-speed USB device number 27 using tegra-xusb
[   44.238286] usb 1-2: device descriptor read/64, error -71
[   44.474292] usb 1-2: device descriptor read/64, error -71
[   44.706016] usb 1-2: new high-speed USB device number 28 using tegra-xusb
[   44.826127] usb 1-2: device descriptor read/64, error -71
[   45.066146] usb 1-2: device descriptor read/64, error -71
[   45.182492] usb usb1-port2: unable to enumerate USB device
[   47.190187] usb usb1: usb_suspend_both: status 0
[   47.190242] tegra-xusb 70090000.xusb: entering ELPG
[   47.191614] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   47.192002] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   47.194435] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 1
[   47.194719] tegra-xusb 70090000.xusb: entering ELPG done
[   47.203443] tegra-xusb 70090000.xusb: exiting ELPG
[   47.208219] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   47.208618] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   47.208716] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   47.208811] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   47.209541] tegra-xusb 70090000.xusb: exiting ELPG done
[   47.210450] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[   47.438105] usb 1-2: new high-speed USB device number 29 using tegra-xusb
[   47.438720] usb 1-2: Device not responding to setup address.
[   47.650691] usb 1-2: Device not responding to setup address.
[   47.861986] usb 1-2: device not accepting address 29, error -71
[   47.986031] usb 1-2: new high-speed USB device number 30 using tegra-xusb
[   47.986546] usb 1-2: Device not responding to setup address.
[   48.198685] usb 1-2: Device not responding to setup address.
[   48.409999] usb 1-2: device not accepting address 30, error -71
[   48.416241] usb usb1-port2: attempt power cycle
[   49.266110] usb 1-2: new high-speed USB device number 31 using tegra-xusb
[   49.386608] usb 1-2: device descriptor read/64, error -71
[   49.618456] usb 1-2: device descriptor read/64, error -71
[   49.850210] usb 1-2: new high-speed USB device number 32 using tegra-xusb
[   49.970712] usb 1-2: device descriptor read/64, error -71
[   50.202698] usb 1-2: device descriptor read/64, error -71
[   50.314528] usb usb1-port2: unable to enumerate USB device
[   50.582123] usb 1-2: new high-speed USB device number 33 using tegra-xusb
[   50.582716] usb 1-2: Device not responding to setup address.
[   50.794565] usb 1-2: Device not responding to setup address.
[   51.005948] usb 1-2: device not accepting address 33, error -71
[   51.134005] usb 1-2: new high-speed USB device number 34 using tegra-xusb
[   51.134513] usb 1-2: Device not responding to setup address.
[   51.346367] usb 1-2: Device not responding to setup address.
[   51.557996] usb 1-2: device not accepting address 34, error -71
[   51.564351] usb usb1-port2: attempt power cycle
[   52.414189] usb 1-2: new high-speed USB device number 35 using tegra-xusb
[   52.534594] usb 1-2: device descriptor read/64, error -71
[   52.766680] usb 1-2: device descriptor read/64, error -71
[   52.997967] usb 1-2: new high-speed USB device number 36 using tegra-xusb
[   53.118332] usb 1-2: device descriptor read/64, error -71
[   53.350472] usb 1-2: device descriptor read/64, error -71
[   53.462186] usb usb1-port2: unable to enumerate USB device
[   53.730199] usb 1-2: new high-speed USB device number 37 using tegra-xusb
[   53.730903] usb 1-2: Device not responding to setup address.
[   53.942698] usb 1-2: Device not responding to setup address.
[   54.153977] usb 1-2: device not accepting address 37, error -71
[   54.277993] usb 1-2: new high-speed USB device number 38 using tegra-xusb
[   54.278671] usb 1-2: Device not responding to setup address.
[   54.490714] usb 1-2: Device not responding to setup address.
[   54.702158] usb 1-2: device not accepting address 38, error -71
[   54.708404] usb usb1-port2: attempt power cycle
[   58.994180] usb usb1: usb_suspend_both: status 0
[   58.994238] tegra-xusb 70090000.xusb: entering ELPG
[   58.995609] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   58.995997] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   58.998086] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 1
[   58.998317] tegra-xusb 70090000.xusb: entering ELPG done
[   59.007454] tegra-xusb 70090000.xusb: exiting ELPG
[   59.012416] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   59.012814] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   59.012912] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   59.013006] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   59.013735] tegra-xusb 70090000.xusb: exiting ELPG done
[   61.014105] tegra-xusb 70090000.xusb: entering ELPG
[   61.015427] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   61.015773] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   61.017767] tegra-xusb 70090000.xusb: entering ELPG done
[   61.027074] tegra-xusb 70090000.xusb: exiting ELPG
[   61.031137] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   61.031467] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   61.031534] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   61.031599] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   61.032259] tegra-xusb 70090000.xusb: exiting ELPG done
[   63.034592] tegra-xusb 70090000.xusb: entering ELPG
[   63.036171] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   63.036983] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   63.042133] tegra-xusb 70090000.xusb: entering ELPG done
[   63.047896] tegra-xusb 70090000.xusb: exiting ELPG
[   63.054289] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   63.054836] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   63.055028] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   63.055214] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   63.056034] tegra-xusb 70090000.xusb: exiting ELPG done
[   65.058196] tegra-xusb 70090000.xusb: entering ELPG
[   65.059642] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   65.060340] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   65.063710] tegra-xusb 70090000.xusb: entering ELPG done
[   65.071547] tegra-xusb 70090000.xusb: exiting ELPG
[   65.076186] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   65.076660] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   65.076758] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   65.076852] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   65.077580] tegra-xusb 70090000.xusb: exiting ELPG done
[   67.077988] tegra-xusb 70090000.xusb: entering ELPG
[   67.079313] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   67.079625] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   67.081634] tegra-xusb 70090000.xusb: entering ELPG done
[   67.091078] tegra-xusb 70090000.xusb: exiting ELPG
[   67.095221] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   67.095552] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   67.095619] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   67.095685] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   67.096371] tegra-xusb 70090000.xusb: exiting ELPG done
[   69.098183] tegra-xusb 70090000.xusb: entering ELPG
[   69.099576] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   69.099887] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   69.102029] tegra-xusb 70090000.xusb: entering ELPG done
[   69.111185] tegra-xusb 70090000.xusb: exiting ELPG
[   69.114997] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   69.115325] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   69.115391] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   69.115456] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   69.116115] tegra-xusb 70090000.xusb: exiting ELPG done
[   71.118499] tegra-xusb 70090000.xusb: entering ELPG
[   71.120029] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   71.120617] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   71.125278] tegra-xusb 70090000.xusb: entering ELPG done
[   71.132018] tegra-xusb 70090000.xusb: exiting ELPG
[   71.138636] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   71.139152] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   71.139343] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   71.139529] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   71.140387] tegra-xusb 70090000.xusb: exiting ELPG done
[   73.142098] tegra-xusb 70090000.xusb: entering ELPG
[   73.143455] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   73.143792] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   73.145740] tegra-xusb 70090000.xusb: entering ELPG done
[   73.155214] tegra-xusb 70090000.xusb: exiting ELPG
[   73.159424] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   73.159769] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   73.159836] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   73.159902] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   73.160598] tegra-xusb 70090000.xusb: exiting ELPG done
[   75.162192] tegra-xusb 70090000.xusb: entering ELPG
[   75.163562] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   75.163947] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   75.166547] tegra-xusb 70090000.xusb: entering ELPG done
[   75.175329] tegra-xusb 70090000.xusb: exiting ELPG
[   75.180379] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   75.180716] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   75.180798] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   75.180869] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   75.181577] tegra-xusb 70090000.xusb: exiting ELPG done
[   77.182301] tegra-xusb 70090000.xusb: entering ELPG
[   77.183749] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   77.184128] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   77.187403] tegra-xusb 70090000.xusb: entering ELPG done
[   77.195245] tegra-xusb 70090000.xusb: exiting ELPG
[   77.199584] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   77.199924] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   77.199994] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   77.200060] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   77.200748] tegra-xusb 70090000.xusb: exiting ELPG done
[   79.204517] tegra-xusb 70090000.xusb: entering ELPG
[   79.206165] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   79.206613] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   79.209012] tegra-xusb 70090000.xusb: entering ELPG done
[   79.217456] tegra-xusb 70090000.xusb: exiting ELPG
[   79.222002] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   79.222337] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   79.222417] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   79.222488] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   79.223163] tegra-xusb 70090000.xusb: exiting ELPG done
[   82.034151] tegra-xusb 70090000.xusb: entering ELPG
[   82.035481] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   82.035792] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   82.037754] tegra-xusb 70090000.xusb: entering ELPG done
[   82.047232] tegra-xusb 70090000.xusb: exiting ELPG
[   82.051368] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   82.051696] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   82.051763] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   82.051829] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   82.052528] tegra-xusb 70090000.xusb: exiting ELPG done
[   84.054497] tegra-xusb 70090000.xusb: entering ELPG
[   84.056029] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   84.056615] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   84.060392] tegra-xusb 70090000.xusb: entering ELPG done
[   84.068022] tegra-xusb 70090000.xusb: exiting ELPG
[   84.074483] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   84.074987] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   84.075177] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   84.075364] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   84.076284] tegra-xusb 70090000.xusb: exiting ELPG done
[   86.078025] tegra-xusb 70090000.xusb: entering ELPG
[   86.079399] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   86.079784] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   86.082100] tegra-xusb 70090000.xusb: entering ELPG done
[   86.091170] tegra-xusb 70090000.xusb: exiting ELPG
[   86.095885] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   86.096247] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   86.096344] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   86.096438] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   86.097164] tegra-xusb 70090000.xusb: exiting ELPG done
[   88.098183] tegra-xusb 70090000.xusb: entering ELPG
[   88.099557] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   88.099943] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   88.102561] tegra-xusb 70090000.xusb: entering ELPG done
[   88.111394] tegra-xusb 70090000.xusb: exiting ELPG
[   88.116109] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   88.116451] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   88.116527] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   88.116596] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   88.117314] tegra-xusb 70090000.xusb: exiting ELPG done
[   90.117955] tegra-xusb 70090000.xusb: entering ELPG
[   90.119195] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   90.119409] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   90.121028] tegra-xusb 70090000.xusb: entering ELPG done
[   90.130845] tegra-xusb 70090000.xusb: exiting ELPG
[   90.133892] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   90.134175] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   90.134203] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   90.134228] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   90.134840] tegra-xusb 70090000.xusb: exiting ELPG done
[   92.138482] tegra-xusb 70090000.xusb: entering ELPG
[   92.140019] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   92.140606] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   92.145331] tegra-xusb 70090000.xusb: entering ELPG done
[   92.151671] tegra-xusb 70090000.xusb: exiting ELPG
[   92.158385] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   92.158943] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   92.159134] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   92.159319] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   92.160237] tegra-xusb 70090000.xusb: exiting ELPG done
[   94.162108] tegra-xusb 70090000.xusb: entering ELPG
[   94.163647] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   94.164130] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   94.167328] tegra-xusb 70090000.xusb: entering ELPG done
[   94.175192] tegra-xusb 70090000.xusb: exiting ELPG
[   94.180524] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   94.180908] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   94.181030] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   94.181126] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   94.182093] tegra-xusb 70090000.xusb: exiting ELPG done
[   96.185901] tegra-xusb 70090000.xusb: entering ELPG
[   96.187120] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   96.187310] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   96.188875] tegra-xusb 70090000.xusb: entering ELPG done
[   96.198735] tegra-xusb 70090000.xusb: exiting ELPG
[   96.201888] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   96.202162] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   96.202183] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   96.202202] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   96.202811] tegra-xusb 70090000.xusb: exiting ELPG done
[   98.205865] tegra-xusb 70090000.xusb: entering ELPG
[   98.207707] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[   98.207924] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[   98.209807] tegra-xusb 70090000.xusb: entering ELPG done
[   98.219306] tegra-xusb 70090000.xusb: exiting ELPG
[   98.222979] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   98.223248] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   98.223273] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   98.223296] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   98.223913] tegra-xusb 70090000.xusb: exiting ELPG done

Hi,DaneLLL

any update? I found that if the problem occurs, all the USB port are fail, I think it’s the problem of the root hub

Hi,
We checked the log and the root hub got enumerated successfully:

[    1.109380] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.109397] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[    1.109507] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.109609] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.109616] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.109621] usb usb2: Product: xHCI Host Controller
[    1.109625] usb usb2: Manufacturer: Linux 4.9.140 xhci-hcd
[    1.109629] usb usb2: SerialNumber: 70090000.xusb
[    1.110353] hub 2-0:1.0: USB hub found
[    1.110390] hub 2-0:1.0: 4 ports detected

However, protocol errors found when enumerating the onboard hub. In my opinion, the issue might be related to electronic signals between the root hub port and the onboard hub.

[   20.924584] tegra-xusb 70090000.xusb: exiting ELPG
[   20.924954] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[   20.928374] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[   20.928658] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[   20.928681] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[   20.928700] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[   20.929303] tegra-xusb 70090000.xusb: exiting ELPG done
[   21.153883] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[   21.154284] usb 1-2: Device not responding to setup address.
[   21.366225] usb 1-2: Device not responding to setup address.
[   21.577871] usb 1-2: device not accepting address 2, error -71
[   21.701910] usb 1-2: new high-speed USB device number 3 using tegra-xusb
[   21.702285] usb 1-2: Device not responding to setup address.
[   21.914257] usb 1-2: Device not responding to setup address.
[   22.125869] usb 1-2: device not accepting address 3, error -71
[   22.131882] usb usb1-port2: attempt power cycle

Since you have run compliance test and passed. Maybe you can check if there is hardware component(such as common choke) between roothub and onboard hub, and do hardware rework to remove them for a try?

Hi,
We think it is more like a hardware issue. There is an embedded hub on default carrier board, you may compare to it. And also check produce design guide.

For tuning signals of roothub, you can refer to
https://developer.nvidia.com/jetson-nano-interface-tuning-and-compliance-guide-application-note
Since the pins are connected to the embedded hub, you may need rework to pull out the pins.

Hi @liumiao, did this proble was resloved? I use official firmware got same issue on official NANO board,and have checked the hardware side.

Hi, I use official firmware to get same issue on official NANO board, and checked the hardware side, but still not changed, can you give me some advice?

Hi,

You may start a new post with information about the issue( release version, the USB device, steps, dmesg ). The default reference board has done compliance test and most devices should be enumerated successfully. We would think it is specific to certain device.

Hi Dane. do you know if was found some solution for this problem? or is a pcb lanes design problem?

Hi,

If you see log similar to this, we have internal discussion about it and think it is an issue in signal quality. Suggest you do compliance test.

the usb3.0 connector can’t identify the 2.4 G wireless mouse device on my custom board.

Hi y2zwei,

Please help to open a new topic if it’s still an issue.

Hi kayccc,

thanks,it’s resolved.

Hi y2zwei,

How did you resolve this?