Tegra-usb-cd usb_cd: otg phy is not available yet

When I update TX2 from Ubuntu16.04 to ubuntu18.04(jetpack 4.4), I encountered such a problem in dmesg:
tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
tegra-usb-cd usb_cd: otg phy is not available yet

In Ubuntu16.04 I follow this topic Jetson/TX2 USB - eLinux.org, usb port working fine on my coustom bord.

In Ubuntu18.04, I did the following:
1.Change vbus-2-supply from vdd_usb2_5v to battery_reg.
2.Apply the RT-patch, as this Setting up Realtime Kernel on Jetson • PREEMPT_RT on Jetson

dmesg as follows:
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 4.9.140-rt93-tegra (will@ubuntu) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT RT Tue Sep 22 08:13:27 PDT 2020
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 16416,
[ 0.000000] OF: fdt: - 80000000 , 70000000
[ 0.000000] OF: fdt: - f0200000 , 185600000
[ 0.000000] OF: fdt: - 275e00000 , 200000
[ 0.000000] OF: fdt: - 276600000 , 200000
[ 0.000000] OF: fdt: - 277000000 , 200000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options ‘’)
[ 0.000000] bootconsole [uart8250] enabled
[ 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: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] On node 0 totalpages: 2055168
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 523776 pages, LIFO batch:31
[ 0.000000] Normal zone: 24008 pages used for memmap
[ 0.000000] Normal zone: 1531392 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 @ffffffc1f676a000 s64704 r8192 d29504 u102400
[ 0.000000] pcpu-alloc: s64704 r8192 d29504 u102400 alloc=25*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2022968
[ 0.000000] Kernel command line: console=ttyS0,115200 androidboot.presilicon=true firmware_class.path=/etc/firmware root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1 quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2
[ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 163840 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 262144 bytes
[ 0.000000] early log buf free: 29212(89%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 12, 16777216 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7960716K/8220672K available (15294K kernel code, 2964K rwdata, 6688K rodata, 8512K init, 621K bss, 194420K reserved, 65536K 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 - 0xffffff8008f70000 ( 15296 KB)
[ 0.000000] .rodata : 0xffffff8008f70000 - 0xffffff8009600000 ( 6720 KB)
[ 0.000000] .init : 0xffffff8009600000 - 0xffffff8009e50000 ( 8512 KB)
[ 0.000000] .data : 0xffffff8009e50000 - 0xffffff800a135008 ( 2965 KB)
[ 0.000000] .bss : 0xffffff800a135008 - 0xffffff800a1d07f8 ( 622 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 - 0xffffffbf07dc8000 ( 125 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f7200000 ( 8050 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU kthread priority: 1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.001655] Console: colour dummy device 80x25
[ 0.001663] console [tty0] enabled
[ 0.001665] bootconsole [uart8250] disabled
[ 0.001671] kmemleak: Kernel memory leak detector disabled
[ 0.001701] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=31250)
[ 0.001703] pid_max: default: 32768 minimum: 301
[ 0.002019] Security Framework initialized
[ 0.002178] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002181] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002831] ftrace: allocating 46900 entries in 184 pages
[ 0.128589] sched-energy: Sched-energy-costs installed from DT
[ 0.128600] ASID allocator initialised with 65536 entries
[ 0.147422] tegra-id: chipid=21817.
[ 0.147428] tegra-id: opt_subrevision=1.
[ 0.147445] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.147453] DTS File Name: /home/will/workspace/tx2_rt_patch/sources/kernel/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.147458] DTB Build time: Oct 10 2020 01:05:19
[ 0.163707] CPU1: Booted secondary processor [4e0f0030]
[ 0.175406] CPU2: Booted secondary processor [4e0f0030]
[ 0.187155] CPU3: Booted secondary processor [411fd073]
[ 0.198139] CPU4: Booted secondary processor [411fd073]
[ 0.209116] CPU5: Booted secondary processor [411fd073]
[ 0.209199] Brought up 6 CPUs
[ 0.209204] SMP: Total of 6 processors activated.
[ 0.209208] CPU features: detected feature: 32-bit EL0 Support
[ 0.209942] CPU: All CPU(s) started at EL2
[ 0.209994] alternatives: patching kernel code
[ 0.212959] devtmpfs: initialized
[ 0.255770] Initilizing CustomIPI irq domain
[ 0.255956] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.255967] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.256945] pinctrl core: initialized pinctrl subsystem
[ 0.257161] OS set in device tree is not L4T.
[ 0.257383] regulator-dummy: no parameters
[ 0.257533] Initializing plugin-manager
[ 0.257591] Plugin module not found
[ 0.257628] Plugin-manager status disabled
[ 0.259597] NET: Registered protocol family 16
[ 0.260472] pstore: using zlib compression
[ 0.260486] console [pstore-1] enabled
[ 0.260489] pstore: Registered ramoops as persistent store backend
[ 0.260493] ramoops: attached 0x200000@0x275880000, ecc: 0/0
[ 0.261080] cpuidle: using governor menu
[ 0.262771] bpmp: waiting for handshake
[ 0.262775] bpmp: handshake completed
[ 0.262789] bpmp: synchronizing channels
[ 0.262805] bpmp: channels synchronized
[ 0.262808] bpmp: mail init ok
[ 0.265013] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.265019] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.265023] arm-smmu 12000000.iommu: stage 1 translation
[ 0.265026] arm-smmu 12000000.iommu: stage 2 translation
[ 0.265029] arm-smmu 12000000.iommu: nested translation
[ 0.265035] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.265040] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.265044] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.265049] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.265052] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.267827] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e54000)
[ 0.267840] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.269430] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.271634] Registering BPMP clocks…
[ 0.271725] tegra_bpmp_clk_init: clock init ok (638 clks)
[ 0.272799] Serial: AMBA PL011 UART driver
[ 0.274040] tegra_powergate_init: DONE
[ 0.274048] DTS File Name: /home/will/workspace/tx2_rt_patch/sources/kernel/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.274054] DTB Build time: Oct 10 2020 01:05:19
[ 0.276658] Tegra reboot handler registered.
[ 0.278307] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.278376] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.278388] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.278390] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.278393] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.278568] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.278578] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.278919] iommu: Adding device 3460000.sdhci to group 0
[ 0.279664] iommu: Adding device 3400000.sdhci to group 1
[ 0.280793] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.280809] arm-smmu: forcing sodev map for 3507000.ahci-sata
[ 0.281299] iommu: Adding device 3160000.i2c to group 3
[ 0.281772] iommu: Adding device c240000.i2c to group 4
[ 0.282163] iommu: Adding device 3180000.i2c to group 5
[ 0.282519] iommu: Adding device 3190000.i2c to group 6
[ 0.282955] iommu: Adding device 31b0000.i2c to group 7
[ 0.283342] iommu: Adding device 31c0000.i2c to group 8
[ 0.283696] iommu: Adding device c250000.i2c to group 9
[ 0.284050] iommu: Adding device 31e0000.i2c to group 10
[ 0.285667] iommu: Adding device 3210000.spi to group 11
[ 0.286023] iommu: Adding device c260000.spi to group 12
[ 0.286400] iommu: Adding device 3240000.spi to group 13
[ 0.287157] iommu: Adding device 3100000.serial to group 14
[ 0.287514] iommu: Adding device 3110000.serial to group 15
[ 0.287857] iommu: Adding device c280000.serial to group 16
[ 0.288231] iommu: Adding device 3130000.serial to group 17
[ 0.289652] iommu: Adding device 2490000.ether_qos to group 18
[ 0.289665] arm-smmu: forcing sodev map for 2490000.ether_qos
[ 0.290419] iommu: Adding device b000000.rtcpu to group 19
[ 0.292699] iommu: Adding device 13e10000.host1x to group 20
[ 0.293016] iommu: Adding device 13e10000.host1x:ctx0 to group 21
[ 0.293366] iommu: Adding device 13e10000.host1x:ctx1 to group 22
[ 0.293685] iommu: Adding device 13e10000.host1x:ctx2 to group 23
[ 0.294010] iommu: Adding device 13e10000.host1x:ctx3 to group 24
[ 0.294356] iommu: Adding device 13e10000.host1x:ctx4 to group 25
[ 0.294669] iommu: Adding device 13e10000.host1x:ctx5 to group 26
[ 0.295012] iommu: Adding device 13e10000.host1x:ctx6 to group 27
[ 0.295375] iommu: Adding device 13e10000.host1x:ctx7 to group 28
[ 0.295852] iommu: Adding device 150c0000.nvcsi to group 29
[ 0.296536] iommu: Adding device 15700000.vi to group 30
[ 0.296910] iommu: Adding device 15600000.isp to group 31
[ 0.297409] iommu: Adding device 15210000.nvdisplay to group 32
[ 0.298029] iommu: Adding device 15340000.vic to group 33
[ 0.298288] iommu: Adding device 154c0000.nvenc to group 34
[ 0.298527] iommu: Adding device 15480000.nvdec to group 35
[ 0.298888] iommu: Adding device 15380000.nvjpg to group 36
[ 0.299145] iommu: Adding device 15500000.tsec to group 37
[ 0.299375] iommu: Adding device 15100000.tsecb to group 38
[ 0.300069] iommu: Adding device 15810000.se to group 39
[ 0.300341] iommu: Adding device 15820000.se to group 40
[ 0.300567] iommu: Adding device 15830000.se to group 41
[ 0.300792] iommu: Adding device 15840000.se to group 42
[ 0.301734] iommu: Adding device smmu_test to group 43
[ 0.302366] mc: mapped MMIO address: 0xffffff800a6c0000 → 0x2c10000
[ 0.302377] mc: mapped MMIO address: 0xffffff800a6e0000 → 0x2c20000
[ 0.302386] mc: mapped MMIO address: 0xffffff800a7b0000 → 0x2c30000
[ 0.302397] mc: mapped MMIO address: 0xffffff800a7d0000 → 0x2c40000
[ 0.302406] mc: mapped MMIO address: 0xffffff800b110000 → 0x2c50000
[ 0.302415] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.302427] mc-err: mcerr ops are set to t18x
[ 0.302617] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.303892] iommu: Adding device 3530000.xhci to group 44
[ 0.303905] arm-smmu: forcing sodev map for 3530000.xhci
[ 0.304373] iommu: Adding device 3550000.xudc to group 45
[ 0.304384] arm-smmu: forcing sodev map for 3550000.xudc
[ 0.305162] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.305168] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.305798] iommu: Adding device 17000000.gp10b to group 46
[ 0.306927] tegra-reset 5000000.clock: registered 193 resets.
[ 0.309300] iommu: Adding device d000000.bpmp to group 47
[ 0.309528] bpmp: ping status is 0
[ 0.309635] bpmp d000000.bpmp: firmware tag is 4208eb5c85fe47a2235fbc0b8eb87dca
[ 0.312268] bpmp d000000.bpmp: probe ok
[ 0.315563] iommu: Adding device 2600000.dma to group 48
[ 0.316890] GPIO line 461 (camera-control-output-low) hogged as output/low
[ 0.316921] GPIO line 456 (camera-control-output-low) hogged as output/low
[ 0.316950] GPIO line 457 (camera-control-output-low) hogged as output/low
[ 0.316977] GPIO line 426 (camera-control-output-low) hogged as output/low
[ 0.317007] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.317036] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[ 0.317065] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[ 0.317252] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.321214] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.321361] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[ 0.323041] iommu: Adding device 10003000.pcie-controller to group 49
[ 0.323056] arm-smmu: forcing sodev map for 10003000.pcie-controller
[ 0.323422] iommu: Adding device sound to group 50
[ 0.323798] iommu: Adding device 3510000.hda to group 51
[ 0.331913] iommu: Adding device c1a0000.aon to group 52
[ 0.332428] vdd-ac-bat: 5000 mV
[ 0.334282] vdd-1v8-ap: 1800 mV
[ 0.345511] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.349202] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.349540] SCSI subsystem initialized
[ 0.349782] libata version 3.00 loaded.
[ 0.350126] usbcore: registered new interface driver usbfs
[ 0.350204] usbcore: registered new interface driver hub
[ 0.350307] usbcore: registered new device driver usb
[ 0.353419] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[ 0.353451] pca953x 0-0074: failed reading register
[ 0.353515] pca953x: probe of 0-0074 failed with error -121
[ 0.353948] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[ 0.353977] pca953x 0-0077: failed reading register
[ 0.354029] pca953x: probe of 0-0077 failed with error -121
[ 0.364816] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.368310] vddio-ddr: at 1125 mV
[ 0.370156] avdd_dsi_csi: 1200 mV
[ 0.375154] vdd-1v8: 1800 mV
[ 0.377154] vdd-3v3-sys: 3300 mV
[ 0.378312] spmic-ldo0: at 1800 mV
[ 0.379058] spmic-ldo1: at 800 mV
[ 0.381132] vddio-3v3: 3300 mV
[ 0.381882] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.383136] vdd-rtc: at 800 mV
[ 0.383891] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.385135] spmic-ldo6: at 1500 mV
[ 0.387132] vdd-pex-1v00: 1000 mV
[ 0.387776] dvdd-pex: 1000 mV
[ 0.390095] GPIO line 253 (spmic_gpio_input) hogged as input
[ 0.390253] GPIO line 254 (spmic_gpio_input) hogged as input
[ 0.390418] gpiochip_setup_dev: registered GPIOs 248 to 255 on device: gpiochip2 (max77620-gpio)
[ 0.390612] max77620 4-003c: max77620 probe successful
[ 0.391017] media: Linux media interface: v0.10
[ 0.391049] Linux video capture interface: v2.00
[ 0.394753] pps_core: LinuxPPS API ver. 1 registered
[ 0.394756] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.394768] PTP clock support registered
[ 0.394962] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[ 0.395185] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.395207] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.396643] trusty trusty: trusty version: Built: 21:16:26 Jun 25 2020
[ 0.396658] trusty trusty: selected api version: 3 (requested 3)
[ 0.397543] Advanced Linux Sound Architecture Driver Initialized.
[ 0.397879] Bluetooth: Core ver 2.22
[ 0.397909] NET: Registered protocol family 31
[ 0.397911] Bluetooth: HCI device and connection manager initialized
[ 0.397918] Bluetooth: HCI socket layer initialized
[ 0.397923] Bluetooth: L2CAP socket layer initialized
[ 0.397939] Bluetooth: SCO socket layer initialized
[ 0.398746] en-vdd-sd: 3300 mV
[ 0.399178] vdd-usb0-5v: 5000 mV
[ 0.399469] vdd-usb1-5v: 5000 mV
[ 0.399962] vdd-3v3: 3300 mV
[ 0.400246] en-vdd-vcm-2v8: 2800 mV
[ 0.400492] vdd-sys-bl: 3300 mV
[ 0.402614] camchar: rtcpu character device driver loaded
[ 0.403224] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.405005] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[ 0.405838] clocksource: Switched to clocksource arch_sys_counter
[ 0.433979] VFS: Disk quotas dquot_6.6.0
[ 0.434055] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.434310] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.434901] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[ 0.434908] nvmap_page_pool_init: Total RAM pages: 2006563
[ 0.434911] nvmap_page_pool_init: nvmap page pool size: 250820 pages (979 MB)
[ 0.434977] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.439201] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 0.445500] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.445674] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.446111] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.446188] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.446299] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.446406] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.446570] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.446786] la/ptsa driver initialized.
[ 0.446795] pre_t19x_iso_plat_init(): iso emc max clk=1866000KHz
[ 0.446797] pre_t19x_iso_plat_init(): max_iso_bw=26870400KB
[ 0.447157] NET: Registered protocol family 2
[ 0.447865] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.448223] TCP bind hash table entries: 65536 (order: 9, 3670016 bytes)
[ 0.449528] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.449594] UDP hash table entries: 4096 (order: 7, 524288 bytes)
[ 0.449807] UDP-Lite hash table entries: 4096 (order: 7, 524288 bytes)
[ 0.450325] NET: Registered protocol family 1
[ 0.450752] RPC: Registered named UNIX socket transport module.
[ 0.450756] RPC: Registered udp transport module.
[ 0.450758] RPC: Registered tcp transport module.
[ 0.450760] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.450767] PCI: CLS 0 bytes, default 64
[ 0.450930] Trying to unpack rootfs image as initramfs…
[ 0.625552] Freeing initrd memory: 5432K
[ 0.636521] random: fast init done
[ 0.642378] host1x 13e10000.host1x: initialized
[ 0.643654] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.645970] audit: initializing netlink subsys (disabled)
[ 0.645996] audit: type=2000 audit(0.533:1): initialized
[ 0.646445] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.653941] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.654967] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.655531] 9p: Installing v9fs 9p2000 file system support
[ 0.657971] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.658060] io scheduler noop registered
[ 0.658356] io scheduler cfq registered (default)
[ 0.661960] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 0.774061] iommu: Adding device aconnect@2a41000:adsp_audio to group 53
[ 0.810559] iommu: Adding device 2993000.adsp to group 54
[ 0.811707] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 0.814050] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[ 0.818253] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.819473] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.820625] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.821763] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.824170] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 0.825203] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 0.825592] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.825613] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 0.825728] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.825733] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=2000000, max_bw=4687500
[ 0.828020] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 0.829335] tsec 15500000.tsec: initialized
[ 0.830526] tsec 15100000.tsecb: initialized
[ 0.834190] nvdec 15480000.nvdec: initialized
[ 0.840693] falcon 15340000.vic: initialized
[ 0.842159] falcon 154c0000.nvenc: initialized
[ 0.843419] falcon 15380000.nvjpg: initialized
[ 0.845319] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.846728] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.848154] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.849516] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.850926] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.852306] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.853704] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.855114] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.858553] tegradccommon 15200000.dc_common: host1x channel mapped
[ 0.858562] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 0.858602] tegradccommon 15200000.dc_common: dma mapping done
[ 0.858913] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=390
[ 0.859217] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[ 0.859260] generic_infoframe_type: 0x87
[ 0.859339] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.859359] tegradc 15210000.nvdisplay: Display dc.ffffff800b650000 registered with id=0
[ 0.859572] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[ 0.860472] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[ 0.860485] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[ 0.860711] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[ 0.860715] tegra_cec 3960000.tegra_cec: probed
[ 0.865038] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.865042] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.865045] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.865226] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1
[ 0.865232] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1
[ 0.866050] tegradc 15210000.nvdisplay: dc_hdmi_hotplug_init: couldn’t get regulator vdd_hdmi_5v0, -517
[ 0.872072] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 0.872076] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 0.875091] tegradc 15210000.nvdisplay: probed
[ 0.875435] Console: switching to colour frame buffer device 80x30
[ 0.875456] tegradc 15210000.nvdisplay: fb registered
[ 0.875641] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 0.878412] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[ 0.879198] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[ 0.879226] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.879660] kfuse 3830000.kfuse: initialized
[ 0.881209] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.884339] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.886932] console [ttyS0] disabled
[ 0.886979] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra
[ 0.913784] console [ttyS0] enabled
[ 0.915305] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART
[ 0.916230] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 0.916412] serial-tegra 3130000.serial: RX in PIO mode
[ 0.917217] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 0.918298] [drm] Initialized
[ 0.926960] brd: module loaded
[ 0.930664] loop: module loaded
[ 0.930728] tegra_profiler: version: 1.141, samples/io: 48/28
[ 0.930803] tegra_profiler: auth: init
[ 0.931207] nct1008_nct72 7-004c: starting parse dt
[ 0.931302] nct1008_nct72 7-004c: !!!Found deprecated property!!!
[ 0.931306] nct1008_nct72 7-004c: success parsing dt
[ 0.931418] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 0.931756] THERMAL EST: found 3 subdevs
[ 0.931760] THERMAL EST num_resources: 0
[ 0.931764] [THERMAL EST subdev 0]
[ 0.931768] [THERMAL EST subdev 1]
[ 0.931771] [THERMAL EST subdev 2]
[ 0.932098] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 0.932101] THERMAL EST: thz register success.
[ 0.932187] THERMAL EST: end of probe, return err: 0
[ 0.932824] sd: No Scsi addr parsed to reserve index
[ 0.932888] hisi_sas: driver version v1.6
[ 0.936551] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 0.936558] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 0.937373] scsi host0: tegra_ahci
[ 0.937776] scsi host1: tegra_ahci
[ 0.937945] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24
[ 0.937948] ata2: DUMMY
[ 0.944314] libphy: Fixed MDIO Bus: probed
[ 0.945962] tun: Universal TUN/TAP device driver, 1.6
[ 0.945965] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 0.946776] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 0.946778] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.946880] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 0.946883] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.946956] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 0.946959] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.947024] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 0.947026] Copyright(c) 1999 - 2017 Intel Corporation.
[ 0.949917] eqos 2490000.ether_qos: can’t get pllrefe_vcoout clk (-2)
[ 0.952932] eqos 2490000.ether_qos: Setting local MAC: 48 b0 2d e 31 de
[ 0.953038] libphy: dwc_phy: probed
[ 0.953323] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 0.955322] PPP generic driver version 2.4.2
[ 0.955452] PPP BSD Compression module registered
[ 0.955455] PPP Deflate Compression module registered
[ 0.955468] PPP MPPE Compression module registered
[ 0.955472] NET: Registered protocol family 24
[ 0.955518] usbcore: registered new interface driver r8152
[ 0.955552] usbcore: registered new interface driver asix
[ 0.955581] usbcore: registered new interface driver ax88179_178a
[ 0.955609] usbcore: registered new interface driver cdc_ether
[ 0.955636] usbcore: registered new interface driver net1080
[ 0.955668] usbcore: registered new interface driver cdc_subset
[ 0.955695] usbcore: registered new interface driver zaurus
[ 0.955733] usbcore: registered new interface driver cdc_ncm
[ 0.955879] VFIO - User Level meta-driver version: 0.3
[ 0.956804] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 0.956818] ehci-pci: EHCI PCI platform driver
[ 0.956887] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 0.956895] ohci-pci: OHCI PCI platform driver
[ 0.956925] ohci-platform: OHCI generic platform driver
[ 0.959372] usbcore: registered new interface driver uas
[ 0.959411] usbcore: registered new interface driver usb-storage
[ 0.959489] usbcore: registered new interface driver usbserial
[ 0.961335] tegra-usb-cd usb_cd: otg phy is not available yet
[ 0.962988] nct1008_nct72 7-004c: LOC shutdown limit 107
[ 0.963508] nct1008_nct72 7-004c: EXT shutdown limit 107
[ 0.964311] mousedev: PS/2 mouse device common for all mice
[ 0.964361] usbcore: registered new interface driver xpad
[ 0.996016] nct1008_nct72 7-004c: initial LOC temp: 30000
[ 0.996326] nct1008_nct72 7-004c: initial EXT temp: 44250
[ 0.996936] nct1008_nct72 7-004c: hi_b:-11, lo_b:0
[ 0.997295] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 0.997491] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 1.096158] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.097341] Wake73 for irq=42
[ 1.098590] rtc rtc1: alarm rtc device
[ 1.098601] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 1.098618] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 1.098868] i2c /dev entries driver
[ 1.101271] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 1.106713] parse_throttle_dt_data: Num cap clks = 4
[ 1.106718] parse_throttle_dt_data: clk=mcpu type=1
[ 1.106722] parse_throttle_dt_data: clk=bcpu type=2
[ 1.106728] parse_throttle_dt_data: clk=gpu type=4
[ 1.106731] parse_throttle_dt_data: clk=emc type=3
[ 1.107506] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.108136] FAN: coudln’t get the regulator
[ 1.113264] device-mapper: uevent: version 1.0.3
[ 1.113689] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 1.113922] CPU EMC frequency mapping table: from device tree
[ 1.120680] cpufreq: platform driver Initialization: pass
[ 1.121457] sdhci: Secure Digital Host Controller Interface driver
[ 1.121459] sdhci: Copyright(c) Pierre Ossman
[ 1.121460] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.122671] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 1.124461] CMDQ: cmdq_platfm_init successful
[ 1.125535] CQE: CMD_TIMING bit set for R1B DCMD
[ 1.125699] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 1.128546] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 1.128598] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 1.129588] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 1.131306] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 257
[ 1.135865] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 1.136763] tegra-se-nvhost 15810000.se: initialized
[ 1.137978] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 1.138586] tegra-se-nvhost 15820000.se: initialized
[ 1.139618] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 1.140225] tegra-se-nvhost 15830000.se: initialized
[ 1.141073] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 1.141628] tegra-se-nvhost 15840000.se: initialized
[ 1.142570] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 1.142804] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.144266] usbcore: registered new interface driver usbhid
[ 1.144269] usbhid: USB HID core driver
[ 1.146359] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 1.146388] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 1.152851] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.152990] ina3221x: probe of 0-0042 failed with error -121
[ 1.153294] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 1.153329] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 1.156850] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.159876] ina3221x: probe of 0-0043 failed with error -121
[ 1.162542] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 1.164911] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xbfef0000-0xbfefdb7f size=56192
[ 1.165139] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 1.165329] tegra-ivc ivc-b000000.rtcpu:i2c@480: i2c: ver=0 grp=1 RX[8x128]=0x1900-0x1d80 TX[8x128]=0x1d80-0x2200
[ 1.165530] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x2200-0x4280 TX[64x128]=0x4280-0x6300
[ 1.165917] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 1.165959] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.166602] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x6300-0x63c0 TX[1x64]=0x63c0-0x6480
[ 1.166681] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x6480-0x7900 TX[16x320]=0x7900-0x8d80
[ 1.166765] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8d80-0x9200 TX[16x64]=0x9200-0x9680
[ 1.166817] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x9680-0x9880 TX[1x384]=0x9880-0x9a80
[ 1.167004] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x8192]=0x9a80-0xbb00 TX[1x8192]=0xbb00-0xdb80
[ 1.167392] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (51)
[ 1.167395] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 1.167923] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=5 sha1=3ecb1dca25fa98771f988f238c025334776c9a96
[ 1.169737] tegra_aon c1a0000.aon: tegra aon driver probe OK
[ 1.170258] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 1.170424] register_ari_mca_banks: Registered MCA ROC:IOB
[ 1.170491] register_ari_mca_banks: Registered MCA ROC:CCE
[ 1.170819] tegra18-bridge 2390000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.170822] tegra18-bridge 2390000.axi2apb: enabled timeout = 11155000
[ 1.170825] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 1.170911] tegra18-bridge 23a0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.170914] tegra18-bridge 23a0000.axi2apb: enabled timeout = 11155000
[ 1.170916] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 1.170968] tegra18-bridge 23b0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.170970] tegra18-bridge 23b0000.axi2apb: enabled timeout = 11155000
[ 1.170972] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 1.171024] tegra18-bridge 23c0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171026] tegra18-bridge 23c0000.axi2apb: enabled timeout = 11155000
[ 1.171028] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 1.171079] tegra18-bridge 23d0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171081] tegra18-bridge 23d0000.axi2apb: enabled timeout = 11155000
[ 1.171083] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 1.171132] tegra18-bridge 2100000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171137] tegra18-bridge 2100000.axip2p: enabled timeout = 11155000
[ 1.171139] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 1.171189] tegra18-bridge 2110000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171194] tegra18-bridge 2110000.axip2p: enabled timeout = 11155000
[ 1.171196] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 1.171244] tegra18-bridge 2120000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171249] tegra18-bridge 2120000.axip2p: enabled timeout = 11155000
[ 1.171251] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 1.171302] tegra18-bridge 2130000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171306] tegra18-bridge 2130000.axip2p: enabled timeout = 11155000
[ 1.171308] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 1.171362] tegra18-bridge 2140000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171365] tegra18-bridge 2140000.axip2p: enabled timeout = 11155000
[ 1.171366] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 1.171417] tegra18-bridge 2150000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171423] tegra18-bridge 2150000.axip2p: enabled timeout = 11155000
[ 1.171424] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 1.171483] tegra18-bridge 2160000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171488] tegra18-bridge 2160000.axip2p: enabled timeout = 11155000
[ 1.171490] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 1.171540] tegra18-bridge 2170000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171545] tegra18-bridge 2170000.axip2p: enabled timeout = 11155000
[ 1.171547] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 1.171596] tegra18-bridge 2180000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171602] tegra18-bridge 2180000.axip2p: enabled timeout = 11155000
[ 1.171604] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 1.171653] tegra18-bridge 2190000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.171657] tegra18-bridge 2190000.axip2p: enabled timeout = 11155000
[ 1.171659] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 1.171721] **** A57 ECC: Enabled
[ 1.171723] tegra18_a57_serr_init: on CPU 5 a A57 Core
[ 1.171788] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 1.172309] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 1.172751] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 1.172994] denver_knobs_init:MTS_VERSION:47926945
[ 1.174967] nvpmodel: initialized successfully
[ 1.175895] trusty-virtio trusty:virtio: initializing
[ 1.176011] trusty_ipc virtio0: vring0: va¶ ffffffc1e87d4000(0) qsz 32 notifyid 1
[ 1.176017] trusty_ipc virtio0: vring1: va¶ ffffffc1e87d6000(0) qsz 32 notifyid 2
[ 1.176088] trusty-virtio trusty:virtio: initializing done
[ 1.176195] trusty_ipc virtio0: is online
[ 1.177935] usbcore: registered new interface driver snd-usb-audio
[ 1.186068] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 1.186209] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 1.204163] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[ 1.220305] mmc0: periodic cache flush enabled
[ 1.220318] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 1.221793] mmcblk0: mmc0:0001 DG4032 29.1 GiB
[ 1.221922] mmcblk0boot0: mmc0:0001 DG4032 partition 1 4.00 MiB
[ 1.222033] mmcblk0boot1: mmc0:0001 DG4032 partition 2 4.00 MiB
[ 1.223147] mmcblk0rpmb: mmc0:0001 DG4032 partition 3 4.00 MiB
[ 1.226556] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33
[ 1.232772] OPE platform probe
[ 1.232895] OPE platform probe successful
[ 1.245151] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.250852] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.283368] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 1.283443] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 1.283515] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 1.283586] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 1.283656] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 1.283729] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 1.283800] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 1.283906] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 1.283976] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 1.284046] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 1.284115] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 1.284188] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 1.284258] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 1.284326] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 1.284398] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 1.284468] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 1.284538] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 1.284608] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 1.284677] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 1.284751] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 1.305191] u32 classifier
[ 1.305194] Actions configured
[ 1.305254] Initializing XFRM netlink socket
[ 1.305873] NET: Registered protocol family 10
[ 1.306522] NET: Registered protocol family 17
[ 1.306532] NET: Registered protocol family 15
[ 1.306599] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.306645] Bluetooth: RFCOMM socket layer initialized
[ 1.306655] Bluetooth: RFCOMM ver 1.11
[ 1.306659] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.306663] Bluetooth: HIDP socket layer initialized
[ 1.306676] 9pnet: Installing 9P2000 support
[ 1.306710] Key type dns_resolver registered
[ 1.306997] Registered cp15_barrier emulation handler
[ 1.307009] Registered setend emulation handler
[ 1.307924] registered taskstats version 1
[ 1.311606] isp 15600000.isp: initialized
[ 1.316475] nvcsi 150c0000.nvcsi: initialized
[ 1.318327] tegra-vi4 15700000.vi: using default number of vi channels,15
[ 1.324480] tegra-vi4 15700000.vi: initialized
[ 1.325528] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[ 1.326377] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@0/endpoint.
[ 1.326380] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@1/endpoint.
[ 1.335297] tegra-usb-cd usb_cd: otg phy is not available yet
[ 1.338962] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[ 1.347704] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 1.347814] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 1.347944] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 1.348067] input: gpio-keys as /devices/gpio-keys/input/input2
[ 1.349696] tegra-usb-cd usb_cd: otg phy is not available yet
[ 1.353289] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[ 1.380512] tegra_rtc c2a0000.rtc: setting system clock to 2000-01-01 01:00:28 UTC (946688428)
[ 1.382199] mmcblk mmc0:0001: Card claimed for testing.
[ 1.405192] mmc1: hw tuning done …
[ 1.409919] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 1.415790] bpmp: mounted debugfs mirror
[ 1.417110] bwmgr: missing cdev-type property
[ 1.422997] spmic-ldo0: disabling
[ 1.423157] spmic-ldo1: disabling
[ 1.423316] en-vdd-sd: disabling
[ 1.423318] vdd-usb0-5v: disabling
[ 1.423320] vdd-usb1-5v: disabling
[ 1.423322] vdd-3v3: disabling
[ 1.423324] en-vdd-vcm-2v8: disabling
[ 1.423326] vdd-sys-bl: disabling
[ 1.423328] ALSA device list:
[ 1.423331] #0: tegra-hda at 0x3518000 irq 383
[ 1.423332] #1: tegra-snd-t186ref-mobile-rt565x
[ 1.425873] Freeing unused kernel memory: 8512K
[ 1.448690] Root device found: mmcblk0p1
[ 1.449557] Found dev node: /dev/mmcblk0p1
[ 1.469579] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 1.470260] Rootfs mounted over mmcblk0p1
[ 1.496074] Switching from initrd to actual rootfs
[ 1.600408] systemd[1]: System time before build time, advancing clock.
[ 1.623982] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.633033] cgroup: cgroup2: unknown option “nsdelegate”
[ 1.646069] 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)
[ 1.646819] systemd[1]: Detected architecture arm64.
[ 1.653925] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.664762] systemd[1]: Set hostname to .
[ 1.750469] 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.
[ 1.750477] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 1.859712] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.861388] systemd[1]: Created slice User and Session Slice.
[ 1.861651] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.863102] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 1.863139] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.863156] systemd[1]: Reached target User and Group Name Lookups.
[ 1.863191] systemd[1]: Reached target Swap.
[ 1.864024] systemd[1]: Created slice System Slice.
[ 1.871878] tegra_cec 3960000.tegra_cec: Can’t find physical addresse.
[ 1.871884] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[ 1.887680] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 1.889530] tegra-usb-cd usb_cd: otg phy is not available yet
[ 1.901519] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[ 1.965546] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 2.055874] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 2.057862] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 2.244647] systemd-journald[2393]: Received request to flush runtime journal from PID 1
[ 2.457850] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 2.465014] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.582611] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[ 2.859854] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.261859] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.263860] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 3.468347] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 3.468644] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[ 4.272307] random: crng init done
[ 4.275718] random: 7 urandom warning(s) missed due to ratelimiting
[ 4.896249] tegra-usb-cd usb_cd: otg phy is not available yet
[ 5.036068] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[ 5.116325] tegra-usb-cd usb_cd: otg phy is not available yet
[ 5.285071] dhd_module_init in
[ 5.285174] found wifi platform device bcmdhd_wlan
[ 5.293617] wifi_platform_get_country_code_map: could not get country_code_map
[ 5.293623] wifi_plat_dev_drv_probe:platform country code map is not available
[ 5.293640] Power-up adapter ‘DHD generic adapter’
[ 5.293650] wifi_platform_set_power = 1
[ 5.497336] wifi_platform_bus_enumerate device present 1
[ 5.526687] wifi_platform_bus_enumerate device present 0
[ 5.535139] F1 signature read @0x18000000=0x17214354
[ 5.546933] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 5.547880] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 5.547985] wifi_platform_get_mac_addr
[ 5.549921] ids dhd_log_netlink_init
[ 5.589909] wl_create_event_handler(): thread:wl_event_handler:1273 started
[ 5.590874] wl_event_handler :
[ 5.590879] tsk Enter, tsk = 0xffffffc1df501c48
[ 5.624277] dhd_attach(): thread:dhd_watchdog_thread:1282 started
[ 5.624887] dhd_attach(): thread:dhd_dpc:1284 started
[ 5.627089] dhd_attach(): thread:dhd_rxf:1285 started
[ 5.627098] dhd_deferred_work_init: work queue initialized
[ 5.628800]
Dongle Host Driver, version 1.201.82 (r)
Compiled from
[ 5.681520] Register interface [wlan0] MAC: 48:b0:2d:0e:31:dc

