PCI bridge: NVIDIA Corporation Device 0fae disappear!

Hi, nvidia!

We are using Western Digital PC SN520 NVMe™ SSD on the platform of Jetson nano, but the PCI bridge disappeared when we did as the following procedures:

(1) We plugged in the SSD on the carrier board

(2) We powered on the carrier board

(3) We pressed one key in the booting procedure of u-boot, so we stopped in the command line of u-boot as following:

Hit any key to stop autoboot: 0
Tegra210 (P3450-Porg) #

(4) We did nothing but wait about 1 minute, and then executed the command of “boot” in the command line of u-boot so we can boot linux kernel

(5) We login and listed pci devices via the command of “lspci”, but the problem appeared like the following:

00:02.0 PCI bridge: NVIDIA Corporation Device 0faf (rev a1)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 19)

When we powered on the carrier board normally, the problem will not appear and the result of lspci is as following:

00:01.0 PCI bridge: NVIDIA Corporation Device 0fae (rev a1)
00:02.0 PCI bridge: NVIDIA Corporation Device 0faf (rev a1)
01:00.0 Non-Volatile memory controller: Sandisk Corp Device 5003 (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 19)

The kenel message is as following:

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.140 (wujz@thinkstation-p328) (gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) ) #7 SMP PREEMPT Mon Apr 19 15:42:53 HKT 2021
[ 0.000000] Boot CPU: AArch64 Processor [411fd071]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
[ 0.000000] OF: fdt: - 80000000 , 7ee00000
[ 0.000000] OF: fdt: - 100000000 , 7f200000
[ 0.000000] Found tegra_fbmem: 00140000@92cb5000
[ 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 24 pages/cpu @ffffffc0fefa6000 s59608 r8192 d30504 u98304
[ 0.000000] pcpu-alloc: s59608 r8192 d30504 u98304 alloc=24*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=0x140000@0x92cb5000 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 quiet 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
[ 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: 29248(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: 3572760K/4159488K available (14590K kernel code, 2622K rwdata, 6248K rodata, 6208K init, 608K bss, 111592K 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 - 0xffffff8008ec0000 ( 14592 KB)
[ 0.000000] .rodata : 0xffffff8008ec0000 - 0xffffff80094e0000 ( 6272 KB)
[ 0.000000] .init : 0xffffff80094e0000 - 0xffffff8009af0000 ( 6208 KB)
[ 0.000000] .data : 0xffffff8009af0000 - 0xffffff8009d7f808 ( 2623 KB)
[ 0.000000] .bss : 0xffffff8009d7f808 - 0xffffff8009e17aa4 ( 609 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.000006] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.001573] Console: colour dummy device 80x25
[ 0.001582] console [tty0] enabled
[ 0.001589] bootconsole [uart8250] disabled
[ 0.001621] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=76800)
[ 0.001634] pid_max: default: 32768 minimum: 301
[ 0.001748] Security Framework initialized
[ 0.001794] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.001800] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002673] ftrace: allocating 45815 entries in 179 pages
[ 0.167949] knl–>in start_kernel
[ 0.168024] knl–>val1 = 0x4AC11902
[ 0.168035] knl–>val2 = 0x190101
[ 0.168607] sched-energy: CPU device node has no sched-energy-costs
[ 0.168630] ASID allocator initialised with 65536 entries
[ 0.207658] tegra-id: chipid=22117.
[ 0.207670] tegra-id: opt_subrevision=0.
[ 0.207687] Tegra Speedo/IDDQ fuse revision 4
[ 0.207691] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[ 0.207695] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[ 0.207701] Tegra: CPU Speedo Value 2062, SoC Speedo Value 1953, GPU Speedo Value 2051
[ 0.207705] Tegra: CPU IDDQ Value 1804, SoC IDDQ Value 1884, GPU IDDQ Value 2260
[ 0.207725] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[ 0.207743] DTS File Name: /home/jiang/nvidia/cinderella_nano_source/kernel_src_32.4.4/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-p3449-0000-b00.dts
[ 0.207750] DTB Build time: Feb 5 2021 17:47:29
[ 0.244808] CPU1: Booted secondary processor [411fd071]
[ 0.272708] CPU2: Booted secondary processor [411fd071]
[ 0.300685] CPU3: Booted secondary processor [411fd071]
[ 0.300769] Brought up 4 CPUs
[ 0.300775] SMP: Total of 4 processors activated.
[ 0.300782] CPU features: detected feature: 32-bit EL0 Support
[ 0.301038] CPU: All CPU(s) started at EL2
[ 0.301053] alternatives: patching kernel code
[ 0.309155] devtmpfs: initialized
[ 0.346735] Initilizing CustomIPI irq domain
[ 0.347109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.347130] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.357540] pinctrl core: initialized pinctrl subsystem
[ 0.358130] OS set in device tree is not L4T.
[ 0.358522] regulator-dummy: no parameters
[ 0.358789] Initializing plugin-manager
[ 0.358944] Plugin module not found
[ 0.359135] node /plugin-manager/fragement@0 match with board >=3448-0002-100
[ 0.359645] node /plugin-manager/fragment@1 match with board >=3448-0002-101
[ 0.360079] node /plugin-manager/fragment@3 match with board >=3448-0002-100
[ 0.360664] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[ 0.361076] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[ 0.361659] node /plugin-manager/fragement@10 match with board >=3448-0002-300
[ 0.363560] node /plugin-manager/fragement@13 match with board >=3448-0002-300
[ 0.367079] NET: Registered protocol family 16
[ 0.368379] pstore: using zlib compression
[ 0.368457] console [pstore-1] enabled
[ 0.368462] pstore: Registered ramoops as persistent store backend
[ 0.368467] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[ 0.384823] cpuidle: using governor menu
[ 0.389356] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[ 0.391046] vdso: 2 pages (1 code @ ffffff8008ec6000, 1 data @ ffffff8009af4000)
[ 0.393304] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.396161] tegra_powergate_init: DONE
[ 0.396179] DTS File Name: /home/jiang/nvidia/cinderella_nano_source/kernel_src_32.4.4/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-p3449-0000-b00.dts
[ 0.396185] DTB Build time: Feb 5 2021 17:47:29
[ 0.398102] Tegra reboot handler registered.
[ 0.402679] iommu: Adding device tegra-carveouts to group 0
[ 0.402808] platform tegra-carveouts: domain=ffffffc0f942d318 allocates as[0]=ffffffc0f94280a8
[ 0.403149] iommu: Adding device smmu_test to group 1
[ 0.403193] platform smmu_test: domain=ffffffc0f942d558 allocates as[0]=ffffffc0f9428110
[ 0.403961] mc: mapped MMIO address: 0xffffff8008043000 → 0x70019000
[ 0.404016] mc: mapped MMIO address: 0xffffff8008069000 → 0x7001c000
[ 0.404075] mc: mapped MMIO address: 0xffffff800807d000 → 0x7001d000
[ 0.404083] nv-tegra-mc 70019000.mc: No mssnvlink node
[ 0.404106] mc-err: mcerr ops are set to t21x
[ 0.413809] iommu: Adding device 70090000.xusb to group 2
[ 0.414085] iommu: Adding device 70006000.serial to group 3
[ 0.414153] platform 70006000.serial: domain=ffffffc0f9455618 allocates as[0]=ffffffc0f9428178
[ 0.414546] iommu: Adding device 70006040.serial to group 4
[ 0.414810] iommu: Adding device 70006200.serial to group 5
[ 0.415029] iommu: Adding device sound to group 6
[ 0.415076] platform sound: domain=ffffffc0f9455b58 allocates as[0]=ffffffc0f94281e0
[ 0.415597] iommu: Adding device 7000d400.spi to group 7
[ 0.415855] iommu: Adding device 7000d600.spi to group 8
[ 0.416182] iommu: Adding device 50000000.host1x to group 9
[ 0.416454] iommu: Adding device 54080000.vi to group 10
[ 0.416935] iommu: Adding device 54600000.isp to group 11
[ 0.417194] iommu: Adding device 54680000.isp to group 12
[ 0.417461] iommu: Adding device tegradc.0 to group 13
[ 0.417536] platform tegradc.0: domain=ffffffc0f94c6918 allocates as[0]=ffffffc0f9428248
[ 0.418913] platform tegradc.0: IOVA linear map 0x0000000092cb5000(140000)
[ 0.419304] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[ 0.419624] iommu: Adding device tegradc.1 to group 14
[ 0.419672] platform tegradc.1: domain=ffffffc0f94c6b58 allocates as[0]=ffffffc0f94282b0
[ 0.421062] platform tegradc.1: IOVA linear map 0x0000000092cb5000(140000)
[ 0.421450] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[ 0.421678] iommu: Adding device 54340000.vic to group 15
[ 0.421872] iommu: Adding device 544c0000.nvenc to group 16
[ 0.422069] iommu: Adding device 54500000.tsec to group 17
[ 0.422265] iommu: Adding device 54100000.tsecb to group 18
[ 0.422458] iommu: Adding device 54480000.nvdec to group 19
[ 0.422642] iommu: Adding device 54380000.nvjpg to group 20
[ 0.423693] iommu: Adding device 546c0000.i2c to group 21
[ 0.424028] iommu: Adding device 57000000.gpu to group 22
[ 0.424074] platform 57000000.gpu: domain=ffffffc0f94d2b58 allocates as[0]=ffffffc0f9428318
[ 0.424109] platform 57000000.gpu: domain=ffffffc0f94d2b58 allocates as[1]=ffffffc0f9428380
[ 0.424148] platform 57000000.gpu: domain=ffffffc0f94d2b58 allocates as[2]=ffffffc0f94283e8
[ 0.424186] platform 57000000.gpu: domain=ffffffc0f94d2b58 allocates as[3]=ffffffc0f9428450
[ 0.425064] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[ 0.425073] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[ 0.425085] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.425089] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[ 0.425093] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.425096] rock.pmc–>PMC reset source: TEGRA_POWER_ON_RESET
[ 0.425099] rock.pmc–>PMC reset level: TEGRA_RESET_LEVEL_WARM
[ 0.425102] rock.pmc–>PMC reset status reg: 0x0
[ 0.476863] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.476870] tegra-pmc: Clear bootloader IO dpd settings
[ 0.476890] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[ 0.476948] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[ 0.477244] iommu: Adding device 70012000.se to group 23
[ 0.478006] iommu: Adding device 7000c000.i2c to group 24
[ 0.478267] iommu: Adding device 7000c400.i2c to group 25
[ 0.478507] iommu: Adding device 7000c500.i2c to group 26
[ 0.478754] iommu: Adding device 7000c700.i2c to group 27
[ 0.478998] iommu: Adding device 7000d000.i2c to group 28
[ 0.479271] iommu: Adding device 7000d100.i2c to group 29
[ 0.479529] iommu: Adding device sdhci-tegra.3 to group 30
[ 0.479584] platform sdhci-tegra.3: domain=ffffffc0f9582cd8 allocates as[0]=ffffffc0f94284b8
[ 0.479990] iommu: Adding device sdhci-tegra.2 to group 31
[ 0.480037] platform sdhci-tegra.2: domain=ffffffc0f9582f18 allocates as[0]=ffffffc0f9428520
[ 0.480873] iommu: Adding device 700d0000.xudc to group 32
[ 0.484201] vdd-ac-bat: 5000 mV
[ 0.484553] vdd-5v0-sys: 5000 mV
[ 0.485574] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[ 0.485616] vdd-5v0-hdmi: 5000 mV
[ 0.486009] vdd-1v8-sys: 1800 mV
[ 0.486400] vdd-fan: supplied by vdd-5v0-sys
[ 0.486436] vdd-fan: 5000 mV
[ 0.486867] vdd-usb-vbus: supplied by vdd-5v0-sys
[ 0.486902] vdd-usb-vbus: 5000 mV
[ 0.487428] vdd-usb-vbus2: 5000 mV
[ 0.504438] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.506619] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[ 0.507743] GPIO line 151 (camera-control-output-low) hogged as output/low
[ 0.507763] GPIO line 152 (camera-control-output-low) hogged as output/low
[ 0.507794] GPIO line 6 (system-suspend-gpio) hogged as output/high
[ 0.508141] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[ 0.516655] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.516960] SCSI subsystem initialized
[ 0.517204] libata version 3.00 loaded.
[ 0.517491] usbcore: registered new interface driver usbfs
[ 0.517612] usbcore: registered new interface driver hub
[ 0.517695] usbcore: registered new device driver usb
[ 0.522447] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[ 0.529050] vdd-core: 600 <–> 1162 mV at 1075 mV
[ 0.530150] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[ 0.530601] random: fast init done
[ 0.532831] vdd-ddr-1v1: 1150 mV
[ 0.536941] vdd-pre-reg-1v35: 1350 mV
[ 0.540823] vdd-1v8: 1800 mV
[ 0.544869] avdd-sys-1v2: 1200 mV
[ 0.548186] vdd-pex-1v0: 1050 mV
[ 0.548853] vddio-sdmmc-ap: 1800 <–> 3300 mV at 3300 mV
[ 0.549409] max77620-ldo3: at 3100 mV
[ 0.552192] vdd-rtc: 850 <–> 1100 mV at 1000 mV
[ 0.552744] max77620-ldo5: at 3100 mV
[ 0.556187] vddio-sdmmc3-ap: 1800 <–> 3300 mV at 2800 mV
[ 0.560186] avdd-1v05-pll: 1050 mV
[ 0.564182] avdd-io-hdmi-dp: 1050 mV
[ 0.566834] GPIO line 505 (spmic-default-output-high) hogged as output/high
[ 0.567110] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[ 0.567392] max77620 4-003c: max77620 probe successful
[ 0.570161] media: Linux media interface: v0.10
[ 0.570222] Linux video capture interface: v2.00
[ 0.571144] pps_core: LinuxPPS API ver. 1 registered
[ 0.571151] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.571173] PTP clock support registered
[ 0.575265] tegra_fiq_debugger_init: found FIQ source (IRQ 98)
[ 0.581681] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[ 0.582513] Advanced Linux Sound Architecture Driver Initialized.
[ 0.584901] tegra210_dvfs: no clock found for sdmmc2_ddr
[ 0.584917] tegra210_dvfs: no clock found for sdmmc4_ddr
[ 0.584960] tegra210_dvfs: no clock found for sdmmc1_ddr
[ 0.584973] tegra210_dvfs: no clock found for sdmmc3_ddr
[ 0.588254] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[ 0.589416] vdd-3v3-sys: supplied by vdd-5v0-sys
[ 0.589477] vdd-3v3-sys: 3300 mV
[ 0.589746] vdd-1v8-sys: supplied by vdd-3v3-sys
[ 0.592257] vdd-usb-vbus2: supplied by vdd-3v3-sys
[ 0.592716] vdd-3v3-sd: supplied by vdd-3v3-sys
[ 0.592753] vdd-3v3-sd: 3300 mV
[ 0.593833] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[ 0.593874] avdd-io-edp-1v05: 1050 mV
[ 0.594327] vdd-usb-hub-en: supplied by vdd-1v8-sys
[ 0.594362] vdd-usb-hub-en: 5000 mV
[ 0.595795] camchar: rtcpu character device driver loaded
[ 0.596476] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0
[ 0.597913] clocksource: Switched to clocksource arch_sys_counter
[ 0.631838] VFS: Disk quotas dquot_6.6.0
[ 0.631915] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.632288] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.632695] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[ 0.632712] dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[ 0.632922] cma: enabled page replacement for spfn=d7000, epfn=f0000
[ 0.632927] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.632940] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 0.632964] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[ 0.632970] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[ 0.632982] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[ 0.632991] nvmap_page_pool_init: Total RAM pages: 1011974
[ 0.632997] nvmap_page_pool_init: nvmap page pool size: 126496 pages (494 MB)
[ 0.633080] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.633564] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[ 0.634499] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[ 0.642718] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[ 0.643159] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[ 0.643517] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.643791] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.643973] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 0.644245] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.644249] pre_t19x_iso_plat_init(): max_iso_bw=11520000KB
[ 0.644393] NET: Registered protocol family 2
[ 0.645005] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.645215] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.645714] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.645857] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.646008] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.646267] NET: Registered protocol family 1
[ 0.646798] RPC: Registered named UNIX socket transport module.
[ 0.646803] RPC: Registered udp transport module.
[ 0.646807] RPC: Registered tcp transport module.
[ 0.646810] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.646823] PCI: CLS 0 bytes, default 64
[ 0.647085] Trying to unpack rootfs image as initramfs…
[ 0.877155] Freeing initrd memory: 5356K
[ 0.887117] host1x 50000000.host1x: initialized
[ 0.891427] audit: initializing netlink subsys (disabled)
[ 0.891499] audit: type=2000 audit(0.747:1): initialized
[ 0.891838] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.900269] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.901127] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.901537] 9p: Installing v9fs 9p2000 file system support
[ 0.904556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.904701] io scheduler noop registered
[ 0.904844] io scheduler cfq registered (default)
[ 0.907177] gic 702f9000.agic: GIC IRQ controller registered
[ 0.910158] iommu: Adding device 702ef000.adsp to group 33
[ 0.919040] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[ 0.919185] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[ 0.919780] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x7227c10
[ 0.919789] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[ 0.921408] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[ 0.921508] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[ 0.921608] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[ 0.921791] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[ 0.921883] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[ 0.922389] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[ 0.922481] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[ 0.922567] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[ 0.922672] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[ 0.922769] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[ 0.928935] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[ 0.930706] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[ 0.931563] knl–>in tegra_pcie_probe
[ 0.932579] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[ 0.933780] knl–>in pcie_delayed_detect
[ 0.933784] knl–>in tegra_pcie_probe_complete
[ 0.933788] knl–>in tegra_pcie_init
[ 0.933854] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[ 0.934255] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[ 0.935476] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.935692] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[ 0.935938] Adding domain tsec-pd to PM domain host1x-pd
[ 0.938392] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[ 0.939279] tsec 54500000.tsec: initialized
[ 0.940852] tsec 54100000.tsecb: initialized
[ 0.941562] Adding domain nvdec-pd to PM domain host1x-pd
[ 0.945074] nvdec 54480000.nvdec: initialized
[ 0.946220] Adding domain vic03-pd to PM domain host1x-pd
[ 0.946403] Adding domain msenc-pd to PM domain host1x-pd
[ 0.946559] Adding domain nvjpg-pd to PM domain host1x-pd
[ 0.950883] falcon 54340000.vic: initialized
[ 0.952111] falcon 544c0000.nvenc: initialized
[ 0.953383] falcon 54380000.nvjpg: initialized
[ 0.958171] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[ 0.958265] display board info: id 0x0, fab 0x0
[ 0.958330] generic_infoframe_type: 0x87
[ 0.958468] tegradc tegradc.0: DT parsed successfully
[ 0.958516] tegradc tegradc.0: Display dc.ffffff800a7c0000 registered with id=0
[ 0.959237] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 640x480 (on 0x0mm) pclk=25173906
[ 0.962346] tegradc tegradc.0: probed
[ 0.966101] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[ 0.972965] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 22 channels
[ 0.973872] tegra-fuse-burn 7000f800.efuse:efuse-burn: shutdown limit check disabled
[ 0.973881] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[ 0.974307] kfuse 7000fc00.kfuse: initialized
[ 0.975772] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[ 0.976798] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.978291] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[ 0.978306] vdd-cpu: 708 <–> 1322 mV at 708 mV
[ 0.978794] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[ 0.980388] vdd-gpu: applied init 1000000uV constraint
[ 0.980395] vdd-gpu: 708 <–> 1323 mV at 997 mV
[ 0.980791] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[ 0.984829] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.984937] No Device Node present for smmu client: serial8250 !!
[ 0.984946] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 0.984983] iommu: Adding device serial8250 to group 35
[ 0.987394] console [ttyS0] disabled
[ 0.987489] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[ 0.997813] console [ttyS0] enabled
[ 0.998211] Console: switching to colour frame buffer device 80x30
[ 0.998253] tegradc tegradc.0: fb registered
[ 0.999424] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[ 0.999973] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[ 1.001428] knl–>request ok, gpio = 66
[ 1.001451] knl–>request ok, gpio = 62
[ 1.001464] knl–>request ok, gpio = 16
[ 1.001474] knl–>request ok, gpio = 17
[ 1.001485] knl–>request ok, gpio = 18
[ 1.001495] knl–>request ok, gpio = 19
[ 1.001739] knl–>name = gpio_lcd, index = 66, val = 1
[ 1.001747] knl–>name = gpio_usb, index = 62, val = 1
[ 1.001754] knl–>name = gpio_wifi, index = 19, val = 0
[ 1.001761] knl–>name = gpio_4g_power_ctl, index = 16, val = 1
[ 1.001794] knl–>name = gpio_4g_reset, index = 18, val = 0
[ 1.001800] knl–>name = gpio_4g_power_on, index = 17, val = 0
[ 1.006054] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[ 1.006100] tegradc tegradc.0: hdmi: tmds rate:25174K prod-setting:prod_c_hdmi_0m_54m
[ 1.006584] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[ 1.006596] tegradc tegradc.0: hdmi: BL set VIC 0
[ 1.006602] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[ 1.007066] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1.007072] Extcon AUX1(HDMI) enable
[ 1.007936] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[ 1.008011] tegradc tegradc.1: No lt-data, using default setting
[ 1.008038] tegradc tegradc.1: No hpd-gpio in DT
[ 1.008070] tegradc tegradc.1: DT parsed successfully
[ 1.008116] tegradc tegradc.1: Display dc.ffffff800d140000 registered with id=1
[ 1.009464] tegradc tegradc.1: dpd enable lookup fail:-19
[ 1.019201] tegradc tegradc.1: probed
[ 1.019525] tegradc tegradc.1: fb registered
[ 1.021951] knl–>name = gpio_4g_power_on, index = 17, val = 1
[ 1.021958] knl–>queue_delayed_work for module_4g
[ 1.022064] knl–>in roborock_version_init
[ 1.022719] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 1.022727] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 1.022737] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 1.022750] tegradc tegradc.1: blank - powerdown
[ 1.022769] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[ 1.022775] Extcon DP: HPD disabled
[ 1.022778] hpd: hpd_switch 0
[ 1.022782] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 1.022790] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 1.022797] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 1.022899] knl–>in roborock_version_probe
[ 1.022978] [drm] Initialized
[ 1.042550] brd: module loaded
[ 1.046349] tegradc tegradc.0: nominal-pclk:25174825 parent:25173906 div:1.0 pclk:25173906 24923052~27440532
[ 1.051519] loop: module loaded
[ 1.051589] tegra_profiler: version: 1.141, samples/io: 48/28
[ 1.051678] tegra_profiler: auth: init
[ 1.052274] THERMAL EST: found 2 subdevs
[ 1.052280] THERMAL EST num_resources: 0
[ 1.052285] [THERMAL EST subdev 0]
[ 1.052292] [THERMAL EST subdev 1]
[ 1.052613] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[ 1.052616] THERMAL EST: thz register success.
[ 1.052712] THERMAL EST: end of probe, return err: 0
[ 1.053254] sd: No Scsi addr parsed to reserve index
[ 1.053279] hisi_sas: driver version v1.6
[ 1.061865] libphy: Fixed MDIO Bus: probed
[ 1.062418] tun: Universal TUN/TAP device driver, 1.6
[ 1.062422] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 1.063097] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.063101] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.063146] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.063149] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.063187] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.063191] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.063230] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 1.063233] Copyright(c) 1999 - 2017 Intel Corporation.
[ 1.063977] PPP generic driver version 2.4.2
[ 1.064099] PPP BSD Compression module registered
[ 1.064103] PPP Deflate Compression module registered
[ 1.064118] PPP MPPE Compression module registered
[ 1.064122] NET: Registered protocol family 24
[ 1.064170] usbcore: registered new interface driver r8152
[ 1.064211] usbcore: registered new interface driver asix
[ 1.064244] usbcore: registered new interface driver ax88179_178a
[ 1.064275] usbcore: registered new interface driver cdc_ether
[ 1.064307] usbcore: registered new interface driver net1080
[ 1.064339] usbcore: registered new interface driver cdc_subset
[ 1.064372] usbcore: registered new interface driver zaurus
[ 1.064408] usbcore: registered new interface driver simcom_wwan
[ 1.064446] usbcore: registered new interface driver cdc_ncm
[ 1.064563] VFIO - User Level meta-driver version: 0.3
[ 1.065233] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.065243] ehci-pci: EHCI PCI platform driver
[ 1.065280] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.065288] ohci-pci: OHCI PCI platform driver
[ 1.065322] ohci-platform: OHCI generic platform driver
[ 1.067269] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[ 1.067807] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[ 1.068850] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f943b400 id
[ 1.069861] usbcore: registered new interface driver uas
[ 1.069936] usbcore: registered new interface driver usb-storage
[ 1.070012] usbcore: registered new interface driver usbserial
[ 1.070045] usbcore: registered new interface driver option
[ 1.070075] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.073004] tegra-xudc-new 700d0000.xudc: device count: 1
[ 1.073931] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[ 1.073961] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 1.073979] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[ 1.074684] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[ 1.074717] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[ 1.074900] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.074906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.074912] usb usb1: Product: xHCI Host Controller
[ 1.074916] usb usb1: Manufacturer: Linux 4.9.140 xhci-hcd
[ 1.074920] usb usb1: SerialNumber: 70090000.xusb
[ 1.075316] hub 1-0:1.0: USB hub found
[ 1.075352] hub 1-0:1.0: 5 ports detected
[ 1.075830] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 1.075842] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[ 1.075913] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 1.076002] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.076008] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.076012] usb usb2: Product: xHCI Host Controller
[ 1.076017] usb usb2: Manufacturer: Linux 4.9.140 xhci-hcd
[ 1.076021] usb usb2: SerialNumber: 70090000.xusb
[ 1.076366] hub 2-0:1.0: USB hub found
[ 1.076397] hub 2-0:1.0: 4 ports detected
[ 1.076645] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[ 1.076656] tegra-xudc-new 700d0000.xudc: vbus state: 0
[ 1.076677] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 1.076925] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 1.077391] mousedev: PS/2 mouse device common for all mice
[ 1.077451] usbcore: registered new interface driver xpad
[ 1.077514] cyttsp5_i2c_probe, 137
[ 1.081040] cyttsp5_i2c_adapter 0-0024: cyttsp5_init: INIT CYTTSP RST gpio=194 and IRQ gpio=224 r=0
[ 1.081372] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[ 1.081479] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[ 1.081514] cyttsp5_i2c_adapter 0-0024: cyttsp5_get_hid_descriptor_: failed to get HID descriptor length and version, rc=-121
[ 1.092836] cyttsp5_i2c_adapter 0-0024: cyttsp5_startup_: Error on getting HID descriptor r=-121
[ 1.101745] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[ 1.110062] tegradc tegradc.0: blank - powerdown
[ 1.150100] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1.150103] Extcon AUX1(HDMI) disable
[ 1.178032] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[ 1.181790] tegradc tegradc.0: unblank
[ 1.201926] cyttsp5_i2c_adapter 0-0024: cyttsp5_xres: RESET CYTTSP gpio=194 r=0
[ 1.224501] tegradc tegradc.0: nominal-pclk:69300000 parent:69300000 div:1.0 pclk:69300000 68607000~75537000
[ 1.224584] tegradc tegradc.0: hdmi: tmds rate:69300K prod-setting:prod_c_hdmi_54m_75m
[ 1.242512] tegradc tegradc.0: sync windows ret = 246
[ 1.264570] extcon-disp-state extcon:disp-state: cable 51 state 1
[ 1.264574] Extcon HDMI: HPD enabled
[ 1.264594] tegradc tegradc.0: hdmi: plugged
[ 1.370869] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1.401916] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 1.430528] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411
[ 1.430534] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.430539] usb 1-2: Product: 4-Port USB 2.1 Hub
[ 1.430544] usb 1-2: Manufacturer: Generic
[ 1.431856] hub 1-2:1.0: USB hub found
[ 1.432439] hub 1-2:1.0: 4 ports detected
[ 1.721917] usb 1-2.4: new high-speed USB device number 3 using tegra-xusb
[ 1.742487] usb 1-2.4: New USB device found, idVendor=0bda, idProduct=c811
[ 1.742494] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.742498] usb 1-2.4: Product: 802.11ac NIC
[ 1.742503] usb 1-2.4: Manufacturer: Realtek
[ 1.742507] usb 1-2.4: SerialNumber: 123456
[ 1.775061] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1.837913] knl–>in module_4g_delayed_work_func
[ 1.837919] knl–>name = gpio_4g_power_on, index = 17, val = 0
[ 2.179294] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 2.181312] tegra-pcie 1003000.pcie: link 0 down, ignoring
[ 2.287029] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[ 2.287037] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.287042] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[ 2.287047] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[ 2.287053] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.287080] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[ 2.287157] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.287353] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.287488] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[ 2.287515] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 2.287548] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref]
[ 2.287571] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.287712] pci 0000:01:00.0: supports D1 D2
[ 2.287717] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.297964] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.297998] pci 0000:00:02.0: BAR 15: assigned [mem 0x20000000-0x200fffff 64bit pref]
[ 2.298005] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 2.298014] pci 0000:01:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref]
[ 2.298035] pci 0000:01:00.0: BAR 2: assigned [mem 0x20004000-0x20004fff 64bit pref]
[ 2.298054] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 2.298064] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 2.298070] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
[ 2.298078] pci 0000:00:02.0: bridge window [mem 0x20000000-0x200fffff 64bit pref]
[ 2.298300] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[ 2.298305] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 2.298311] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[ 2.298413] aer 0000:00:02.0:pcie002: service driver aer loaded
[ 2.298565] r8168 0000:01:00.0: enabling device (0000 → 0003)
[ 2.298585] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[ 2.319739] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[ 2.319806] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e9:c5:3f from device tree
[ 2.320245] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 2.320262] r8168 Copyright (C) 2017 Realtek NIC software team nicfae@realtek.com
This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/.
This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/.
[ 5.234275] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[ 5.234281] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[ 5.562306] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[ 5.590358] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[ 5.590364] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.590369] usb 2-1: Product: 4-Port USB 3.1 Hub
[ 5.590373] usb 2-1: Manufacturer: Generic
[ 5.594118] hub 2-1:1.0: USB hub found
[ 5.594897] hub 2-1:1.0: 4 ports detected
[ 5.745918] usb 2-1: usb_suspend_both: status 0
[ 5.746053] usb usb2: usb_suspend_both: status 0
[ 6.253924] cyttsp5_i2c_adapter 0-0024: cyttsp5_reset_and_wait: reset timed out
[ 6.261311] cyttsp5_i2c_adapter 0-0024: cyttsp5_startup_: Error on h/w reset r=-62
[ 6.269037] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[ 6.369922] cyttsp5_i2c_adapter 0-0024: cyttsp5_xres: RESET CYTTSP gpio=194 r=0
[ 6.391495] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[ 6.653922] usb 1-3: new high-speed USB device number 4 using tegra-xusb
[ 6.687960] usb 1-3: New USB device found, idVendor=1e0e, idProduct=9001
[ 6.687967] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6.687972] usb 1-3: Product: SimTech, Incorporated
[ 6.687977] usb 1-3: Manufacturer: SimTech, Incorporated
[ 6.687982] usb 1-3: SerialNumber: 0123456789ABCDEF
[ 6.691083] simcom_wwan: probe of 1-3:1.0 failed with error -22
[ 6.691239] option 1-3:1.0: GSM modem (1-port) converter detected
[ 6.691442] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB0
[ 6.691567] simcom_wwan: probe of 1-3:1.1 failed with error -22
[ 6.691716] option 1-3:1.1: GSM modem (1-port) converter detected
[ 6.691898] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB1
[ 6.692163] simcom_wwan: probe of 1-3:1.2 failed with error -22
[ 6.692310] option 1-3:1.2: GSM modem (1-port) converter detected
[ 6.692489] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB2
[ 6.692743] simcom_wwan: probe of 1-3:1.3 failed with error -22
[ 6.692888] option 1-3:1.3: GSM modem (1-port) converter detected
[ 6.693066] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB3
[ 6.693320] simcom_wwan: probe of 1-3:1.4 failed with error -22
[ 6.693459] option 1-3:1.4: GSM modem (1-port) converter detected
[ 6.693643] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB4
[ 6.694863] simcom usbnet bind here
[ 6.695980] simcom_wwan 1-3:1.5 wwan0: register ‘simcom_wwan’ at usb-70090000.xusb-3, SIMCOM wwan/QMI device, 2a:d9:9b:99:4e:de
[ 11.373922] cyttsp5_i2c_adapter 0-0024: cyttsp5_reset_and_wait: reset timed out
[ 11.381404] cyttsp5_i2c_adapter 0-0024: cyttsp5_startup_: Error on h/w reset r=-62
[ 11.389129] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[ 11.489921] cyttsp5_i2c_adapter 0-0024: cyttsp5_xres: RESET CYTTSP gpio=194 r=0
[ 14.618384] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 2
[ 14.618408] usb 1-3: USB disconnect, device number 4
[ 14.618739] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[ 14.618769] option 1-3:1.0: device disconnected
[ 14.619097] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[ 14.619134] option 1-3:1.1: device disconnected
[ 14.619448] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
[ 14.619474] option 1-3:1.2: device disconnected
[ 14.619788] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3
[ 14.619816] option 1-3:1.3: device disconnected
[ 14.620127] option1 ttyUSB4: GSM modem (1-port) converter now disconnected from ttyUSB4
[ 14.620155] option 1-3:1.4: device disconnected
[ 14.620315] simcom_wwan 1-3:1.5 wwan0: unregister ‘simcom_wwan’ usb-70090000.xusb-3, SIMCOM wwan/QMI device
[ 14.638705] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[ 14.901919] usb 1-3: new high-speed USB device number 5 using tegra-xusb
[ 14.935975] usb 1-3: New USB device found, idVendor=1e0e, idProduct=9001
[ 14.935982] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 14.935987] usb 1-3: Product: SimTech, Incorporated
[ 14.935992] usb 1-3: Manufacturer: SimTech, Incorporated
[ 14.935996] usb 1-3: SerialNumber: 0123456789ABCDEF
[ 14.939069] simcom_wwan: probe of 1-3:1.0 failed with error -22
[ 14.939224] option 1-3:1.0: GSM modem (1-port) converter detected
[ 14.939407] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB0
[ 14.939527] simcom_wwan: probe of 1-3:1.1 failed with error -22
[ 14.939674] option 1-3:1.1: GSM modem (1-port) converter detected
[ 14.939847] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB1
[ 14.940094] simcom_wwan: probe of 1-3:1.2 failed with error -22
[ 14.940247] option 1-3:1.2: GSM modem (1-port) converter detected
[ 14.940414] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB2
[ 14.940665] simcom_wwan: probe of 1-3:1.3 failed with error -22
[ 14.940812] option 1-3:1.3: GSM modem (1-port) converter detected
[ 14.940977] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB3
[ 14.941222] simcom_wwan: probe of 1-3:1.4 failed with error -22
[ 14.941375] option 1-3:1.4: GSM modem (1-port) converter detected
[ 14.941549] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB4
[ 14.942640] simcom usbnet bind here
[ 14.943790] simcom_wwan 1-3:1.5 wwan0: register ‘simcom_wwan’ at usb-70090000.xusb-3, SIMCOM wwan/QMI device, 2a:d9:9b:99:4e:de
[ 16.493923] cyttsp5_i2c_adapter 0-0024: cyttsp5_reset_and_wait: reset timed out
[ 16.501439] cyttsp5_i2c_adapter 0-0024: cyttsp5_startup_: Error on h/w reset r=-62
[ 16.509164] tegra-i2c 7000c000.i2c: no acknowledge from address 0x24
[ 16.509194] cyttsp5_i2c_adapter 0-0024: cyttsp5_hid_exec_cmd_: Fail cyttsp5_adap_transfer
[ 16.517578] cyttsp5_i2c_adapter 0-0024: cyttsp5_hid_cmd_set_power_: Failed to set power to state:1
[ 16.526619] cyttsp5_i2c_adapter 0-0024: cyttsp5_core_rt_suspend: Error on sleep
[ 16.534124] cyttsp5_i2c_adapter 0-0024: cyttsp5_probe: Fail initial startup r=-19
[ 16.541781] cyttsp5_i2c_adapter 0-0024: cyttsp5_init: INIT CYTTSP RST gpio=194 and IRQ gpio=224 r=0
[ 16.541787] cyttsp5_i2c_adapter 0-0024: cyttsp5_probe failed.
[ 16.547705] cyttsp5_debug_init: Parade TTSP Debug Driver (Built TTDA.03.08.874312) rc=0
[ 16.547710] cyttsp5_loader_init: Parade TTSP FW Loader Driver (Built TTDA.03.08.874312) rc=0
[ 16.547715] cyttsp5_device_access_init: Parade TTSP Device Access Driver (Built TTDA.03.08.874312) rc=0
[ 16.675129] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 16.677322] rtc rtc1: alarm rtc device
[ 16.677335] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[ 16.677353] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[ 16.677790] i2c /dev entries driver
[ 16.679297] i2c i2c-6: Added multiplexed i2c bus 7
[ 16.679613] i2c i2c-6: Added multiplexed i2c bus 8
[ 16.679619] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[ 16.680295] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 16.682258] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[ 16.682265] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[ 16.682561] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 16.682574] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[ 16.682581] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[ 16.682705] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 16.682715] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[ 16.682722] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[ 16.682867] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 16.682876] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[ 16.682881] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[ 16.683074] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[ 16.683614] tegra_aotag tegra-aotag: Registering sensor 0
[ 16.683660] tegra_aotag tegra-aotag: Invalid temp readout
[ 16.683681] tegra_aotag tegra-aotag: Invalid temp readout
[ 16.683698] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[ 16.683707] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[ 16.684618] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 16.684634] tegra_dfll_action dfll-cdev-cap: Tegra DFLL ‘cap cooling device’ registered
[ 16.684820] tegra_aotag tegra-aotag: Invalid temp readout
[ 16.684843] tegra_dfll_action dfll-cdev-floor: Tegra DFLL ‘floor cooling device’ registered
[ 16.685285] parse_throttle_dt_data: Num cap clks = 6
[ 16.685291] parse_throttle_dt_data: clk=cclk_g type=2
[ 16.685299] parse_throttle_dt_data: clk=gpu type=4
[ 16.685319] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[ 16.685336] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[ 16.685356] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[ 16.685360] parse_throttle_dt_data: clk=emc type=3
[ 16.685718] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 16.685842] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 16.685973] tegra_throttle_probe: probe successful. #cdevs=4
[ 16.686565] FAN dev name: pwm-fan
[ 16.686604] FAN:gpio request success.
[ 16.686654] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 16.686875] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[ 16.686983] pwm_fan_driver pwm-fan: fan tach request irq success
[ 16.686991] pwm_fan_driver pwm-fan: tach period: 1000
[ 16.687063] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 16.687069] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 16.687074] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 16.687079] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 16.687084] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 16.687089] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 16.687093] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 16.687098] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 16.687103] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 16.687108] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 16.687731] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[ 16.687980] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[ 16.687984] rock.watchdog–>initialized ok, timeout = 120 sec, nowayout = 1
[ 16.688478] device-mapper: uevent: version 1.0.3
[ 16.688781] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 16.691474] tegra210-cpufreq cpufreq: probe()…completed
[ 16.692188] sdhci: Secure Digital Host Controller Interface driver
[ 16.692191] sdhci: Copyright(c) Pierre Ossman
[ 16.692193] sdhci-pltfm: SDHCI platform and OF driver helper
[ 16.692542] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
[ 16.697204] sdhci-tegra sdhci-tegra.2: Client registration for eMC Successful
[ 16.701478] tegra-se 70012000.se: tegra_se_probe: complete
[ 16.702027] hidraw: raw HID events driver (C) Jiri Kosina
[ 16.703176] usbcore: registered new interface driver usbhid
[ 16.703180] usbhid: USB HID core driver
[ 16.705285] tegra21x_actmon 6000c800.actmon: in actmon_register()…
[ 16.705452] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[ 16.707152] nvpmodel: initialized successfully
[ 16.708149] usbcore: registered new interface driver snd-usb-audio
[ 16.708206] No Device Node present for smmu client: snd-soc-dummy !!
[ 16.708212] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 16.708231] iommu: Adding device snd-soc-dummy to group 36
[ 16.709086] rock.sndcard–>in tas5805m_i2c_probe
[ 16.709375] tegra-i2c 7000c500.i2c: no acknowledge from address 0x2d
[ 16.709405] tas5805m 2-002d: Failed to initialize TAS5805M: -121, tas5805m_init_sequence_1
[ 16.717863] rock.sndcard–>Failed to initialize TAS5805M: -121, tas5805m_init_sequence_1
[ 16.717922] FAN rising trip_level:1 cur_temp:39000 trip_temps[2]:51000
[ 16.717960] tas5805m: probe of 2-002d failed with error -121
[ 16.718957] u32 classifier
[ 16.718959] Actions configured
[ 16.719028] Initializing XFRM netlink socket
[ 16.719335] NET: Registered protocol family 10
[ 16.719889] NET: Registered protocol family 17
[ 16.719901] NET: Registered protocol family 15
[ 16.719916] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 16.719934] 9pnet: Installing 9P2000 support
[ 16.719967] Key type dns_resolver registered
[ 16.721513] Registered cp15_barrier emulation handler
[ 16.721522] Registered setend emulation handler
[ 16.722600] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[ 16.723188] registered taskstats version 1
[ 16.723757] Adding domain ve2-pd to PM domain host1x-pd
[ 16.723994] Adding domain ve-pd to PM domain host1x-pd
[ 16.726199] isp 54600000.isp: initialized
[ 16.727148] isp 54680000.isp: initialized
[ 16.734000] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
[ 16.736980] last reset is due to power on reset
[ 16.736985] KERNEL: PMC reset status reg: 0x0
[ 16.737047] BL: PMC reset status reg: 0x0
[ 16.737049] BL: PMIC poweroff Event Recorder: 0x40
[ 16.738582] clk_cbus_recalc_rate: no gbus parent
[ 16.738589] clk_cbus_round_rate: no gbus parent
[ 16.738591] clk_cbus_round_rate: no gbus parent
[ 16.738599] clk_cbus_recalc_rate: no gbus parent
[ 16.738690] clk_cbus_recalc_rate: no gbus parent
[ 16.738694] clk_cbus_round_rate: no gbus parent
[ 16.738696] clk_cbus_round_rate: no gbus parent
[ 16.738700] clk_cbus_recalc_rate: no gbus parent
[ 16.739365] tegra_dvfs: GPU-cap: registered
[ 16.739419] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[ 16.739422] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[ 16.739424] tegra dvfs: vdd-gpu: nominal 1068mV, offset 708000uV, step 10000uV, scaling enabled
[ 16.740789] tegra_dvfs: vdd-gpu-vts: registered
[ 16.741469] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS ‘floor cooling device’ registered
[ 16.741934] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA 64-bit with 64 bit addr
[ 16.742144] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS ‘cap cooling device’ registered
[ 16.742644] input: gpio-keys as /devices/gpio-keys/input/input1
[ 16.776055] tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 01:03:43 UTC (946688623)
[ 16.777101] vi 54080000.vi: vi_probe: ++
[ 16.779707] vi 54080000.vi: initialized
[ 16.781801] vi 54080000.vi: subdev nvcsi–2 bound
[ 16.782023] vi 54080000.vi: subdev nvcsi–1 bound
[ 16.783647] Disable partitions left on by BL
[ 16.783651] disb
[ 16.783697] bwmgr: missing cdev-type property
[ 16.783789] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 16.783796] DRAM derating cdev registered.
[ 16.784813] vdd-fan: disabling
[ 16.784816] vdd-usb-vbus: disabling
[ 16.784819] vdd-usb-vbus2: disabling
[ 16.784827] vddio-sdmmc-ap: disabling
[ 16.784915] vdd-3v3-sd: disabling
[ 16.784920] avdd-io-edp-1v05: disabling
[ 16.784923] vdd-usb-hub-en: disabling
[ 16.785003] ALSA device list:
[ 16.785006] #0: tegra-hda at 0x70038000 irq 82
[ 16.785789] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 16.786299] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[ 16.787189] Freeing unused kernel memory: 6208K
[ 16.790530] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB
[ 16.790711] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB
[ 16.795184] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[ 16.799695] 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
[ 16.819488] Root device found: mmcblk0p1
[ 16.820552] Found dev node: /dev/mmcblk0p1
[ 16.943762] EXT4-fs (mmcblk0p1): recovery complete
[ 16.944560] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 16.945314] Rootfs mounted over mmcblk0p1
[ 16.956525] Switching from initrd to actual rootfs
[ 17.034966] systemd[1]: System time before build time, advancing clock.
[ 17.049361] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 17.060482] cgroup: cgroup2: unknown option “nsdelegate”
[ 17.074527] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 17.075290] systemd[1]: Detected architecture arm64.
[ 17.095871] systemd[1]: Set hostname to .
[ 17.187435] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 17.187445] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 17.272547] random: systemd: uninitialized urandom read (16 bytes read)
[ 17.272762] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 17.272862] random: systemd: uninitialized urandom read (16 bytes read)
[ 17.273297] systemd[1]: Created slice System Slice.
[ 17.273354] random: systemd: uninitialized urandom read (16 bytes read)
[ 17.273472] systemd[1]: Listening on udev Kernel Socket.
[ 17.273626] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 17.273762] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 17.311118] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 17.365038] nvgpu: 57000000.gpu gm20b_init_clk_setup_sw:1268 [INFO] GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[ 17.522095] systemd-journald[1923]: Received request to flush runtime journal from PID 1
[ 18.231232] random: crng init done
[ 18.234670] random: 7 urandom warning(s) missed due to ratelimiting
[ 18.346040] usbcore: registered new interface driver rtl8821cu
[ 18.755093] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: (null)
[ 18.766399] EXT4-fs (mmcblk0p6): mounted filesystem without journal. Opts: (null)
[ 18.767030] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[ 18.776672] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
[ 18.781781] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[ 18.802424] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
[ 18.853743] eth0: 0xffffff800a4b5000, 00:04:4b:e9:c5:3f, IRQ 406
[ 18.961114] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 19.325996] using random self ethernet address
[ 19.331792] using random host ethernet address
[ 19.707775] Mass Storage Function, version: 2009/09/11
[ 19.707781] LUN: removable file: (no medium)
[ 19.722332] using random self ethernet address
[ 19.722334] using random host ethernet address
[ 19.895983] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.200097] tegradc tegradc.0: nominal-pclk:69300000 parent:69300000 div:1.0 pclk:69300000 68607000~75537000
[ 20.200147] tegradc tegradc.0: blank - normal
[ 20.708747] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[ 20.713599] tegradc tegradc.0: unblank
[ 20.716933] tegradc tegradc.0: sync windows ret = 249
[ 20.726964] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.804920] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 21.643323] rock.uart–>in tegra_set_baudrate
[ 21.643329] rock.uart–>baudrate_set = 115200
[ 21.643331] rock.uart–>clkrate_set = 1861632
[ 21.643341] rock.uart–>clkrate_cfg = 1858770
[ 21.643343] rock.uart–>baudrate_cfg = 116173
[ 21.643347] rock.uart–>out tegra_set_baudrate
[ 21.643383] rock.uart–>in tegra_uart_set_termios
[ 21.643386] rock.uart–>uart: 1
[ 21.643416] rock.uart–>in tegra_set_baudrate
[ 21.643417] rock.uart–>baudrate_set = 9600
[ 21.643419] rock.uart–>clkrate_set = 153600
[ 21.643426] rock.uart–>clkrate_cfg = 153586
[ 21.643428] rock.uart–>baudrate_cfg = 9599
[ 21.645103] zram: Added device: zram0
[ 21.645519] rock.uart–>out tegra_set_baudrate
[ 21.647280] rock.uart–>in tegra_set_baudrate
[ 21.647285] rock.uart–>baudrate_set = 115200
[ 21.647287] rock.uart–>clkrate_set = 1861632
[ 21.647297] rock.uart–>clkrate_cfg = 1858770
[ 21.647299] rock.uart–>baudrate_cfg = 116173
[ 21.647476] rock.uart–>out tegra_set_baudrate
[ 21.647499] rock.uart–>in tegra_uart_set_termios
[ 21.647502] rock.uart–>uart: 1
[ 21.647506] rock.uart–>in tegra_set_baudrate
[ 21.647508] rock.uart–>baudrate_set = 9600
[ 21.647510] rock.uart–>clkrate_set = 153600
[ 21.647516] rock.uart–>clkrate_cfg = 153586
[ 21.647518] rock.uart–>baudrate_cfg = 9599
[ 21.649606] rock.uart–>out tegra_set_baudrate
[ 21.649732] rock.uart–>in tegra_uart_set_termios
[ 21.649735] rock.uart–>uart: 1
[ 21.649740] rock.uart–>in tegra_set_baudrate
[ 21.649742] rock.uart–>baudrate_set = 115200
[ 21.649744] rock.uart–>clkrate_set = 1861632
[ 21.649752] rock.uart–>clkrate_cfg = 1858770
[ 21.649753] rock.uart–>baudrate_cfg = 116173
[ 21.650009] rock.uart–>out tegra_set_baudrate
[ 21.652656] zram: Added device: zram1
[ 21.658560] zram: Added device: zram2
[ 21.664059] zram: Added device: zram3
[ 21.681254] zram0: detected capacity change from 0 to 519610368
[ 21.725412] Adding 507428k swap on /dev/zram0. Priority:5 extents:1 across:507428k SS
[ 21.730746] zram1: detected capacity change from 0 to 519610368
[ 21.756767] Adding 507428k swap on /dev/zram1. Priority:5 extents:1 across:507428k SS
[ 21.766640] zram2: detected capacity change from 0 to 519610368
[ 21.789494] Adding 507428k swap on /dev/zram2. Priority:5 extents:1 across:507428k SS
[ 21.794641] zram3: detected capacity change from 0 to 519610368
[ 21.808519] Adding 507428k swap on /dev/zram3. Priority:5 extents:1 across:507428k SS
[ 22.034429] r8168: eth0: link up
[ 22.034574] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 48.954254] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)

u-boot has support for PCIe device enumeration
It looks like the u-boot is not able to uninitialize the SSD properly in this case. The best we can think of is to not go into the u-boot shell while booting.

Hi, vidyas!

Thank you very much for replying!

We found that all things would be okay when we shutdown the power and reboot the ssd and jetson nano again.

So we’ve to add one gpio pin to control the ssd’s power.

Best regards.
wujz