Usb usb1-port3: disabled by hub (EMI?), re-enabling

Hi,
I’m having trouble using an external USB 3.0 SSD drive connected to a Xavier system flashed with the latest SDK. I’m using it as scratch space to build some software from source, but after a while I get this error followed by an automatic remounting in read-only mode. I tried with two different SSD drives but end up with the same result, so it seems to point to some USB issue. Any thoughts ? The drive is a Samsung SSD 500GB.

ubuntu@tegra-ubuntu:~$ uname -a
Linux tegra-ubuntu 4.9.80-rt61-tegra #1 SMP PREEMPT RT Tue Sep 4 11:02:44 PDT 2018 aarch64 aarch64 aarch64 GNU/Linux

ubuntu@tegra-ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial

Nov 10 19:30:08 tegra-ubuntu kernel: usb usb1-port3: disabled by hub (EMI?), re-enabling…
Nov 10 19:30:08 tegra-ubuntu kernel: usb 1-3: USB disconnect, device number 4
Nov 10 19:30:08 tegra-ubuntu kernel: EXT4-fs warning (device sda1): ext4_end_bio:312: I/O error -5 writing to inode 11798597 (offset 0 size 4096 starting block 47230116)
Nov 10 19:30:08 tegra-ubuntu kernel: Buffer I/O error on device sda1, logical block 47229859
Nov 10 19:30:08 tegra-ubuntu kernel: EXT4-fs warning (device sda1): ext4_end_bio:312: I/O error -5 writing to inode 11798602 (offset 0 size 69632 starting block 47230213)

Regards,
Nuno

Dear nunovxax9,

Could you tell if this was not a problem before you built it? Thanks.

I was able to build the software (opencv) by using NFS mounted scratch space (slower), so something points to an USB issue.

Using a SSD attached to the system I get the above errors at some point within the build process (tried multiple times, different drives, cables, etc).

Since at some point we’ll be using an external USB SSD to record data, I would like to understand if this will be a source of errors / issues with reliability.

Using the same drives on a PX2 system I didn’t encounter this problem.

Dear nunovxax9,

Thank you for your update.

If I think about this problem with “Using the same drives on a PX2 system I didn’t encounter this problem.”, The USB spec of the DPX2 and Drive AGX is different.
DPX2 : USB 3.0
Drive AGX : USB 3.1
I’m not sure, but it’s possible that this can cause problems. Thanks.

SteveNV,

I took a peek at the output of lsusb -t and it gives me 480M (high speed) on the xavier system:

[313060.899190] usb 1-3: new high-speed USB device number 8 using tegra-xusb
[313061.046207] usb 1-3: New USB device found, idVendor=04e8, idProduct=61f5
[313061.046214] usb 1-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[313061.046218] usb 1-3: Product: Portable SSD T5
[313061.046220] usb 1-3: Manufacturer: Samsung
[313061.057865] usb-storage 1-3:1.0: USB Mass Storage device detected
[313061.062263] scsi host0: usb-storage 1-3:1.0
[313061.066179] carmel_ras carmel_ras: Deferring probe, arm64_ras hasnt been probed yet
[313061.067362] carmel_ras carmel_ras: Deferring probe, arm64_ras hasnt been probed yet
[313062.090502] scsi 0:0:0:0: Direct-Access     Samsung  Portable SSD T5  0    PQ: 0 ANSI: 6
[313062.091489] carmel_ras carmel_ras: Deferring probe, arm64_ras hasnt been probed yet
[313062.092019] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[313062.093169] sd 0:0:0:0: [sda] Write Protect is off
[313062.093175] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[313062.094310] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[313062.110215]  sda: sda1
[313062.118607] sd 0:0:0:0: [sda] Attached SCSI disk
[313062.589826] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
lsusb -t
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 10000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 480M
    |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
    |__ Port 2: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
    |__ Port 2: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
    |__ Port 3: Dev 7, If 0, Class=Mass Storage, Driver=usb-storage, 480M

The same drive on a x86_64 system (linux ubuntu 16.04) is identified as 5000M (super speed usb):

[583176.291793] usb 2-8.1: new SuperSpeed USB device number 4 using xhci_hcd
[583176.317815] usb 2-8.1: New USB device found, idVendor=04e8, idProduct=61f5
[583176.317820] usb 2-8.1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[583176.317825] usb 2-8.1: Product: Portable SSD T5
[583176.317828] usb 2-8.1: Manufacturer: Samsung
lsusb -t
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 5000M
    |__ Port 8: Dev 2, If 0, Class=Hub, Driver=hub/2p, 5000M
        |__ Port 1: Dev 4, If 0, Class=Mass Storage, Driver=uas, 5000M
    |__ Port 9: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 5000M

EDIT: If you check the Samsung drive specs, it’s a USB 3.1 SSD external drive.

Just to follow up on this, I had the SSD connected to the USB 2.0 port (although the connector is blue, the port is actually USB 2.0), which should have been clear by looking at the output of lsbusb -t above. Connecting to the USB 3.x port I don’t see any more errors.