[ 5.681528] dhd_prot_ioctl : bus is down. we have nothing to do
[ 5.682464] sdhci-tegra 3440000.sdhci: Tuning done, restoring the best tap value : 65
[ 5.684877] wifi_platform_set_power = 0
[ 5.709266] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[ 5.791036] tegra-usb-cd usb_cd: otg phy is not available yet
[ 5.922549] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[ 6.022103] tegra-usb-cd usb_cd: otg phy is not available yet
[ 8.685605] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.742709] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 8.748962] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.805180] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 8.805322]

           Dongle Host Driver, version 1.201.82 (r)
           Compiled from

[ 8.805330] wl_android_wifi_on in
[ 8.805335] wifi_platform_set_power = 1
[ 9.011918] vdd-1v8: voltage operation not allowed
[ 9.016728] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 9.036244] vdd-1v8: voltage operation not allowed
[ 9.041072] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 9.059896] vdd-1v8: voltage operation not allowed
[ 9.064706] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 9.077119] vdd-1v8: voltage operation not allowed
[ 9.081946] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 9.195822] vdd-1v8: voltage operation not allowed
[ 9.200699] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 9.208245] vdd-1v8: voltage operation not allowed
[ 9.213049] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 9.222001] vdd-1v8: voltage operation not allowed
[ 9.226806] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 9.233443] sdhci-tegra 3440000.sdhci: Tuning done, restoring the best tap value : 65
[ 9.234223] F1 signature read @0x18000000=0x17214354
[ 9.240743] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 9.241894] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 9.330543] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 9.395438] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 9.395861] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 9.395921] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 9.395922] Enabling wake69
[ 9.397797] wifi_platform_get_mac_addr
[ 9.399567] Firmware up: op_mode=0x0005, MAC=48:b0:2d:0e:31:dc
[ 9.404330] clm path from default:/lib/firmware/brcm/bcmdhd.clm_blob
[ 9.404362] Skipping the clm download. len:0 memblk: (null)
[ 9.406739] dhd_preinit_ioctls pspretend_threshold for HostAPD failed -23
[ 9.411997] Firmware version = wl0: Nov 6 2019 21:22:23 version 7.35.349.85 (r723239 CY) FWID 01-a59d25b5
[ 9.414527] dhd_interworking_enable: failed to set WNM info, ret=-23
[ 9.495142] CFGP2P-ERROR) wl_cfgp2p_add_p2p_disc_if :
[ 9.495145] P2P interface registered
[ 9.505395] WLC_E_IF: NO_IF set, event Ignored
[ 9.513782] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 9.954400] zram: Added device: zram0
[ 9.978693] zram: Added device: zram1
[ 10.008588] zram: Added device: zram2
[ 10.048341] zram: Added device: zram3
[ 10.105107] zram: Added device: zram4
[ 10.150897] zram: Added device: zram5
[ 10.188261] zram0: detected capacity change from 0 to 686096384
[ 10.238565] Adding 670012k swap on /dev/zram0. Priority:5 extents:1 across:670012k SS
[ 10.267779] zram1: detected capacity change from 0 to 686096384
[ 10.285684] Adding 670012k swap on /dev/zram1. Priority:5 extents:1 across:670012k SS
[ 10.302114] zram2: detected capacity change from 0 to 686096384
[ 10.318379] Adding 670012k swap on /dev/zram2. Priority:5 extents:1 across:670012k SS
[ 10.335092] zram3: detected capacity change from 0 to 686096384
[ 10.351600] Adding 670012k swap on /dev/zram3. Priority:5 extents:1 across:670012k SS
[ 10.377825] zram4: detected capacity change from 0 to 686096384
[ 10.407338] Adding 670012k swap on /dev/zram4. Priority:5 extents:1 across:670012k SS
[ 10.423577] zram5: detected capacity change from 0 to 686096384
[ 10.442541] Adding 670012k swap on /dev/zram5. Priority:5 extents:1 across:670012k SS
[ 10.943784] tegradc 15210000.nvdisplay: blank - powerdown
[ 11.214404] [10-10 11:06:17.680] wl_cfg80211_connect: Connectting with d4:5d:64:cc:d5:9c channel (48) ssid “GNSS-5G-RX”, len (10)