[ 65.885925] usb usb1-port3: disabled by hub (EMI?), re-enabling…
I happen to have the same error. USB1 (USB3.0) connects to a four port HUB3.0 and the USB2 (USB2.) connects to a WiFi module. Can you advice why the error appears ?
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.140-tegra (zhigang@zhigang-VirtualBox) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #13 SMP PREEMPT Mon Jun 22 19:27:50 CDT 2020
[ 0.000000] Boot CPU: AArch64 Processor [411fd071]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 32,
[ 0.000000] OF: fdt: - 80000000 , 7ee00000
[ 0.000000] OF: fdt: - 100000000 , 7f200000
[ 0.000000] Found tegra_fbmem: 00800000@92cb0000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000070006000 (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: 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 @ffffffc0fefae000 s61656 r8192 d32552 u102400
[ 0.000000] pcpu-alloc: s61656 r8192 d32552 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=1075 core_edp_ma=4000 tegra_fbmem=0x800000@0x92cb0000 is_hdmi_initialised=1 earlycon=uart8250,mmio32,0x70006000 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 pcie_aspm=off pci=nomsi
[ 0.000000] PCIe ASPM is disabled
[ 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: 29252(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: 3562256K/4159488K available (15294K kernel code, 2936K rwdata, 6592K rodata, 8576K init, 611K bss, 122096K 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 - 0xffffff8008f70000 ( 15296 KB)
[ 0.000000] .rodata : 0xffffff8008f70000 - 0xffffff80095f0000 ( 6656 KB)
[ 0.000000] .init : 0xffffff80095f0000 - 0xffffff8009e50000 ( 8576 KB)
[ 0.000000] .data : 0xffffff8009e50000 - 0xffffff800a12e008 ( 2937 KB)
[ 0.000000] .bss : 0xffffff800a12e008 - 0xffffff800a1c6f3c ( 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.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.009921] Console: colour dummy device 80x25
[ 0.014588] console [tty0] enabled
[ 0.018098] bootconsole [uart8250] disabled
[ 0.022429] kmemleak: Kernel memory leak detector disabled
[ 0.022458] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=76800)
[ 0.022480] pid_max: default: 32768 minimum: 301
[ 0.022940] Security Framework initialized
[ 0.023177] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.023193] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.024348] ftrace: allocating 47104 entries in 185 pages
[ 0.195544] sched-energy: CPU device node has no sched-energy-costs
[ 0.195580] ASID allocator initialised with 65536 entries
[ 0.232352] tegra-id: chipid=22117.
[ 0.232388] tegra-id: opt_subrevision=0.
[ 0.232410] Tegra Speedo/IDDQ fuse revision 4
[ 0.232420] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[ 0.232433] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[ 0.232479] Tegra: CPU Speedo Value 2115, SoC Speedo Value 1996, GPU Speedo Value 2116
[ 0.232494] Tegra: CPU IDDQ Value 2564, SoC IDDQ Value 2820, GPU IDDQ Value 3435
[ 0.232521] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[ 0.232548] DTS File Name: …/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-p3449-0000-b00.dts
[ 0.232571] DTB Build time: Jun 18 2020 18:04:02
[ 0.281317] CPU1: Booted secondary processor [411fd071]
[ 0.313231] CPU2: Booted secondary processor [411fd071]
[ 0.345192] CPU3: Booted secondary processor [411fd071]
[ 0.345278] Brought up 4 CPUs
[ 0.345344] SMP: Total of 4 processors activated.
[ 0.345363] CPU features: detected feature: 32-bit EL0 Support
[ 0.345638] CPU: All CPU(s) started at EL2
[ 0.345669] alternatives: patching kernel code
[ 0.354180] devtmpfs: initialized
[ 0.392556] Initilizing CustomIPI irq domain
[ 0.393010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.393065] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.404599] pinctrl core: initialized pinctrl subsystem
[ 0.405303] OS set in device tree is not L4T.
[ 0.405801] regulator-dummy: no parameters
[ 0.406090] Initializing plugin-manager
[ 0.406215] Plugin module not found
[ 0.406457] node /plugin-manager/fragement@0 match with board >=3448-0002-100
[ 0.407062] node /plugin-manager/fragment@1 match with board >=3448-0002-101
[ 0.407571] node /plugin-manager/fragment@3 match with board >=3448-0002-100
[ 0.408263] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[ 0.408706] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[ 0.409399] node /plugin-manager/fragement@10 match with board >=3448-0002-300
[ 0.411552] node /plugin-manager/fragement@11 match with board >=3448-0002-300
[ 0.415114] NET: Registered protocol family 16
[ 0.416391] pstore: using zlib compression
[ 0.417128] console [pstore-1] enabled
[ 0.417146] pstore: Registered ramoops as persistent store backend
[ 0.417165] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[ 0.433336] cpuidle: using governor menu
[ 0.436745] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[ 0.438731] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e54000)
[ 0.438778] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.441880] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.444156] Serial: AMBA PL011 UART driver
[ 0.444703] tegra_powergate_init: DONE
[ 0.444741] DTS File Name: …/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-p3449-0000-b00.dts
[ 0.444774] DTB Build time: Jun 18 2020 18:04:02
[ 0.446790] Tegra reboot handler registered.
[ 0.451427] iommu: Adding device tegra-carveouts to group 0
[ 0.451604] platform tegra-carveouts: domain=ffffffc0f9bd9498 allocates as[0]=ffffffc0f94400a8
[ 0.452006] iommu: Adding device smmu_test to group 1
[ 0.452070] platform smmu_test: domain=ffffffc0f9bd96d8 allocates as[0]=ffffffc0f9440110
[ 0.452910] mc: mapped MMIO address: 0xffffff800802e000 → 0x70019000
[ 0.452987] mc: mapped MMIO address: 0xffffff8008065000 → 0x7001c000
[ 0.453059] mc: mapped MMIO address: 0xffffff8008079000 → 0x7001d000
[ 0.453083] nv-tegra-mc 70019000.mc: No mssnvlink node
[ 0.453119] mc-err: mcerr ops are set to t21x
[ 0.463525] iommu: Adding device 70090000.xusb to group 2
[ 0.463851] iommu: Adding device 70006000.serial to group 3
[ 0.463955] platform 70006000.serial: domain=ffffffc0f94b1618 allocates as[0]=ffffffc0f9440178
[ 0.464402] iommu: Adding device 70006040.serial to group 4
[ 0.464693] iommu: Adding device 70006200.serial to group 5
[ 0.464936] iommu: Adding device sound to group 6
[ 0.464998] platform sound: domain=ffffffc0f94b1b58 allocates as[0]=ffffffc0f94401e0
[ 0.465682] iommu: Adding device 7000d400.spi to group 7
[ 0.465980] iommu: Adding device 7000d600.spi to group 8
[ 0.466333] iommu: Adding device 50000000.host1x to group 9
[ 0.466626] iommu: Adding device 54080000.vi to group 10
[ 0.467050] iommu: Adding device 54600000.isp to group 11
[ 0.467333] iommu: Adding device 54680000.isp to group 12
[ 0.467633] iommu: Adding device tegradc.0 to group 13
[ 0.467732] platform tegradc.0: domain=ffffffc0f94be918 allocates as[0]=ffffffc0f9440248
[ 0.471938] platform tegradc.0: IOVA linear map 0x0000000092cb0000(800000)
[ 0.472349] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[ 0.472647] iommu: Adding device 54340000.vic to group 14
[ 0.472877] iommu: Adding device 544c0000.nvenc to group 15
[ 0.473095] iommu: Adding device 54500000.tsec to group 16
[ 0.473321] iommu: Adding device 54100000.tsecb to group 17
[ 0.473554] iommu: Adding device 54480000.nvdec to group 18
[ 0.473759] iommu: Adding device 54380000.nvjpg to group 19
[ 0.474897] iommu: Adding device 57000000.gpu to group 20
[ 0.474968] platform 57000000.gpu: domain=ffffffc0f94cb798 allocates as[0]=ffffffc0f94402b0
[ 0.475054] platform 57000000.gpu: domain=ffffffc0f94cb798 allocates as[1]=ffffffc0f9440318
[ 0.475113] platform 57000000.gpu: domain=ffffffc0f94cb798 allocates as[2]=ffffffc0f9440380
[ 0.475173] platform 57000000.gpu: domain=ffffffc0f94cb798 allocates as[3]=ffffffc0f94403e8
[ 0.476063] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[ 0.476103] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[ 0.476133] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.476153] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[ 0.476171] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.529445] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.529481] tegra-pmc: Clear bootloader IO dpd settings
[ 0.529517] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[ 0.529602] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[ 0.529907] iommu: Adding device 70012000.se to group 21
[ 0.530788] iommu: Adding device 7000c000.i2c to group 22
[ 0.531128] iommu: Adding device 7000c400.i2c to group 23
[ 0.531458] iommu: Adding device 7000c500.i2c to group 24
[ 0.531778] iommu: Adding device 7000c700.i2c to group 25
[ 0.532110] iommu: Adding device 7000d000.i2c to group 26
[ 0.532422] iommu: Adding device 7000d100.i2c to group 27
[ 0.532717] iommu: Adding device sdhci-tegra.3 to group 28
[ 0.532791] platform sdhci-tegra.3: domain=ffffffc0f9540918 allocates as[0]=ffffffc0f9440450
[ 0.533409] iommu: Adding device sdhci-tegra.2 to group 29
[ 0.533478] platform sdhci-tegra.2: domain=ffffffc0f9540b58 allocates as[0]=ffffffc0f94404b8
[ 0.534520] iommu: Adding device 700d0000.xudc to group 30
[ 0.539122] vdd-ac-bat: 5000 mV
[ 0.539615] vdd-5v0-sys: 5000 mV
[ 0.540828] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[ 0.540898] vdd-5v0-hdmi: 5000 mV
[ 0.541448] vdd-1v8-sys: 1800 mV
[ 0.541915] vdd-fan: supplied by vdd-5v0-sys
[ 0.541970] vdd-fan: 5000 mV
[ 0.542480] vdd-usb-vbus: supplied by vdd-5v0-sys
[ 0.542533] vdd-usb-vbus: 5000 mV
[ 0.543265] vdd-usb-vbus2: 5000 mV
[ 0.574142] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.576616] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[ 0.577854] GPIO line 151 (camera-control-output-low) hogged as output/low
[ 0.577897] GPIO line 152 (camera-control-output-low) hogged as output/low
[ 0.577947] GPIO line 6 (system-suspend-gpio) hogged as output/high
[ 0.578338] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[ 0.586663] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.587071] SCSI subsystem initialized
[ 0.587316] libata version 3.00 loaded.
[ 0.587567] usbcore: registered new interface driver usbfs
[ 0.587634] usbcore: registered new interface driver hub
[ 0.587736] usbcore: registered new device driver usb
[ 0.591789] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[ 0.594060] random: fast init done
[ 0.597528] vdd-core: 600 <–> 1162 mV at 1075 mV
[ 0.598564] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[ 0.601255] vdd-ddr-1v1: 1150 mV
[ 0.605305] vdd-pre-reg-1v35: 1350 mV
[ 0.609246] vdd-1v8: 1800 mV
[ 0.613216] avdd-sys-1v2: 1200 mV
[ 0.617216] vdd-pex-1v0: 1050 mV
[ 0.617863] vddio-sdmmc-ap: 1800 <–> 3300 mV at 3300 mV
[ 0.618432] max77620-ldo3: at 3100 mV
[ 0.621216] vdd-rtc: 850 <–> 1100 mV at 1000 mV
[ 0.621816] max77620-ldo5: at 3100 mV
[ 0.625212] vddio-sdmmc3-ap: 1800 <–> 3300 mV at 2800 mV
[ 0.629216] avdd-1v05-pll: 1050 mV
[ 0.633211] avdd-io-hdmi-dp: 1050 mV
[ 0.635835] GPIO line 505 (spmic-default-output-high) hogged as output/high
[ 0.636153] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[ 0.636469] max77620 4-003c: max77620 probe successful
[ 0.638288] media: Linux media interface: v0.10
[ 0.638358] Linux video capture interface: v2.00
[ 0.639314] pps_core: LinuxPPS API ver. 1 registered
[ 0.639345] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.639387] PTP clock support registered
[ 0.642811] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[ 0.643692] Advanced Linux Sound Architecture Driver Initialized.
[ 0.644398] Bluetooth: Core ver 2.22
[ 0.644527] NET: Registered protocol family 31
[ 0.644548] Bluetooth: HCI device and connection manager initialized
[ 0.644576] Bluetooth: HCI socket layer initialized
[ 0.644598] Bluetooth: L2CAP socket layer initialized
[ 0.644661] Bluetooth: SCO socket layer initialized
[ 0.646419] tegra210_dvfs: no clock found for sdmmc2_ddr
[ 0.646462] tegra210_dvfs: no clock found for sdmmc4_ddr
[ 0.646524] tegra210_dvfs: no clock found for sdmmc1_ddr
[ 0.646553] tegra210_dvfs: no clock found for sdmmc3_ddr
[ 0.650541] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[ 0.651822] vdd-3v3-sys: supplied by vdd-5v0-sys
[ 0.651911] vdd-3v3-sys: 3300 mV
[ 0.652196] vdd-1v8-sys: supplied by vdd-3v3-sys
[ 0.656710] vdd-usb-vbus2: supplied by vdd-3v3-sys
[ 0.657224] vdd-3v3-sd: supplied by vdd-3v3-sys
[ 0.657301] vdd-3v3-sd: 3300 mV
[ 0.658311] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[ 0.658369] avdd-io-edp-1v05: 1050 mV
[ 0.658806] vdd-usb-hub-en: supplied by vdd-1v8-sys
[ 0.658859] vdd-usb-hub-en: 5000 mV
[ 0.660242] camchar: rtcpu character device driver loaded
[ 0.661053] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0
[ 0.662377] clocksource: Switched to clocksource arch_sys_counter
[ 0.704095] VFS: Disk quotas dquot_6.6.0
[ 0.704274] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.704791] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.705203] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[ 0.705252] dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[ 0.705546] cma: enabled page replacement for spfn=d7000, epfn=f0000
[ 0.705577] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.705609] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 0.705669] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[ 0.705696] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[ 0.705729] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[ 0.705751] nvmap_page_pool_init: Total RAM pages: 1009348
[ 0.705769] nvmap_page_pool_init: nvmap page pool size: 126168 pages (492 MB)
[ 0.705938] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.706268] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[ 0.707231] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[ 0.715606] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[ 0.716058] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[ 0.716337] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.716583] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.716794] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 0.717100] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.717120] pre_t19x_iso_plat_init(): max_iso_bw=11520000KB
[ 0.717579] NET: Registered protocol family 2
[ 0.718612] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.718848] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.719394] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.719568] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.719669] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.720105] NET: Registered protocol family 1
[ 0.720920] RPC: Registered named UNIX socket transport module.
[ 0.720951] RPC: Registered udp transport module.
[ 0.720969] RPC: Registered tcp transport module.
[ 0.720987] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.721016] PCI: CLS 0 bytes, default 64
[ 0.721258] Trying to unpack rootfs image as initramfs…
[ 0.956795] Freeing initrd memory: 5356K
[ 0.966932] host1x 50000000.host1x: initialized
[ 0.968801] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.972168] audit: initializing netlink subsys (disabled)
[ 0.972267] audit: type=2000 audit(0.815:1): initialized
[ 0.973096] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.983307] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.984830] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.985676] 9p: Installing v9fs 9p2000 file system support
[ 0.989056] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.989242] io scheduler noop registered
[ 0.989544] io scheduler cfq registered (default)
[ 0.992521] gic 702f9000.agic: GIC IRQ controller registered
[ 0.995554] iommu: Adding device 702ef000.adsp to group 31
[ 1.004562] iommu: Adding device aconnect@702c0000:adsp_audio to group 32
[ 1.004742] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[ 1.005330] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x81c7414
[ 1.005362] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[ 1.007215] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[ 1.007393] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[ 1.007509] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[ 1.007727] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[ 1.007842] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[ 1.007953] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[ 1.008070] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[ 1.008182] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[ 1.008292] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[ 1.008402] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[ 1.014423] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[ 1.016177] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[ 1.018044] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[ 1.019355] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[ 1.019721] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[ 1.021076] Adding domain tsec-pd to PM domain host1x-pd
[ 1.023485] tegra-pcie 1003000.pcie: ----- add 320ms delay before rst
[ 1.027404] tsec 54500000.tsec: initialized
[ 1.028822] tsec 54100000.tsecb: initialized
[ 1.029562] Adding domain nvdec-pd to PM domain host1x-pd
[ 1.033454] nvdec 54480000.nvdec: initialized
[ 1.034549] Adding domain vic03-pd to PM domain host1x-pd
[ 1.034755] Adding domain msenc-pd to PM domain host1x-pd
[ 1.034942] Adding domain nvjpg-pd to PM domain host1x-pd
[ 1.039039] falcon 54340000.vic: initialized
[ 1.040369] falcon 544c0000.nvenc: initialized
[ 1.041779] falcon 54380000.nvjpg: initialized
[ 1.046127] tegra_cec 70015000.tegra_cec: dt=1 start=0x70015000 end=0x70015FFF irq=95
[ 1.046205] tegra_cec 70015000.tegra_cec: Enable clock result: 0.
[ 1.046256] tegra_cec 70015000.tegra_cec: tegra_cec_init started
[ 1.046421] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[ 1.046570] display board info: id 0x0, fab 0x0
[ 1.046601] tegra_cec 70015000.tegra_cec: cec_add_sysfs ret=0
[ 1.046623] tegra_cec 70015000.tegra_cec: probed
[ 1.046676] generic_infoframe_type: 0x87
[ 1.046835] tegradc tegradc.0: DT parsed successfully
[ 1.046894] tegradc tegradc.0: Display dc.ffffff800ab40000 registered with id=0
[ 1.047441] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350781
[ 1.054494] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[ 1.059681] tegradc tegradc.0: probed
[ 1.059984] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 22 channels
[ 1.061095] tegra-fuse-burn 7000f800.efuse:efuse-burn: shutdown limit check disabled
[ 1.061164] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[ 1.061757] kfuse 7000fc00.kfuse: initialized
[ 1.063528] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[ 1.064643] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 1.066158] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[ 1.066206] vdd-cpu: 708 <–> 1322 mV at 708 mV
[ 1.066828] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[ 1.068564] vdd-gpu: applied init 1000000uV constraint
[ 1.068605] vdd-gpu: 708 <–> 1323 mV at 997 mV
[ 1.069089] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[ 1.075861] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.076090] No Device Node present for smmu client: serial8250 !!
[ 1.076126] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 1.076218] iommu: Adding device serial8250 to group 33
[ 1.080231] console [ttyS0] disabled
[ 1.080488] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[ 1.125610] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[ 1.127762] tegra-pcie 1003000.pcie: ----- add 320ms delay before rst
[ 1.260550] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[ 1.260556] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.260561] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[ 1.260566] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[ 1.260571] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.260594] pci 0000:00:01.0: [10de:0fae] type 01 class 0x060400
[ 1.260657] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.260836] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[ 1.260890] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.261051] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.261059] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.261181] pci 0000:01:00.0: [12d8:2404] type 01 class 0x060400
[ 1.261308] pci 0000:01:00.0: supports D1 D2
[ 1.261311] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.261471] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.261605] pci 0000:02:01.0: [12d8:2404] type 01 class 0x060400
[ 1.261730] pci 0000:02:01.0: supports D1 D2
[ 1.261734] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.261912] pci 0000:02:02.0: [12d8:2404] type 01 class 0x060400
[ 1.262035] pci 0000:02:02.0: supports D1 D2
[ 1.262039] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.262214] pci 0000:02:03.0: [12d8:2404] type 01 class 0x060400
[ 1.262336] pci 0000:02:03.0: supports D1 D2
[ 1.262340] pci 0000:02:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.262562] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.262572] pci 0000:02:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.262582] pci 0000:02:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.262699] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
[ 1.262809] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
[ 1.262936] pci 0000:05:00.0: [1bcd:0120] type 00 class 0x010802
[ 1.262968] pci 0000:05:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 1.263301] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
[ 1.263309] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
[ 1.263317] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 05
[ 1.263434] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[ 1.263455] pci 0000:06:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 1.263480] pci 0000:06:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref]
[ 1.263498] pci 0000:06:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[ 1.263604] pci 0000:06:00.0: supports D1 D2
[ 1.263607] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.263781] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 06
[ 1.263870] pci 0000:00:01.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[ 1.263877] pci 0000:00:02.0: BAR 15: assigned [mem 0x20000000-0x200fffff 64bit pref]
[ 1.263882] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 1.263888] pci 0000:01:00.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[ 1.263893] pci 0000:02:03.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[ 1.263898] pci 0000:02:01.0: PCI bridge to [bus 03]
[ 1.263913] pci 0000:02:02.0: PCI bridge to [bus 04]
[ 1.263931] pci 0000:05:00.0: BAR 0: assigned [mem 0x13000000-0x13003fff 64bit]
[ 1.263948] pci 0000:02:03.0: PCI bridge to [bus 05]
[ 1.263955] pci 0000:02:03.0: bridge window [mem 0x13000000-0x130fffff]
[ 1.263966] pci 0000:01:00.0: PCI bridge to [bus 02-05]
[ 1.263973] pci 0000:01:00.0: bridge window [mem 0x13000000-0x130fffff]
[ 1.263984] pci 0000:00:01.0: PCI bridge to [bus 01-05]
[ 1.263989] pci 0000:00:01.0: bridge window [mem 0x13000000-0x130fffff]
[ 1.263999] pci 0000:06:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref]
[ 1.264015] pci 0000:06:00.0: BAR 2: assigned [mem 0x20004000-0x20004fff 64bit pref]
[ 1.264029] pci 0000:06:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 1.264037] pci 0000:00:02.0: PCI bridge to [bus 06]
[ 1.264041] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
[ 1.264047] pci 0000:00:02.0: bridge window [mem 0x20000000-0x200fffff 64bit pref]
[ 1.264053] PCIE: ASPM not enabled
[ 1.264238] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 1.264242] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 1.264245] pci 0000:02:01.0: Signaling PME through PCIe PME interrupt
[ 1.264247] pci 0000:02:02.0: Signaling PME through PCIe PME interrupt
[ 1.264250] pci 0000:02:03.0: Signaling PME through PCIe PME interrupt
[ 1.264253] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[ 1.264258] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[ 1.264428] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[ 1.264431] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[ 1.264436] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[ 2.078864] tegra_cec 70015000.tegra_cec: Can’t find physical addresse.
[ 2.078868] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[ 3.658501] console [ttyS0] enabled
[ 3.658898] Console: switching to colour frame buffer device 240x67
[ 3.663110] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[ 3.663341] serial-tegra 70006200.serial: RX in PIO mode
[ 3.663416] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[ 3.664143] [drm] Initialized
[ 3.694887] brd: module loaded
[ 3.698174] tegradc tegradc.0: fb registered
[ 3.705045] loop: module loaded
[ 3.708299] tegra_profiler: version: 1.141, samples/io: 48/28
[ 3.708468] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[ 3.708494] tegradc tegradc.0: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_75m_150m
[ 3.708843] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[ 3.708851] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[ 3.734568] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 3.734571] Extcon AUX1(HDMI) enable
[ 3.753624] tegra_profiler: auth: init
[ 3.757883] THERMAL EST: found 2 subdevs
[ 3.761828] THERMAL EST num_resources: 0
[ 3.765759] [THERMAL EST subdev 0]
[ 3.769169] [THERMAL EST subdev 1]
[ 3.770725] tegradc tegradc.0: nominal-pclk:148351648 parent:148350781 div:1.0 pclk:148350781 146868084~161703244
[ 3.783158] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[ 3.792120] THERMAL EST: thz register success.
[ 3.796676] THERMAL EST: end of probe, return err: 0
[ 3.802327] sd: No Scsi addr parsed to reserve index
[ 3.807337] hisi_sas: driver version v1.6
[ 3.811987] nvme nvme0: pci function 0000:05:00.0
[ 3.816725] nvme 0000:05:00.0: enabling device (0000 → 0002)
[ 3.823293] libphy: Fixed MDIO Bus: probed
[ 3.828041] tun: Universal TUN/TAP device driver, 1.6
[ 3.833108] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 3.843106] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.848955] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.854935] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 3.862446] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.868091] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 3.875931] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 3.881908] tegradc tegradc.0: blank - powerdown
[ 3.881911] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 3.881913] Copyright(c) 1999 - 2017 Intel Corporation.
[ 3.882599] r8168 0000:06:00.0: enabling device (0000 → 0003)
[ 3.882616] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[ 3.882675] r8168 0000:06:00.0: no MSI. Back to INTx.
[ 3.903843] r8168 0000:06:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[ 3.903920] r8168 0000:06:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e9:eb:de from device tree
[ 3.904305] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 3.904336] 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/.
[ 3.904717] PPP generic driver version 2.4.2
[ 3.904857] PPP BSD Compression module registered
[ 3.904859] PPP Deflate Compression module registered
[ 3.904873] PPP MPPE Compression module registered
[ 3.904877] NET: Registered protocol family 24
[ 3.904926] usbcore: registered new interface driver r8152
[ 3.904967] usbcore: registered new interface driver asix
[ 3.905007] usbcore: registered new interface driver ax88179_178a
[ 3.905041] usbcore: registered new interface driver cdc_ether
[ 3.905077] usbcore: registered new interface driver net1080
[ 3.905110] usbcore: registered new interface driver cdc_subset
[ 3.905143] usbcore: registered new interface driver zaurus
[ 3.905185] usbcore: registered new interface driver cdc_ncm
[ 3.905315] VFIO - User Level meta-driver version: 0.3
[ 3.906259] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 3.906269] ehci-pci: EHCI PCI platform driver
[ 3.906313] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 3.906319] ohci-pci: OHCI PCI platform driver
[ 3.906380] ohci-platform: OHCI generic platform driver
[ 3.908171] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[ 3.908705] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[ 3.909741] tegra-xusb 70090000.xusb: extcon 0: ffffffc0fa5d2c00 id
[ 3.911206] usbcore: registered new interface driver uas
[ 3.911255] usbcore: registered new interface driver usb-storage
[ 3.911335] usbcore: registered new interface driver usbserial
[ 3.912166] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[ 3.912195] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 3.912211] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[ 3.912924] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[ 3.912958] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[ 3.913109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.913114] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.913118] usb usb1: Product: xHCI Host Controller
[ 3.913122] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 3.913125] usb usb1: SerialNumber: 70090000.xusb
[ 3.913543] hub 1-0:1.0: USB hub found
[ 3.913575] hub 1-0:1.0: 5 ports detected
[ 3.914057] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 3.914066] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[ 3.914139] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 3.914231] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 3.914236] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.914240] usb usb2: Product: xHCI Host Controller
[ 3.914243] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 3.914246] usb usb2: SerialNumber: 70090000.xusb
[ 3.914645] hub 2-0:1.0: USB hub found
[ 3.914677] hub 2-0:1.0: 4 ports detected
[ 3.915996] tegra-xudc-new 700d0000.xudc: device count: 1
[ 3.916912] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[ 3.916921] tegra-xudc-new 700d0000.xudc: vbus state: 0
[ 3.916942] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 3.917153] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 3.917596] mousedev: PS/2 mouse device common for all mice
[ 3.917657] usbcore: registered new interface driver xpad
[ 3.918704] rtc-m41t93 spi1.0: rtc core: registered rtc-m41t93 as rtc0
[ 3.927038] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 3.927042] Extcon AUX1(HDMI) disable
[ 3.932131] nvme0n1: p1
[ 3.950435] max77686-rtc max77620-rtc: /aliases ID 0 not available
[ 3.958421] tegradc tegradc.0: unblank
[ 3.998161] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 3.998219] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 3.999235] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 3.999242] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 4.014445] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[ 4.014507] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[ 4.033821] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 4.033824] Extcon AUX1(HDMI) enable
[ 4.034199] tegradc tegradc.0: sync windows ret = 250
[ 4.047556] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc1
[ 4.048557] tegra_rtc 7000e000.rtc: /aliases ID 1 not available
[ 4.049842] rtc rtc2: alarm rtc device
[ 4.049854] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc2
[ 4.049871] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[ 4.050266] i2c /dev entries driver
[ 4.052105] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 4.053999] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[ 4.054003] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[ 4.054294] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 4.054306] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[ 4.054314] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[ 4.054476] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 4.054485] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[ 4.054491] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[ 4.054635] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 4.054643] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[ 4.054647] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[ 4.054816] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[ 4.055381] tegra_aotag tegra-aotag: Registering sensor 0
[ 4.055425] tegra_aotag tegra-aotag: Invalid temp readout
[ 4.055446] tegra_aotag tegra-aotag: Invalid temp readout
[ 4.055462] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[ 4.055470] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[ 4.056196] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 4.056210] tegra_dfll_action dfll-cdev-cap: Tegra DFLL ‘cap cooling device’ registered
[ 4.056352] tegra_aotag tegra-aotag: Invalid temp readout
[ 4.056374] tegra_dfll_action dfll-cdev-floor: Tegra DFLL ‘floor cooling device’ registered
[ 4.056697] parse_throttle_dt_data: Num cap clks = 6
[ 4.056700] parse_throttle_dt_data: clk=cclk_g type=2
[ 4.056707] parse_throttle_dt_data: clk=gpu type=4
[ 4.056725] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[ 4.056740] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[ 4.056757] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[ 4.056760] parse_throttle_dt_data: clk=emc type=3
[ 4.057138] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 4.057229] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 4.057338] tegra_throttle_probe: probe successful. #cdevs=4
[ 4.057910] FAN dev name: pwm-fan
[ 4.057956] FAN:gpio request success.
[ 4.058007] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 4.058239] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[ 4.058355] pwm_fan_driver pwm-fan: fan tach request irq success
[ 4.058378] pwm_fan_driver pwm-fan: tach period: 1000
[ 4.058455] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 4.058460] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 4.058464] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 4.058468] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 4.058472] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 4.058476] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 4.058480] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 4.058484] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 4.058488] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 4.058492] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 4.059094] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[ 4.059360] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[ 4.060181] device-mapper: uevent: version 1.0.3
[ 4.060637] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 4.063282] tegra210-cpufreq cpufreq: probe()…completed
[ 4.064124] sdhci: Secure Digital Host Controller Interface driver
[ 4.064125] sdhci: Copyright(c) Pierre Ossman
[ 4.064127] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.064492] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
[ 4.069298] sdhci-tegra sdhci-tegra.2: Client registration for eMC Successful
[ 4.072291] tegra-se 70012000.se: tegra_se_probe: complete
[ 4.072797] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.073860] usbcore: registered new interface driver usbhid
[ 4.073861] usbhid: USB HID core driver
[ 4.074762] tegra21x_actmon 6000c800.actmon: in actmon_register()…
[ 4.075841] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[ 4.077643] nvpmodel: initialized successfully
[ 4.078640] usbcore: registered new interface driver snd-usb-audio
[ 4.078700] No Device Node present for smmu client: snd-soc-dummy !!
[ 4.078705] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 4.078723] iommu: Adding device snd-soc-dummy to group 34
[ 4.096640] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[ 4.104817] OPE platform probe
[ 4.104908] OPE platform probe successful
[ 4.105179] OPE platform probe
[ 4.105259] OPE platform probe successful
[ 4.114386] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
[ 4.122393] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA 64-bit with 64 bit addr
[ 4.137733] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 4.137852] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 4.137974] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 4.138089] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 4.138210] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 4.138324] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 4.138459] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 4.138573] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 4.138683] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 4.138798] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 4.150538] u32 classifier
[ 4.150540] Actions configured
[ 4.150610] Initializing XFRM netlink socket
[ 4.151316] NET: Registered protocol family 10
[ 4.152031] NET: Registered protocol family 17
[ 4.152043] NET: Registered protocol family 15
[ 4.152115] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 4.152159] Bluetooth: RFCOMM socket layer initialized
[ 4.152176] Bluetooth: RFCOMM ver 1.11
[ 4.152181] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.152186] Bluetooth: HIDP socket layer initialized
[ 4.152203] 9pnet: Installing 9P2000 support
[ 4.152239] Key type dns_resolver registered
[ 4.169225] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 4.172055] Registered cp15_barrier emulation handler
[ 4.172106] Registered setend emulation handler
[ 4.173223] registered taskstats version 1
[ 4.173577] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[ 4.173918] Adding domain ve2-pd to PM domain host1x-pd
[ 4.174159] Adding domain ve-pd to PM domain host1x-pd
[ 4.176263] isp 54600000.isp: initialized
[ 4.176312] driver not enabled, cannot register any devices
[ 4.177168] isp 54680000.isp: initialized
[ 4.177203] driver not enabled, cannot register any devices
[ 4.177736] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB
[ 4.181936] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB
[ 4.186141] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[ 4.187181] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[ 4.187736] last reset is due to power on reset
[ 4.187738] KERNEL: PMC reset status reg: 0x0
[ 4.187818] BL: PMC reset status reg: 0x0
[ 4.187820] BL: PMIC poweroff Event Recorder: 0x40
[ 4.189384] clk_cbus_recalc_rate: no gbus parent
[ 4.189388] clk_cbus_round_rate: no gbus parent
[ 4.189390] clk_cbus_round_rate: no gbus parent
[ 4.189397] clk_cbus_recalc_rate: no gbus parent
[ 4.189498] clk_cbus_recalc_rate: no gbus parent
[ 4.189501] clk_cbus_round_rate: no gbus parent
[ 4.189502] clk_cbus_round_rate: no gbus parent
[ 4.189505] clk_cbus_recalc_rate: no gbus parent
[ 4.190196] tegra_dvfs: GPU-cap: registered
[ 4.190250] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[ 4.190252] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[ 4.190254] tegra dvfs: vdd-gpu: nominal 1048mV, offset 708000uV, step 10000uV, scaling enabled
[ 4.191644] tegra_dvfs: vdd-gpu-vts: registered
[ 4.192574] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS ‘floor cooling device’ registered
[ 4.193179] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS ‘cap cooling device’ registered
[ 4.193947] input: gpio-keys as /devices/gpio-keys/input/input1
[ 4.237416] hctosys: …/drivers/rtc/hctosys.c: Ignoring backup rtc device (rtc0)
[ 4.238385] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 4.245112] tegra_rtc 7000e000.rtc: setting system clock to 1970-01-01 00:00:20 UTC (20)
[ 4.246231] vi 54080000.vi: vi_probe: ++
[ 4.248841] vi 54080000.vi: initialized
[ 4.250867] vi 54080000.vi: subdev nvcsi–2 bound
[ 4.250965] vi 54080000.vi: subdev nvcsi–1 bound
[ 4.250969] driver not enabled, cannot register any devices
[ 4.251531] mmcblk mmc0:0001: Card claimed for testing.
[ 4.252136] Disable partitions left on by BL
[ 4.252138] disb
[ 4.252173] bwmgr: missing cdev-type property
[ 4.252298] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 4.252304] DRAM derating cdev registered.
[ 4.253410] vdd-fan: disabling
[ 4.253413] vdd-usb-vbus: disabling
[ 4.253415] vdd-usb-vbus2: disabling
[ 4.253422] vddio-sdmmc-ap: disabling
[ 4.253508] vdd-3v3-sd: disabling
[ 4.253512] avdd-io-edp-1v05: disabling
[ 4.253513] vdd-usb-hub-en: disabling
[ 4.253589] ALSA device list:
[ 4.253592] #0: tegra-hda at 0x70038000 irq 80
[ 4.253593] #1: tegra-snd-t210ref-mobile-rt565x
[ 4.259100] usb 1-2: New USB device found, idVendor=0424, idProduct=2734
[ 4.259104] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.259107] usb 1-2: Product: USB2734
[ 4.259109] usb 1-2: Manufacturer: Microchip Tech
[ 4.259876] hub 1-2:1.0: USB hub found
[ 4.259937] hub 1-2:1.0: 5 ports detected
[ 4.378429] usb 1-3: new high-speed USB device number 3 using tegra-xusb
[ 4.390444] mmc1: host does not support reading read-only switch, assuming write-enable
[ 4.406929] usb 1-3: New USB device found, idVendor=0bda, idProduct=b82c
[ 4.406933] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.406936] usb 1-3: Product: 802.11ac NIC
[ 4.406938] usb 1-3: Manufacturer: Realtek
[ 4.406941] usb 1-3: SerialNumber: 123456
[ 4.534472] mmc1: hw tuning done …
[ 4.534536] mmc1: new ultra high speed SDR104 SDXC card at address 0007
[ 4.534905] mmcblk1: mmc1:0007 SD64G 58.2 GiB
[ 4.978431] usb 1-2.5: new high-speed USB device number 4 using tegra-xusb
[ 4.999786] usb 1-2.5: New USB device found, idVendor=0424, idProduct=2740
[ 4.999790] usb 1-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.999792] usb 1-2.5: Product: Hub Controller
[ 4.999795] usb 1-2.5: Manufacturer: Microchip Tech
[ 6.081358] extcon-disp-state extcon:disp-state: cable 51 state 1
[ 6.084445] Freeing unused kernel memory: 8576K
[ 6.095288] Extcon HDMI: HPD enabled
[ 6.095314] tegradc tegradc.0: hdmi: plugged
[ 6.128965] Root device found: mmcblk0p1
[ 6.135637] Found dev node: /dev/mmcblk0p1
[ 6.159934] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 6.170541] Rootfs mounted over mmcblk0p1
[ 6.197333] Switching from initrd to actual rootfs
[ 6.295464] systemd[1]: System time before build time, advancing clock.
[ 6.325390] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 6.343627] cgroup: cgroup2: unknown option “nsdelegate”
[ 6.358211] 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)
[ 6.384246] systemd[1]: Detected architecture arm64.
[ 6.423675] systemd[1]: Set hostname to .
[ 6.511526] 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.
[ 6.530629] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 6.653728] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.664120] systemd[1]: Created slice System Slice.
[ 6.673599] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.682463] systemd[1]: Listening on Journal Audit Socket.
[ 6.692272] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.701117] systemd[1]: Listening on udev Control Socket.
[ 6.710966] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 6.722049] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.831329] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 6.909625] nvgpu: 57000000.gpu gm20b_init_clk_setup_sw:1268 [INFO] GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[ 7.071193] systemd-journald[2057]: Received request to flush runtime journal from PID 1
[ 7.982991] EXT4-fs (mmcblk1): mounted filesystem with ordered data mode. Opts: (null)
[ 7.991313] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[ 8.118465] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[ 8.118472] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[ 8.418717] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[ 8.439011] usb 2-1: New USB device found, idVendor=0424, idProduct=5734
[ 8.439016] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 8.439019] usb 2-1: Product: USB5734
[ 8.439022] usb 2-1: Manufacturer: Microchip Tech
[ 8.439884] hub 2-1:1.0: USB hub found
[ 8.439952] hub 2-1:1.0: 4 ports detected
[ 8.475025] usbcore: registered new interface driver btusb
[ 8.476587] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 8.476594] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
[ 8.482447] rtk_btusb: Realtek Bluetooth USB driver ver 3.1
[ 8.482452] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 8.482454] rtk_btcoex: create workqueue
[ 8.482549] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 8.482628] usbcore: registered new interface driver rtk_btusb
[ 8.484441] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
[ 8.485573] Bluetooth: hci0: rom_version status=0 version=2
[ 8.485606] Bluetooth: cfg_sz 14, total size 20270
[ 8.568145] 88x2bu: loading out-of-tree module taints kernel.
[ 8.653792] random: crng init done
[ 8.658752] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.809620] using random self ethernet address
[ 8.826407] using random host ethernet address
[ 9.002402] usb 2-1: usb_suspend_both: status 0
[ 9.002547] usb usb2: usb_suspend_both: status 0
[ 9.219401] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 9.219412] Bluetooth: BNEP socket layer initialized
[ 9.483907] Mass Storage Function, version: 2009/09/11
[ 9.483914] LUN: removable file: (no medium)
[ 9.492453] using random self ethernet address
[ 9.503813] using random host ethernet address
[ 9.543120] rndis0: HOST MAC 5e:ab:8f:2c:0e:78
[ 9.543384] rndis0: MAC 5e:ab:8f:2c:0e:79
[ 9.548988] usb0: HOST MAC 5e:ab:8f:2c:0e:7a
[ 9.549022] usb0: MAC 5e:ab:8f:2c:0e:7b
[ 9.549046] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 9.550134] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 9.550150] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[ 9.554466] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 9.554758] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 9.554773] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 9.562462] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 9.562483] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 9.562725] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 9.568549] l4tbr0: port 1(rndis0) entered blocking state
[ 9.568554] l4tbr0: port 1(rndis0) entered disabled state
[ 9.570243] device rndis0 entered promiscuous mode
[ 9.583593] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 9.590745] l4tbr0: port 2(usb0) entered blocking state
[ 9.590750] l4tbr0: port 2(usb0) entered disabled state
[ 9.591419] device usb0 entered promiscuous mode
[ 9.599471] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 9.768225] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.769352] eth0: 0xffffff800a44c000, 00:04:4b:e9:eb:de, IRQ 81
[ 9.879318] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.148443] zram: Added device: zram0
[ 10.154841] zram: Added device: zram1
[ 10.155313] zram: Added device: zram2
[ 10.157802] zram: Added device: zram3
[ 10.196617] zram0: detected capacity change from 0 to 518569984
[ 10.229336] Adding 506412k swap on /dev/zram0. Priority:5 extents:1 across:506412k SS
[ 10.245693] zram1: detected capacity change from 0 to 518569984
[ 10.272536] Adding 506412k swap on /dev/zram1. Priority:5 extents:1 across:506412k SS
[ 10.281696] zram2: detected capacity change from 0 to 518569984
[ 10.301210] Adding 506412k swap on /dev/zram2. Priority:5 extents:1 across:506412k SS
[ 10.305100] zram3: detected capacity change from 0 to 518569984
[ 10.319292] Adding 506412k swap on /dev/zram3. Priority:5 extents:1 across:506412k SS
[ 10.511159] usbcore: registered new interface driver rtl88x2bu
[ 10.553786] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 11.323365] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 11.375019] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 12.954922] r8168: eth0: link up
[ 12.954981] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 17.962793] tegradc tegradc.0: blank - powerdown
[ 18.016187] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 18.016189] Extcon AUX1(HDMI) disable
[ 18.036545] tegradc tegradc.0: unblank
[ 18.046618] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 18.046693] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 18.047699] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 18.047707] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 18.085281] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 18.085284] Extcon AUX1(HDMI) enable
[ 18.090352] tegradc tegradc.0: unblank
[ 22.582765] fuse init (API version 7.26)
[ 22.900691] tegradc tegradc.0: unblank
[ 38.198446] usb 1-2.3: new high-speed USB device number 5 using tegra-xusb
[ 38.219110] usb 1-2.3: New USB device found, idVendor=1a40, idProduct=0101
[ 38.219115] usb 1-2.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 38.219119] usb 1-2.3: Product: USB 2.0 Hub
[ 38.221720] hub 1-2.3:1.0: USB hub found
[ 38.221809] hub 1-2.3:1.0: 4 ports detected
[ 38.510401] usb 1-2.3.1: new high-speed USB device number 6 using tegra-xusb
[ 38.546615] usb 1-2.3.1: New USB device found, idVendor=0bda, idProduct=5411
[ 38.546622] usb 1-2.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 38.546626] usb 1-2.3.1: Product: 4-Port USB 2.0 Hub
[ 38.546630] usb 1-2.3.1: Manufacturer: Generic
[ 38.548018] hub 1-2.3.1:1.0: USB hub found
[ 38.549055] hub 1-2.3.1:1.0: 4 ports detected
[ 38.650466] usb 1-2.3.2: new full-speed USB device number 7 using tegra-xusb
[ 38.674023] usb 1-2.3.2: New USB device found, idVendor=046d, idProduct=c534
[ 38.674029] usb 1-2.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 38.674032] usb 1-2.3.2: Product: USB Receiver
[ 38.674035] usb 1-2.3.2: Manufacturer: Logitech
[ 38.678611] input: Logitech USB Receiver as /devices/70090000.xusb/usb1/1-2/1-2.3/1-2.3.2/1-2.3.2:1.0/0003:046D:C534.0001/input/input2
[ 38.739201] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-70090000.xusb-2.3.2/input0
[ 38.742975] input: Logitech USB Receiver as /devices/70090000.xusb/usb1/1-2/1-2.3/1-2.3.2/1-2.3.2:1.1/0003:046D:C534.0002/input/input3
[ 38.802879] hid-generic 0003:046D:C534.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-70090000.xusb-2.3.2/input1
[ 38.842486] usb 1-2.3.1.4: new high-speed USB device number 8 using tegra-xusb
[ 38.878800] usb 1-2.3.1.4: New USB device found, idVendor=0bda, idProduct=5411
[ 38.878806] usb 1-2.3.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 38.878809] usb 1-2.3.1.4: Product: 4-Port USB 2.0 Hub
[ 38.878812] usb 1-2.3.1.4: Manufacturer: Generic
[ 38.880132] hub 1-2.3.1.4:1.0: USB hub found
[ 38.881053] hub 1-2.3.1.4:1.0: 4 ports detected
[ 39.006410] usb 1-2.3.1.4: usb_suspend_both: status 0
[ 39.026746] usb 1-2.3.1: usb_suspend_both: status 0
[ 65.885925] usb usb1-port3: disabled by hub (EMI?), re-enabling…
[ 65.893061] usb 1-3: USB disconnect, device number 3
[ 66.028730] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 2