[ 11.268172] [10-10 11:06:17.734] wl_notify_connect_status: wl_bss_connect_done succeeded with d4:5d:64:cc:d5:9c
[ 11.279655] [10-10 11:06:17.745] dhd_dump_eapol_4way_message: ifidx: 0 ETHER_TYPE_802_1X [RX] : M1 of 4way
[ 11.285878] wl_bss_connect_done :
[ 11.285881] Report connect result - connection succeeded
[ 11.286586] [10-10 11:06:17.752] dhd_dump_eapol_4way_message: ifidx: 0 ETHER_TYPE_802_1X [TX] : M2 of 4way
[ 11.299318] [10-10 11:06:17.765] dhd_dump_eapol_4way_message: ifidx: 0 ETHER_TYPE_802_1X [RX] : M3 of 4way
[ 11.299487] [10-10 11:06:17.765] dhd_dump_eapol_4way_message: ifidx: 0 ETHER_TYPE_802_1X [TX] : M4 of 4way
[ 11.320427] [10-10 11:06:17.786] wl_notify_connect_status: wl_bss_connect_done succeeded with d4:5d:64:cc:d5:9c
[ 11.323745] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 11.344035] dhd_ndo_add_ip: ndo ip addr add failed, ret = -23
[ 11.344045] dhd_inet6_work_handler: Adding host ip for NDO failed -23
[ 11.377147] ifidx:0 DHCP - REQUEST [TX]
[ 11.382681] ifidx:0 DHCP - ACK [RX]
[ 13.557637] fuse init (API version 7.26)
[ 13.627805] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 13.627817] Bluetooth: BNEP socket layer initialized

Hi,
It is not supported to upgrade Ubunut only. You would need to do clean re-flash through SDKManager. Please refer to

Sorry for my statement, I used SDKManager to flash TX2. I mean usb port is working fine on ubuntu16.04 but not on ubuntu18.04.

Hi,
We have adaptation guide for r32 releases. You woul dneed to modify device tree accordingly and please refer to
https://developer.nvidia.com/embedded/dlc/Tegra_Linux_Driver_Package_TX2_Adaptation_Guide

Thank you for your reply.
On R28.1 all I need is change vbus-2-supply from vdd_usb2_5v to battery_reg.
Does R32 need more?

Hi,
Please refer to the posts: