can not detect sd card

dear sir

We have a custom board with a sd card connected to SDMMC3 (CLK/CMD/DATA is connected to Nano pin #229, 227, 219, 221, 223, 225).but we do not connect sd_detect to gpio8(designed error),so we reference another tx2 custom board,connect gpio8 to gnd(is wordked fine on tx2),I modified the dts files according to the link https://devtalk.nvidia.com/default/topic/1062120/jetson-nano/microsd-card-not-detected-on-jetson-nano-production-module/

sdhci@700b0000 { /* SDMMC1 for SD card the comment is error*/
		status = "disabled";
	};
	sdhci@700b0400 { /* SDMMC3 for SD card */
		status = "okay";
		no-sdio;
		no-mmc;
		sd-uhs-sdr104;
		sd-uhs-sdr50;
		sd-uhs-sdr25;
		sd-uhs-sdr12;
		mmc-ddr-1_8v;
		mmc-ocr-mask = <3>;
		uhs-mask = <0x0>;
		max-clk-limit = <100000>;
		tap-delay = <185>;
	};

but still can’t see /dev/mmcblk1

$ ls /dev/|grep mmc
mmcblk0
mmcblk0p1
mmcblk0p10
mmcblk0p11
mmcblk0p12
mmcblk0p13
mmcblk0p14
mmcblk0p2
mmcblk0p3
mmcblk0p4
mmcblk0p5
mmcblk0p6
mmcblk0p7
mmcblk0p8
mmcblk0p9
mmcblk0rpmb

the dmesg message find a error,how to correct this? mmc1: error -110 whilst initialising SD card

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.140 (wdg@wdg-HP-EliteBook-8560p) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #7 SMP PREEMPT Tue Nov 19 14:12:57 CST 2019
[    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] 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 @ffffffc0fefb0000 s61592 r8192 d32616 u102400
[    0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29504(90%)
[    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: 3570072K/4159488K available (15294K kernel code, 2930K rwdata, 6784K rodata, 8576K init, 609K bss, 114280K 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 - 0xffffff8009620000   (  6848 KB)
[    0.000000]       .init : 0xffffff8009620000 - 0xffffff8009e80000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e80000 - 0xffffff800a15c808   (  2931 KB)
[    0.000000]        .bss : 0xffffff800a15c808 - 0xffffff800a1f4dbc   (   610 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.001653] Console: colour dummy device 80x25
[    0.001673] console [tty0] enabled
[    0.001691] kmemleak: Kernel memory leak detector disabled
[    0.001708] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001722] pid_max: default: 32768 minimum: 301
[    0.002167] Security Framework initialized
[    0.002389] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.002397] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003502] ftrace: allocating 47199 entries in 185 pages
[    0.177003] sched-energy: CPU device node has no sched-energy-costs
[    0.177037] ASID allocator initialised with 65536 entries
[    0.215633] tegra-id: chipid=22117.
[    0.215647] tegra-id: opt_subrevision=0.
[    0.215665] Tegra Speedo/IDDQ fuse revision 4
[    0.215670] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[    0.215675] Tegra: CPU Process ID 1, SoC Process ID 1, GPU Process ID 0
[    0.215681] Tegra: CPU Speedo Value 2145, SoC Speedo Value 2051, GPU Speedo Value 2145
[    0.215685] Tegra: CPU IDDQ Value 2800, SoC IDDQ Value 3060, GPU IDDQ Value 3665
[    0.215704] Tegra Revision: A02 SKU: 0x8f CPU Process: 1 SoC Process: 1
[    0.215718] DTS File Name: /home/wdg/nvidia/Jetpack/JetPack_4.2.2_Linux_GA_P3448-0020/Linux_for_Tegra/source/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-B01-adas-0001.dts
[    0.215725] DTB Build time: Nov 20 2019 16:14:56
[    0.265027] CPU1: Booted secondary processor [411fd071]
[    0.296953] CPU2: Booted secondary processor [411fd071]
[    0.328925] CPU3: Booted secondary processor [411fd071]
[    0.329011] Brought up 4 CPUs
[    0.329018] SMP: Total of 4 processors activated.
[    0.329027] CPU features: detected feature: 32-bit EL0 Support
[    0.329292] CPU: All CPU(s) started at EL2
[    0.329309] alternatives: patching kernel code
[    0.337360] devtmpfs: initialized
[    0.374739] Initilizing CustomIPI irq domain
[    0.375159] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.375184] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.385694] pinctrl core: initialized pinctrl subsystem
[    0.386316] OS set in device tree is not L4T.
[    0.386705] regulator-dummy: no parameters
[    0.386987] Initializing plugin-manager
[    0.387099] Plugin module not found
[    0.387328] node /plugin-manager/fragement@0 match with board >=3448-0002-100
[    0.387900] node /plugin-manager/fragment@1 match with board >=3448-0002-101
[    0.388405] node /plugin-manager/fragment@3 match with board >=3448-0002-100
[    0.389154] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[    0.389604] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[    0.390240] node /plugin-manager/fragement@10 match with board >=3448-0002-300
[    0.390310] Node override does not have targer node
[    0.395234] NET: Registered protocol family 16
[    0.396581] pstore: using zlib compression
[    0.396640] console [pstore-1] enabled
[    0.396645] pstore: Registered ramoops as persistent store backend
[    0.396651] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[    0.413044] cpuidle: using governor menu
[    0.417344] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[    0.418950] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e84000)
[    0.418972] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.421495] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.424109] tegra_powergate_init: DONE
[    0.424124] DTS File Name: /home/wdg/nvidia/Jetpack/JetPack_4.2.2_Linux_GA_P3448-0020/Linux_for_Tegra/source/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-B01-adas-0001.dts
[    0.424129] DTB Build time: Nov 20 2019 16:14:56
[    0.425909] Tegra reboot handler registered.
[    0.430317] iommu: Adding device tegra-carveouts to group 0
[    0.430441] platform tegra-carveouts: domain=ffffffc0f943d318 allocates as[0]=ffffffc0f9bd40a8
[    0.430789] iommu: Adding device smmu_test to group 1
[    0.430833] platform smmu_test: domain=ffffffc0f943d558 allocates as[0]=ffffffc0f9bd4110
[    0.431630] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000
[    0.431688] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000
[    0.431745] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000
[    0.431753] nv-tegra-mc 70019000.mc: No mssnvlink node
[    0.431776] mc-err: mcerr ops are set to t21x
[    0.441142] iommu: Adding device 70090000.xusb to group 2
[    0.441420] iommu: Adding device 70006000.serial to group 3
[    0.441490] platform 70006000.serial: domain=ffffffc0f94b56d8 allocates as[0]=ffffffc0f9bd4178
[    0.441897] iommu: Adding device 70006040.serial to group 4
[    0.442168] iommu: Adding device 70006200.serial to group 5
[    0.442396] iommu: Adding device sound to group 6
[    0.442444] platform sound: domain=ffffffc0f94b5c18 allocates as[0]=ffffffc0f9bd41e0
[    0.442999] iommu: Adding device 7000d400.spi to group 7
[    0.443252] iommu: Adding device 7000d600.spi to group 8
[    0.443572] iommu: Adding device 50000000.host1x to group 9
[    0.443841] iommu: Adding device 54080000.vi to group 10
[    0.444237] iommu: Adding device 54600000.isp to group 11
[    0.444504] iommu: Adding device 54680000.isp to group 12
[    0.444778] iommu: Adding device tegradc.0 to group 13
[    0.444845] platform tegradc.0: domain=ffffffc0f94c29d8 allocates as[0]=ffffffc0f9bd4248
[    0.445515] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[    0.445858] iommu: Adding device tegradc.1 to group 14
[    0.445908] platform tegradc.1: domain=ffffffc0f94c2c18 allocates as[0]=ffffffc0f9bd42b0
[    0.446413] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[    0.446650] iommu: Adding device 54340000.vic to group 15
[    0.446852] iommu: Adding device 544c0000.nvenc to group 16
[    0.447045] iommu: Adding device 54500000.tsec to group 17
[    0.447242] iommu: Adding device 54100000.tsecb to group 18
[    0.447435] iommu: Adding device 54480000.nvdec to group 19
[    0.447627] iommu: Adding device 54380000.nvjpg to group 20
[    0.448699] iommu: Adding device 546c0000.i2c to group 21
[    0.449071] iommu: Adding device 57000000.gpu to group 22
[    0.449125] platform 57000000.gpu: domain=ffffffc0f94ccc18 allocates as[0]=ffffffc0f9bd4318
[    0.449160] platform 57000000.gpu: domain=ffffffc0f94ccc18 allocates as[1]=ffffffc0f9bd4380
[    0.449200] platform 57000000.gpu: domain=ffffffc0f94ccc18 allocates as[2]=ffffffc0f9bd43e8
[    0.449238] platform 57000000.gpu: domain=ffffffc0f94ccc18 allocates as[3]=ffffffc0f9bd4450
[    0.450124] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[    0.450135] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[    0.450148] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET
[    0.450152] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[    0.450156] tegra-pmc: ### PMC reset status reg: 0x3
[    0.501121] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.501130] tegra-pmc: Clear bootloader IO dpd settings
[    0.501149] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[    0.501212] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[    0.501503] iommu: Adding device 70012000.se to group 23
[    0.502347] iommu: Adding device 7000c000.i2c to group 24
[    0.502659] iommu: Adding device 7000c400.i2c to group 25
[    0.502960] iommu: Adding device 7000c500.i2c to group 26
[    0.503255] iommu: Adding device 7000c700.i2c to group 27
[    0.503554] iommu: Adding device 7000d000.i2c to group 28
[    0.503892] iommu: Adding device 7000d100.i2c to group 29
[    0.504197] iommu: Adding device sdhci-tegra.3 to group 30
[    0.504253] platform sdhci-tegra.3: domain=ffffffc0f94f3e58 allocates as[0]=ffffffc0f9bd44b8
[    0.504681] iommu: Adding device sdhci-tegra.2 to group 31
[    0.504739] platform sdhci-tegra.2: domain=ffffffc0f9568018 allocates as[0]=ffffffc0f9bd4520
[    0.505806] iommu: Adding device 700d0000.xudc to group 32
[    0.510035] vdd-ac-bat: 5000 mV 
[    0.510468] vdd-5v0-sys: 5000 mV 
[    0.511650] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[    0.511692] vdd-5v0-hdmi: 5000 mV 
[    0.512122] vdd-1v8-sys: 1800 mV 
[    0.512630] vdd-fan: supplied by vdd-5v0-sys
[    0.512664] vdd-fan: 5000 mV 
[    0.513165] vdd-usb-vbus: supplied by vdd-5v0-sys
[    0.513198] vdd-usb-vbus: 5000 mV 
[    0.513853] vdd-usb-vbus2: 5000 mV 
[    0.546042] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.548623] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[    0.549730] GPIO line 151 (camera-control-output-low) hogged as output/low
[    0.549748] GPIO line 152 (camera-control-output-low) hogged as output/low
[    0.549776] GPIO line 6 (system-suspend-gpio) hogged as output/high
[    0.549800] GPIO line 66 (mpu9250_interrupt) hogged as input
[    0.550196] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[    0.558143] eventlib_kernel: keventlib is initialized, test id: 0
[    0.558495] SCSI subsystem initialized
[    0.558720] libata version 3.00 loaded.
[    0.559004] usbcore: registered new interface driver usbfs
[    0.559058] usbcore: registered new interface driver hub
[    0.559129] usbcore: registered new device driver usb
[    0.563089] gpiochip_setup_dev: registered GPIOs 496 to 511 on device: gpiochip1 (tca9539)
[    0.565413] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[    0.567239] random: fast init done
[    0.569125] vdd-core: 600 <--> 1162 mV at 1075 mV 
[    0.569940] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[    0.573089] vdd-ddr-1v1: 1150 mV 
[    0.577041] vdd-pre-reg-1v35: 1350 mV 
[    0.581039] vdd-1v8: 1800 mV 
[    0.585038] avdd-sys-1v2: 1200 mV 
[    0.589040] vdd-pex-1v0: 1050 mV 
[    0.589579] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV 
[    0.590064] max77620-ldo3: at 3100 mV 
[    0.593039] vdd-rtc: 850 <--> 1100 mV at 1000 mV 
[    0.593574] max77620-ldo5: at 3100 mV 
[    0.597044] vddio-sdmmc3-ap: 1800 <--> 3300 mV at 2800 mV 
[    0.601037] avdd-1v05-pll: 1050 mV 
[    0.605036] avdd-io-hdmi-dp: 1050 mV 
[    0.606200] GPIO line 489 (spmic-default-output-high) hogged as output/high
[    0.606472] gpiochip_setup_dev: registered GPIOs 488 to 495 on device: gpiochip2 (max77620-gpio)
[    0.607809] max77620 4-003c: max77620 probe successful
[    0.610489] media: Linux media interface: v0.10
[    0.610545] Linux video capture interface: v2.00
[    0.611454] pps_core: LinuxPPS API ver. 1 registered
[    0.611460] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.611498] PTP clock support registered
[    0.615516] tegra_fiq_debugger_init: found FIQ source (IRQ 98)
[    0.621950] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[    0.622775] Advanced Linux Sound Architecture Driver Initialized.
[    0.623426] Bluetooth: Core ver 2.22
[    0.623472] NET: Registered protocol family 31
[    0.623477] Bluetooth: HCI device and connection manager initialized
[    0.623489] Bluetooth: HCI socket layer initialized
[    0.623500] Bluetooth: L2CAP socket layer initialized
[    0.623527] Bluetooth: SCO socket layer initialized
[    0.625314] tegra210_dvfs: no clock found for sdmmc2_ddr
[    0.625331] tegra210_dvfs: no clock found for sdmmc4_ddr
[    0.625379] tegra210_dvfs: no clock found for sdmmc1_ddr
[    0.625393] tegra210_dvfs: no clock found for sdmmc3_ddr
[    0.628582] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[    0.629658] vdd-3v3-sys: supplied by vdd-5v0-sys
[    0.629721] vdd-3v3-sys: 3300 mV 
[    0.630017] vdd-1v8-sys: supplied by vdd-3v3-sys
[    0.633037] vdd-usb-vbus2: supplied by vdd-3v3-sys
[    0.633524] vdd-3v3-sd: supplied by vdd-3v3-sys
[    0.633565] vdd-3v3-sd: 3300 mV 
[    0.634527] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[    0.634567] avdd-io-edp-1v05: 1050 mV 
[    0.634999] vdd-usb-hub-en: supplied by vdd-1v8-sys
[    0.635060] vdd-usb-hub-en: 5000 mV 
[    0.636351] pw-on-4g: 1800 mV 
[    0.637501] rst-4g: 1800 mV 
[    0.638639] en-4g-vdd-3v8: 3800 mV 
[    0.639788] en-aud-vdd-1v8: 1800 mV 
[    0.640957] en-aud-vdd-3v3: 3300 mV 
[    0.642125] en-aud-spk-5v0: 5000 mV 
[    0.643471] camchar: rtcpu character device driver loaded
[    0.644194] extcon-gpio-states extcon:extcon@1: Cable state:1, cable id:1
[    0.645632] clocksource: Switched to clocksource arch_sys_counter
[    0.686013] VFS: Disk quotas dquot_6.6.0
[    0.686144] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.686628] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.687018] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[    0.687034]  dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[    0.687229] cma: enabled page replacement for spfn=d7000, epfn=f0000
[    0.687234] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    0.687244] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    0.687269] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[    0.687275] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[    0.687286] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[    0.687294] nvmap_page_pool_init: Total RAM pages: 1011302
[    0.687299] nvmap_page_pool_init: nvmap page pool size: 126412 pages (493 MB)
[    0.687389] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.687919] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[    0.688824] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[    0.696886] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[    0.697300] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[    0.697551] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.697800] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.697989] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    0.698257] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[    0.698261] pre_t19x_iso_plat_init(): max_iso_bw=33280000KB
[    0.698703] NET: Registered protocol family 2
[    0.699741] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.699951] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.700447] TCP: Hash tables configured (established 32768 bind 32768)
[    0.700599] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.700680] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.701084] NET: Registered protocol family 1
[    0.701955] RPC: Registered named UNIX socket transport module.
[    0.701962] RPC: Registered udp transport module.
[    0.701966] RPC: Registered tcp transport module.
[    0.701971] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.701984] PCI: CLS 0 bytes, default 64
[    0.702212] Trying to unpack rootfs image as initramfs...
[    0.936869] Freeing initrd memory: 5432K
[    0.946450] host1x 50000000.host1x: initialized
[    0.948317] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.951597] audit: initializing netlink subsys (disabled)
[    0.951664] audit: type=2000 audit(0.799:1): initialized
[    0.952401] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.962386] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.963849] ntfs: driver 2.1.32 [Flags: R/W].
[    0.964634] 9p: Installing v9fs 9p2000 file system support
[    0.967898] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.968036] io scheduler noop registered
[    0.968325] io scheduler cfq registered (default)
[    0.971014] gic 702f9000.agic: GIC IRQ controller registered
[    0.973998] iommu: Adding device 702ef000.adsp to group 33
[    0.980636] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[    0.980790] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[    0.981367] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x8a28c13
[    0.981375] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[    0.983593] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[    0.983699] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[    0.983803] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[    0.984000] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[    0.984087] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[    0.984176] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[    0.984260] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[    0.984345] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[    0.984433] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[    0.984518] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[    0.989937] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[    0.991644] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[    0.993523] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[    0.994862] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[    0.995206] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[    0.996465] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.996689] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    0.996940] Adding domain tsec-pd to PM domain host1x-pd
[    0.999151] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[    1.000030] tsec 54500000.tsec: initialized
[    1.001534] tsec 54100000.tsecb: initialized
[    1.002271] Adding domain nvdec-pd to PM domain host1x-pd
[    1.005564] nvdec 54480000.nvdec: initialized
[    1.006690] Adding domain vic03-pd to PM domain host1x-pd
[    1.006865] Adding domain msenc-pd to PM domain host1x-pd
[    1.007024] Adding domain nvjpg-pd to PM domain host1x-pd
[    1.011053] falcon 54340000.vic: initialized
[    1.012221] falcon 544c0000.nvenc: initialized
[    1.013466] falcon 54380000.nvjpg: initialized
[    1.018067] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[    1.018189] display board info: id 0x0, fab 0x0
[    1.018254] generic_infoframe_type: 0x87
[    1.018387] tegradc tegradc.0: DT parsed successfully
[    1.018434] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[    1.021342] tegradc tegradc.0: probed
[    1.026407] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[    1.030689] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 10 channels
[    1.031493] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[    1.031855] kfuse 7000fc00.kfuse: initialized
[    1.033247] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[    1.034324] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    1.035846] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[    1.035865] vdd-cpu: 708 <--> 1322 mV at 708 mV 
[    1.036400] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[    1.037720] vdd-gpu: applied init 1000000uV constraint
[    1.037727] vdd-gpu: 708 <--> 1323 mV at 997 mV 
[    1.038208] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[    1.042384] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.042484] No Device Node present for smmu client: serial8250 !!
[    1.042494] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.042535] iommu: Adding device serial8250 to group 35
[    1.044844] console [ttyS0] disabled
[    1.044918] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[    1.049943] console [ttyS0] enabled
[    1.050298] Console: switching to colour frame buffer device 80x30
[    1.050334] tegradc tegradc.0: fb registered
[    1.051544] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[    1.051711] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[    1.051784] tegradc tegradc.1: No lt-data, using default setting
[    1.051818] tegradc tegradc.1: No hpd-gpio in DT
[    1.051859] tegradc tegradc.1: DT parsed successfully
[    1.051902] tegradc tegradc.1: Display dc.ffffff800d500000 registered with id=1
[    1.052035] serial-tegra 70006200.serial: RX in PIO mode
[    1.052161] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[    1.053346] tegradc tegradc.1: dpd enable lookup fail:-19
[    1.053815] [drm] Initialized
[    1.564780] Host read timeout at address 545c00c4
[    1.566915] tegradc tegradc.1: probed
[    1.575687] brd: module loaded
[    1.589595] tegradc tegradc.1: fb registered
[    1.592887] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    1.592895] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    1.592905] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    1.592926] tegradc tegradc.1: blank - powerdown
[    1.592948] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[    1.592953] Extcon DP: HPD disabled
[    1.592957] hpd: hpd_switch 0
[    1.592962] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    1.592970] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    1.592976] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    1.602232] loop: module loaded
[    1.602812] tegra_profiler: version: 1.134, samples/io: 47/26
[    1.602965] tegra_profiler: auth: init
[    1.603899] THERMAL EST: found 2 subdevs
[    1.603908] THERMAL EST num_resources: 0
[    1.603914] [THERMAL EST subdev 0]
[    1.603922] [THERMAL EST subdev 1]
[    1.604371] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    1.604376] THERMAL EST: thz register success.
[    1.608566] THERMAL EST: end of probe, return err: 0
[    1.609772] hisi_sas: driver version v1.6
[    1.615131] libphy: Fixed MDIO Bus: probed
[    1.615799] tun: Universal TUN/TAP device driver, 1.6
[    1.615805] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.616860] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.616867] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.616921] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.616924] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.616971] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.616975] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.617022] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.617026] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.622077] PPP generic driver version 2.4.2
[    1.622274] PPP BSD Compression module registered
[    1.622279] PPP Deflate Compression module registered
[    1.622321] PPP MPPE Compression module registered
[    1.622329] NET: Registered protocol family 24
[    1.622397] usbcore: registered new interface driver r8152
[    1.622445] usbcore: registered new interface driver asix
[    1.622492] usbcore: registered new interface driver ax88179_178a
[    1.622534] usbcore: registered new interface driver cdc_ether
[    1.622576] usbcore: registered new interface driver net1080
[    1.622614] usbcore: registered new interface driver cdc_subset
[    1.622655] usbcore: registered new interface driver zaurus
[    1.622696] usbcore: registered new interface driver simcom_wwan
[    1.622747] usbcore: registered new interface driver cdc_ncm
[    1.622914] VFIO - User Level meta-driver version: 0.3
[    1.628209] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.628234] ehci-pci: EHCI PCI platform driver
[    1.628279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.628291] ohci-pci: OHCI PCI platform driver
[    1.628331] ohci-platform: OHCI generic platform driver
[    1.631029] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[    1.631638] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[    1.632820] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f910d400 id
[    1.634038] usbcore: registered new interface driver uas
[    1.634097] usbcore: registered new interface driver usb-storage
[    1.634227] usbcore: registered new interface driver usbserial
[    1.637351] tegra-xudc-new 700d0000.xudc: device count: 1
[    1.639282] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[    1.639299] tegra-xudc-new 700d0000.xudc: vbus state: 1
[    1.639315] tegra-xudc-new 700d0000.xudc: device mode on: 0
[    1.639327] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 0
[    1.639351] tegra-xudc-new 700d0000.xudc: active: 0 => 1
[    1.640103] mousedev: PS/2 mouse device common for all mice
[    1.640200] usbcore: registered new interface driver xpad
[    1.640494] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-05-08 09:42:10 UTC, Version: 50.22 release
[    1.640550] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.640574] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[    1.641481] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[    1.641541] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[    1.641916] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.641923] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.641929] usb usb1: Product: xHCI Host Controller
[    1.641934] usb usb1: Manufacturer: Linux 4.9.140 xhci-hcd
[    1.641939] usb usb1: SerialNumber: 70090000.xusb
[    1.643247] hub 1-0:1.0: USB hub found
[    1.643366] hub 1-0:1.0: 5 ports detected
[    1.644147] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.644160] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[    1.644336] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.644449] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.644454] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.644459] usb usb2: Product: xHCI Host Controller
[    1.644464] usb usb2: Manufacturer: Linux 4.9.140 xhci-hcd
[    1.644468] usb usb2: SerialNumber: 70090000.xusb
[    1.644923] hub 2-0:1.0: USB hub found
[    1.644956] hub 2-0:1.0: 4 ports detected
[    1.736527] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    1.739049] rtc rtc1: alarm rtc device
[    1.739070] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[    1.739103] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[    1.739793] i2c /dev entries driver
[    1.741821] i2c i2c-6: Added multiplexed i2c bus 7
[    1.742237] i2c i2c-6: Added multiplexed i2c bus 8
[    1.742244] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[    1.743109] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[    1.745744] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[    1.766449] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    1.766546] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.774135] imx219 7-0010: board setup failed
[    1.778604] imx219: probe of 7-0010 failed with error -121
[    1.779149] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[    1.802431] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    1.802525] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.810061] imx219 8-0010: board setup failed
[    1.814497] imx219: probe of 8-0010 failed with error -121
[    1.815595] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    1.818316] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[    1.818322] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[    1.818775] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.818794] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[    1.818804] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[    1.818935] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.818946] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[    1.818953] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[    1.819099] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.819110] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[    1.819116] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[    1.819295] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[    1.820073] tegra_aotag tegra-aotag: Registering sensor 0
[    1.820132] tegra_aotag tegra-aotag: Invalid temp readout
[    1.820160] tegra_aotag tegra-aotag: Invalid temp readout
[    1.820179] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[    1.820188] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[    1.821093] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.821112] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[    1.821313] tegra_aotag tegra-aotag: Invalid temp readout
[    1.821344] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[    1.821796] parse_throttle_dt_data: Num cap clks = 6
[    1.821802] parse_throttle_dt_data: clk=cclk_g type=2
[    1.821817] parse_throttle_dt_data: clk=gpu type=4
[    1.821844] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[    1.821866] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[    1.821890] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[    1.821895] parse_throttle_dt_data: clk=emc type=3
[    1.822287] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.822394] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.822524] tegra_throttle_probe: probe successful. #cdevs=4
[    1.823304] FAN dev name: pwm-fan
[    1.823360] FAN:gpio request success.
[    1.823436] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    1.823764] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    1.823970] pwm_fan_driver pwm-fan: fan tach request irq success
[    1.823980] pwm_fan_driver pwm-fan: tach period: 1000
[    1.824080] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    1.824086] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[    1.824092] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    1.824097] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    1.824102] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    1.824108] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    1.824112] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    1.824117] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    1.824122] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    1.824127] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    1.824782] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[    1.825108] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[    1.826054] device-mapper: uevent: version 1.0.3
[    1.826513] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.832245] tegra210-cpufreq cpufreq: probe()...completed
[    1.832957] sdhci: Secure Digital Host Controller Interface driver
[    1.832959] sdhci: Copyright(c) Pierre Ossman
[    1.832961] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.833314] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
[    1.838058] sdhci-tegra sdhci-tegra.2: Client registration for eMC Successful
[    1.840740] tegra-se 70012000.se: tegra_se_probe: complete
[    1.841293] hidraw: raw HID events driver (C) Jiri Kosina
[    1.842637] usbcore: registered new interface driver usbhid
[    1.842640] usbhid: USB HID core driver
[    1.844815] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[    1.844980] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[    1.846456] mpu6xxx 1-0069: nvi_probe mpu9250
[    1.847084] nvpmodel: initialized successfully
[    1.848058] usbcore: registered new interface driver snd-usb-audio
[    1.848115] No Device Node present for smmu client: snd-soc-dummy !!
[    1.848121] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.848140] iommu: Adding device snd-soc-dummy to group 36
[    1.850510] chien:wm8960_i2c_probe,ret=0
[    1.860598] OPE platform probe
[    1.860682] OPE platform probe successful
[    1.860707] OPE platform probe
[    1.860789] OPE platform probe successful
[    1.869402] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[    1.873650] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
[    1.885685] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA 64-bit with 64 bit addr
[    1.887837] chien:wm8960_probe
[    1.888961] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    1.889107] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    1.889237] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    1.889364] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    1.889506] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    1.889658] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    1.889794] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    1.889923] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    1.890051] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    1.890180] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    1.925247] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    1.925798] mmcblk0: mmc0:0001 DG4016 14.7 GiB 
[    1.925992] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[    1.927204]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[    1.939638] tegra-pcie 1003000.pcie: link 0 down, retrying
[    1.969690] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    1.990228] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101
[    1.990233] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.990236] usb 1-2: Product: USB 2.0 Hub
[    1.991250] hub 1-2:1.0: USB hub found
[    1.991318] hub 1-2:1.0: 4 ports detected
[    2.012661] chien:tegra_machine_driver_probe,ret=0
[    2.013167] u32 classifier
[    2.013169]     Actions configured
[    2.013245] Initializing XFRM netlink socket
[    2.014003] NET: Registered protocol family 10
[    2.014673] NET: Registered protocol family 17
[    2.014687] NET: Registered protocol family 15
[    2.014761] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.014806] Bluetooth: RFCOMM socket layer initialized
[    2.014815] Bluetooth: RFCOMM ver 1.11
[    2.014821] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.014826] Bluetooth: HIDP socket layer initialized
[    2.014845] 9pnet: Installing 9P2000 support
[    2.014882] Key type dns_resolver registered
[    2.015261] Registered cp15_barrier emulation handler
[    2.015267] Registered setend emulation handler
[    2.016324] registered taskstats version 1
[    2.016857] Adding domain ve2-pd to PM domain host1x-pd
[    2.017112] Adding domain ve-pd to PM domain host1x-pd
[    2.019218] isp 54600000.isp: initialized
[    2.020255] isp 54680000.isp: initialized
[    2.030566] last reset is due to software reset
[    2.030571] KERNEL: PMC reset status reg: 0x3
[    2.030648] BL: PMC reset status reg: 0x3
[    2.030650] BL: PMIC poweroff Event Recorder: 0x0
[    2.032139] clk_cbus_recalc_rate: no gbus parent
[    2.032145] clk_cbus_round_rate: no gbus parent
[    2.032147] clk_cbus_round_rate: no gbus parent
[    2.032155] clk_cbus_recalc_rate: no gbus parent
[    2.032260] clk_cbus_recalc_rate: no gbus parent
[    2.032264] clk_cbus_round_rate: no gbus parent
[    2.032266] clk_cbus_round_rate: no gbus parent
[    2.032270] clk_cbus_recalc_rate: no gbus parent
[    2.032950] tegra_dvfs: GPU-cap: registered
[    2.033003] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[    2.033006] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[    2.033008] tegra dvfs: vdd-gpu: nominal 1038mV, offset 708000uV, step 10000uV, scaling enabled
[    2.034425] tegra_dvfs: vdd-gpu-vts: registered
[    2.035111] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[    2.035649] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[    2.036193] input: gpio-keys as /devices/gpio-keys/input/input1
[    2.066634] tegra_rtc 7000e000.rtc: setting system clock to 2019-11-20 08:15:51 UTC (1574237751)
[    2.067658] vi 54080000.vi: vi_probe: ++
[    2.070278] vi 54080000.vi: initialized
[    2.072313] vi 54080000.vi: subdev nvcsi--2 bound
[    2.072453] vi 54080000.vi: subdev nvcsi--1 bound
[    2.072707] mmcblk mmc0:0001: Card claimed for testing.
[    2.074071] Disable partitions left on by BL
[    2.074075]   disb
[    2.074118] bwmgr: missing cdev-type property
[    2.074244] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    2.074251] DRAM derating cdev registered.
[    2.074689] mpu6xxx 1-0069: nvi_id_dev: USING DEVICE TREE: mpu9250
[    2.074840] mpu6xxx 1-0069: nvs_probe (iio)
[    2.075231] mpu6xxx 1-0069: nvs_probe (iio) accelerometer done
[    2.075235] mpu6xxx 1-0069: nvs_probe (iio)
[    2.075313] ak89xx 1-000c: ak89xx akm_probe
[    2.075569] mpu6xxx 1-0069: nvs_probe (iio) gyroscope done
[    2.075572] mpu6xxx 1-0069: nvs_probe (iio)
[    2.075811] mpu6xxx 1-0069: nvs_probe (iio) gyro_temp done
[    2.075815] mpu6xxx 1-0069: nvs_probe (iio)
[    2.075818] mpu6xxx 1-0069: nvs_probe significant_motion disabled
[    2.075820] mpu6xxx 1-0069: nvs_probe (iio)
[    2.075823] mpu6xxx 1-0069: nvs_probe step_detector disabled
[    2.075826] mpu6xxx 1-0069: nvs_probe (iio)
[    2.075829] mpu6xxx 1-0069: nvs_probe quaternion disabled
[    2.075832] mpu6xxx 1-0069: nvs_probe (iio)
[    2.075834] mpu6xxx 1-0069: nvs_probe geomagnetic_rotation_vector disabled
[    2.075837] mpu6xxx 1-0069: nvs_probe (iio)
[    2.075840] mpu6xxx 1-0069: nvs_probe gyroscope_uncalibrated disabled
[    2.076600] mpu6xxx 1-0069: nvi_dmp_fw_load_worker done
[    2.147365] mmc1: error -110 whilst initialising SD card
[    2.148344] mpu6xxx 1-0069: nvi_aux_dev_valid MPU read 0x48 from device 0xc
[    2.148348] ak89xx 1-000c: akm_id_dev AUTO ID=48 ret=0
[    2.182223] ak89xx 1-000c: akm_self_test ERR: out_of_range 4
[    2.205483] ak89xx 1-000c: nvs_probe (iio)
[    2.205793] ak89xx 1-000c: nvs_probe (iio) magnetic_field done
[    2.205796] ak89xx 1-000c: akm_probe done
[    2.206338] vdd-fan: disabling
[    2.206341] vdd-usb-vbus: disabling
[    2.206344] vdd-usb-vbus2: disabling
[    2.206351] vddio-sdmmc-ap: disabling
[    2.206433] vdd-3v3-sd: disabling
[    2.206438] avdd-io-edp-1v05: disabling
[    2.206441] vdd-usb-hub-en: disabling
[    2.206444] pw-on-4g: disabling
[    2.206446] rst-4g: disabling
[    2.206449] en-4g-vdd-3v8: disabling
[    2.206451] en-aud-vdd-1v8: disabling
[    2.206454] en-aud-vdd-3v3: disabling
[    2.206456] en-aud-spk-5v0: disabling
[    2.206593] ALSA device list:
[    2.206596]   #0: tegra-hda at 0x70038000 irq 82
[    2.206598]   #1: tegra-snd-t210ref-mobile-rt565x
[    2.209722] Freeing unused kernel memory: 8576K
[    2.228137] L4T-INITRD Build DATE: Wed Nov 20 08:15:51 UTC 2019
[    2.232539] Root device found: mmcblk0p1
[    2.233646] Found dev node: /dev/mmcblk0p1
[    2.277640] usb 1-2.1: new high-speed USB device number 3 using tegra-xusb
[    2.299128] usb 1-2.1: New USB device found, idVendor=05e3, idProduct=0608
[    2.299133] usb 1-2.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.299136] usb 1-2.1: Product: USB2.0 Hub
[    2.300530] hub 1-2.1:1.0: USB hub found
[    2.300898] hub 1-2.1:1.0: 4 ports detected
[    2.313339] EXT4-fs (mmcblk0p1): 2 orphan inodes deleted
[    2.313343] EXT4-fs (mmcblk0p1): recovery complete
[    2.320572] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    2.321297] Rootfs mounted over mmcblk0p1
[    2.337428] Switching from initrd to actual rootfs
[    2.343654] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.439035] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.450488] cgroup: cgroup2: unknown option "nsdelegate"
[    2.464808] 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)
[    2.465549] systemd[1]: Detected architecture arm64.
[    2.490390] systemd[1]: Set hostname to <zalend-desktop>.
[    2.550510] 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.
[    2.550520] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    2.593641] usb 1-2.1.1: new high-speed USB device number 4 using tegra-xusb
[    2.626800] usb 1-2.1.1: New USB device found, idVendor=0b95, idProduct=772b
[    2.626805] usb 1-2.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.626808] usb 1-2.1.1: Product: AX88772C
[    2.626811] usb 1-2.1.1: Manufacturer: ASIX Elec. Corp.
[    2.626813] usb 1-2.1.1: SerialNumber: 0007AC
[    2.645994] random: systemd: uninitialized urandom read (16 bytes read)
[    2.647649] systemd[1]: Created slice System Slice.
[    2.648010] random: systemd: uninitialized urandom read (16 bytes read)
[    2.648113] systemd[1]: Listening on Journal Audit Socket.
[    2.648140] random: systemd: uninitialized urandom read (16 bytes read)
[    2.649025] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    2.649073] systemd[1]: Reached target User and Group Name Lookups.
[    2.649904] systemd[1]: Created slice User and Session Slice.
[    2.729152] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[    2.747665] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.749654] tegra-pcie 1003000.pcie: link 0 down, ignoring
[    2.855084] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[    2.855092] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    2.855096] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[    2.855100] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[    2.855104] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.855125] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[    2.855190] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.855386] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.855514] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    2.855539] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[    2.855570] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref]
[    2.855590] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    2.855719] pci 0000:01:00.0: supports D1 D2
[    2.855723] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.865701] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.865736] pci 0000:00:02.0: BAR 15: assigned [mem 0x20000000-0x200fffff 64bit pref]
[    2.865740] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    2.865748] pci 0000:01:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref]
[    2.865766] pci 0000:01:00.0: BAR 2: assigned [mem 0x20004000-0x20004fff 64bit pref]
[    2.865783] pci 0000:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    2.865791] pci 0000:00:02.0: PCI bridge to [bus 01]
[    2.865795] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    2.865802] pci 0000:00:02.0:   bridge window [mem 0x20000000-0x200fffff 64bit pref]
[    2.866102] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    2.866107] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    2.866113] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[    2.866222] aer 0000:00:02.0:pcie002: service driver aer loaded
[    2.866409] r8168 0000:01:00.0: enabling device (0000 -> 0003)
[    2.866427] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[    2.888005] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[    2.888101] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e9:d7:54 from device tree
[    2.888630] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    2.888646] 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.035563] systemd-journald[1956]: Received request to flush runtime journal from PID 1
[    3.045900] asix 1-2.1.1:1.0 eth1: register 'asix' at usb-70090000.xusb-2.1.1, ASIX AX88772B USB 2.0 Ethernet, 00:0e:c6:be:31:16
[    3.253020] nvgpu: 57000000.gpu           gm20b_init_clk_setup_sw:1268 [INFO]  GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[    3.512882] using random self ethernet address
[    3.519563] using random host ethernet address
[    3.554146] Mass Storage Function, version: 2009/09/11
[    3.554152] LUN: removable file: (no medium)
[    3.559717] using random self ethernet address
[    3.601796] using random host ethernet address
[    3.678329] rndis0: HOST MAC d6:a6:51:6f:d6:dc
[    3.678380] rndis0: MAC d6:a6:51:6f:d6:dd
[    3.682560] usb0: HOST MAC d6:a6:51:6f:d6:de
[    3.682592] usb0: MAC d6:a6:51:6f:d6:df
[    3.682619] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[    3.690424] l4tbr0: port 1(rndis0) entered blocking state
[    3.690429] l4tbr0: port 1(rndis0) entered disabled state
[    3.690986] device rndis0 entered promiscuous mode
[    3.707100] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[    3.714892] l4tbr0: port 2(usb0) entered blocking state
[    3.714897] l4tbr0: port 2(usb0) entered disabled state
[    3.715071] device usb0 entered promiscuous mode
[    3.732021] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[    3.986718] android_work: did not send uevent (0 0           (null))
[    4.055408] android_work: sent uevent USB_STATE=CONNECTED
[    4.066785] android_work: sent uevent USB_STATE=DISCONNECTED
[    4.068747] random: crng init done
[    4.072157] random: 7 urandom warning(s) missed due to ratelimiting
[    4.163486] android_work: sent uevent USB_STATE=CONNECTED
[    4.165895] configfs-gadget gadget: high-speed config #1: c
[    4.165924] tegra-xudc-new 700d0000.xudc: ep 5 (type: 3, dir: in) enabled
[    4.165940] tegra-xudc-new 700d0000.xudc: ep 3 (type: 2, dir: in) enabled
[    4.165956] tegra-xudc-new 700d0000.xudc: ep 2 (type: 2, dir: out) enabled
[    4.166053] tegra-xudc-new 700d0000.xudc: ep 9 (type: 3, dir: in) enabled
[    4.166069] tegra-xudc-new 700d0000.xudc: ep 7 (type: 2, dir: in) enabled
[    4.166084] tegra-xudc-new 700d0000.xudc: ep 4 (type: 2, dir: out) enabled
[    4.166115] tegra-xudc-new 700d0000.xudc: ep 15 (type: 3, dir: in) enabled
[    4.166147] tegra-xudc-new 700d0000.xudc: ep 11 (type: 2, dir: in) enabled
[    4.166154] IPv6: ADDRCONF(NETDEV_CHANGE): rndis0: link becomes ready
[    4.166164] tegra-xudc-new 700d0000.xudc: ep 6 (type: 2, dir: out) enabled
[    4.166294] android_work: sent uevent USB_STATE=CONFIGURED
[    4.172669] tegra-xudc-new 700d0000.xudc: ep 13 (type: 2, dir: in) enabled
[    4.172688] tegra-xudc-new 700d0000.xudc: ep 8 (type: 2, dir: out) enabled
[    4.172800] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[    4.619477] zram: Added device: zram0
[    4.619984] zram: Added device: zram1
[    4.620571] zram: Added device: zram2
[    4.627544] zram: Added device: zram3
[    4.671381] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.674208] eth0: 0xffffff800ac4b000, 00:04:4b:e9:d7:54, IRQ 413
[    4.689663] zram0: detected capacity change from 0 to 519581696
[    4.737153] Adding 507400k swap on /dev/zram0.  Priority:5 extents:1 across:507400k SS
[    4.758675] zram1: detected capacity change from 0 to 519581696
[    4.835583] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.839825] Adding 507400k swap on /dev/zram1.  Priority:5 extents:1 across:507400k SS
[    4.844713] zram2: detected capacity change from 0 to 519581696
[    4.859648] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[    4.880632] Adding 507400k swap on /dev/zram2.  Priority:5 extents:1 across:507400k SS
[    4.885148] zram3: detected capacity change from 0 to 519581696
[    4.885835] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[    4.904095] Adding 507400k swap on /dev/zram3.  Priority:5 extents:1 across:507400k SS
[    5.052997] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[    5.056096] asix 1-2.1.1:1.0 eth1: link up, 100Mbps, full-duplex, lpa 0x4DE1
[    5.515565] tegradc tegradc.0: blank - powerdown
[    5.829738] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[    5.829745] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[    5.929923] usb usb2: usb_suspend_both: status 0
[    6.069664] FAN rising trip_level:1 cur_temp:51250 trip_temps[2]:61000
[    6.168440] tegradc tegradc.0: blank - powerdown
[    6.168455] tegradc tegradc.1: blank - powerdown
[    6.488424] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[    6.742968] fuse init (API version 7.26)
[    6.749651] usb 1-3: new high-speed USB device number 5 using tegra-xusb
[    6.784701] usb 1-3: New USB device found, idVendor=1e0e, idProduct=9001
[    6.784709] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.784713] usb 1-3: Product: SimTech, Incorporated
[    6.784717] usb 1-3: Manufacturer: SimTech, Incorporated
[    6.784720] usb 1-3: SerialNumber: 0123456789ABCDEF
[    6.788950] simcom_wwan: probe of 1-3:1.0 failed with error -22
[    6.795393] simcom_wwan: probe of 1-3:1.1 failed with error -22
[    6.805884] simcom_wwan: probe of 1-3:1.2 failed with error -22
[    6.812264] simcom_wwan: probe of 1-3:1.3 failed with error -22
[    6.821324] simcom_wwan: probe of 1-3:1.4 failed with error -22
[    6.829852] simcom usbnet bind here
[    6.831126] simcom_wwan 1-3:1.5 wwan0: register 'simcom_wwan' at usb-70090000.xusb-3, SIMCOM wwan/QMI device, 0e:4a:45:20:ea:72
[    7.017117] usbcore: registered new interface driver option
[    7.019201] usbserial: USB Serial support registered for GSM modem (1-port)
[    7.019452] option 1-3:1.0: GSM modem (1-port) converter detected
[    7.020054] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB0
[    7.020192] option 1-3:1.1: GSM modem (1-port) converter detected
[    7.020749] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB1
[    7.020886] option 1-3:1.2: GSM modem (1-port) converter detected
[    7.021394] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB2
[    7.021539] option 1-3:1.3: GSM modem (1-port) converter detected
[    7.026243] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB3
[    7.026381] option 1-3:1.4: GSM modem (1-port) converter detected
[    7.026921] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB4
[    9.660783] l4tbr0: port 2(usb0) entered blocking state
[    9.660789] l4tbr0: port 2(usb0) entered forwarding state
[    9.660850] l4tbr0: port 1(rndis0) entered blocking state
[    9.660855] l4tbr0: port 1(rndis0) entered forwarding state
[    9.666854] IPv6: ADDRCONF(NETDEV_UP): l4tbr0: link is not ready
[    9.666887] IPv6: ADDRCONF(NETDEV_CHANGE): l4tbr0: link becomes ready
[   12.294449] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   12.433685] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   12.549545] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   12.670572] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   12.671716] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   12.673456] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   12.785852] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   12.786993] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   12.799941] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   12.953328] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
1 Like

You need to write the cd-gpio in device tree and need to set SDMMC_VDD_EN.

1 Like

hi,WayneWWW
1 we donot use SDMMC_VDD_EN,direct connect SDCARD_VDD to 3.3V
2 i add cd-gpio in device tree,the error is disappear,but still can not find /dev/mmcblk1

cd-gpios = <&gpio TEGRA_GPIO(Z, 1) 0>;
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.140 (wdg@wdg-HP-EliteBook-8560p) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #10 SMP PREEMPT Wed Nov 20 18:14:15 CST 2019
[    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@92cb3000
[    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 @ffffffc0fefa9000 s61592 r8192 d32616 u102400
[    0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb3000 is_hdmi_initialised=1  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29396(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: 3568756K/4159488K available (15294K kernel code, 2932K rwdata, 6812K rodata, 8576K init, 611K bss, 115596K 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 - 0xffffff8009620000   (  6848 KB)
[    0.000000]       .init : 0xffffff8009620000 - 0xffffff8009e80000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e80000 - 0xffffff800a15d008   (  2933 KB)
[    0.000000]        .bss : 0xffffff800a15d008 - 0xffffff800a1f5dfc   (   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.001773] Console: colour dummy device 80x25
[    0.001794] console [tty0] enabled
[    0.001811] kmemleak: Kernel memory leak detector disabled
[    0.001829] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001842] pid_max: default: 32768 minimum: 301
[    0.002292] Security Framework initialized
[    0.002513] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.002522] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003623] ftrace: allocating 47212 entries in 185 pages
[    0.175050] sched-energy: CPU device node has no sched-energy-costs
[    0.175084] ASID allocator initialised with 65536 entries
[    0.211866] tegra-id: chipid=22117.
[    0.211881] tegra-id: opt_subrevision=0.
[    0.211900] Tegra Speedo/IDDQ fuse revision 4
[    0.211904] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[    0.211908] Tegra: CPU Process ID 1, SoC Process ID 1, GPU Process ID 0
[    0.211913] Tegra: CPU Speedo Value 2145, SoC Speedo Value 2051, GPU Speedo Value 2145
[    0.211917] Tegra: CPU IDDQ Value 2800, SoC IDDQ Value 3060, GPU IDDQ Value 3665
[    0.211937] Tegra Revision: A02 SKU: 0x8f CPU Process: 1 SoC Process: 1
[    0.211953] DTS File Name: /home/wdg/nvidia/Jetpack/JetPack_4.2.2_Linux_GA_P3448-0020/Linux_for_Tegra/source/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-B01-adas-0001.dts
[    0.211961] DTB Build time: Nov 21 2019 15:05:54
[    0.261029] CPU1: Booted secondary processor [411fd071]
[    0.292962] CPU2: Booted secondary processor [411fd071]
[    0.324927] CPU3: Booted secondary processor [411fd071]
[    0.325023] Brought up 4 CPUs
[    0.325031] SMP: Total of 4 processors activated.
[    0.325041] CPU features: detected feature: 32-bit EL0 Support
[    0.325299] CPU: All CPU(s) started at EL2
[    0.325317] alternatives: patching kernel code
[    0.333399] devtmpfs: initialized
[    0.373853] Initilizing CustomIPI irq domain
[    0.374246] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.374269] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.384904] pinctrl core: initialized pinctrl subsystem
[    0.385615] OS set in device tree is not L4T.
[    0.386022] regulator-dummy: no parameters
[    0.386287] Initializing plugin-manager
[    0.386391] Plugin module not found
[    0.386627] node /plugin-manager/fragement@0 match with board >=3448-0002-100
[    0.387175] node /plugin-manager/fragment@1 match with board >=3448-0002-101
[    0.387701] node /plugin-manager/fragment@3 match with board >=3448-0002-100
[    0.388401] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[    0.388844] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[    0.389546] node /plugin-manager/fragement@10 match with board >=3448-0002-300
[    0.389626] Node override does not have targer node
[    0.394853] NET: Registered protocol family 16
[    0.413376] pstore: using zlib compression
[    0.413430] console [pstore-1] enabled
[    0.413435] pstore: Registered ramoops as persistent store backend
[    0.413441] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[    0.429041] cpuidle: using governor menu
[    0.433746] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[    0.435565] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e84000)
[    0.435585] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.437565] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.440288] tegra_powergate_init: DONE
[    0.440305] DTS File Name: /home/wdg/nvidia/Jetpack/JetPack_4.2.2_Linux_GA_P3448-0020/Linux_for_Tegra/source/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-B01-adas-0001.dts
[    0.440313] DTB Build time: Nov 21 2019 15:05:54
[    0.442269] Tegra reboot handler registered.
[    0.446735] iommu: Adding device tegra-carveouts to group 0
[    0.446862] platform tegra-carveouts: domain=ffffffc0f9be7318 allocates as[0]=ffffffc0f9bd40a8
[    0.447218] iommu: Adding device smmu_test to group 1
[    0.447266] platform smmu_test: domain=ffffffc0f9be7558 allocates as[0]=ffffffc0f9bd4110
[    0.448078] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000
[    0.448142] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000
[    0.448196] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000
[    0.448206] nv-tegra-mc 70019000.mc: No mssnvlink node
[    0.448228] mc-err: mcerr ops are set to t21x
[    0.457585] iommu: Adding device 70090000.xusb to group 2
[    0.457894] iommu: Adding device 70006000.serial to group 3
[    0.457953] platform 70006000.serial: domain=ffffffc0f9bf0c18 allocates as[0]=ffffffc0f9bd4178
[    0.458384] iommu: Adding device 70006040.serial to group 4
[    0.458629] iommu: Adding device 70006200.serial to group 5
[    0.458816] iommu: Adding device sound to group 6
[    0.458863] platform sound: domain=ffffffc0f9525198 allocates as[0]=ffffffc0f9bd41e0
[    0.459409] iommu: Adding device 7000d400.spi to group 7
[    0.459678] iommu: Adding device 7000d600.spi to group 8
[    0.460044] iommu: Adding device 50000000.host1x to group 9
[    0.460317] iommu: Adding device 54080000.vi to group 10
[    0.460714] iommu: Adding device 54600000.isp to group 11
[    0.460979] iommu: Adding device 54680000.isp to group 12
[    0.461291] iommu: Adding device tegradc.0 to group 13
[    0.461340] platform tegradc.0: domain=ffffffc0f9525f18 allocates as[0]=ffffffc0f9bd4248
[    0.462732] platform tegradc.0: IOVA linear map 0x0000000092cb3000(140000)
[    0.463121] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[    0.463429] iommu: Adding device tegradc.1 to group 14
[    0.463476] platform tegradc.1: domain=ffffffc0f9590198 allocates as[0]=ffffffc0f9bd42b0
[    0.464851] platform tegradc.1: IOVA linear map 0x0000000092cb3000(140000)
[    0.465262] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[    0.465513] iommu: Adding device 54340000.vic to group 15
[    0.465746] iommu: Adding device 544c0000.nvenc to group 16
[    0.465953] iommu: Adding device 54500000.tsec to group 17
[    0.466141] iommu: Adding device 54100000.tsecb to group 18
[    0.466334] iommu: Adding device 54480000.nvdec to group 19
[    0.466530] iommu: Adding device 54380000.nvjpg to group 20
[    0.467575] iommu: Adding device 546c0000.i2c to group 21
[    0.467906] iommu: Adding device 57000000.gpu to group 22
[    0.467962] platform 57000000.gpu: domain=ffffffc0f959c198 allocates as[0]=ffffffc0f9bd4318
[    0.468000] platform 57000000.gpu: domain=ffffffc0f959c198 allocates as[1]=ffffffc0f9bd4380
[    0.468059] platform 57000000.gpu: domain=ffffffc0f959c198 allocates as[2]=ffffffc0f9bd43e8
[    0.468096] platform 57000000.gpu: domain=ffffffc0f959c198 allocates as[3]=ffffffc0f9bd4450
[    0.468949] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[    0.468957] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[    0.468971] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET
[    0.468975] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[    0.468980] tegra-pmc: ### PMC reset status reg: 0x3
[    0.521211] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.521219] tegra-pmc: Clear bootloader IO dpd settings
[    0.521239] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[    0.521303] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[    0.521601] iommu: Adding device 70012000.se to group 23
[    0.522404] iommu: Adding device 7000c000.i2c to group 24
[    0.522670] iommu: Adding device 7000c400.i2c to group 25
[    0.522921] iommu: Adding device 7000c500.i2c to group 26
[    0.523164] iommu: Adding device 7000c700.i2c to group 27
[    0.523405] iommu: Adding device 7000d000.i2c to group 28
[    0.523656] iommu: Adding device 7000d100.i2c to group 29
[    0.523916] iommu: Adding device sdhci-tegra.3 to group 30
[    0.523982] platform sdhci-tegra.3: domain=ffffffc0f95f5318 allocates as[0]=ffffffc0f9bd44b8
[    0.524414] iommu: Adding device sdhci-tegra.2 to group 31
[    0.524481] platform sdhci-tegra.2: domain=ffffffc0f95f5558 allocates as[0]=ffffffc0f9bd4520
[    0.525359] iommu: Adding device 700d0000.xudc to group 32
[    0.528677] vdd-ac-bat: 5000 mV
[    0.529078] vdd-5v0-sys: 5000 mV
[    0.530082] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[    0.530128] vdd-5v0-hdmi: 5000 mV
[    0.530578] vdd-1v8-sys: 1800 mV
[    0.530955] vdd-fan: supplied by vdd-5v0-sys
[    0.530991] vdd-fan: 5000 mV
[    0.531387] vdd-usb-vbus: supplied by vdd-5v0-sys
[    0.531413] vdd-usb-vbus: 5000 mV
[    0.531922] vdd-usb-vbus2: 5000 mV
[    0.562603] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.565100] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[    0.566208] GPIO line 151 (camera-control-output-low) hogged as output/low
[    0.566225] GPIO line 152 (camera-control-output-low) hogged as output/low
[    0.566254] GPIO line 6 (system-suspend-gpio) hogged as output/high
[    0.566281] GPIO line 66 (mpu9250_interrupt) hogged as input
[    0.566670] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[    0.574752] eventlib_kernel: keventlib is initialized, test id: 0
[    0.575086] SCSI subsystem initialized
[    0.575330] libata version 3.00 loaded.
[    0.575617] usbcore: registered new interface driver usbfs
[    0.575667] usbcore: registered new interface driver hub
[    0.575741] usbcore: registered new device driver usb
[    0.579702] gpiochip_setup_dev: registered GPIOs 496 to 511 on device: gpiochip1 (tca9539)
[    0.580948] random: fast init done
[    0.582010] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[    0.585113] vdd-core: 600 <--> 1162 mV at 1075 mV
[    0.586012] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[    0.588979] vdd-ddr-1v1: 1150 mV
[    0.592306] vdd-pre-reg-1v35: 1350 mV
[    0.596230] vdd-1v8: 1800 mV
[    0.600234] avdd-sys-1v2: 1200 mV
[    0.604232] vdd-pex-1v0: 1050 mV
[    0.604803] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV
[    0.605333] max77620-ldo3: at 3100 mV
[    0.608236] vdd-rtc: 850 <--> 1100 mV at 1000 mV
[    0.608739] max77620-ldo5: at 3100 mV
[    0.612238] vddio-sdmmc3-ap: 1800 <--> 3300 mV at 2800 mV
[    0.616232] avdd-1v05-pll: 1050 mV
[    0.620229] avdd-io-hdmi-dp: 1050 mV
[    0.621441] GPIO line 489 (spmic-default-output-high) hogged as output/high
[    0.621715] gpiochip_setup_dev: registered GPIOs 488 to 495 on device: gpiochip2 (max77620-gpio)
[    0.623063] max77620 4-003c: max77620 probe successful
[    0.625963] media: Linux media interface: v0.10
[    0.626020] Linux video capture interface: v2.00
[    0.626951] pps_core: LinuxPPS API ver. 1 registered
[    0.626958] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.626980] PTP clock support registered
[    0.630773] tegra_fiq_debugger_init: found FIQ source (IRQ 98)
[    0.637185] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[    0.638104] Advanced Linux Sound Architecture Driver Initialized.
[    0.638746] Bluetooth: Core ver 2.22
[    0.638795] NET: Registered protocol family 31
[    0.638798] Bluetooth: HCI device and connection manager initialized
[    0.638810] Bluetooth: HCI socket layer initialized
[    0.638819] Bluetooth: L2CAP socket layer initialized
[    0.638844] Bluetooth: SCO socket layer initialized
[    0.640637] tegra210_dvfs: no clock found for sdmmc2_ddr
[    0.640654] tegra210_dvfs: no clock found for sdmmc4_ddr
[    0.640698] tegra210_dvfs: no clock found for sdmmc1_ddr
[    0.640711] tegra210_dvfs: no clock found for sdmmc3_ddr
[    0.643974] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[    0.645079] vdd-3v3-sys: supplied by vdd-5v0-sys
[    0.645143] vdd-3v3-sys: 3300 mV
[    0.645422] vdd-1v8-sys: supplied by vdd-3v3-sys
[    0.648299] vdd-usb-vbus2: supplied by vdd-3v3-sys
[    0.648757] vdd-3v3-sd: supplied by vdd-3v3-sys
[    0.648792] vdd-3v3-sd: 3300 mV
[    0.649727] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[    0.649794] avdd-io-edp-1v05: 1050 mV
[    0.650225] vdd-usb-hub-en: supplied by vdd-1v8-sys
[    0.650260] vdd-usb-hub-en: 5000 mV
[    0.651414] pw-on-4g: 1800 mV
[    0.652559] rst-4g: 1800 mV
[    0.653764] en-4g-vdd-3v8: 3800 mV
[    0.654918] en-aud-vdd-1v8: 1800 mV
[    0.656061] en-aud-vdd-3v3: 3300 mV
[    0.657241] en-aud-spk-5v0: 5000 mV
[    0.657700] en-vdd-cam-hv-2v8: 2800 mV
[    0.658085] en-vdd-cam: 1800 mV
[    0.658539] en-vdd-cam-1v2: 1200 mV
[    0.658974] mipi-i2c-rst: 1800 mV
[    0.660165] sd_vdd_en: 3300 mV
[    0.661746] camchar: rtcpu character device driver loaded
[    0.662471] extcon-gpio-states extcon:extcon@1: Cable state:1, cable id:1
[    0.663915] clocksource: Switched to clocksource arch_sys_counter
[    0.704132] VFS: Disk quotas dquot_6.6.0
[    0.704264] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.704744] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.705161] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[    0.705180]  dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[    0.705386] cma: enabled page replacement for spfn=d7000, epfn=f0000
[    0.705391] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    0.705403] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    0.705429] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[    0.705436] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[    0.705447] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[    0.705454] nvmap_page_pool_init: Total RAM pages: 1010973
[    0.705460] nvmap_page_pool_init: nvmap page pool size: 126371 pages (493 MB)
[    0.705543] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.706016] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[    0.706974] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[    0.715486] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[    0.715921] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[    0.716194] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.716407] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.716592] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    0.716864] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[    0.716869] pre_t19x_iso_plat_init(): max_iso_bw=33280000KB
[    0.717299] NET: Registered protocol family 2
[    0.718258] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.718468] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.718960] TCP: Hash tables configured (established 32768 bind 32768)
[    0.719113] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.719195] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.719615] NET: Registered protocol family 1
[    0.720453] RPC: Registered named UNIX socket transport module.
[    0.720458] RPC: Registered udp transport module.
[    0.720461] RPC: Registered tcp transport module.
[    0.720465] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.720479] PCI: CLS 0 bytes, default 64
[    0.720713] Trying to unpack rootfs image as initramfs...
[    0.956041] Freeing initrd memory: 5432K
[    0.966102] host1x 50000000.host1x: initialized
[    0.968048] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.971275] audit: initializing netlink subsys (disabled)
[    0.971342] audit: type=2000 audit(0.819:1): initialized
[    0.972169] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.982124] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.983636] ntfs: driver 2.1.32 [Flags: R/W].
[    0.984494] 9p: Installing v9fs 9p2000 file system support
[    0.987742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.987885] io scheduler noop registered
[    0.988218] io scheduler cfq registered (default)
[    0.990954] gic 702f9000.agic: GIC IRQ controller registered
[    0.994013] iommu: Adding device 702ef000.adsp to group 33
[    1.001251] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[    1.001415] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[    1.002066] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x8a28c13
[    1.002074] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[    1.003778] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[    1.003886] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[    1.004031] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[    1.004227] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[    1.004317] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[    1.004411] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[    1.004506] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[    1.004600] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[    1.004689] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[    1.004778] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[    1.010163] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[    1.011963] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[    1.013932] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[    1.015204] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[    1.015563] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[    1.016875] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    1.017105] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    1.017351] Adding domain tsec-pd to PM domain host1x-pd
[    1.019706] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[    1.020821] tsec 54500000.tsec: initialized
[    1.022337] tsec 54100000.tsecb: initialized
[    1.023089] Adding domain nvdec-pd to PM domain host1x-pd
[    1.026623] nvdec 54480000.nvdec: initialized
[    1.027727] Adding domain vic03-pd to PM domain host1x-pd
[    1.027930] Adding domain msenc-pd to PM domain host1x-pd
[    1.028092] Adding domain nvjpg-pd to PM domain host1x-pd
[    1.032393] falcon 54340000.vic: initialized
[    1.033620] falcon 544c0000.nvenc: initialized
[    1.034909] falcon 54380000.nvjpg: initialized
[    1.039732] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[    1.039850] display board info: id 0x0, fab 0x0
[    1.039995] generic_infoframe_type: 0x87
[    1.040150] tegradc tegradc.0: DT parsed successfully
[    1.040199] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[    1.040756] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 640x480 (on 0x0mm) pclk=25173906
[    1.043476] tegradc tegradc.0: probed
[    1.048202] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[    1.052560] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 10 channels
[    1.053478] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[    1.053819] kfuse 7000fc00.kfuse: initialized
[    1.055372] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[    1.056505] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    1.058071] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[    1.058086] vdd-cpu: 708 <--> 1322 mV at 708 mV
[    1.058632] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[    1.059951] vdd-gpu: applied init 1000000uV constraint
[    1.059958] vdd-gpu: 708 <--> 1323 mV at 997 mV
[    1.060430] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[    1.065190] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.065296] No Device Node present for smmu client: serial8250 !!
[    1.065309] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.065352] iommu: Adding device serial8250 to group 35
[    1.067732] console [ttyS0] disabled
[    1.067828] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[    1.072849] console [ttyS0] enabled
[    1.073194] Console: switching to colour frame buffer device 80x30
[    1.073232] tegradc tegradc.0: fb registered
[    1.074487] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[    1.074874] serial-tegra 70006200.serial: RX in PIO mode
[    1.074980] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[    1.076333] [drm] Initialized
[    1.083194] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[    1.083248] tegradc tegradc.0: hdmi: tmds rate:25174K prod-setting:prod_c_hdmi_0m_54m
[    1.083797] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[    1.083812] tegradc tegradc.0: hdmi: BL set VIC 0
[    1.083818] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[    1.087237] brd: module loaded
[    1.092795] loop: module loaded
[    1.093639] tegra_profiler: version: 1.134, samples/io: 47/26
[    1.093765] tegra_profiler: auth: init
[    1.094752] THERMAL EST: found 2 subdevs
[    1.094760] THERMAL EST num_resources: 0
[    1.094767] [THERMAL EST subdev 0]
[    1.094776] [THERMAL EST subdev 1]
[    1.095230] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    1.095236] THERMAL EST: thz register success.
[    1.095390] THERMAL EST: end of probe, return err: 0
[    1.096709] hisi_sas: driver version v1.6
[    1.102712] libphy: Fixed MDIO Bus: probed
[    1.103314] tun: Universal TUN/TAP device driver, 1.6
[    1.103318] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.104688] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.104696] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.104747] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.104750] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.104802] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.104806] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.104855] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.104859] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.105885] PPP generic driver version 2.4.2
[    1.106077] PPP BSD Compression module registered
[    1.106082] PPP Deflate Compression module registered
[    1.106123] PPP MPPE Compression module registered
[    1.106130] NET: Registered protocol family 24
[    1.106201] usbcore: registered new interface driver r8152
[    1.106247] usbcore: registered new interface driver asix
[    1.106303] usbcore: registered new interface driver ax88179_178a
[    1.106343] usbcore: registered new interface driver cdc_ether
[    1.106381] usbcore: registered new interface driver net1080
[    1.106420] usbcore: registered new interface driver cdc_subset
[    1.106458] usbcore: registered new interface driver zaurus
[    1.106509] usbcore: registered new interface driver simcom_wwan
[    1.106557] usbcore: registered new interface driver cdc_ncm
[    1.106723] VFIO - User Level meta-driver version: 0.3
[    1.108225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.108252] ehci-pci: EHCI PCI platform driver
[    1.108297] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.108310] ohci-pci: OHCI PCI platform driver
[    1.108361] ohci-platform: OHCI generic platform driver
[    1.111224] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[    1.111835] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[    1.113055] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f9189800 id
[    1.115356] usbcore: registered new interface driver uas
[    1.115421] usbcore: registered new interface driver usb-storage
[    1.115551] usbcore: registered new interface driver usbserial
[    1.115966] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-05-08 09:42:10 UTC, Version: 50.22 release
[    1.116024] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.116055] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[    1.116970] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[    1.117029] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[    1.117237] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.117243] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.117250] usb usb1: Product: xHCI Host Controller
[    1.117255] usb usb1: Manufacturer: Linux 4.9.140 xhci-hcd
[    1.117260] usb usb1: SerialNumber: 70090000.xusb
[    1.117875] hub 1-0:1.0: USB hub found
[    1.117918] hub 1-0:1.0: 5 ports detected
[    1.118561] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.118572] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[    1.118732] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.118819] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.118825] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.118829] usb usb2: Product: xHCI Host Controller
[    1.118833] usb usb2: Manufacturer: Linux 4.9.140 xhci-hcd
[    1.118838] usb usb2: SerialNumber: 70090000.xusb
[    1.119356] hub 2-0:1.0: USB hub found
[    1.119392] hub 2-0:1.0: 4 ports detected
[    1.122134] tegra-xudc-new 700d0000.xudc: device count: 1
[    1.123478] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[    1.123493] tegra-xudc-new 700d0000.xudc: vbus state: 1
[    1.123510] tegra-xudc-new 700d0000.xudc: device mode on: 0
[    1.123535] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 0
[    1.123558] tegra-xudc-new 700d0000.xudc: active: 0 => 1
[    1.124670] mousedev: PS/2 mouse device common for all mice
[    1.124785] usbcore: registered new interface driver xpad
[    1.220009] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[    1.237179] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    1.239664] rtc rtc1: alarm rtc device
[    1.239692] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[    1.239723] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[    1.240402] i2c /dev entries driver
[    1.242760] i2c i2c-6: Added multiplexed i2c bus 7
[    1.243238] i2c i2c-6: Added multiplexed i2c bus 8
[    1.243245] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[    1.243827] pca954x 6-0070: vcc-pullup regulator not found
[    1.243845] pca954x 6-0070: pca954x_probe: forcing device bus number, start 30.
[    1.244658] i2c i2c-6: Added multiplexed i2c bus 30
[    1.245163] i2c i2c-6: Added multiplexed i2c bus 31
[    1.245171] pca954x 6-0070: registered 2 multiplexed busses for I2C switch pca9543
[    1.246114] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[    1.269429] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    1.269533] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.277102] imx219 7-0010: board setup failed
[    1.281578] imx219: probe of 7-0010 failed with error -121
[    1.282086] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[    1.305362] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    1.305453] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.312981] imx219 8-0010: board setup failed
[    1.317416] imx219: probe of 8-0010 failed with error -121
[    1.318443] [ov2718]: probing v4l2 sensor.
[    1.318487] OV2718,ov2718_parse_dt
[    1.318558] extract_pixel_format,0x200f
[    1.318561] OV2718,ov2718_power_get
[    1.319003] ov2718,master sensor/host1x/i2c@546c0000/pca9543@70/i2c@0/ov2718_a@1b
[    1.319055] extract_pixel_format: Need to extend formatuyvy
[    1.324662] ov2718 30-001b: Unsupported pixel format
[    1.329704] ov2718 30-001b: Failed to read mode0 image props
[    1.335382] ov2718 30-001b: Could not initialize sensor properties.
[    1.341663] ov2718 30-001b: Failed to initialize ov2718.
[    1.347153] ov2718: probe of 30-001b failed with error -22
[    1.347221] [ov2718]: probing v4l2 sensor.
[    1.347259] OV2718,ov2718_parse_dt
[    1.347323] extract_pixel_format,0x200f
[    1.347326] OV2718,ov2718_power_get
[    1.347642] ov2718,slave sensor/host1x/i2c@546c0000/pca9543@70/i2c@1/ov2718_b@1b
[    1.347685] extract_pixel_format: Need to extend formatuyvy
[    1.353288] ov2718 31-001b: Unsupported pixel format
[    1.358262] ov2718 31-001b: Failed to read mode0 image props
[    1.363942] ov2718 31-001b: Could not initialize sensor properties.
[    1.370235] ov2718 31-001b: Failed to initialize ov2718.
[    1.375676] ov2718: probe of 31-001b failed with error -22
[    1.376289] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    1.378983] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[    1.378991] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[    1.379413] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.379430] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[    1.379441] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[    1.379607] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.379618] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[    1.379625] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[    1.379803] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.379815] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[    1.379821] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[    1.380050] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[    1.380900] tegra_aotag tegra-aotag: Registering sensor 0
[    1.380958] tegra_aotag tegra-aotag: Invalid temp readout
[    1.380982] tegra_aotag tegra-aotag: Invalid temp readout
[    1.381001] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[    1.381010] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[    1.381983] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.382004] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[    1.382210] tegra_aotag tegra-aotag: Invalid temp readout
[    1.382242] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[    1.382680] parse_throttle_dt_data: Num cap clks = 6
[    1.382687] parse_throttle_dt_data: clk=cclk_g type=2
[    1.382702] parse_throttle_dt_data: clk=gpu type=4
[    1.382728] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[    1.382749] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[    1.382772] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[    1.382776] parse_throttle_dt_data: clk=emc type=3
[    1.383164] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.383266] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.383417] tegra_throttle_probe: probe successful. #cdevs=4
[    1.384221] FAN dev name: pwm-fan
[    1.384277] FAN:gpio request success.
[    1.384350] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    1.384671] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    1.384877] pwm_fan_driver pwm-fan: fan tach request irq success
[    1.384889] pwm_fan_driver pwm-fan: tach period: 1000
[    1.384986] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    1.384993] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[    1.384998] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    1.385003] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    1.385008] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    1.385013] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    1.385017] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    1.385022] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    1.385027] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    1.385032] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    1.385679] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[    1.386052] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[    1.387000] device-mapper: uevent: version 1.0.3
[    1.387469] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.393238] tegra210-cpufreq cpufreq: probe()...completed
[    1.393994] sdhci: Secure Digital Host Controller Interface driver
[    1.393996] sdhci: Copyright(c) Pierre Ossman
[    1.393998] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.394372] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
[    1.398243] sdhci-tegra sdhci-tegra.2: Got CD GPIO
[    1.398603] sdhci-tegra sdhci-tegra.2: Client registration for eMC Successful
[    1.400227] leds-gpio: probe of leds failed with error -2
[    1.402923] tegra-se 70012000.se: tegra_se_probe: complete
[    1.403488] hidraw: raw HID events driver (C) Jiri Kosina
[    1.404983] usbcore: registered new interface driver usbhid
[    1.404986] usbhid: USB HID core driver
[    1.407207] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[    1.407373] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[    1.408882] mpu6xxx 1-0069: nvi_probe mpu9250
[    1.409515] nvpmodel: initialized successfully
[    1.410543] usbcore: registered new interface driver snd-usb-audio
[    1.410599] No Device Node present for smmu client: snd-soc-dummy !!
[    1.410604] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.410626] iommu: Adding device snd-soc-dummy to group 36
[    1.413066] chien:wm8960_i2c_probe,ret=0
[    1.417699] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[    1.438605] OPE platform probe
[    1.438698] OPE platform probe successful
[    1.439058] OPE platform probe
[    1.439139] OPE platform probe successful
[    1.439938] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
[    1.440114] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA 64-bit with 64 bit addr
[    1.446038] tegra-pcie 1003000.pcie: link 0 down, retrying
[    1.447930] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    1.465182] chien:wm8960_probe
[    1.466365] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    1.466502] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    1.466632] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    1.466766] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    1.466901] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    1.467031] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    1.467164] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    1.467294] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    1.467421] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    1.467550] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    1.468923] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101
[    1.468928] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.468932] usb 1-2: Product: USB 2.0 Hub
[    1.469965] hub 1-2:1.0: USB hub found
[    1.470039] hub 1-2:1.0: 4 ports detected
[    1.491198] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    1.495677] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[    1.495965] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[    1.497248]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[    1.586908] chien:tegra_machine_driver_probe,ret=0
[    1.587504] u32 classifier
[    1.587506]     Actions configured
[    1.587582] Initializing XFRM netlink socket
[    1.588343] NET: Registered protocol family 10
[    1.588986] NET: Registered protocol family 17
[    1.588998] NET: Registered protocol family 15
[    1.589075] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.589120] Bluetooth: RFCOMM socket layer initialized
[    1.589130] Bluetooth: RFCOMM ver 1.11
[    1.589135] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.589140] Bluetooth: HIDP socket layer initialized
[    1.589158] 9pnet: Installing 9P2000 support
[    1.589192] Key type dns_resolver registered
[    1.589644] Registered cp15_barrier emulation handler
[    1.589651] Registered setend emulation handler
[    1.590741] registered taskstats version 1
[    1.591298] Adding domain ve2-pd to PM domain host1x-pd
[    1.591559] Adding domain ve-pd to PM domain host1x-pd
[    1.636765] mpu6xxx 1-0069: nvi_id_dev: USING DEVICE TREE: mpu9250
[    1.636910] mpu6xxx 1-0069: nvs_probe (iio)
[    1.637305] mpu6xxx 1-0069: nvs_probe (iio) accelerometer done
[    1.637309] mpu6xxx 1-0069: nvs_probe (iio)
[    1.637639] mpu6xxx 1-0069: nvs_probe (iio) gyroscope done
[    1.637643] mpu6xxx 1-0069: nvs_probe (iio)
[    1.637949] mpu6xxx 1-0069: nvs_probe (iio) gyro_temp done
[    1.637953] mpu6xxx 1-0069: nvs_probe (iio)
[    1.637955] mpu6xxx 1-0069: nvs_probe significant_motion disabled
[    1.637958] mpu6xxx 1-0069: nvs_probe (iio)
[    1.637961] mpu6xxx 1-0069: nvs_probe step_detector disabled
[    1.637963] mpu6xxx 1-0069: nvs_probe (iio)
[    1.637966] mpu6xxx 1-0069: nvs_probe quaternion disabled
[    1.637968] mpu6xxx 1-0069: nvs_probe (iio)
[    1.637971] mpu6xxx 1-0069: nvs_probe geomagnetic_rotation_vector disabled
[    1.637973] mpu6xxx 1-0069: nvs_probe (iio)
[    1.637976] mpu6xxx 1-0069: nvs_probe gyroscope_uncalibrated disabled
[    1.638900] mpu6xxx 1-0069: nvi_dmp_fw_load_worker done
[    1.755972] usb 1-2.1: new high-speed USB device number 3 using tegra-xusb
[    1.777754] usb 1-2.1: New USB device found, idVendor=05e3, idProduct=0608
[    1.777758] usb 1-2.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.777761] usb 1-2.1: Product: USB2.0 Hub
[    1.778973] hub 1-2.1:1.0: USB hub found
[    1.779299] hub 1-2.1:1.0: 4 ports detected
[    1.857238] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.067970] usb 1-2.1.1: new high-speed USB device number 4 using tegra-xusb
[    2.101624] usb 1-2.1.1: New USB device found, idVendor=0b95, idProduct=772b
[    2.101628] usb 1-2.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.101631] usb 1-2.1.1: Product: AX88772C
[    2.101635] usb 1-2.1.1: Manufacturer: ASIX Elec. Corp.
[    2.101638] usb 1-2.1.1: SerialNumber: 0007AC
[    2.272175] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.274246] tegra-pcie 1003000.pcie: link 0 down, ignoring
[    2.378701] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[    2.378707] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    2.378711] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[    2.378715] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[    2.378719] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.378739] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[    2.378801] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.378941] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.379044] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    2.379067] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[    2.379097] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref]
[    2.379117] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    2.379240] pci 0000:01:00.0: supports D1 D2
[    2.379244] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.388011] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.388037] pci 0000:00:02.0: BAR 15: assigned [mem 0x20000000-0x200fffff 64bit pref]
[    2.388041] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    2.388047] pci 0000:01:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref]
[    2.388065] pci 0000:01:00.0: BAR 2: assigned [mem 0x20004000-0x20004fff 64bit pref]
[    2.388081] pci 0000:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    2.388089] pci 0000:00:02.0: PCI bridge to [bus 01]
[    2.388093] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    2.388100] pci 0000:00:02.0:   bridge window [mem 0x20000000-0x200fffff 64bit pref]
[    2.388298] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    2.388301] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    2.388306] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[    2.388388] aer 0000:00:02.0:pcie002: service driver aer loaded
[    2.388544] r8168 0000:01:00.0: enabling device (0000 -> 0003)
[    2.388560] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[    2.409662] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[    2.409729] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e9:d7:54 from device tree
[    2.410145] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    2.410159] 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/>.
[    2.520315] asix 1-2.1.1:1.0 eth1: register 'asix' at usb-70090000.xusb-2.1.1, ASIX AX88772B USB 2.0 Ethernet, 00:0e:c6:be:31:16
[    5.276558] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[    5.276562] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[    5.380159] usb usb2: usb_suspend_both: status 0
[    6.575311] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[    6.835917] usb 1-3: new high-speed USB device number 5 using tegra-xusb
[    6.871081] usb 1-3: New USB device found, idVendor=1e0e, idProduct=9001
[    6.871085] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.871088] usb 1-3: Product: SimTech, Incorporated
[    6.871091] usb 1-3: Manufacturer: SimTech, Incorporated
[    6.871094] usb 1-3: SerialNumber: 0123456789ABCDEF
[    6.875286] simcom_wwan: probe of 1-3:1.0 failed with error -22
[    6.875396] simcom_wwan: probe of 1-3:1.1 failed with error -22
[    6.875591] simcom_wwan: probe of 1-3:1.2 failed with error -22
[    6.875782] simcom_wwan: probe of 1-3:1.3 failed with error -22
[    6.875997] simcom_wwan: probe of 1-3:1.4 failed with error -22
[    6.877432] simcom usbnet bind here
[    6.878493] simcom_wwan 1-3:1.5 wwan0: register 'simcom_wwan' at usb-70090000.xusb-3, SIMCOM wwan/QMI device, 06:1c:04:f7:98:d8
[   11.123974] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[   11.131121] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[   11.137834] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[   11.142972] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   11.149669] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[   11.155239] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[   11.161069] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[   11.166293] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[   11.171605] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[   11.178160] extcon-disp-state extcon:disp-state: cable 47 state 1
[   11.178163] Extcon AUX1(HDMI) enable
[   11.179306] isp 54600000.isp: initialized
[   11.180219] isp 54680000.isp: initialized
[   11.188377] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[   11.188421] tegradc tegradc.1: No lt-data, using default setting
[   11.188437] tegradc tegradc.1: No hpd-gpio in DT
[   11.188457] tegradc tegradc.1: DT parsed successfully
[   11.188481] tegradc tegradc.1: Display dc.ffffff800d600000 registered with id=1
[   11.189335] tegradc tegradc.1: dpd enable lookup fail:-19
[   11.190013] edid invalid
[   11.190837] last reset is due to software reset
[   11.190839] KERNEL: PMC reset status reg: 0x3
[   11.190902] BL: PMC reset status reg: 0x3
[   11.190903] BL: PMIC poweroff Event Recorder: 0x0
[   11.192446] clk_cbus_recalc_rate: no gbus parent
[   11.192450] clk_cbus_round_rate: no gbus parent
[   11.192451] clk_cbus_round_rate: no gbus parent
[   11.192458] clk_cbus_recalc_rate: no gbus parent
[   11.192555] clk_cbus_recalc_rate: no gbus parent
[   11.192557] clk_cbus_round_rate: no gbus parent
[   11.192559] clk_cbus_round_rate: no gbus parent
[   11.192562] clk_cbus_recalc_rate: no gbus parent
[   11.192576] tegra_dvfs: GPU-cap: registered
[   11.192638] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[   11.192640] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[   11.192643] tegra dvfs: vdd-gpu: nominal 1038mV, offset 708000uV, step 10000uV, scaling enabled
[   11.194046] tegra_dvfs: vdd-gpu-vts: registered
[   11.194720] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[   11.195410] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[   11.195929] input: gpio-keys as /devices/gpio-keys/input/input1
[   11.198529] tegradc tegradc.1: probed
[   11.206641] tegradc tegradc.1: fb registered
[   11.209786] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[   11.209790] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[   11.209796] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[   11.209803] tegradc tegradc.1: blank - powerdown
[   11.209812] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[   11.209815] Extcon DP: HPD disabled
[   11.209817] hpd: hpd_switch 0
[   11.209819] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[   11.209825] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[   11.209830] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[   11.215944] tegradc tegradc.0: nominal-pclk:25174825 parent:25173906 div:1.0 pclk:25173906 24923052~27440532
[   11.228626] tegra_rtc 7000e000.rtc: setting system clock to 2019-11-21 07:06:58 UTC (1574320018)
[   11.229683] vi 54080000.vi: vi_probe: ++
[   11.232354] vi 54080000.vi: initialized
[   11.232384] vi 54080000.vi: No port index info
[   11.239142] vi 54080000.vi: subdev nvcsi--2 bound
[   11.239296] vi 54080000.vi: subdev nvcsi--1 bound
[   11.239534] mmcblk mmc0:0001: Card claimed for testing.
[   11.240975] Disable partitions left on by BL
[   11.240978]   disb
[   11.241025] bwmgr: missing cdev-type property
[   11.241117] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[   11.241124] DRAM derating cdev registered.
[   11.241801] ak89xx 1-000c: ak89xx akm_probe
[   11.316295] mpu6xxx 1-0069: nvi_aux_dev_valid MPU read 0x48 from device 0xc
[   11.316301] ak89xx 1-000c: akm_id_dev AUTO ID=48 ret=0
[   11.350045] ak89xx 1-000c: akm_self_test ERR: out_of_range 4
[   11.373152] ak89xx 1-000c: nvs_probe (iio)
[   11.373504] ak89xx 1-000c: nvs_probe (iio) magnetic_field done
[   11.373508] ak89xx 1-000c: akm_probe done
[   11.374051] vdd-fan: disabling
[   11.374054] vdd-usb-vbus: disabling
[   11.374057] vdd-usb-vbus2: disabling
[   11.374066] vddio-sdmmc-ap: disabling
[   11.374198] vddio-sdmmc3-ap: disabling
[   11.374319] vdd-3v3-sd: disabling
[   11.374323] avdd-io-edp-1v05: disabling
[   11.374326] vdd-usb-hub-en: disabling
[   11.374329] pw-on-4g: disabling
[   11.374331] rst-4g: disabling
[   11.374334] en-4g-vdd-3v8: disabling
[   11.374336] en-aud-vdd-1v8: disabling
[   11.374339] en-aud-vdd-3v3: disabling
[   11.374342] en-aud-spk-5v0: disabling
[   11.374344] en-vdd-cam-hv-2v8: disabling
[   11.374347] en-vdd-cam-1v2: disabling
[   11.374350] mipi-i2c-rst: disabling
[   11.374353] sd_vdd_en: disabling
[   11.374487] ALSA device list:
[   11.374490]   #0: tegra-hda at 0x70038000 irq 82
[   11.374493]   #1: tegra-snd-t210ref-mobile-rt565x
[   11.377620] Freeing unused kernel memory: 8576K
[   11.396087] L4T-INITRD Build DATE: Thu Nov 21 07:06:58 UTC 2019
[   11.400445] Root device found: mmcblk0p1
[   11.401507] Found dev node: /dev/mmcblk0p1
[   11.475256] EXT4-fs (mmcblk0p1): 2 orphan inodes deleted
[   11.475260] EXT4-fs (mmcblk0p1): recovery complete
[   11.482097] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[   11.482826] Rootfs mounted over mmcblk0p1
[   11.497222] Switching from initrd to actual rootfs
[   11.597267] ip_tables: (C) 2000-2006 Netfilter Core Team
[   11.608678] cgroup: cgroup2: unknown option "nsdelegate"
[   11.623356] 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)
[   11.624159] systemd[1]: Detected architecture arm64.
[   11.649166] systemd[1]: Set hostname to <zalend-desktop>.
[   11.705646] 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.
[   11.705656] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   11.798750] random: systemd: uninitialized urandom read (16 bytes read)
[   11.800484] systemd[1]: Created slice System Slice.
[   11.800650] random: systemd: uninitialized urandom read (16 bytes read)
[   11.800673] systemd[1]: Reached target User and Group Name Lookups.
[   11.800738] random: systemd: uninitialized urandom read (16 bytes read)
[   11.800864] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.800902] systemd[1]: Reached target Swap.
[   11.801093] systemd[1]: Listening on Syslog Socket.
[   11.862937] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[   12.114794] systemd-journald[2073]: Received request to flush runtime journal from PID 1
[   12.275939] FAN rising trip_level:1 cur_temp:55500 trip_temps[2]:61000
[   12.386708] nvgpu: 57000000.gpu           gm20b_init_clk_setup_sw:1268 [INFO]  GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[   12.642426] using random self ethernet address
[   12.649610] using random host ethernet address
[   12.765390] Mass Storage Function, version: 2009/09/11
[   12.765397] LUN: removable file: (no medium)
[   12.773243] using random self ethernet address
[   12.778023] using random host ethernet address
[   12.819980] rndis0: HOST MAC d6:a6:51:6f:d6:dc
[   12.820232] rndis0: MAC d6:a6:51:6f:d6:dd
[   12.822737] usb0: HOST MAC d6:a6:51:6f:d6:de
[   12.822767] usb0: MAC d6:a6:51:6f:d6:df
[   12.822796] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[   12.856662] l4tbr0: port 1(rndis0) entered blocking state
[   12.856668] l4tbr0: port 1(rndis0) entered disabled state
[   12.868291] device rndis0 entered promiscuous mode
[   12.882184] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[   12.913436] l4tbr0: port 2(usb0) entered blocking state
[   12.913441] l4tbr0: port 2(usb0) entered disabled state
[   12.914066] device usb0 entered promiscuous mode
[   12.934386] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[   13.127618] android_work: did not send uevent (0 0           (null))
[   13.196245] android_work: sent uevent USB_STATE=CONNECTED
[   13.207641] android_work: sent uevent USB_STATE=DISCONNECTED
[   13.304190] android_work: sent uevent USB_STATE=CONNECTED
[   13.306449] configfs-gadget gadget: high-speed config #1: c
[   13.306479] tegra-xudc-new 700d0000.xudc: ep 5 (type: 3, dir: in) enabled
[   13.306496] tegra-xudc-new 700d0000.xudc: ep 3 (type: 2, dir: in) enabled
[   13.306512] tegra-xudc-new 700d0000.xudc: ep 2 (type: 2, dir: out) enabled
[   13.306598] tegra-xudc-new 700d0000.xudc: ep 9 (type: 3, dir: in) enabled
[   13.306614] tegra-xudc-new 700d0000.xudc: ep 7 (type: 2, dir: in) enabled
[   13.306629] tegra-xudc-new 700d0000.xudc: ep 4 (type: 2, dir: out) enabled
[   13.306659] tegra-xudc-new 700d0000.xudc: ep 15 (type: 3, dir: in) enabled
[   13.306700] IPv6: ADDRCONF(NETDEV_CHANGE): rndis0: link becomes ready
[   13.306843] android_work: sent uevent USB_STATE=CONFIGURED
[   13.306884] tegra-xudc-new 700d0000.xudc: ep 11 (type: 2, dir: in) enabled
[   13.306899] tegra-xudc-new 700d0000.xudc: ep 6 (type: 2, dir: out) enabled
[   13.314103] tegra-xudc-new 700d0000.xudc: ep 13 (type: 2, dir: in) enabled
[   13.314121] tegra-xudc-new 700d0000.xudc: ep 8 (type: 2, dir: out) enabled
[   13.314231] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[   13.511275] random: crng init done
[   13.514688] random: 7 urandom warning(s) missed due to ratelimiting
[   13.726684] zram: Added device: zram0
[   13.732016] zram: Added device: zram1
[   13.740456] zram: Added device: zram2
[   13.742050] zram: Added device: zram3
[   13.788837] zram0: detected capacity change from 0 to 519413760
[   13.814752] Adding 507236k swap on /dev/zram0.  Priority:5 extents:1 across:507236k SS
[   13.823194] zram1: detected capacity change from 0 to 519413760
[   13.872314] Adding 507236k swap on /dev/zram1.  Priority:5 extents:1 across:507236k SS
[   13.876295] zram2: detected capacity change from 0 to 519413760
[   13.897459] Adding 507236k swap on /dev/zram2.  Priority:5 extents:1 across:507236k SS
[   13.902711] zram3: detected capacity change from 0 to 519413760
[   13.921000] Adding 507236k swap on /dev/zram3.  Priority:5 extents:1 across:507236k SS
[   14.138414] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.139449] eth0: 0xffffff800aaf4000, 00:04:4b:e9:d7:54, IRQ 411
[   14.255674] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.587760] tegradc tegradc.0: blank - powerdown
[   14.626963] extcon-disp-state extcon:disp-state: cable 47 state 0
[   14.626966] Extcon AUX1(HDMI) disable
[   14.641018] usbcore: registered new interface driver option
[   14.641061] usbserial: USB Serial support registered for GSM modem (1-port)
[   14.641260] option 1-3:1.0: GSM modem (1-port) converter detected
[   14.641498] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB0
[   14.641639] option 1-3:1.1: GSM modem (1-port) converter detected
[   14.641866] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB1
[   14.641981] option 1-3:1.2: GSM modem (1-port) converter detected
[   14.642145] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB2
[   14.642279] option 1-3:1.3: GSM modem (1-port) converter detected
[   14.642489] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB3
[   14.642605] option 1-3:1.4: GSM modem (1-port) converter detected
[   14.644056] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB4
[   15.085621] tegradc tegradc.0: blank - powerdown
[   15.302749] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   15.305736] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   15.541046] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   15.544162] asix 1-2.1.1:1.0 eth1: link up, 100Mbps, full-duplex, lpa 0x4DE1
[   15.579522] tegradc tegradc.0: blank - powerdown
[   15.579543] tegradc tegradc.0: unblank
[   15.592744] edid invalid
[   15.592816] tegradc tegradc.0: nominal-pclk:25174825 parent:25174375 div:1.0 pclk:25174375 24923052~27440532
[   15.592883] tegradc tegradc.0: hdmi: tmds rate:25174K prod-setting:prod_c_hdmi_0m_54m
[   15.593932] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[   15.593938] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[   18.821880] l4tbr0: port 2(usb0) entered blocking state
[   18.821884] l4tbr0: port 2(usb0) entered forwarding state
[   18.821952] l4tbr0: port 1(rndis0) entered blocking state
[   18.821956] l4tbr0: port 1(rndis0) entered forwarding state
[   18.822096] IPv6: ADDRCONF(NETDEV_UP): l4tbr0: link is not ready
[   18.822114] IPv6: ADDRCONF(NETDEV_CHANGE): l4tbr0: link becomes ready

No mmc card log is printed. Did you hotplug your card in above log?

hi WayneWWW
sorry for reply later
1、 i have no hotplug your card in above log
2、when i remove cd-gpios, the system continue try to recognizize the sd_card,i can got the emmc1 log,

[code][ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.140 (wdg@wdg-HP-EliteBook-8560p) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #10 SMP PREEMPT Wed Nov 20 18:14:15 CST 2019
[ 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] 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 @ffffffc0fefa9000 s61592 r8192 d32616 u102400
[ 0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] CPU features: enabling workaround for ARM erratum 832075
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1023544
[ 0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet
[ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 131072 bytes
[ 0.000000] early log buf free: 29500(90%)
[ 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: 3570036K/4159488K available (15294K kernel code, 2932K rwdata, 6812K rodata, 8576K init, 611K bss, 114316K 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 - 0xffffff8009620000 ( 6848 KB)
[ 0.000000] .init : 0xffffff8009620000 - 0xffffff8009e80000 ( 8576 KB)
[ 0.000000] .data : 0xffffff8009e80000 - 0xffffff800a15d008 ( 2933 KB)
[ 0.000000] .bss : 0xffffff800a15d008 - 0xffffff800a1f5dfc ( 612 KB)
[ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[ 0.000000] 0xffffffbf00000000 - 0xffffffbf03fc8000 ( 63 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc0ff200000 ( 4082 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[ 0.000000] t210 clock and reset probe
[ 0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.001784] Console: colour dummy device 80x25
[ 0.001802] console [tty0] enabled
[ 0.001820] kmemleak: Kernel memory leak detector disabled
[ 0.001840] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=76800)
[ 0.001852] pid_max: default: 32768 minimum: 301
[ 0.002297] Security Framework initialized
[ 0.002518] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002526] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.003626] ftrace: allocating 47212 entries in 185 pages
[ 0.175342] sched-energy: CPU device node has no sched-energy-costs
[ 0.175376] ASID allocator initialised with 65536 entries
[ 0.212116] tegra-id: chipid=22117.
[ 0.212130] tegra-id: opt_subrevision=0.
[ 0.212147] Tegra Speedo/IDDQ fuse revision 4
[ 0.212151] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[ 0.212156] Tegra: CPU Process ID 1, SoC Process ID 1, GPU Process ID 0
[ 0.212162] Tegra: CPU Speedo Value 2145, SoC Speedo Value 2051, GPU Speedo Value 2145
[ 0.212166] Tegra: CPU IDDQ Value 2800, SoC IDDQ Value 3060, GPU IDDQ Value 3665
[ 0.212185] Tegra Revision: A02 SKU: 0x8f CPU Process: 1 SoC Process: 1
[ 0.212202] DTS File Name: /home/wdg/nvidia/Jetpack/JetPack_4.2.2_Linux_GA_P3448-0020/Linux_for_Tegra/source/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-B01-adas-0001.dts
[ 0.212253] DTB Build time: Nov 25 2019 09:41:53
[ 0.261037] CPU1: Booted secondary processor [411fd071]
[ 0.292961] CPU2: Booted secondary processor [411fd071]
[ 0.324921] CPU3: Booted secondary processor [411fd071]
[ 0.325012] Brought up 4 CPUs
[ 0.325020] SMP: Total of 4 processors activated.
[ 0.325029] CPU features: detected feature: 32-bit EL0 Support
[ 0.325292] CPU: All CPU(s) started at EL2
[ 0.325310] alternatives: patching kernel code
[ 0.333323] devtmpfs: initialized
[ 0.372597] Initilizing CustomIPI irq domain
[ 0.372977] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.373000] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.383531] pinctrl core: initialized pinctrl subsystem
[ 0.384162] OS set in device tree is not L4T.
[ 0.384563] regulator-dummy: no parameters
[ 0.384817] Initializing plugin-manager
[ 0.384925] Plugin module not found
[ 0.385198] node /plugin-manager/fragement@0 match with board >=3448-0002-100
[ 0.385745] node /plugin-manager/fragment@1 match with board >=3448-0002-101
[ 0.386254] node /plugin-manager/fragment@3 match with board >=3448-0002-100
[ 0.386947] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[ 0.387385] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[ 0.388026] node /plugin-manager/fragement@10 match with board >=3448-0002-300
[ 0.388099] Node override does not have targer node
[ 0.393397] NET: Registered protocol family 16
[ 0.394697] pstore: using zlib compression
[ 0.394748] console [pstore-1] enabled
[ 0.394753] pstore: Registered ramoops as persistent store backend
[ 0.394758] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[ 0.405058] cpuidle: using governor menu
[ 0.409501] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[ 0.411182] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e84000)
[ 0.411202] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.413515] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.416242] tegra_powergate_init: DONE
[ 0.416260] DTS File Name: /home/wdg/nvidia/Jetpack/JetPack_4.2.2_Linux_GA_P3448-0020/Linux_for_Tegra/source/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-B01-adas-0001.dts
[ 0.416266] DTB Build time: Nov 25 2019 09:41:53
[ 0.418217] Tegra reboot handler registered.
[ 0.422765] iommu: Adding device tegra-carveouts to group 0
[ 0.422897] platform tegra-carveouts: domain=ffffffc0f9be7318 allocates as[0]=ffffffc0f944c0a8
[ 0.423246] iommu: Adding device smmu_test to group 1
[ 0.423291] platform smmu_test: domain=ffffffc0f9be7558 allocates as[0]=ffffffc0f944c110
[ 0.424098] mc: mapped MMIO address: 0xffffff800802e000 → 0x70019000
[ 0.424162] mc: mapped MMIO address: 0xffffff8008065000 → 0x7001c000
[ 0.424216] mc: mapped MMIO address: 0xffffff8008079000 → 0x7001d000
[ 0.424225] nv-tegra-mc 70019000.mc: No mssnvlink node
[ 0.424248] mc-err: mcerr ops are set to t21x
[ 0.433843] iommu: Adding device 70090000.xusb to group 2
[ 0.434127] iommu: Adding device 70006000.serial to group 3
[ 0.434199] platform 70006000.serial: domain=ffffffc0f94bf6d8 allocates as[0]=ffffffc0f944c178
[ 0.434627] iommu: Adding device 70006040.serial to group 4
[ 0.434899] iommu: Adding device 70006200.serial to group 5
[ 0.435120] iommu: Adding device sound to group 6
[ 0.435171] platform sound: domain=ffffffc0f94bfc18 allocates as[0]=ffffffc0f944c1e0
[ 0.435719] iommu: Adding device 7000d400.spi to group 7
[ 0.435971] iommu: Adding device 7000d600.spi to group 8
[ 0.436314] iommu: Adding device 50000000.host1x to group 9
[ 0.436590] iommu: Adding device 54080000.vi to group 10
[ 0.437131] iommu: Adding device 54600000.isp to group 11
[ 0.437409] iommu: Adding device 54680000.isp to group 12
[ 0.437681] iommu: Adding device tegradc.0 to group 13
[ 0.437753] platform tegradc.0: domain=ffffffc0f94cc9d8 allocates as[0]=ffffffc0f944c248
[ 0.438274] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[ 0.438591] iommu: Adding device tegradc.1 to group 14
[ 0.438639] platform tegradc.1: domain=ffffffc0f94ccc18 allocates as[0]=ffffffc0f944c2b0
[ 0.439146] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[ 0.439383] iommu: Adding device 54340000.vic to group 15
[ 0.439585] iommu: Adding device 544c0000.nvenc to group 16
[ 0.439777] iommu: Adding device 54500000.tsec to group 17
[ 0.439977] iommu: Adding device 54100000.tsecb to group 18
[ 0.440179] iommu: Adding device 54480000.nvdec to group 19
[ 0.440366] iommu: Adding device 54380000.nvjpg to group 20
[ 0.441507] iommu: Adding device 546c0000.i2c to group 21
[ 0.441841] iommu: Adding device 57000000.gpu to group 22
[ 0.441888] platform 57000000.gpu: domain=ffffffc0f94d6c18 allocates as[0]=ffffffc0f944c318
[ 0.441924] platform 57000000.gpu: domain=ffffffc0f94d6c18 allocates as[1]=ffffffc0f944c380
[ 0.441965] platform 57000000.gpu: domain=ffffffc0f94d6c18 allocates as[2]=ffffffc0f944c3e8
[ 0.442005] platform 57000000.gpu: domain=ffffffc0f94d6c18 allocates as[3]=ffffffc0f944c450
[ 0.442898] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[ 0.442907] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[ 0.442919] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.442924] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[ 0.442928] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.493132] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.493138] tegra-pmc: Clear bootloader IO dpd settings
[ 0.493160] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[ 0.493222] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[ 0.493509] iommu: Adding device 70012000.se to group 23
[ 0.494351] iommu: Adding device 7000c000.i2c to group 24
[ 0.494655] iommu: Adding device 7000c400.i2c to group 25
[ 0.494956] iommu: Adding device 7000c500.i2c to group 26
[ 0.495264] iommu: Adding device 7000c700.i2c to group 27
[ 0.495565] iommu: Adding device 7000d000.i2c to group 28
[ 0.495903] iommu: Adding device 7000d100.i2c to group 29
[ 0.496217] iommu: Adding device sdhci-tegra.3 to group 30
[ 0.496277] platform sdhci-tegra.3: domain=ffffffc0f9565e58 allocates as[0]=ffffffc0f944c4b8
[ 0.496707] iommu: Adding device sdhci-tegra.2 to group 31
[ 0.496772] platform sdhci-tegra.2: domain=ffffffc0f9572018 allocates as[0]=ffffffc0f944c520
[ 0.497830] iommu: Adding device 700d0000.xudc to group 32
[ 0.501819] vdd-ac-bat: 5000 mV
[ 0.502215] vdd-5v0-sys: 5000 mV
[ 0.503365] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[ 0.503410] vdd-5v0-hdmi: 5000 mV
[ 0.503866] vdd-1v8-sys: 1800 mV
[ 0.504318] vdd-fan: supplied by vdd-5v0-sys
[ 0.504355] vdd-fan: 5000 mV
[ 0.504788] vdd-usb-vbus: supplied by vdd-5v0-sys
[ 0.504820] vdd-usb-vbus: 5000 mV
[ 0.505403] vdd-usb-vbus2: 5000 mV
[ 0.534122] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.537520] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[ 0.538625] GPIO line 151 (camera-control-output-low) hogged as output/low
[ 0.538643] GPIO line 152 (camera-control-output-low) hogged as output/low
[ 0.538670] GPIO line 6 (system-suspend-gpio) hogged as output/high
[ 0.538694] GPIO line 66 (mpu9250_interrupt) hogged as input
[ 0.539115] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[ 0.547824] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.548171] SCSI subsystem initialized
[ 0.548455] libata version 3.00 loaded.
[ 0.548732] usbcore: registered new interface driver usbfs
[ 0.548782] usbcore: registered new interface driver hub
[ 0.548862] usbcore: registered new device driver usb
[ 0.552785] gpiochip_setup_dev: registered GPIOs 496 to 511 on device: gpiochip1 (tca9539)
[ 0.555112] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[ 0.557100] random: fast init done
[ 0.560422] vdd-core: 600 <–> 1162 mV at 1075 mV
[ 0.561295] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[ 0.564292] vdd-ddr-1v1: 1150 mV
[ 0.568233] vdd-pre-reg-1v35: 1350 mV
[ 0.572231] vdd-1v8: 1800 mV
[ 0.576231] avdd-sys-1v2: 1200 mV
[ 0.580231] vdd-pex-1v0: 1050 mV
[ 0.580788] vddio-sdmmc-ap: 1800 <–> 3300 mV at 3300 mV
[ 0.581313] max77620-ldo3: at 3100 mV
[ 0.584242] vdd-rtc: 850 <–> 1100 mV at 1000 mV
[ 0.584737] max77620-ldo5: at 3100 mV
[ 0.588235] vddio-sdmmc3-ap: 1800 <–> 3300 mV at 2800 mV
[ 0.592233] avdd-1v05-pll: 1050 mV
[ 0.596229] avdd-io-hdmi-dp: 1050 mV
[ 0.597412] GPIO line 489 (spmic-default-output-high) hogged as output/high
[ 0.597650] gpiochip_setup_dev: registered GPIOs 488 to 495 on device: gpiochip2 (max77620-gpio)
[ 0.598993] max77620 4-003c: max77620 probe successful
[ 0.601790] media: Linux media interface: v0.10
[ 0.601846] Linux video capture interface: v2.00
[ 0.602753] pps_core: LinuxPPS API ver. 1 registered
[ 0.602761] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.602793] PTP clock support registered
[ 0.606601] tegra_fiq_debugger_init: found FIQ source (IRQ 98)
[ 0.612971] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[ 0.613878] Advanced Linux Sound Architecture Driver Initialized.
[ 0.614513] Bluetooth: Core ver 2.22
[ 0.614578] NET: Registered protocol family 31
[ 0.614582] Bluetooth: HCI device and connection manager initialized
[ 0.614597] Bluetooth: HCI socket layer initialized
[ 0.614606] Bluetooth: L2CAP socket layer initialized
[ 0.614633] Bluetooth: SCO socket layer initialized
[ 0.616368] tegra210_dvfs: no clock found for sdmmc2_ddr
[ 0.616385] tegra210_dvfs: no clock found for sdmmc4_ddr
[ 0.616429] tegra210_dvfs: no clock found for sdmmc1_ddr
[ 0.616442] tegra210_dvfs: no clock found for sdmmc3_ddr
[ 0.619659] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[ 0.620711] vdd-3v3-sys: supplied by vdd-5v0-sys
[ 0.620771] vdd-3v3-sys: 3300 mV
[ 0.621405] vdd-1v8-sys: supplied by vdd-3v3-sys
[ 0.625041] vdd-usb-vbus2: supplied by vdd-3v3-sys
[ 0.625542] vdd-3v3-sd: supplied by vdd-3v3-sys
[ 0.625605] vdd-3v3-sd: 3300 mV
[ 0.626601] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[ 0.626641] avdd-io-edp-1v05: 1050 mV
[ 0.627070] vdd-usb-hub-en: supplied by vdd-1v8-sys
[ 0.627104] vdd-usb-hub-en: 5000 mV
[ 0.628408] pw-on-4g: 1800 mV
[ 0.629566] rst-4g: 1800 mV
[ 0.630699] en-4g-vdd-3v8: 3800 mV
[ 0.631827] en-aud-vdd-1v8: 1800 mV
[ 0.632991] en-aud-vdd-3v3: 3300 mV
[ 0.634178] en-aud-spk-5v0: 5000 mV
[ 0.634622] en-vdd-cam-hv-2v8: 2800 mV
[ 0.635008] en-vdd-cam: 1800 mV
[ 0.635444] en-vdd-cam-1v2: 1200 mV
[ 0.635885] mipi-i2c-rst: 1800 mV
[ 0.637151] sd_vdd_en: 3300 mV
[ 0.638679] camchar: rtcpu character device driver loaded
[ 0.639387] extcon-gpio-states extcon:extcon@1: Cable state:1, cable id:1
[ 0.640891] clocksource: Switched to clocksource arch_sys_counter
[ 0.680653] VFS: Disk quotas dquot_6.6.0
[ 0.680781] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.681322] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.681725] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[ 0.681741] dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[ 0.681942] cma: enabled page replacement for spfn=d7000, epfn=f0000
[ 0.681947] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.681960] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 0.681987] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[ 0.681993] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[ 0.682007] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[ 0.682014] nvmap_page_pool_init: Total RAM pages: 1011293
[ 0.682019] nvmap_page_pool_init: nvmap page pool size: 126411 pages (493 MB)
[ 0.682110] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.682606] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[ 0.683500] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[ 0.691849] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[ 0.692262] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[ 0.692511] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.692717] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.692914] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 0.693163] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.693167] pre_t19x_iso_plat_init(): max_iso_bw=33280000KB
[ 0.693595] NET: Registered protocol family 2
[ 0.694578] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.694788] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.695282] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.695428] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.695510] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.695929] NET: Registered protocol family 1
[ 0.696684] RPC: Registered named UNIX socket transport module.
[ 0.696689] RPC: Registered udp transport module.
[ 0.696693] RPC: Registered tcp transport module.
[ 0.696697] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.696710] PCI: CLS 0 bytes, default 64
[ 0.697078] Trying to unpack rootfs image as initramfs…
[ 0.942881] Freeing initrd memory: 5432K
[ 0.952811] host1x 50000000.host1x: initialized
[ 0.954751] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.958008] audit: initializing netlink subsys (disabled)
[ 0.958099] audit: type=2000 audit(0.811:1): initialized
[ 0.958845] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.968798] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.970339] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.971138] 9p: Installing v9fs 9p2000 file system support
[ 0.974723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.974871] io scheduler noop registered
[ 0.975156] io scheduler cfq registered (default)
[ 0.977853] gic 702f9000.agic: GIC IRQ controller registered
[ 0.980635] iommu: Adding device 702ef000.adsp to group 33
[ 0.987184] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[ 0.987361] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[ 0.987999] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x8a28c13
[ 0.988008] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[ 0.989752] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[ 0.989858] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[ 0.989957] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[ 0.990154] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[ 0.990247] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[ 0.990349] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[ 0.990437] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[ 0.990532] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[ 0.990618] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[ 0.990711] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[ 0.996181] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[ 0.997986] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[ 0.999878] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[ 1.001257] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[ 1.001608] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[ 1.002899] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 1.003122] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[ 1.003358] Adding domain tsec-pd to PM domain host1x-pd
[ 1.005739] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[ 1.006647] tsec 54500000.tsec: initialized
[ 1.008152] tsec 54100000.tsecb: initialized
[ 1.008938] Adding domain nvdec-pd to PM domain host1x-pd
[ 1.012400] nvdec 54480000.nvdec: initialized
[ 1.013544] Adding domain vic03-pd to PM domain host1x-pd
[ 1.013715] Adding domain msenc-pd to PM domain host1x-pd
[ 1.013874] Adding domain nvjpg-pd to PM domain host1x-pd
[ 1.018129] falcon 54340000.vic: initialized
[ 1.019282] falcon 544c0000.nvenc: initialized
[ 1.020568] falcon 54380000.nvjpg: initialized
[ 1.025429] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[ 1.025545] display board info: id 0x0, fab 0x0
[ 1.025604] generic_infoframe_type: 0x87
[ 1.025737] tegradc tegradc.0: DT parsed successfully
[ 1.025789] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[ 1.029134] tegradc tegradc.0: probed
[ 1.033715] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[ 1.037990] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 10 channels
[ 1.038827] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[ 1.039205] kfuse 7000fc00.kfuse: initialized
[ 1.040611] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[ 1.041691] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 1.043190] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[ 1.043204] vdd-cpu: 708 <–> 1322 mV at 708 mV
[ 1.043744] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[ 1.045008] vdd-gpu: applied init 1000000uV constraint
[ 1.045015] vdd-gpu: 708 <–> 1323 mV at 997 mV
[ 1.045509] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[ 1.049740] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.049852] No Device Node present for smmu client: serial8250 !!
[ 1.049863] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 1.049905] iommu: Adding device serial8250 to group 35
[ 1.052257] console [ttyS0] disabled
[ 1.052328] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[ 1.057354] console [ttyS0] enabled
[ 1.057777] Console: switching to colour frame buffer device 80x30
[ 1.057813] tegradc tegradc.0: fb registered
[ 1.058992] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[ 1.059230] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[ 1.059312] tegradc tegradc.1: No lt-data, using default setting
[ 1.059342] tegradc tegradc.1: No hpd-gpio in DT
[ 1.059383] tegradc tegradc.1: DT parsed successfully
[ 1.059418] serial-tegra 70006200.serial: RX in PIO mode
[ 1.059431] tegradc tegradc.1: Display dc.ffffff800d500000 registered with id=1
[ 1.059624] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[ 1.061375] tegradc tegradc.1: dpd enable lookup fail:-19
[ 1.061400] [drm] Initialized
[ 1.572783] Host read timeout at address 545c00c4
[ 1.574810] tegradc tegradc.1: probed
[ 1.581976] brd: module loaded
[ 1.589199] loop: module loaded
[ 1.590744] tegra_profiler: version: 1.134, samples/io: 47/26
[ 1.590951] tegra_profiler: auth: init
[ 1.592590] THERMAL EST: found 2 subdevs
[ 1.592602] THERMAL EST num_resources: 0
[ 1.592611] [THERMAL EST subdev 0]
[ 1.592625] [THERMAL EST subdev 1]
[ 1.593336] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[ 1.593342] THERMAL EST: thz register success.
[ 1.593594] THERMAL EST: end of probe, return err: 0
[ 1.595329] hisi_sas: driver version v1.6
[ 1.600051] tegradc tegradc.1: fb registered
[ 1.602799] libphy: Fixed MDIO Bus: probed
[ 1.603280] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 1.603290] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 1.603301] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 1.603324] tegradc tegradc.1: blank - powerdown
[ 1.603352] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[ 1.603357] Extcon DP: HPD disabled
[ 1.603362] hpd: hpd_switch 0
[ 1.603367] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 1.603376] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 1.603384] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 1.603402] tun: Universal TUN/TAP device driver, 1.6
[ 1.603406] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 1.604609] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.604618] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.604681] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.604686] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.604738] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.604742] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.604788] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 1.604793] Copyright(c) 1999 - 2017 Intel Corporation.
[ 1.605994] PPP generic driver version 2.4.2
[ 1.606198] PPP BSD Compression module registered
[ 1.606203] PPP Deflate Compression module registered
[ 1.606249] PPP MPPE Compression module registered
[ 1.606256] NET: Registered protocol family 24
[ 1.606324] usbcore: registered new interface driver r8152
[ 1.606367] usbcore: registered new interface driver asix
[ 1.606420] usbcore: registered new interface driver ax88179_178a
[ 1.606461] usbcore: registered new interface driver cdc_ether
[ 1.606499] usbcore: registered new interface driver net1080
[ 1.606540] usbcore: registered new interface driver cdc_subset
[ 1.606577] usbcore: registered new interface driver zaurus
[ 1.606624] usbcore: registered new interface driver simcom_wwan
[ 1.606670] usbcore: registered new interface driver cdc_ncm
[ 1.606836] VFIO - User Level meta-driver version: 0.3
[ 1.608166] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.608194] ehci-pci: EHCI PCI platform driver
[ 1.608237] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.608250] ohci-pci: OHCI PCI platform driver
[ 1.608290] ohci-platform: OHCI generic platform driver
[ 1.611143] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[ 1.611741] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[ 1.613003] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f9099800 id
[ 1.615275] usbcore: registered new interface driver uas
[ 1.615350] usbcore: registered new interface driver usb-storage
[ 1.615478] usbcore: registered new interface driver usbserial
[ 1.615869] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-05-08 09:42:10 UTC, Version: 50.22 release
[ 1.615922] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 1.615950] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[ 1.616872] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[ 1.616972] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[ 1.617181] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.617189] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.617195] usb usb1: Product: xHCI Host Controller
[ 1.617200] usb usb1: Manufacturer: Linux 4.9.140 xhci-hcd
[ 1.617205] usb usb1: SerialNumber: 70090000.xusb
[ 1.617860] hub 1-0:1.0: USB hub found
[ 1.617912] hub 1-0:1.0: 5 ports detected
[ 1.618585] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 1.618598] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[ 1.618740] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 1.618825] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.618831] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.618836] usb usb2: Product: xHCI Host Controller
[ 1.618840] usb usb2: Manufacturer: Linux 4.9.140 xhci-hcd
[ 1.618845] usb usb2: SerialNumber: 70090000.xusb
[ 1.619307] hub 2-0:1.0: USB hub found
[ 1.619341] hub 2-0:1.0: 4 ports detected
[ 1.621112] tegra-xudc-new 700d0000.xudc: device count: 1
[ 1.622573] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[ 1.622589] tegra-xudc-new 700d0000.xudc: vbus state: 1
[ 1.622607] tegra-xudc-new 700d0000.xudc: device mode on: 0
[ 1.622631] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 0
[ 1.622655] tegra-xudc-new 700d0000.xudc: active: 0 => 1
[ 1.623643] mousedev: PS/2 mouse device common for all mice
[ 1.623800] usbcore: registered new interface driver xpad
[ 1.721004] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[ 1.740099] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.742658] rtc rtc1: alarm rtc device
[ 1.742683] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[ 1.742714] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[ 1.743364] i2c /dev entries driver
[ 1.745213] i2c i2c-6: Added multiplexed i2c bus 7
[ 1.745572] i2c i2c-6: Added multiplexed i2c bus 8
[ 1.745578] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[ 1.746106] pca954x 6-0070: vcc-pullup regulator not found
[ 1.746126] pca954x 6-0070: pca954x_probe: forcing device bus number, start 30.
[ 1.746880] i2c i2c-6: Added multiplexed i2c bus 30
[ 1.747226] i2c i2c-6: Added multiplexed i2c bus 31
[ 1.747233] pca954x 6-0070: registered 2 multiplexed busses for I2C switch pca9543
[ 1.748004] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.771305] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 1.771403] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.778977] imx219 7-0010: board setup failed
[ 1.783439] imx219: probe of 7-0010 failed with error -121
[ 1.783928] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.807210] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 1.807300] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.814824] imx219 8-0010: board setup failed
[ 1.819252] imx219: probe of 8-0010 failed with error -121
[ 1.820116] [ov2718]: probing v4l2 sensor.
[ 1.820156] OV2718,ov2718_parse_dt
[ 1.820225] extract_pixel_format,0x200f
[ 1.820229] OV2718,ov2718_power_get
[ 1.820645] ov2718,master sensor/host1x/i2c@546c0000/pca9543@70/i2c@0/ov2718_a@1b
[ 1.820693] extract_pixel_format: Need to extend formatuyvy
[ 1.826301] ov2718 30-001b: Unsupported pixel format
[ 1.831293] ov2718 30-001b: Failed to read mode0 image props
[ 1.836968] ov2718 30-001b: Could not initialize sensor properties.
[ 1.843250] ov2718 30-001b: Failed to initialize ov2718.
[ 1.848725] ov2718: probe of 30-001b failed with error -22
[ 1.848794] [ov2718]: probing v4l2 sensor.
[ 1.848835] OV2718,ov2718_parse_dt
[ 1.848915] extract_pixel_format,0x200f
[ 1.848918] OV2718,ov2718_power_get
[ 1.849217] ov2718,slave sensor/host1x/i2c@546c0000/pca9543@70/i2c@1/ov2718_b@1b
[ 1.849262] extract_pixel_format: Need to extend formatuyvy
[ 1.854850] ov2718 31-001b: Unsupported pixel format
[ 1.859830] ov2718 31-001b: Failed to read mode0 image props
[ 1.865513] ov2718 31-001b: Could not initialize sensor properties.
[ 1.871790] ov2718 31-001b: Failed to initialize ov2718.
[ 1.877225] ov2718: probe of 31-001b failed with error -22
[ 1.877782] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 1.880506] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[ 1.880514] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[ 1.880976] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.880996] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[ 1.881007] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[ 1.881186] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.881198] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[ 1.881205] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[ 1.881358] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.881369] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[ 1.881375] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[ 1.881562] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[ 1.882400] tegra_aotag tegra-aotag: Registering sensor 0
[ 1.882458] tegra_aotag tegra-aotag: Invalid temp readout
[ 1.882484] tegra_aotag tegra-aotag: Invalid temp readout
[ 1.882502] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[ 1.882511] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[ 1.883475] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.883494] tegra_dfll_action dfll-cdev-cap: Tegra DFLL ‘cap cooling device’ registered
[ 1.883679] tegra_aotag tegra-aotag: Invalid temp readout
[ 1.883710] tegra_dfll_action dfll-cdev-floor: Tegra DFLL ‘floor cooling device’ registered
[ 1.884123] parse_throttle_dt_data: Num cap clks = 6
[ 1.884130] parse_throttle_dt_data: clk=cclk_g type=2
[ 1.884145] parse_throttle_dt_data: clk=gpu type=4
[ 1.884171] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[ 1.884192] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[ 1.884215] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[ 1.884219] parse_throttle_dt_data: clk=emc type=3
[ 1.884611] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.884715] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.884847] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.885687] FAN dev name: pwm-fan
[ 1.885745] FAN:gpio request success.
[ 1.885819] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 1.886117] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[ 1.886310] pwm_fan_driver pwm-fan: fan tach request irq success
[ 1.886320] pwm_fan_driver pwm-fan: tach period: 1000
[ 1.886417] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 1.886423] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 1.886428] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 1.886433] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 1.886438] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 1.886443] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 1.886448] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 1.886453] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 1.886458] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 1.886463] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 1.887104] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[ 1.887456] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[ 1.888380] device-mapper: uevent: version 1.0.3
[ 1.888841] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 1.894590] tegra210-cpufreq cpufreq: probe()…completed
[ 1.895348] sdhci: Secure Digital Host Controller Interface driver
[ 1.895350] sdhci: Copyright(c) Pierre Ossman
[ 1.895352] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.895723] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
[ 1.899414] sdhci-tegra sdhci-tegra.2: Client registration for eMC Successful
[ 1.901792] leds-gpio: probe of leds failed with error -2
[ 1.904211] tegra-se 70012000.se: tegra_se_probe: complete
[ 1.904986] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.906132] usbcore: registered new interface driver usbhid
[ 1.906135] usbhid: USB HID core driver
[ 1.908366] tegra21x_actmon 6000c800.actmon: in actmon_register()…
[ 1.908534] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[ 1.910046] mpu6xxx 1-0069: nvi_probe mpu9250
[ 1.910479] nvpmodel: initialized successfully
[ 1.911782] usbcore: registered new interface driver snd-usb-audio
[ 1.911846] No Device Node present for smmu client: snd-soc-dummy !!
[ 1.911852] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 1.911870] iommu: Adding device snd-soc-dummy to group 36
[ 1.914294] chien:wm8960_i2c_probe,ret=0
[ 1.923535] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[ 1.929910] OPE platform probe
[ 1.930001] OPE platform probe successful
[ 1.930364] OPE platform probe
[ 1.930437] OPE platform probe successful
[ 1.938909] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1.940968] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA 64-bit with 64 bit addr
[ 1.944901] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
[ 1.948899] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 1.959500] chien:wm8960_probe
[ 1.960697] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 1.960834] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 1.961018] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 1.961155] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 1.961285] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 1.961415] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 1.961546] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 1.961679] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 1.961808] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 1.961939] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 1.973731] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101
[ 1.973736] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.973740] usb 1-2: Product: USB 2.0 Hub
[ 1.974885] hub 1-2:1.0: USB hub found
[ 1.974956] hub 1-2:1.0: 4 ports detected
[ 2.001058] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 2.001398] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[ 2.005544] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[ 2.006698] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[ 2.079803] chien:tegra_machine_driver_probe,ret=0
[ 2.080344] u32 classifier
[ 2.080346] Actions configured
[ 2.080421] Initializing XFRM netlink socket
[ 2.081178] NET: Registered protocol family 10
[ 2.081860] NET: Registered protocol family 17
[ 2.081873] NET: Registered protocol family 15
[ 2.081950] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 2.082009] Bluetooth: RFCOMM socket layer initialized
[ 2.082019] Bluetooth: RFCOMM ver 1.11
[ 2.082024] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.082029] Bluetooth: HIDP socket layer initialized
[ 2.082047] 9pnet: Installing 9P2000 support
[ 2.082084] Key type dns_resolver registered
[ 2.082463] Registered cp15_barrier emulation handler
[ 2.082470] Registered setend emulation handler
[ 2.083508] registered taskstats version 1
[ 2.084046] Adding domain ve2-pd to PM domain host1x-pd
[ 2.084301] Adding domain ve-pd to PM domain host1x-pd
[ 2.086440] isp 54600000.isp: initialized
[ 2.087406] isp 54680000.isp: initialized
[ 2.098438] last reset is due to power on reset
[ 2.098443] KERNEL: PMC reset status reg: 0x0
[ 2.098519] BL: PMC reset status reg: 0x0
[ 2.098521] BL: PMIC poweroff Event Recorder: 0x50
[ 2.100198] clk_cbus_recalc_rate: no gbus parent
[ 2.100203] clk_cbus_round_rate: no gbus parent
[ 2.100205] clk_cbus_round_rate: no gbus parent
[ 2.100213] clk_cbus_recalc_rate: no gbus parent
[ 2.100312] clk_cbus_recalc_rate: no gbus parent
[ 2.100315] clk_cbus_round_rate: no gbus parent
[ 2.100318] clk_cbus_round_rate: no gbus parent
[ 2.100322] clk_cbus_recalc_rate: no gbus parent
[ 2.101052] tegra_dvfs: GPU-cap: registered
[ 2.101106] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[ 2.101109] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[ 2.101111] tegra dvfs: vdd-gpu: nominal 1038mV, offset 708000uV, step 10000uV, scaling enabled
[ 2.102506] tegra_dvfs: vdd-gpu-vts: registered
[ 2.103162] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS ‘floor cooling device’ registered
[ 2.103717] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS ‘cap cooling device’ registered
[ 2.104270] input: gpio-keys as /devices/gpio-keys/input/input1
[ 2.133592] tegra_rtc 7000e000.rtc: setting system clock to 2019-11-25 01:47:22 UTC (1574646442)
[ 2.134613] vi 54080000.vi: vi_probe: ++
[ 2.137878] vi 54080000.vi: initialized
[ 2.137908] vi 54080000.vi: No port index info
[ 2.138884] mpu6xxx 1-0069: nvi_id_dev: USING DEVICE TREE: mpu9250
[ 2.139037] mpu6xxx 1-0069: nvs_probe (iio)
[ 2.139404] mpu6xxx 1-0069: nvs_probe (iio) accelerometer done
[ 2.139407] mpu6xxx 1-0069: nvs_probe (iio)
[ 2.139722] mpu6xxx 1-0069: nvs_probe (iio) gyroscope done
[ 2.139724] mpu6xxx 1-0069: nvs_probe (iio)
[ 2.139958] mpu6xxx 1-0069: nvs_probe (iio) gyro_temp done
[ 2.139960] mpu6xxx 1-0069: nvs_probe (iio)
[ 2.139962] mpu6xxx 1-0069: nvs_probe significant_motion disabled
[ 2.139964] mpu6xxx 1-0069: nvs_probe (iio)
[ 2.139966] mpu6xxx 1-0069: nvs_probe step_detector disabled
[ 2.139968] mpu6xxx 1-0069: nvs_probe (iio)
[ 2.139970] mpu6xxx 1-0069: nvs_probe quaternion disabled
[ 2.139972] mpu6xxx 1-0069: nvs_probe (iio)
[ 2.139974] mpu6xxx 1-0069: nvs_probe geomagnetic_rotation_vector disabled
[ 2.139976] mpu6xxx 1-0069: nvs_probe (iio)
[ 2.139978] mpu6xxx 1-0069: nvs_probe gyroscope_uncalibrated disabled
[ 2.140811] mpu6xxx 1-0069: nvi_dmp_fw_load_worker done
[ 2.144714] vi 54080000.vi: subdev nvcsi–2 bound
[ 2.144870] vi 54080000.vi: subdev nvcsi–1 bound
[ 2.145131] mmcblk mmc0:0001: Card claimed for testing.
[ 2.146440] Disable partitions left on by BL
[ 2.146443] disb
[ 2.146495] bwmgr: missing cdev-type property
[ 2.146590] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 2.146596] DRAM derating cdev registered.
[ 2.147278] ak89xx 1-000c: ak89xx akm_probe
[ 2.218987] mpu6xxx 1-0069: nvi_aux_dev_valid MPU read 0x48 from device 0xc
[ 2.218994] ak89xx 1-000c: akm_id_dev AUTO ID=48 ret=0
[ 2.253032] ak89xx 1-000c: akm_self_test ERR: out_of_range 4
[ 2.260892] usb 1-2.1: new high-speed USB device number 3 using tegra-xusb
[ 2.276118] ak89xx 1-000c: nvs_probe (iio)
[ 2.276442] ak89xx 1-000c: nvs_probe (iio) magnetic_field done
[ 2.276445] ak89xx 1-000c: akm_probe done
[ 2.277035] vdd-fan: disabling
[ 2.277038] vdd-usb-vbus: disabling
[ 2.277041] vdd-usb-vbus2: disabling
[ 2.277049] vddio-sdmmc-ap: disabling
[ 2.277131] vddio-sdmmc3-ap: disabling
[ 2.277209] vdd-3v3-sd: disabling
[ 2.277214] avdd-io-edp-1v05: disabling
[ 2.277217] vdd-usb-hub-en: disabling
[ 2.277220] pw-on-4g: disabling
[ 2.277222] rst-4g: disabling
[ 2.277225] en-4g-vdd-3v8: disabling
[ 2.277227] en-aud-vdd-1v8: disabling
[ 2.277230] en-aud-vdd-3v3: disabling
[ 2.277233] en-aud-spk-5v0: disabling
[ 2.277235] en-vdd-cam-hv-2v8: disabling
[ 2.277238] en-vdd-cam-1v2: disabling
[ 2.277241] mipi-i2c-rst: disabling
[ 2.277243] sd_vdd_en: disabling
[ 2.277330] ALSA device list:
[ 2.277333] #0: tegra-hda at 0x70038000 irq 82
[ 2.277336] #1: tegra-snd-t210ref-mobile-rt565x
[ 2.280372] Freeing unused kernel memory: 8576K
[ 2.282511] usb 1-2.1: New USB device found, idVendor=05e3, idProduct=0608
[ 2.282516] usb 1-2.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.282520] usb 1-2.1: Product: USB2.0 Hub
[ 2.283745] hub 1-2.1:1.0: USB hub found
[ 2.284034] hub 1-2.1:1.0: 4 ports detected
[ 2.299834] L4T-INITRD Build DATE: Mon Nov 25 01:47:22 UTC 2019
[ 2.304274] Root device found: mmcblk0p1
[ 2.305402] Found dev node: /dev/mmcblk0p1
[ 2.362050] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 2.396298] EXT4-fs (mmcblk0p1): 2 orphan inodes deleted
[ 2.396302] EXT4-fs (mmcblk0p1): recovery complete
[ 2.403314] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.404078] Rootfs mounted over mmcblk0p1
[ 2.418930] Switching from initrd to actual rootfs
[ 2.521653] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.533155] cgroup: cgroup2: unknown option “nsdelegate”
[ 2.547721] 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)
[ 2.548456] systemd[1]: Detected architecture arm64.
[ 2.573206] systemd[1]: Set hostname to .
[ 2.580910] usb 1-2.1.1: new high-speed USB device number 4 using tegra-xusb
[ 2.614174] usb 1-2.1.1: New USB device found, idVendor=0b95, idProduct=772b
[ 2.614179] usb 1-2.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.614183] usb 1-2.1.1: Product: AX88772C
[ 2.614186] usb 1-2.1.1: Manufacturer: ASIX Elec. Corp.
[ 2.614189] usb 1-2.1.1: SerialNumber: 0007AC
[ 2.630355] 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.
[ 2.630365] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 2.725433] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.725466] systemd[1]: Reached target User and Group Name Lookups.
[ 2.725671] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.727264] systemd[1]: Created slice System Slice.
[ 2.727325] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.727347] systemd[1]: Reached target Swap.
[ 2.729427] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.729629] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 2.768209] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 2.770938] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 2.772935] tegra-pcie 1003000.pcie: link 0 down, ignoring
[ 2.879341] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[ 2.879348] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.879352] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[ 2.879356] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[ 2.879360] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.879383] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[ 2.879448] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.879612] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.879723] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[ 2.879748] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 2.879777] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref]
[ 2.879798] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.879924] pci 0000:01:00.0: supports D1 D2
[ 2.879929] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.888977] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.889012] pci 0000:00:02.0: BAR 15: assigned [mem 0x20000000-0x200fffff 64bit pref]
[ 2.889017] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 2.889025] pci 0000:01:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref]
[ 2.889043] pci 0000:01:00.0: BAR 2: assigned [mem 0x20004000-0x20004fff 64bit pref]
[ 2.889060] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 2.889069] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 2.889073] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
[ 2.889080] pci 0000:00:02.0: bridge window [mem 0x20000000-0x200fffff 64bit pref]
[ 2.889347] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[ 2.889351] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 2.889357] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[ 2.889454] aer 0000:00:02.0:pcie002: service driver aer loaded
[ 2.889640] r8168 0000:01:00.0: enabling device (0000 → 0003)
[ 2.889657] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[ 2.910807] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[ 2.910899] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e9:d7:54 from device tree
[ 2.911373] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 2.911391] 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.027940] systemd-journald[1958]: Received request to flush runtime journal from PID 1
[ 3.037251] asix 1-2.1.1:1.0 eth1: register ‘asix’ at usb-70090000.xusb-2.1.1, ASIX AX88772B USB 2.0 Ethernet, 00:0e:c6:be:31:16
[ 3.224832] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.231044] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.237260] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.243478] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.249705] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.350128] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.357071] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.364004] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.370948] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.376790] nvgpu: 57000000.gpu gm20b_init_clk_setup_sw:1268 [INFO] GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[ 3.377886] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 3.659855] using random self ethernet address
[ 3.676849] using random host ethernet address
[ 3.747587] Mass Storage Function, version: 2009/09/11
[ 3.747594] LUN: removable file: (no medium)
[ 3.757726] using random self ethernet address
[ 3.762305] using random host ethernet address
[ 3.853236] rndis0: HOST MAC d6:a6:51:6f:d6:dc
[ 3.853490] rndis0: MAC d6:a6:51:6f:d6:dd
[ 3.857514] usb0: HOST MAC d6:a6:51:6f:d6:de
[ 3.857545] usb0: MAC d6:a6:51:6f:d6:df
[ 3.857578] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[ 3.870401] l4tbr0: port 1(rndis0) entered blocking state
[ 3.870406] l4tbr0: port 1(rndis0) entered disabled state
[ 3.870576] device rndis0 entered promiscuous mode
[ 3.894563] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 3.906285] l4tbr0: port 2(usb0) entered blocking state
[ 3.906290] l4tbr0: port 2(usb0) entered disabled state
[ 3.913081] device usb0 entered promiscuous mode
[ 3.929922] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 4.159945] android_work: did not send uevent (0 0 (null))
[ 4.227068] random: crng init done
[ 4.228536] android_work: sent uevent USB_STATE=CONNECTED
[ 4.230476] random: 7 urandom warning(s) missed due to ratelimiting
[ 4.239944] android_work: sent uevent USB_STATE=DISCONNECTED
[ 4.336472] android_work: sent uevent USB_STATE=CONNECTED
[ 4.338636] configfs-gadget gadget: high-speed config #1: c
[ 4.338669] tegra-xudc-new 700d0000.xudc: ep 5 (type: 3, dir: in) enabled
[ 4.338685] tegra-xudc-new 700d0000.xudc: ep 3 (type: 2, dir: in) enabled
[ 4.338700] tegra-xudc-new 700d0000.xudc: ep 2 (type: 2, dir: out) enabled
[ 4.338798] tegra-xudc-new 700d0000.xudc: ep 9 (type: 3, dir: in) enabled
[ 4.338814] tegra-xudc-new 700d0000.xudc: ep 7 (type: 2, dir: in) enabled
[ 4.338829] tegra-xudc-new 700d0000.xudc: ep 4 (type: 2, dir: out) enabled
[ 4.338861] tegra-xudc-new 700d0000.xudc: ep 15 (type: 3, dir: in) enabled
[ 4.338880] tegra-xudc-new 700d0000.xudc: ep 11 (type: 2, dir: in) enabled
[ 4.338902] tegra-xudc-new 700d0000.xudc: ep 6 (type: 2, dir: out) enabled
[ 4.338940] IPv6: ADDRCONF(NETDEV_CHANGE): rndis0: link becomes ready
[ 4.339122] android_work: sent uevent USB_STATE=CONFIGURED
[ 4.347635] tegra-xudc-new 700d0000.xudc: ep 13 (type: 2, dir: in) enabled
[ 4.347653] tegra-xudc-new 700d0000.xudc: ep 8 (type: 2, dir: out) enabled
[ 4.347776] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[ 4.440619] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.446738] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.452811] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.458885] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.464987] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.520807] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.527092] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.533361] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.539615] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.545838] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.601042] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.607418] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.613800] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.620161] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.626537] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.644705] zram: Added device: zram0
[ 4.653502] zram: Added device: zram1
[ 4.655811] zram: Added device: zram2
[ 4.657911] zram: Added device: zram3
[ 4.677858] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.684821] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.691770] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.698731] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.700958] zram0: detected capacity change from 0 to 519577600
[ 4.705685] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 4.833646] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.834803] eth0: 0xffffff800abf7000, 00:04:4b:e9:d7:54, IRQ 413
[ 4.847219] Adding 507396k swap on /dev/zram0. Priority:5 extents:1 across:507396k SS
[ 4.853001] zram1: detected capacity change from 0 to 519577600
[ 4.867374] Adding 507396k swap on /dev/zram1. Priority:5 extents:1 across:507396k SS
[ 4.878710] zram2: detected capacity change from 0 to 519577600
[ 4.934962] Adding 507396k swap on /dev/zram2. Priority:5 extents:1 across:507396k SS
[ 4.944704] zram3: detected capacity change from 0 to 519577600
[ 4.983027] Adding 507396k swap on /dev/zram3. Priority:5 extents:1 across:507396k SS
[ 4.986816] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 5.083087] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 5.083667] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 5.288398] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 5.291523] asix 1-2.1.1:1.0 eth1: link up, 100Mbps, full-duplex, lpa 0x4DE1
[ 5.784622] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.790713] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.796793] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.802910] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.808993] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.824956] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[ 5.824963] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[ 5.827237] tegradc tegradc.0: blank - powerdown
[ 5.860829] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.867066] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.873286] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.879518] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.885733] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.926346] usb usb2: usb_suspend_both: status 0
[ 5.937037] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.943402] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.949754] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.956116] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 5.962484] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 6.013853] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 6.020847] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 6.027833] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 6.034777] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 6.041731] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 6.461122] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[ 6.519026] tegradc tegradc.0: blank - powerdown
[ 6.519036] tegradc tegradc.1: blank - powerdown
[ 6.724935] usb 1-3: new high-speed USB device number 5 using tegra-xusb
[ 6.761214] usb 1-3: New USB device found, idVendor=1e0e, idProduct=9001
[ 6.761220] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6.761224] usb 1-3: Product: SimTech, Incorporated
[ 6.761228] usb 1-3: Manufacturer: SimTech, Incorporated
[ 6.761231] usb 1-3: SerialNumber: 0123456789ABCDEF
[ 6.768230] simcom_wwan: probe of 1-3:1.0 failed with error -22
[ 6.774372] simcom_wwan: probe of 1-3:1.1 failed with error -22
[ 6.782603] simcom_wwan: probe of 1-3:1.2 failed with error -22
[ 6.790594] simcom_wwan: probe of 1-3:1.3 failed with error -22
[ 6.799239] simcom_wwan: probe of 1-3:1.4 failed with error -22
[ 6.807559] simcom usbnet bind here
[ 6.808788] simcom_wwan 1-3:1.5 wwan0: register ‘simcom_wwan’ at usb-70090000.xusb-3, SIMCOM wwan/QMI device, ea:8c:5c:3d:ce:50
[ 7.100803] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 7.106877] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 7.112944] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 7.119037] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 7.125212] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 7.176793] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 7.183007] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 7.189232] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 7.195527] mmc1: CMD CRC or end bit error, int mask 0xc0000
[ 7.201733] mmc1: CMD

Hi,

  1. Please put cd-gpios back and hotplug your card slot to see if any mmc log is printed.
  2. Please check your comment after you file it. log is being truncated.

hi,WayneWWW
when put cd-gpios back and hotplug your card slot ,I got the dmesg

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.140 (wdg@wdg-HP-EliteBook-8560p) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #10 SMP PREEMPT Wed Nov 20 18:14:15 CST 2019
[    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] 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 @ffffffc0fefaa000 s61592 r8192 d32616 u102400
[    0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29500(90%)
[    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: 3570040K/4159488K available (15294K kernel code, 2932K rwdata, 6812K rodata, 8576K init, 611K bss, 114312K 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 - 0xffffff8009620000   (  6848 KB)
[    0.000000]       .init : 0xffffff8009620000 - 0xffffff8009e80000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e80000 - 0xffffff800a15d008   (  2933 KB)
[    0.000000]        .bss : 0xffffff800a15d008 - 0xffffff800a1f5dfc   (   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.000006] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.001800] Console: colour dummy device 80x25
[    0.001819] console [tty0] enabled
[    0.001837] kmemleak: Kernel memory leak detector disabled
[    0.001858] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001871] pid_max: default: 32768 minimum: 301
[    0.002313] Security Framework initialized
[    0.002533] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.002542] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003648] ftrace: allocating 47212 entries in 185 pages
[    0.174789] sched-energy: CPU device node has no sched-energy-costs
[    0.174824] ASID allocator initialised with 65536 entries
[    0.211980] tegra-id: chipid=22117.
[    0.211995] tegra-id: opt_subrevision=0.
[    0.212013] Tegra Speedo/IDDQ fuse revision 4
[    0.212018] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[    0.212023] Tegra: CPU Process ID 1, SoC Process ID 1, GPU Process ID 0
[    0.212028] Tegra: CPU Speedo Value 2145, SoC Speedo Value 2051, GPU Speedo Value 2145
[    0.212032] Tegra: CPU IDDQ Value 2800, SoC IDDQ Value 3060, GPU IDDQ Value 3665
[    0.212051] Tegra Revision: A02 SKU: 0x8f CPU Process: 1 SoC Process: 1
[    0.212066] DTS File Name: /home/wdg/nvidia/Jetpack/JetPack_4.2.2_Linux_GA_P3448-0020/Linux_for_Tegra/source/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-B01-adas-0001.dts
[    0.212074] DTB Build time: Nov 26 2019 09:52:35
[    0.261044] CPU1: Booted secondary processor [411fd071]
[    0.292957] CPU2: Booted secondary processor [411fd071]
[    0.324916] CPU3: Booted secondary processor [411fd071]
[    0.325000] Brought up 4 CPUs
[    0.325007] SMP: Total of 4 processors activated.
[    0.325016] CPU features: detected feature: 32-bit EL0 Support
[    0.325280] CPU: All CPU(s) started at EL2
[    0.325297] alternatives: patching kernel code
[    0.333348] devtmpfs: initialized
[    0.373606] Initilizing CustomIPI irq domain
[    0.373991] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.374015] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.384514] pinctrl core: initialized pinctrl subsystem
[    0.385200] OS set in device tree is not L4T.
[    0.385615] regulator-dummy: no parameters
[    0.385878] Initializing plugin-manager
[    0.385994] Plugin module not found
[    0.386233] node /plugin-manager/fragement@0 match with board >=3448-0002-100
[    0.386805] node /plugin-manager/fragment@1 match with board >=3448-0002-101
[    0.387326] node /plugin-manager/fragment@3 match with board >=3448-0002-100
[    0.388029] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[    0.388466] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[    0.389159] node /plugin-manager/fragement@10 match with board >=3448-0002-300
[    0.389251] Node override does not have targer node
[    0.394484] NET: Registered protocol family 16
[    0.396725] pstore: using zlib compression
[    0.396778] console [pstore-1] enabled
[    0.396783] pstore: Registered ramoops as persistent store backend
[    0.396788] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[    0.413061] cpuidle: using governor menu
[    0.417429] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[    0.419178] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e84000)
[    0.419200] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.421529] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.424305] tegra_powergate_init: DONE
[    0.424323] DTS File Name: /home/wdg/nvidia/Jetpack/JetPack_4.2.2_Linux_GA_P3448-0020/Linux_for_Tegra/source/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-B01-adas-0001.dts
[    0.424330] DTB Build time: Nov 26 2019 09:52:35
[    0.426212] Tegra reboot handler registered.
[    0.430727] iommu: Adding device tegra-carveouts to group 0
[    0.430866] platform tegra-carveouts: domain=ffffffc0f9be23d8 allocates as[0]=ffffffc0f94400a8
[    0.431216] iommu: Adding device smmu_test to group 1
[    0.431262] platform smmu_test: domain=ffffffc0f9be2618 allocates as[0]=ffffffc0f9440110
[    0.432069] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000
[    0.432129] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000
[    0.432184] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000
[    0.432192] nv-tegra-mc 70019000.mc: No mssnvlink node
[    0.432214] mc-err: mcerr ops are set to t21x
[    0.441545] iommu: Adding device 70090000.xusb to group 2
[    0.441850] iommu: Adding device 70006000.serial to group 3
[    0.441912] platform 70006000.serial: domain=ffffffc0f9bebcd8 allocates as[0]=ffffffc0f9440178
[    0.442324] iommu: Adding device 70006040.serial to group 4
[    0.442577] iommu: Adding device 70006200.serial to group 5
[    0.442763] iommu: Adding device sound to group 6
[    0.442810] platform sound: domain=ffffffc0f94c6258 allocates as[0]=ffffffc0f94401e0
[    0.443363] iommu: Adding device 7000d400.spi to group 7
[    0.443630] iommu: Adding device 7000d600.spi to group 8
[    0.443993] iommu: Adding device 50000000.host1x to group 9
[    0.444265] iommu: Adding device 54080000.vi to group 10
[    0.444679] iommu: Adding device 54600000.isp to group 11
[    0.444930] iommu: Adding device 54680000.isp to group 12
[    0.445240] iommu: Adding device tegradc.0 to group 13
[    0.445294] platform tegradc.0: domain=ffffffc0f9526018 allocates as[0]=ffffffc0f9440248
[    0.445808] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[    0.446130] iommu: Adding device tegradc.1 to group 14
[    0.446180] platform tegradc.1: domain=ffffffc0f9526258 allocates as[0]=ffffffc0f94402b0
[    0.446687] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[    0.446921] iommu: Adding device 54340000.vic to group 15
[    0.447144] iommu: Adding device 544c0000.nvenc to group 16
[    0.447338] iommu: Adding device 54500000.tsec to group 17
[    0.447524] iommu: Adding device 54100000.tsecb to group 18
[    0.447721] iommu: Adding device 54480000.nvdec to group 19
[    0.447910] iommu: Adding device 54380000.nvjpg to group 20
[    0.448940] iommu: Adding device 546c0000.i2c to group 21
[    0.449319] iommu: Adding device 57000000.gpu to group 22
[    0.449373] platform 57000000.gpu: domain=ffffffc0f9531258 allocates as[0]=ffffffc0f9440318
[    0.449408] platform 57000000.gpu: domain=ffffffc0f9531258 allocates as[1]=ffffffc0f9440380
[    0.449467] platform 57000000.gpu: domain=ffffffc0f9531258 allocates as[2]=ffffffc0f94403e8
[    0.449507] platform 57000000.gpu: domain=ffffffc0f9531258 allocates as[3]=ffffffc0f9440450
[    0.450375] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[    0.450384] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[    0.450396] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET
[    0.450400] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[    0.450404] tegra-pmc: ### PMC reset status reg: 0x3
[    0.501209] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.501216] tegra-pmc: Clear bootloader IO dpd settings
[    0.501236] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[    0.501303] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[    0.501598] iommu: Adding device 70012000.se to group 23
[    0.502411] iommu: Adding device 7000c000.i2c to group 24
[    0.502657] iommu: Adding device 7000c400.i2c to group 25
[    0.502893] iommu: Adding device 7000c500.i2c to group 26
[    0.503161] iommu: Adding device 7000c700.i2c to group 27
[    0.503413] iommu: Adding device 7000d000.i2c to group 28
[    0.503661] iommu: Adding device 7000d100.i2c to group 29
[    0.503927] iommu: Adding device sdhci-tegra.3 to group 30
[    0.503989] platform sdhci-tegra.3: domain=ffffffc0f95aa3d8 allocates as[0]=ffffffc0f94404b8
[    0.504407] iommu: Adding device sdhci-tegra.2 to group 31
[    0.504475] platform sdhci-tegra.2: domain=ffffffc0f95aa618 allocates as[0]=ffffffc0f9440520
[    0.505350] iommu: Adding device 700d0000.xudc to group 32
[    0.508656] vdd-ac-bat: 5000 mV 
[    0.509007] vdd-5v0-sys: 5000 mV 
[    0.509994] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[    0.510040] vdd-5v0-hdmi: 5000 mV 
[    0.510507] vdd-1v8-sys: 1800 mV 
[    0.510891] vdd-fan: supplied by vdd-5v0-sys
[    0.510929] vdd-fan: 5000 mV 
[    0.511309] vdd-usb-vbus: supplied by vdd-5v0-sys
[    0.511343] vdd-usb-vbus: 5000 mV 
[    0.511856] vdd-usb-vbus2: 5000 mV 
[    0.541881] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.544351] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[    0.546061] GPIO line 151 (camera-control-output-low) hogged as output/low
[    0.546079] GPIO line 152 (camera-control-output-low) hogged as output/low
[    0.546114] GPIO line 6 (system-suspend-gpio) hogged as output/high
[    0.546146] GPIO line 66 (mpu9250_interrupt) hogged as input
[    0.546489] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[    0.554552] eventlib_kernel: keventlib is initialized, test id: 0
[    0.554885] SCSI subsystem initialized
[    0.555116] libata version 3.00 loaded.
[    0.555413] usbcore: registered new interface driver usbfs
[    0.555462] usbcore: registered new interface driver hub
[    0.555538] usbcore: registered new device driver usb
[    0.559482] gpiochip_setup_dev: registered GPIOs 496 to 511 on device: gpiochip1 (tca9539)
[    0.561832] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[    0.563680] random: fast init done
[    0.565070] vdd-core: 600 <--> 1162 mV at 1075 mV 
[    0.565894] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[    0.568973] vdd-ddr-1v1: 1150 mV 
[    0.572935] vdd-pre-reg-1v35: 1350 mV 
[    0.576937] vdd-1v8: 1800 mV 
[    0.580934] avdd-sys-1v2: 1200 mV 
[    0.584935] vdd-pex-1v0: 1050 mV 
[    0.585490] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV 
[    0.585976] max77620-ldo3: at 3100 mV 
[    0.588937] vdd-rtc: 850 <--> 1100 mV at 1000 mV 
[    0.589434] max77620-ldo5: at 3100 mV 
[    0.592935] vddio-sdmmc3-ap: 1800 <--> 3300 mV at 2800 mV 
[    0.596932] avdd-1v05-pll: 1050 mV 
[    0.600932] avdd-io-hdmi-dp: 1050 mV 
[    0.601959] GPIO line 489 (spmic-default-output-high) hogged as output/high
[    0.602202] gpiochip_setup_dev: registered GPIOs 488 to 495 on device: gpiochip2 (max77620-gpio)
[    0.603516] max77620 4-003c: max77620 probe successful
[    0.606375] media: Linux media interface: v0.10
[    0.606428] Linux video capture interface: v2.00
[    0.607393] pps_core: LinuxPPS API ver. 1 registered
[    0.607398] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.607422] PTP clock support registered
[    0.611245] tegra_fiq_debugger_init: found FIQ source (IRQ 98)
[    0.617643] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[    0.618473] Advanced Linux Sound Architecture Driver Initialized.
[    0.619109] Bluetooth: Core ver 2.22
[    0.619159] NET: Registered protocol family 31
[    0.619163] Bluetooth: HCI device and connection manager initialized
[    0.619182] Bluetooth: HCI socket layer initialized
[    0.619192] Bluetooth: L2CAP socket layer initialized
[    0.619239] Bluetooth: SCO socket layer initialized
[    0.620946] tegra210_dvfs: no clock found for sdmmc2_ddr
[    0.620963] tegra210_dvfs: no clock found for sdmmc4_ddr
[    0.621008] tegra210_dvfs: no clock found for sdmmc1_ddr
[    0.621021] tegra210_dvfs: no clock found for sdmmc3_ddr
[    0.624404] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[    0.625505] vdd-3v3-sys: supplied by vdd-5v0-sys
[    0.625578] vdd-3v3-sys: 3300 mV 
[    0.625852] vdd-1v8-sys: supplied by vdd-3v3-sys
[    0.629012] vdd-usb-vbus2: supplied by vdd-3v3-sys
[    0.629483] vdd-3v3-sd: supplied by vdd-3v3-sys
[    0.629517] vdd-3v3-sd: 3300 mV 
[    0.630309] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[    0.630352] avdd-io-edp-1v05: 1050 mV 
[    0.630803] vdd-usb-hub-en: supplied by vdd-1v8-sys
[    0.630844] vdd-usb-hub-en: 5000 mV 
[    0.631987] pw-on-4g: 1800 mV 
[    0.633122] rst-4g: 1800 mV 
[    0.634252] en-4g-vdd-3v8: 3800 mV 
[    0.635427] en-aud-vdd-1v8: 1800 mV 
[    0.636573] en-aud-vdd-3v3: 3300 mV 
[    0.637757] en-aud-spk-5v0: 5000 mV 
[    0.638209] en-vdd-cam-hv-2v8: 2800 mV 
[    0.638601] en-vdd-cam: 1800 mV 
[    0.639031] en-vdd-cam-1v2: 1200 mV 
[    0.639491] mipi-i2c-rst: 1800 mV 
[    0.640680] sd_vdd_en: 3300 mV 
[    0.642155] camchar: rtcpu character device driver loaded
[    0.642860] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0
[    0.644206] clocksource: Switched to clocksource arch_sys_counter
[    0.684183] VFS: Disk quotas dquot_6.6.0
[    0.684371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.684879] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.685253] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[    0.685271]  dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[    0.685519] cma: enabled page replacement for spfn=d7000, epfn=f0000
[    0.685525] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    0.685537] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    0.685570] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[    0.685575] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[    0.685587] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[    0.685596] nvmap_page_pool_init: Total RAM pages: 1011294
[    0.685601] nvmap_page_pool_init: nvmap page pool size: 126411 pages (493 MB)
[    0.685682] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.686175] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[    0.687083] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[    0.695370] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[    0.695781] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[    0.696023] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.696252] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.696436] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    0.696692] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[    0.696697] pre_t19x_iso_plat_init(): max_iso_bw=33280000KB
[    0.697124] NET: Registered protocol family 2
[    0.698145] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.698356] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.698849] TCP: Hash tables configured (established 32768 bind 32768)
[    0.698996] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.699075] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.699485] NET: Registered protocol family 1
[    0.700282] RPC: Registered named UNIX socket transport module.
[    0.700289] RPC: Registered udp transport module.
[    0.700293] RPC: Registered tcp transport module.
[    0.700296] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.700313] PCI: CLS 0 bytes, default 64
[    0.700532] Trying to unpack rootfs image as initramfs...
[    0.935012] Freeing initrd memory: 5432K
[    0.944823] host1x 50000000.host1x: initialized
[    0.946664] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.949936] audit: initializing netlink subsys (disabled)
[    0.950029] audit: type=2000 audit(0.799:1): initialized
[    0.950754] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.960812] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.962303] ntfs: driver 2.1.32 [Flags: R/W].
[    0.963097] 9p: Installing v9fs 9p2000 file system support
[    0.966440] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.966595] io scheduler noop registered
[    0.966887] io scheduler cfq registered (default)
[    0.969611] gic 702f9000.agic: GIC IRQ controller registered
[    0.972580] iommu: Adding device 702ef000.adsp to group 33
[    0.979523] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[    0.979696] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[    0.980346] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x8a28c13
[    0.980354] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[    0.982042] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[    0.982150] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[    0.982250] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[    0.982448] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[    0.982537] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[    0.982633] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[    0.982724] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[    0.982820] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[    0.982907] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[    0.983003] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[    0.988487] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[    0.990276] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[    0.992233] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[    0.993497] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[    0.993839] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[    0.995127] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.995358] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    0.995584] Adding domain tsec-pd to PM domain host1x-pd
[    0.997906] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[    0.998882] tsec 54500000.tsec: initialized
[    1.000437] tsec 54100000.tsecb: initialized
[    1.001197] Adding domain nvdec-pd to PM domain host1x-pd
[    1.004696] nvdec 54480000.nvdec: initialized
[    1.005799] Adding domain vic03-pd to PM domain host1x-pd
[    1.005979] Adding domain msenc-pd to PM domain host1x-pd
[    1.006137] Adding domain nvjpg-pd to PM domain host1x-pd
[    1.010437] falcon 54340000.vic: initialized
[    1.011610] falcon 544c0000.nvenc: initialized
[    1.012901] falcon 54380000.nvjpg: initialized
[    1.017674] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[    1.017799] display board info: id 0x0, fab 0x0
[    1.017860] generic_infoframe_type: 0x87
[    1.017991] tegradc tegradc.0: DT parsed successfully
[    1.018035] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[    1.021561] tegradc tegradc.0: probed
[    1.026101] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[    1.030537] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 10 channels
[    1.031391] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[    1.031722] kfuse 7000fc00.kfuse: initialized
[    1.033259] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[    1.034238] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    1.035743] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[    1.035758] vdd-cpu: 708 <--> 1322 mV at 708 mV 
[    1.036371] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[    1.037605] vdd-gpu: applied init 1000000uV constraint
[    1.037614] vdd-gpu: 708 <--> 1323 mV at 997 mV 
[    1.038085] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[    1.042402] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.042517] No Device Node present for smmu client: serial8250 !!
[    1.042527] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.042571] iommu: Adding device serial8250 to group 35
[    1.044958] console [ttyS0] disabled
[    1.045029] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[    1.050060] console [ttyS0] enabled
[    1.050426] Console: switching to colour frame buffer device 80x30
[    1.050462] tegradc tegradc.0: fb registered
[    1.051775] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[    1.051879] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[    1.051953] tegradc tegradc.1: No lt-data, using default setting
[    1.051980] tegradc tegradc.1: No hpd-gpio in DT
[    1.052018] tegradc tegradc.1: DT parsed successfully
[    1.052062] tegradc tegradc.1: Display dc.ffffff800d500000 registered with id=1
[    1.052319] serial-tegra 70006200.serial: RX in PIO mode
[    1.052629] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[    1.053609] tegradc tegradc.1: dpd enable lookup fail:-19
[    1.054135] [drm] Initialized
[    1.565136] Host read timeout at address 545c00c4
[    1.570990] brd: module loaded
[    1.571382] tegradc tegradc.1: probed
[    1.579595] loop: module loaded
[    1.581158] tegra_profiler: version: 1.134, samples/io: 47/26
[    1.581410] tegra_profiler: auth: init
[    1.583405] THERMAL EST: found 2 subdevs
[    1.583419] THERMAL EST num_resources: 0
[    1.583428] [THERMAL EST subdev 0]
[    1.583440] [THERMAL EST subdev 1]
[    1.584312] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    1.584320] THERMAL EST: thz register success.
[    1.584559] THERMAL EST: end of probe, return err: 0
[    1.586304] hisi_sas: driver version v1.6
[    1.593768] libphy: Fixed MDIO Bus: probed
[    1.594379] tun: Universal TUN/TAP device driver, 1.6
[    1.594384] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.595726] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.595734] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.595793] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.595798] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.595847] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.595851] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.595899] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.595903] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.597153] PPP generic driver version 2.4.2
[    1.597366] PPP BSD Compression module registered
[    1.597373] PPP Deflate Compression module registered
[    1.597423] PPP MPPE Compression module registered
[    1.597429] NET: Registered protocol family 24
[    1.597451] tegradc tegradc.1: fb registered
[    1.597506] usbcore: registered new interface driver r8152
[    1.597561] usbcore: registered new interface driver asix
[    1.597613] usbcore: registered new interface driver ax88179_178a
[    1.597653] usbcore: registered new interface driver cdc_ether
[    1.597691] usbcore: registered new interface driver net1080
[    1.597732] usbcore: registered new interface driver cdc_subset
[    1.597773] usbcore: registered new interface driver zaurus
[    1.597827] usbcore: registered new interface driver simcom_wwan
[    1.597879] usbcore: registered new interface driver cdc_ncm
[    1.598062] VFIO - User Level meta-driver version: 0.3
[    1.599475] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.599498] ehci-pci: EHCI PCI platform driver
[    1.599551] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.599564] ohci-pci: OHCI PCI platform driver
[    1.599607] ohci-platform: OHCI generic platform driver
[    1.601447] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    1.601456] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    1.601468] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    1.601488] tegradc tegradc.1: blank - powerdown
[    1.601515] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[    1.601520] Extcon DP: HPD disabled
[    1.601525] hpd: hpd_switch 0
[    1.601530] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    1.601738] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    1.601746] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    1.602751] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[    1.603348] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[    1.604570] tegra-xusb 70090000.xusb: extcon 0: ffffffc0fa5d2800 id
[    1.606900] usbcore: registered new interface driver uas
[    1.607005] usbcore: registered new interface driver usb-storage
[    1.607209] usbcore: registered new interface driver usbserial
[    1.607437] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-05-08 09:42:10 UTC, Version: 50.22 release
[    1.607484] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.607519] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[    1.608619] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[    1.608686] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[    1.608949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.608955] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.608961] usb usb1: Product: xHCI Host Controller
[    1.608965] usb usb1: Manufacturer: Linux 4.9.140 xhci-hcd
[    1.608970] usb usb1: SerialNumber: 70090000.xusb
[    1.609604] hub 1-0:1.0: USB hub found
[    1.609652] hub 1-0:1.0: 5 ports detected
[    1.610220] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.610233] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[    1.610318] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.610423] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.610429] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.610434] usb usb2: Product: xHCI Host Controller
[    1.610439] usb usb2: Manufacturer: Linux 4.9.140 xhci-hcd
[    1.610443] usb usb2: SerialNumber: 70090000.xusb
[    1.610929] hub 2-0:1.0: USB hub found
[    1.610962] hub 2-0:1.0: 4 ports detected
[    1.615070] tegra-xudc-new 700d0000.xudc: device count: 1
[    1.616576] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[    1.616592] tegra-xudc-new 700d0000.xudc: vbus state: 0
[    1.617129] tegra-xudc-new 700d0000.xudc: entering ELPG
[    1.617431] mousedev: PS/2 mouse device common for all mice
[    1.617546] usbcore: registered new interface driver xpad
[    1.618658] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    1.712286] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[    1.712344] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[    1.733302] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    1.735725] rtc rtc1: alarm rtc device
[    1.735745] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[    1.735777] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[    1.736427] i2c /dev entries driver
[    1.738326] i2c i2c-6: Added multiplexed i2c bus 7
[    1.738684] i2c i2c-6: Added multiplexed i2c bus 8
[    1.738691] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[    1.739223] pca954x 6-0070: vcc-pullup regulator not found
[    1.739243] pca954x 6-0070: pca954x_probe: forcing device bus number, start 30.
[    1.739898] i2c i2c-6: Added multiplexed i2c bus 30
[    1.740279] i2c i2c-6: Added multiplexed i2c bus 31
[    1.740286] pca954x 6-0070: registered 2 multiplexed busses for I2C switch pca9543
[    1.740970] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[    1.764341] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    1.764430] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.771986] imx219 7-0010: board setup failed
[    1.776495] imx219: probe of 7-0010 failed with error -121
[    1.777041] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[    1.800335] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    1.800423] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.807947] imx219 8-0010: board setup failed
[    1.812385] imx219: probe of 8-0010 failed with error -121
[    1.813802] [ov2718]: probing v4l2 sensor.
[    1.813870] OV2718,ov2718_parse_dt
[    1.813934] extract_pixel_format,0x200f
[    1.813938] OV2718,ov2718_power_get
[    1.814354] ov2718,master sensor/host1x/i2c@546c0000/pca9543@70/i2c@0/ov2718_a@1b
[    1.814399] extract_pixel_format: Need to extend formatuyvy
[    1.820011] ov2718 30-001b: Unsupported pixel format
[    1.825001] ov2718 30-001b: Failed to read mode0 image props
[    1.830674] ov2718 30-001b: Could not initialize sensor properties.
[    1.836953] ov2718 30-001b: Failed to initialize ov2718.
[    1.842440] ov2718: probe of 30-001b failed with error -22
[    1.842503] [ov2718]: probing v4l2 sensor.
[    1.842540] OV2718,ov2718_parse_dt
[    1.842596] extract_pixel_format,0x200f
[    1.842599] OV2718,ov2718_power_get
[    1.842913] ov2718,slave sensor/host1x/i2c@546c0000/pca9543@70/i2c@1/ov2718_b@1b
[    1.842954] extract_pixel_format: Need to extend formatuyvy
[    1.848557] ov2718 31-001b: Unsupported pixel format
[    1.853532] ov2718 31-001b: Failed to read mode0 image props
[    1.859204] ov2718 31-001b: Could not initialize sensor properties.
[    1.865495] ov2718 31-001b: Failed to initialize ov2718.
[    1.870932] ov2718: probe of 31-001b failed with error -22
[    1.871613] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    1.874659] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[    1.874665] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[    1.875108] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.875125] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[    1.875136] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[    1.875278] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.875289] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[    1.875297] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[    1.875445] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.875455] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[    1.875461] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[    1.875641] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[    1.876597] tegra_aotag tegra-aotag: Registering sensor 0
[    1.876657] tegra_aotag tegra-aotag: Invalid temp readout
[    1.876684] tegra_aotag tegra-aotag: Invalid temp readout
[    1.876701] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[    1.876710] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[    1.877709] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.877731] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[    1.877917] tegra_aotag tegra-aotag: Invalid temp readout
[    1.877950] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[    1.878378] parse_throttle_dt_data: Num cap clks = 6
[    1.878385] parse_throttle_dt_data: clk=cclk_g type=2
[    1.878401] parse_throttle_dt_data: clk=gpu type=4
[    1.878428] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[    1.878449] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[    1.878481] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[    1.878485] parse_throttle_dt_data: clk=emc type=3
[    1.878921] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.879027] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.879169] tegra_throttle_probe: probe successful. #cdevs=4
[    1.879981] FAN dev name: pwm-fan
[    1.880032] FAN:gpio request success.
[    1.880045] FAN: can't find tach_gpio
[    1.880093] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    1.880452] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    1.880459] pwm_fan_driver pwm-fan: tach period: 1000
[    1.880560] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    1.880566] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[    1.880571] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    1.880576] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    1.880581] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    1.880586] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    1.880591] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    1.880596] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    1.880602] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    1.880607] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    1.881276] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[    1.881701] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[    1.882650] device-mapper: uevent: version 1.0.3
[    1.883226] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.888922] tegra210-cpufreq cpufreq: probe()...completed
[    1.889840] sdhci: Secure Digital Host Controller Interface driver
[    1.889842] sdhci: Copyright(c) Pierre Ossman
[    1.889844] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.890225] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
[    1.894520] sdhci-tegra sdhci-tegra.2: Got CD GPIO
[    1.894884] sdhci-tegra sdhci-tegra.2: Client registration for eMC Successful
[    1.895343] leds-gpio: probe of leds failed with error -2
[    1.897888] tegra-se 70012000.se: tegra_se_probe: complete
[    1.898462] hidraw: raw HID events driver (C) Jiri Kosina
[    1.899569] usbcore: registered new interface driver usbhid
[    1.899571] usbhid: USB HID core driver
[    1.901980] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[    1.902147] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[    1.903653] mpu6xxx 1-0069: nvi_probe mpu9250
[    1.904104] nvpmodel: initialized successfully
[    1.905318] usbcore: registered new interface driver snd-usb-audio
[    1.905372] No Device Node present for smmu client: snd-soc-dummy !!
[    1.905377] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.905396] iommu: Adding device snd-soc-dummy to group 36
[    1.907757] chien:wm8960_i2c_probe,ret=0
[    1.911998] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[    1.918469] OPE platform probe
[    1.918557] OPE platform probe successful
[    1.918583] OPE platform probe
[    1.918661] OPE platform probe successful
[    1.930346] tegra-pcie 1003000.pcie: link 0 down, retrying
[    1.932230] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
[    1.937509] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA 64-bit with 64 bit addr
[    1.940221] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    1.949566] chien:wm8960_probe
[    1.950756] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    1.950894] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    1.951020] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    1.951149] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    1.951281] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    1.951406] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    1.951538] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    1.951668] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    1.951796] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    1.951926] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    1.961087] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101
[    1.961092] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.961095] usb 1-2: Product: USB 2.0 Hub
[    1.962181] hub 1-2:1.0: USB hub found
[    1.962271] hub 1-2:1.0: 4 ports detected
[    1.993388] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    1.993724] mmcblk0: mmc0:0001 DG4016 14.7 GiB 
[    1.999801] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[    2.001004]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[    2.070958] chien:tegra_machine_driver_probe,ret=0
[    2.071506] u32 classifier
[    2.071508]     Actions configured
[    2.071585] Initializing XFRM netlink socket
[    2.072325] NET: Registered protocol family 10
[    2.073023] NET: Registered protocol family 17
[    2.073034] NET: Registered protocol family 15
[    2.073139] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.073242] Bluetooth: RFCOMM socket layer initialized
[    2.073262] Bluetooth: RFCOMM ver 1.11
[    2.073267] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.073272] Bluetooth: HIDP socket layer initialized
[    2.073290] 9pnet: Installing 9P2000 support
[    2.073325] Key type dns_resolver registered
[    2.073751] Registered cp15_barrier emulation handler
[    2.073758] Registered setend emulation handler
[    2.075173] registered taskstats version 1
[    2.075749] Adding domain ve2-pd to PM domain host1x-pd
[    2.076002] Adding domain ve-pd to PM domain host1x-pd
[    2.078211] isp 54600000.isp: initialized
[    2.079228] isp 54680000.isp: initialized
[    2.080224] usb 1-3: new high-speed USB device number 3 using tegra-xusb
[    2.089859] last reset is due to software reset
[    2.089863] KERNEL: PMC reset status reg: 0x3
[    2.089939] BL: PMC reset status reg: 0x3
[    2.089942] BL: PMIC poweroff Event Recorder: 0x0
[    2.091534] clk_cbus_recalc_rate: no gbus parent
[    2.091540] clk_cbus_round_rate: no gbus parent
[    2.091542] clk_cbus_round_rate: no gbus parent
[    2.091550] clk_cbus_recalc_rate: no gbus parent
[    2.091654] clk_cbus_recalc_rate: no gbus parent
[    2.091657] clk_cbus_round_rate: no gbus parent
[    2.091660] clk_cbus_round_rate: no gbus parent
[    2.091664] clk_cbus_recalc_rate: no gbus parent
[    2.092373] tegra_dvfs: GPU-cap: registered
[    2.092427] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[    2.092430] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[    2.092433] tegra dvfs: vdd-gpu: nominal 1038mV, offset 708000uV, step 10000uV, scaling enabled
[    2.097208] tegra_dvfs: vdd-gpu-vts: registered
[    2.097977] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[    2.098569] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[    2.099116] input: gpio-keys as /devices/gpio-keys/input/input1
[    2.115827] usb 1-3: New USB device found, idVendor=1e0e, idProduct=9001
[    2.115832] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.115836] usb 1-3: Product: SimTech, Incorporated
[    2.115839] usb 1-3: Manufacturer: SimTech, Incorporated
[    2.115842] usb 1-3: SerialNumber: 0123456789ABCDEF
[    2.119869] simcom_wwan: probe of 1-3:1.0 failed with error -22
[    2.119959] simcom_wwan: probe of 1-3:1.1 failed with error -22
[    2.120116] simcom_wwan: probe of 1-3:1.2 failed with error -22
[    2.120315] simcom_wwan: probe of 1-3:1.3 failed with error -22
[    2.120503] simcom_wwan: probe of 1-3:1.4 failed with error -22
[    2.121808] simcom usbnet bind here
[    2.123042] simcom_wwan 1-3:1.5 wwan0: register 'simcom_wwan' at usb-70090000.xusb-3, SIMCOM wwan/QMI device, 12:b1:12:ca:cf:e1
[    2.128947] tegra_rtc 7000e000.rtc: setting system clock to 2019-11-26 02:52:50 UTC (1574736770)
[    2.130001] vi 54080000.vi: vi_probe: ++
[    2.132650] mpu6xxx 1-0069: nvi_id_dev: USING DEVICE TREE: mpu9250
[    2.132707] vi 54080000.vi: initialized
[    2.132742] vi 54080000.vi: No port index info
[    2.132808] mpu6xxx 1-0069: nvs_probe (iio)
[    2.133221] mpu6xxx 1-0069: nvs_probe (iio) accelerometer done
[    2.133223] mpu6xxx 1-0069: nvs_probe (iio)
[    2.133590] mpu6xxx 1-0069: nvs_probe (iio) gyroscope done
[    2.133593] mpu6xxx 1-0069: nvs_probe (iio)
[    2.133825] mpu6xxx 1-0069: nvs_probe (iio) gyro_temp done
[    2.133828] mpu6xxx 1-0069: nvs_probe (iio)
[    2.133830] mpu6xxx 1-0069: nvs_probe significant_motion disabled
[    2.133832] mpu6xxx 1-0069: nvs_probe (iio)
[    2.133834] mpu6xxx 1-0069: nvs_probe step_detector disabled
[    2.133836] mpu6xxx 1-0069: nvs_probe (iio)
[    2.133838] mpu6xxx 1-0069: nvs_probe quaternion disabled
[    2.133840] mpu6xxx 1-0069: nvs_probe (iio)
[    2.133843] mpu6xxx 1-0069: nvs_probe geomagnetic_rotation_vector disabled
[    2.133845] mpu6xxx 1-0069: nvs_probe (iio)
[    2.133847] mpu6xxx 1-0069: nvs_probe gyroscope_uncalibrated disabled
[    2.134625] mpu6xxx 1-0069: nvi_dmp_fw_load_worker done
[    2.139280] vi 54080000.vi: subdev nvcsi--2 bound
[    2.139438] vi 54080000.vi: subdev nvcsi--1 bound
[    2.139721] mmcblk mmc0:0001: Card claimed for testing.
[    2.141071] Disable partitions left on by BL
[    2.141075]   disb
[    2.141118] bwmgr: missing cdev-type property
[    2.141240] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    2.141246] DRAM derating cdev registered.
[    2.141940] ak89xx 1-000c: ak89xx akm_probe
[    2.213275] mpu6xxx 1-0069: nvi_aux_dev_valid MPU read 0x48 from device 0xc
[    2.213281] ak89xx 1-000c: akm_id_dev AUTO ID=48 ret=0
[    2.247375] ak89xx 1-000c: akm_self_test ERR: out_of_range 4
[    2.248214] usb 1-2.1: new high-speed USB device number 4 using tegra-xusb
[    2.269999] usb 1-2.1: New USB device found, idVendor=05e3, idProduct=0608
[    2.270004] usb 1-2.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.270007] usb 1-2.1: Product: USB2.0 Hub
[    2.270615] ak89xx 1-000c: nvs_probe (iio)
[    2.270983] ak89xx 1-000c: nvs_probe (iio) magnetic_field done
[    2.270986] ak89xx 1-000c: akm_probe done
[    2.271298] hub 1-2.1:1.0: USB hub found
[    2.271577] hub 1-2.1:1.0: 4 ports detected
[    2.271617] vdd-fan: disabling
[    2.271621] vdd-usb-vbus: disabling
[    2.271623] vdd-usb-vbus2: disabling
[    2.271632] vddio-sdmmc-ap: disabling
[    2.271745] vddio-sdmmc3-ap: disabling
[    2.271815] vdd-3v3-sd: disabling
[    2.271819] avdd-io-edp-1v05: disabling
[    2.271822] vdd-usb-hub-en: disabling
[    2.271824] pw-on-4g: disabling
[    2.271827] rst-4g: disabling
[    2.271829] en-4g-vdd-3v8: disabling
[    2.271832] en-aud-vdd-1v8: disabling
[    2.271834] en-aud-vdd-3v3: disabling
[    2.271836] en-aud-spk-5v0: disabling
[    2.271839] en-vdd-cam-hv-2v8: disabling
[    2.271842] en-vdd-cam-1v2: disabling
[    2.271845] mipi-i2c-rst: disabling
[    2.271847] sd_vdd_en: disabling
[    2.271934] ALSA device list:
[    2.271938]   #0: tegra-hda at 0x70038000 irq 82
[    2.271940]   #1: tegra-snd-t210ref-mobile-rt565x
[    2.274992] Freeing unused kernel memory: 8576K
[    2.293436] L4T-INITRD Build DATE: Tue Nov 26 02:52:50 UTC 2019
[    2.297822] Root device found: mmcblk0p1
[    2.298899] Found dev node: /dev/mmcblk0p1
[    2.317902] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    2.318621] Rootfs mounted over mmcblk0p1
[    2.334479] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.338330] Switching from initrd to actual rootfs
[    2.441388] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.452910] cgroup: cgroup2: unknown option "nsdelegate"
[    2.467645] 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)
[    2.468428] systemd[1]: Detected architecture arm64.
[    2.492252] systemd[1]: Set hostname to <zalend-desktop>.
[    2.552614] 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.
[    2.552625] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    2.560217] usb 1-2.1.1: new high-speed USB device number 5 using tegra-xusb
[    2.597461] usb 1-2.1.1: New USB device found, idVendor=0b95, idProduct=772b
[    2.597468] usb 1-2.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.597472] usb 1-2.1.1: Product: AX88772C
[    2.597475] usb 1-2.1.1: Manufacturer: ASIX Elec. Corp.
[    2.597478] usb 1-2.1.1: SerialNumber: 0007AC
[    2.648109] random: systemd: uninitialized urandom read (16 bytes read)
[    2.650275] systemd[1]: Created slice User and Session Slice.
[    2.650445] random: systemd: uninitialized urandom read (16 bytes read)
[    2.650466] systemd[1]: Reached target Swap.
[    2.650506] random: systemd: uninitialized urandom read (16 bytes read)
[    2.651325] systemd[1]: Created slice System Slice.
[    2.651608] systemd[1]: Listening on Journal Socket.
[    2.656062] systemd[1]: Starting Load Kernel Modules...
[    2.683315] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[    2.746250] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.748238] tegra-pcie 1003000.pcie: link 0 down, ignoring
[    2.853683] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[    2.853691] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    2.853695] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[    2.853700] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[    2.853704] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.853727] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[    2.853795] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.853968] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.854081] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    2.854107] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[    2.854137] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref]
[    2.854160] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    2.854287] pci 0000:01:00.0: supports D1 D2
[    2.854290] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.864272] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.864310] pci 0000:00:02.0: BAR 15: assigned [mem 0x20000000-0x200fffff 64bit pref]
[    2.864316] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    2.864326] pci 0000:01:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref]
[    2.864345] pci 0000:01:00.0: BAR 2: assigned [mem 0x20004000-0x20004fff 64bit pref]
[    2.864362] pci 0000:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    2.864371] pci 0000:00:02.0: PCI bridge to [bus 01]
[    2.864375] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    2.864382] pci 0000:00:02.0:   bridge window [mem 0x20000000-0x200fffff 64bit pref]
[    2.864654] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    2.864659] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    2.864664] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[    2.864753] aer 0000:00:02.0:pcie002: service driver aer loaded
[    2.864937] r8168 0000:01:00.0: enabling device (0000 -> 0003)
[    2.864955] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[    2.889928] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[    2.890017] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e9:d7:54 from device tree
[    2.890605] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    2.890624] 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.021111] asix 1-2.1.1:1.0 eth1: register 'asix' at usb-70090000.xusb-2.1.1, ASIX AX88772B USB 2.0 Ethernet, 00:0e:c6:be:31:16
[    3.023780] systemd-journald[2035]: Received request to flush runtime journal from PID 1
[    3.100240] usb 1-2.1.3: new low-speed USB device number 6 using tegra-xusb
[    3.129543] usb 1-2.1.3: New USB device found, idVendor=17ef, idProduct=608c
[    3.129549] usb 1-2.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.129554] usb 1-2.1.3: Product: Lenovo Calliope USB Keyboard
[    3.129557] usb 1-2.1.3: Manufacturer: Lenovo
[    3.134817] input: Lenovo Lenovo Calliope USB Keyboard as /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1.3/1-2.1.3:1.0/0003:17EF:608C.0001/input/input2
[    3.192825] hid-generic 0003:17EF:608C.0001: input,hidraw0: USB HID v1.11 Keyboard [Lenovo Lenovo Calliope USB Keyboard] on usb-70090000.xusb-2.1.3/input0
[    3.198914] input: Lenovo Lenovo Calliope USB Keyboard as /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1.3/1-2.1.3:1.1/0003:17EF:608C.0002/input/input3
[    3.243695] nvgpu: 57000000.gpu           gm20b_init_clk_setup_sw:1268 [INFO]  GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[    3.256566] hid-generic 0003:17EF:608C.0002: input,hidraw1: USB HID v1.11 Device [Lenovo Lenovo Calliope USB Keyboard] on usb-70090000.xusb-2.1.3/input1
[    3.597922] using random self ethernet address
[    3.674522] using random host ethernet address
[    3.726881] Mass Storage Function, version: 2009/09/11
[    3.726887] LUN: removable file: (no medium)
[    3.746206] using random self ethernet address
[    3.781773] using random host ethernet address
[    3.856073] rndis0: HOST MAC d6:a6:51:6f:d6:dc
[    3.856707] rndis0: MAC d6:a6:51:6f:d6:dd
[    3.862183] usb0: HOST MAC d6:a6:51:6f:d6:de
[    3.862412] usb0: MAC d6:a6:51:6f:d6:df
[    3.862436] tegra-xudc-new 700d0000.xudc: exiting ELPG
[    3.864303] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[    3.864319] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[    3.864353] tegra-xudc-new 700d0000.xudc: entering ELPG
[    3.864591] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    3.864606] tegra-xudc-new 700d0000.xudc: exiting ELPG
[    3.873815] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[    3.873845] tegra-xudc-new 700d0000.xudc: entering ELPG
[    3.874077] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    3.878526] l4tbr0: port 1(rndis0) entered blocking state
[    3.878531] l4tbr0: port 1(rndis0) entered disabled state
[    3.879453] device rndis0 entered promiscuous mode
[    3.896624] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[    3.913716] l4tbr0: port 2(usb0) entered blocking state
[    3.913722] l4tbr0: port 2(usb0) entered disabled state
[    3.914864] device usb0 entered promiscuous mode
[    3.940686] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[    4.253582] random: crng init done
[    4.256989] random: 7 urandom warning(s) missed due to ratelimiting
[    4.608550] zram: Added device: zram0
[    4.611101] zram: Added device: zram1
[    4.614133] zram: Added device: zram2
[    4.615656] zram: Added device: zram3
[    4.635027] zram0: detected capacity change from 0 to 519577600
[    4.699752] Adding 507396k swap on /dev/zram0.  Priority:5 extents:1 across:507396k SS
[    4.718333] zram1: detected capacity change from 0 to 519577600
[    4.730747] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.732361] eth0: 0xffffff800d4ee000, 00:04:4b:e9:d7:54, IRQ 413
[    4.753826] Adding 507396k swap on /dev/zram1.  Priority:5 extents:1 across:507396k SS
[    4.758021] zram2: detected capacity change from 0 to 519577600
[    4.789884] Adding 507396k swap on /dev/zram2.  Priority:5 extents:1 across:507396k SS
[    4.796063] zram3: detected capacity change from 0 to 519577600
[    4.842484] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.847171] Adding 507396k swap on /dev/zram3.  Priority:5 extents:1 across:507396k SS
[    4.893402] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[    4.894143] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[    5.151676] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[    5.154794] asix 1-2.1.1:1.0 eth1: link up, 100Mbps, full-duplex, lpa 0x4DE1
[    5.619916] tegradc tegradc.0: blank - powerdown
[    5.773986] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[    5.773994] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[    5.876572] usb usb2: usb_suspend_both: status 0
[    6.027995] usbcore: registered new interface driver option
[    6.028042] usbserial: USB Serial support registered for GSM modem (1-port)
[    6.028508] option 1-3:1.0: GSM modem (1-port) converter detected
[    6.033091] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB0
[    6.033228] option 1-3:1.1: GSM modem (1-port) converter detected
[    6.033428] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB1
[    6.033556] option 1-3:1.2: GSM modem (1-port) converter detected
[    6.033918] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB2
[    6.034054] option 1-3:1.3: GSM modem (1-port) converter detected
[    6.034240] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB3
[    6.034350] option 1-3:1.4: GSM modem (1-port) converter detected
[    6.034589] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB4
[    6.068264] FAN rising trip_level:1 cur_temp:53000 trip_temps[2]:61000
[    6.305907] tegradc tegradc.0: blank - powerdown
[    6.305916] tegradc tegradc.1: blank - powerdown
[    7.079198] fuse init (API version 7.26)
[    8.576605] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[    8.710664] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[    8.828251] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[    8.949938] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[    8.952410] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[    8.956477] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[    9.069585] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[    9.071715] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[    9.087255] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[    9.245279] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, codec rate = 44100 Hz
[   44.335595] mmc1: Disabling vmmc regulator
[   48.130758] mmc1: CMD CRC or end bit error, int mask 0xc0001
[   48.138498] mmc1: CMD CRC or end bit error, int mask 0xc0001
[   48.146345] mmc1: CMD CRC or end bit error, int mask 0xc0000
[   48.154138] mmc1: CMD CRC or end bit error, int mask 0xc0000
[   48.161241] mmc1: CMD CRC or end bit error, int mask 0xc0000
[   48.268728] mmc1: CMD CRC or end bit error, int mask 0xc0001
[   48.276789] mmc1: CMD CRC or end bit error, int mask 0xc0001
[   48.286009] mmc1: CMD CRC or end bit error, int mask 0xc0001
[   48.293992] mmc1: CMD CRC or end bit error, int mask 0xc0000
[   48.302178] mmc1: CMD CRC or end bit error, int mask 0xc0000

hi,WayneWWW
have some good news?

Still checking.
Please also add below patch in dtsi files. It seems you didn’t add the vqmmc-supply.

https://devtalk.nvidia.com/default/topic/1062120/jetson-nano/microsd-card-not-detected-on-jetson-nano-production-module/post/5380051/#5380051

hi,WayneWWW
According to the link,i can detect the sd card, but it cause the new problem.
when i enable the sd card,we got sd card error log first and the system is starded too long about 240 seconds,then the system resart, now the system is normal and we can detect the sd card,
dmesg log

[0000.252] [TegraBoot] (version 00.00.2018.01-l4t-89b97a49)
[0000.257] Processing in cold boot mode Bootloader 2
[0000.261] A02 Bootrom Patch rev = 1023
[0000.265] Power-up reason: pmc por
[0000.268] No Battery Present
[0000.271] pmic max77620 reset reason
[0000.274] pmic max77620 NVERC : 0x40
[0000.277] RamCode = 0
[0000.280] Platform has DDR4 type RAM
[0000.283] max77620 disabling SD1 Remote Sense
[0000.287] Setting DDR voltage to 1125mv
[0000.291] Serial Number of Pmic Max77663: 0x2304ad
[0000.299] Entering ramdump check
[0000.302] Get RamDumpCarveOut = 0x0
[0000.305] RamDumpCarveOut=0x0, RamDumperFlag=0xe59ff3f8
[0000.310] Last reboot was clean, booting normally!
[0000.315] Sdram initialization is successful
[0000.319] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.325] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.331] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.337] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.343] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.349] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.354] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.360] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.376] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.382] Platform-DebugCarveout: 0
[0000.386] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.391] Non secure mode, and RB not enabled.
[0000.408] Csd NumOfBlocks=0
[0000.417] Using GPT Primary to query partitions
[0000.422] Loading Tboot-CPU binary
[0000.428] Verifying TBC in OdmNonSecureSBK mode
[0000.438] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.445] Bootloader downloaded successfully.
[0000.449] Downloaded Tboot-CPU binary to 0xa0000258
[0000.454] MAX77620_GPIO5 configured
[0000.457] CPU power rail is up
[0000.460] CPU clock enabled
[0000.464] Performing RAM repair
[0000.467] Updating A64 Warmreset Address to 0xa00002e9
[0000.472] Loading NvTbootBootloaderDTB
[0000.486] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.553] Bootloader DTB Load Address: 0x83000000
[0000.558] Loading NvTbootKernelDTB
[0000.572] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.637] Kernel DTB Load Address: 0x83100000
[0000.642] Loading cboot binary
[0000.658] Verifying EBT in OdmNonSecureSBK mode
[0000.700] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.707] Bootloader downloaded successfully.
[0000.714] Using BFS PT to query partitions
[0000.718] Next binary entry address: 0x92c00258
[0000.723] BoardId: 3448
[0000.727] Overriding pmu board id with proc board id
[0000.732] Display board id is not available
[0000.748] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0000.800] /bpmp deleted
[0000.802] SC7EntryFw header found loaded at 0xff700000
[0000.996] OVR2 PMIC
[0000.998] Bpmp FW successfully loaded
[0001.003] WB0 init successfully at 0xff780000
[0001.007] Set NvDecSticky Bits
[0001.010] GSC2 address ff53fffc value c0edbbcc
[0001.017] GSC MC Settings done
[0001.020] TOS Image length 53680
[0001.023] Monitor size 53680
[0001.026] OS size 0
[0001.031] Secure Os AES-CMAC Verification Success!
[0001.036] TOS image cipher info: plaintext
[0001.040] Loading and Validation of Secure OS Successful
[0001.056] SC7 Entry Firmware - 0xff700000, 0x4000
[0001.060] NvTbootPackSdramParams: start.
[0001.065] NvTbootPackSdramParams: done.
[0001.069] Tegraboot started after 182113 us
[0001.073] Basic modules init took 572308 us
[0001.077] Sec Bootdevice Read Time = 57 ms, Read Size = 2292 KB
[0001.083] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0001.088] Next stage binary read took 12147 us
[0001.093] Carveout took -23847 us
[0001.096] CPU initialization took 352600 us
[0001.100] Total time taken by TegraBoot 913208 us

[0001.105] Starting CPU & Halting co-processor

64NOTICE: BL31: v1.3(release):a28d87f09
NOTICE: BL31: Built : 21:10:01, Aug 12 2019
ERROR: Error initializing runtime service trusty_fast
[0001.227] RamCode = 0
[0001.232] LPDDR4 Training: Read DT: Number of tables = 2
[0001.237] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0001.249] EMC Training Successful
[0001.252] 408000 not found in DVFS table
[0001.259] RamCode = 0
[0001.262] DT Write: emc-table@204000 succeeded
[0001.268] DT Write: emc-table@1600000 succeeded
[0001.272] LPDDR4 Training: Write DT: Number of tables = 2
[0001.312]
[0001.313] Debug Init done
[0001.315] Marked DTB cacheable
[0001.318] Bootloader DTB loaded at 0x83000000
[0001.323] Marked DTB cacheable
[0001.326] Kernel DTB loaded at 0x83100000
[0001.330] DeviceTree Init done
[0001.341] Pinmux applied successfully
[0001.346] gicd_base: 0x50041000
[0001.349] gicc_base: 0x50042000
[0001.352] Interrupts Init done
[0001.356] Using base:0x60005090 & irq:208 for tick-timer
[0001.361] Using base:0x60005098 for delay-timer
[0001.366] platform_init_timer: DONE
[0001.369] Timer(tick) Init done
[0001.373] osc freq = 38400 khz
[0001.377]
[0001.378] welcome to cboot
[0001.381]
[0001.382] Cboot Version: 00.00.2018.01-t210-3a168c35
[0001.387] calling constructors
[0001.390] initializing heap
[0001.392] initializing threads
[0001.395] initializing timers
[0001.398] creating bootstrap completion thread
[0001.403] top of bootstrap2()
[0001.406] CPU: ARM Cortex A57
[0001.408] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.413] initializing platform
[0001.416] Scratch reg 37 & 271 initial value set..
[0001.423] cboot:secure-pmc present
[0001.472] config for ddr50 mode completed
[0001.476] sdmmc bdev is already initialized
[0001.480] Enable APE clock
[0001.483] Un-powergate APE partition
[0001.486] of_register: registering tegra_udc to of_hal
[0001.491] of_register: registering tegra_udc to of_hal
[0001.497] of_register: registering inv20628-driver to of_hal
[0001.502] of_register: registering ads1015-driver to of_hal
[0001.508] of_register: registering lp8557-bl-driver to of_hal
[0001.514] of_register: registering bq2419x_charger to of_hal
[0001.519] of_register: registering cpc to of_hal
[0001.524] of_register: registering bq27441_fuel_gauge to of_hal
[0001.535] gpio framework initialized
[0001.539] of_register: registering tca9539_gpio to of_hal
[0001.544] of_register: registering tca9539_gpio to of_hal
[0001.549] of_register: registering i2c_bus_driver to of_hal
[0001.555] of_register: registering i2c_bus_driver to of_hal
[0001.561] of_register: registering i2c_bus_driver to of_hal
[0001.566] of_register: registering i2c_bus_driver to of_hal
[0001.572] pmic framework initialized
[0001.575] of_register: registering max77620_pmic to of_hal
[0001.581] regulator framework initialized
[0001.585] of_register: registering tps65132_bl_driver to of_hal
[0001.590] initializing target
[0001.596] gpio_driver_register: register 'tegra_gpio_driver' driver
[0001.605] fixed regulator driver initialized
[0001.636] initializing OF layer
[0001.639] NCK carveout not present
[0001.642] Skipping dts_overrides
[0001.646] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.663] I2C Bus Init done
[0001.666] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.676] I2C Bus Init done
[0001.679] of_children_init: Ops found for compatible string ti,tca9539
[0001.688] tca9539_init: i2c bus: 2, slave addr: 0xe8
[0001.695] gpio_driver_register: register 'tca9539_gpio_driver' driver
[0001.702] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.712] I2C Bus Init done
[0001.715] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.725] I2C Bus Init done
[0001.728] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.738] I2C Bus Init done
[0001.741] of_children_init: Ops found for compatible string maxim,max77620
[0001.751] max77620_init using irq 118
[0001.756] register 'maxim,max77620' pmic
[0001.760] gpio_driver_register: register 'max77620-gpio' driver
[0001.767] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.777] I2C Bus Init done
[0001.781] NCK carveout not present
[0001.784] shim_invoke: No NCT, Calling dts updates
[0001.795] Find /i2c@7000c000's alias i2c0
[0001.799] get eeprom at 1-a0, size 256, type 0
[0001.808] Find /i2c@7000c500's alias i2c2
[0001.812] get eeprom at 3-a0, size 256, type 0
[0001.816] get eeprom at 3-ae, size 256, type 0
[0001.821] pm_ids_update: Updating 1,a0, size 256, type 0
[0001.826] I2C slave not started
[0001.829] I2C write failed
[0001.832] Writing offset failed
[0001.835] eeprom_init: EEPROM read failed
[0001.839] pm_ids_update: eeprom init failed
[0001.843] pm_ids_update: Updating 3,a0, size 256, type 0
[0001.873] pm_ids_update: The pm board id is 3448-0002-400
[0001.880] Adding plugin-manager/ids/3448-0002-400=/i2c@7000c500:module@0x50
[0001.887] pm_ids_update: pm id update successful
[0001.892] pm_ids_update: Updating 3,ae, size 256, type 0
[0001.897] I2C slave not started
[0001.900] I2C write failed
[0001.903] Writing offset failed
[0001.906] eeprom_init: EEPROM read failed
[0001.910] pm_ids_update: eeprom init failed
[0001.940] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0001.946] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0001.954] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0001.960] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0001.968] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e9:d7:54
[0001.975] Plugin Manager: Parse ODM data 0x00094000
[0001.985] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0002.006] Find /i2c@7000c000's alias i2c0
[0002.010] get eeprom at 1-a0, size 256, type 0
[0002.019] Find /i2c@7000c500's alias i2c2
[0002.023] get eeprom at 3-a0, size 256, type 0
[0002.027] get eeprom at 3-ae, size 256, type 0
[0002.032] pm_ids_update: Updating 1,a0, size 256, type 0
[0002.037] I2C slave not started
[0002.040] I2C write failed
[0002.043] Writing offset failed
[0002.046] eeprom_init: EEPROM read failed
[0002.050] pm_ids_update: eeprom init failed
[0002.054] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.084] pm_ids_update: The pm board id is 3448-0002-400
[0002.091] Adding plugin-manager/ids/3448-0002-400=/i2c@7000c500:module@0x50
[0002.098] pm_ids_update: pm id update successful
[0002.102] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.107] I2C slave not started
[0002.110] I2C write failed
[0002.113] Writing offset failed
[0002.116] eeprom_init: EEPROM read failed
[0002.120] pm_ids_update: eeprom init failed
[0002.150] Chip UID is 00000001644495880400000015030400
[0002.155] Add serial number:14230191146290000403 as DT property
[0002.164] Applying platform configs
[0002.170] platform-init is not present. Skipping
[0002.175] calling apps_init()
[0002.191] Found 14 GPT partitions in "sdmmc3_user"
[0002.195] Proceeding to Cold Boot
[0002.198] starting app android_boot_app
[0002.202] Device state: unlocked
[0002.205] display console init
[0002.214] could not find regulator
[0002.217] hdmi cable connected
[0002.252] DT entry for leds-pwm not found
[0004.227] I2C transfer timeout
[0004.230] I2C write failed
[0004.233] Writing offset failed
[0004.236] could not read edid
[0004.242] tmds-config node not found
[0004.246] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting 'avdd-io-hdmi-dp' regulator to 1050000 micro volts
[0004.260] setting 'vdd-1v8' regulator to 1800000 micro volts
[0004.268] could not find regulator
[0004.271] could not find regulator
[0004.275] could not find regulator
[0004.303] using default cmu settings
[0004.307] dc_hdmi_enable, starting HDMI initialisation
[0004.313] dc_hdmi_enable, HDMI initialisation complete
[0004.318] list and configure display window
[0004.323] display console init completed
[0004.330] subnode volume_up is not found !
[0004.334] subnode back is not found !
[0004.338] subnode volume_down is not found !
[0004.342] subnode menu is not found !
[0004.346] Gpio keyboard init success
[0004.393] found decompressor handler: lz4-legacy
[0004.407] decompressing blob (type 1)...
[0004.441] load_bmp_blob: panelresolution=480 type=0
[0004.490] decompressor handler not found
[0004.494] load_firmware_blob: Firmware blob loaded, entries=2
[0004.500] se_aes_verify_sbk_clear: Error
[0004.503] bl_battery_charging: connected to external power supply
[0004.511] xusb is supported
[0004.517] error while finding nvidia,portmap
[0004.522] could not find regulator
[0005.025] xusb blob version 0 size 124416
[0005.029] firmware size 124416
[0005.034] Firmware timestamp: 0x5cd2a472, Version: 50.22 release
[0005.048] xhci0: 64 bytes context size, 32-bit DMA
[0005.088] usbus0: 5.0Gbps Super Speed USB v3.0
[0005.108] uhub0: <Nvidia XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
[0005.758] uhub0: 9 ports with 9 removable, self powered
[0006.758] failed to get HID devices
[0006.762] failed to init xhci or no usb device attached
[0006.775] device_query_partition_size: failed to open partition sdmmc3_user:MSC !
[0006.783] MSC Partition not found
[0006.792] device_query_partition_size: failed to open partition sdmmc3_user:USP !
[0006.800] USP partition read failed!
[0006.803] blob_init: blob-partition USP header read failed
[0006.809] android_boot Unable to update recovery partition
[0006.814] kfs_getpartname: name = LNX
[0006.818] Loading kernel from LNX
[0006.843] Verifying boot image in OdmNonSecureSBK mode
[0006.887] kernel load address: 0x80080000, size: 481248 bytes
[0006.892] ramdisk load address: 0x84100000, size: 0 bytes
[0006.898] load kernel from storage
[0006.907] decompressor handler not found
[0006.926] Successfully loaded kernel and ramdisk images
[0006.933] load_bmp_blob: panelresolution=480 type=0
[0007.006] display bmp image done
[0007.009] NCK carveout not present
[0007.013] Skipping dts_overrides
[0007.016] NCK carveout not present
[0007.019] shim_invoke: No NCT, Calling dts updates
[0007.031] Find /i2c@7000c000's alias i2c0
[0007.035] get eeprom at 1-a0, size 256, type 0
[0007.044] Find /i2c@7000c500's alias i2c2
[0007.047] get eeprom at 3-a0, size 256, type 0
[0007.052] get eeprom at 3-ae, size 256, type 0
[0007.056] pm_ids_update: Updating 1,a0, size 256, type 0
[0007.062] I2C slave not started
[0007.065] I2C write failed
[0007.067] Writing offset failed
[0007.070] eeprom_init: EEPROM read failed
[0007.074] pm_ids_update: eeprom init failed
[0007.078] pm_ids_update: Updating 3,a0, size 256, type 0
[0007.108] pm_ids_update: The pm board id is 3448-0002-400
[0007.115] Adding plugin-manager/ids/3448-0002-400=/i2c@7000c500:module@0x50
[0007.123] pm_ids_update: pm id update successful
[0007.127] pm_ids_update: Updating 3,ae, size 256, type 0
[0007.133] I2C slave not started
[0007.135] I2C write failed
[0007.138] Writing offset failed
[0007.141] eeprom_init: EEPROM read failed
[0007.145] pm_ids_update: eeprom init failed
[0007.175] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0007.181] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0007.189] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0007.195] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0007.203] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e9:d7:54
[0007.210] Plugin Manager: Parse ODM data 0x00094000
[0007.220] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0007.234] Add serial number:14230191146290000403 as DT property
[0007.244] "bpmp" doesn't exist, creating
[0007.249] Updated bpmp info to DTB
[0007.254] Updated initrd info to DTB
[0007.257] "proc-board" doesn't exist, creating
[0007.263] Updated board info to DTB
[0007.266] "pmu-board" doesn't exist, creating
[0007.272] Updated board info to DTB
[0007.275] "display-board" doesn't exist, creating
[0007.281] Updated board info to DTB
[0007.284] "reset" doesn't exist, creating
[0007.289] Updated reset info to DTB
[0007.292] Cmdline: 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@0x92cb4000 is_hdmi_initialised=1
[0007.331] DTB cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0007.343] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0007.356] Updated bootarg info to DTB
[0007.360] Adding uuid 00000001644495880400000015030400 to DT
[0007.366] Adding eks info 0 to DT
[0007.371] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0007.377] Updated memory info to DTB
[0007.385] set vdd_core voltage to 1075 mv
[0007.389] setting 'vdd-core' regulator to 1075000 micro volts
[0007.408] could not find regulator
[0007.412] Found secure-pmc; disable BPMP


U-Boot 2016.07 (Dec 03 2019 - 18:02:08 +0800)

TEGRA210
Model: NVIDIA P3450-Porg
Board: NVIDIA P3450-PORG
DRAM: 4 GiB
MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
Using default environment

In: serial
Out: serial
Err: serial
Net: No ethernet found.
MMC: no card present
** Bad device mmc 1 **
Hit any key to stop autoboot: 0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
733 bytes read in 101 ms (6.8 KiB/s)
L4T boot options
1: primary kernel
Enter choice: 1: primary kernel
Retrieving file: /boot/initrd
5562384 bytes read in 193 ms (27.5 MiB/s)
Retrieving file: /boot/Image
34457608 bytes read in 811 ms (40.5 MiB/s)
append: 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@0x92cb4000 is_hdmi_initialised=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet
## Flattened Device Tree blob at 83100000
Booting using the fdt blob at 0x83100000
reserving fdt memory region: addr=80000000 size=20000
Using Device Tree in place at 0000000083100000, end 0000000083177533

Starting kernel ...

<hit enter to activate fiq debugger>
[ 11.116669] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[ 11.123894] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[ 11.130613] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[ 11.135791] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 11.142506] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[ 11.148087] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[ 11.153959] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[ 11.159198] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[ 11.164520] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[ 11.173806] tegradc tegradc.1: dpd enable lookup fail:-19
[ 14.340385] OV2718 ov2718_write_reg:i2c write failed, 3000 = 2
[ 21.356663] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[ 21.363824] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[ 21.370532] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[ 21.375679] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 21.382387] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[ 21.387965] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[ 21.393805] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[ 21.399034] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[ 21.404354] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[ 27.477968] OV2718 ov2718_write_reg:i2c write failed, 3000 = 2
[ 27.867147] ak89xx 1-000c: akm_self_test ERR: out_of_range 4
[ 27.919652] mmc1: CMD CRC or end bit error, int mask 0xa0001
[ 31.596755] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[ 31.603912] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[ 31.610624] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[ 31.615775] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 31.622486] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[ 31.628070] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[ 31.633914] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[ 31.639147] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[ 31.644478] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[ 38.508752] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 38.515726] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 38.522437] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 38.527587] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 38.534473] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 38.540059] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 38.545901] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 38.551138] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 38.556545] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 40.044839] mmc1: Timeout waiting for hardware interrupt.
[ 40.050229] sdhci: =========== REGISTER DUMP (mmc1)===========
[ 40.056056] sdhci: Sys addr: 0x00000008 | Version: 0x00000303
[ 40.061883] sdhci: Blk size: 0x00007200 | Blk cnt: 0x00000008
[ 40.067709] sdhci: Argument: 0x00000000 | Trn mode: 0x0000003b
[ 40.073535] sdhci: Present: 0x01fb0008 | Host ctl: 0x00000017
[ 40.079360] sdhci: Power: 0x00000001 | Blk gap: 0x00000000
[ 40.085185] sdhci: Wake-up: 0x00000000 | Clock: 0x00000007
[ 40.091011] sdhci: Timeout: 0x0000000e | Int stat: 0x00001000
[ 40.096836] sdhci: Int enab: 0x02ff100b | Sig enab: 0x02fc100b
[ 40.102662] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[ 40.108487] sdhci: Caps: 0x376cd08c | Caps_1: 0x10006f77
[ 40.114313] sdhci: Cmd: 0x0000123a | Max curr: 0x00000000
[ 40.120137] sdhci: Host ctl2: 0x0000308b
[ 40.124057] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000000ffefe410
[ 40.130627] sdhci: ===========================================
[ 48.748740] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 48.755717] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 48.762428] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 48.767581] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 48.774461] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 48.780045] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 48.785890] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 48.791124] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 48.796540] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 48.803059] Failed to set dvfs regulator vdd-core
[ 58.988757] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 58.995730] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 59.002438] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 59.007590] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 59.014475] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 59.020058] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 59.025904] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 59.031137] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 59.036551] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 69.228747] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 69.235721] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 69.242434] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 69.247585] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 69.254471] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 69.260056] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 69.265900] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 69.271133] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 69.276552] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 69.283073] Failed to set dvfs regulator vdd-core
[ 79.468753] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 79.475726] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 79.482436] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 79.487587] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 79.494469] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 79.500053] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 79.505892] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 79.511130] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 79.516539] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 89.708743] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 89.715718] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 89.722425] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 89.727573] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 89.734455] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 89.740035] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 89.745878] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 89.751112] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 89.756528] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 89.763041] Failed to set dvfs regulator vdd-core
[ 89.767757] Failed to set regulator vdd-core for clock cbus to 800 mV
[ 99.948743] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 99.955722] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 99.962435] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 99.967588] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 99.974471] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 99.980056] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 99.985900] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 99.991134] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 99.996549] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 110.188741] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 110.195716] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 110.202426] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 110.207577] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 110.214459] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 110.220043] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 110.225882] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 110.231120] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 110.236533] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 110.243051] Failed to set dvfs regulator vdd-core
[ 120.428750] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 120.435723] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 120.442437] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 120.447589] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 120.454474] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 120.460059] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 120.465903] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 120.471137] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 120.476546] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 130.668746] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 130.675719] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 130.682429] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 130.687581] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 130.694466] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 130.700051] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 130.705895] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 130.711128] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 130.716544] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 130.723063] Failed to set dvfs regulator vdd-core
[ 140.908744] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 140.915722] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 140.922433] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 140.927582] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 140.934466] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 140.940046] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 140.945889] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 140.951123] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 140.956540] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 151.148751] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 151.155727] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 151.162437] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 151.167588] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 151.174474] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 151.180059] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 151.185899] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 151.191137] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 151.196550] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 151.203065] Failed to set dvfs regulator vdd-core
[ 151.207781] Failed to set regulator vdd-core for clock vi to 800 mV
[ 161.388749] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 161.395724] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 161.402435] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 161.407586] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 161.414472] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 161.420055] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 161.425897] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 161.431134] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 161.436549] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 171.628749] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 171.635722] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 171.642432] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 171.647581] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 171.654465] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 171.660045] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 171.665889] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 171.671122] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 171.676540] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 171.683056] Failed to set dvfs regulator vdd-core
[ 181.868740] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 181.875713] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 181.882425] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 181.887576] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 181.894462] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 181.900041] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 181.905885] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 181.911118] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 181.916532] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 192.108741] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 192.115716] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 192.122426] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 192.127576] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 192.134460] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 192.140040] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 192.145884] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 192.151122] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 192.156534] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 192.163046] Failed to set dvfs regulator vdd-core
[ 202.348749] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 202.355722] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 202.362434] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 202.367585] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 202.374471] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 202.380056] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 202.385900] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 202.391133] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 202.396546] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 212.588737] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 212.595714] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 212.602424] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 212.607576] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 212.614458] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 212.620042] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 212.625881] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 212.631116] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 212.636531] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 212.643049] Failed to set dvfs regulator vdd-core
[ 212.647766] Failed to set regulator vdd-core for clock cbus to 800 mV
[ 222.828751] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 222.835725] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 222.842436] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 222.847584] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 222.854468] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 222.860048] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 222.865891] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 222.871125] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 222.876541] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 233.068740] tegra-i2c 7000d000.i2c: pio timed out addr: 0x3c tlen:28 rlen:4
[ 233.075717] tegra-i2c 7000d000.i2c: --- register dump for debugging ----
[ 233.082427] tegra-i2c 7000d000.i2c: I2C_CNFG - 0x22c00
[ 233.087579] tegra-i2c 7000d000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x1010001
[ 233.094464] tegra-i2c 7000d000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 233.100043] tegra-i2c 7000d000.i2c: I2C_FIFO_STATUS - 0x800081
[ 233.105887] tegra-i2c 7000d000.i2c: I2C_INT_MASK - 0x7d
[ 233.111121] tegra-i2c 7000d000.i2c: I2C_INT_STATUS - 0xc3
[ 233.116535] tegra-i2c 7000d000.i2c: i2c transfer timed out addr: 0x3c
[ 233.123055] Failed to set dvfs regulator vdd-core
[ 242.796752] INFO: task kworker/3:1:651 blocked for more than 120 seconds.
[ 242.803556] Tainted: G W 4.9.140 #15
[ 242.808792] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 242.816794] Kernel panic - not syncing: hung_task: blocked tasks
[ 242.822801] CPU: 1 PID: 603 Comm: khungtaskd Tainted: G W 4.9.140 #15
[ 242.830363] Hardware name: NVIDIA Jetson Nano Developer Kit (DT)
[ 242.836367] Call trace:
[ 242.838820] [<ffffff800808bdb8>] dump_backtrace+0x0/0x198
[ 242.844218] [<ffffff800808c37c>] show_stack+0x24/0x30
[ 242.849268] [<ffffff800845d7e0>] dump_stack+0x98/0xc0
[ 242.854319] [<ffffff80081c2198>] panic+0x11c/0x298
[ 242.859113] [<ffffff8008181f90>] watchdog+0x300/0x3b8
[ 242.864166] [<ffffff80080dbee4>] kthread+0xec/0xf0
[ 242.868959] [<ffffff8008083850>] ret_from_fork+0x10/0x40
[ 242.874272] SMP: stopping secondary CPUs
[ 242.878275] Kernel Offset: disabled
[ 242.881756] Memory Limit: none
[ 242.893541] Rebooting in 5 seconds..
[0000.205] [TegraBoot] (version 00.00.2018.01-l4t-89b97a49)
[0000.210] Processing in cold boot mode Bootloader 2
[0000.215] A02 Bootrom Patch rev = 1023
[0000.218] Power-up reason: software reset
[0000.222] No Battery Present
[0000.225] pmic max77620 reset reason
[0000.228] pmic max77620 NVERC : 0x0
[0000.231] RamCode = 0
[0000.234] Platform has DDR4 type RAM
[0000.237] max77620 disabling SD1 Remote Sense
[0000.241] Setting DDR voltage to 1125mv
[0000.245] Serial Number of Pmic Max77663: 0x2304ad
[0000.253] Entering ramdump check
[0000.256] Get RamDumpCarveOut = 0x0
[0000.259] RamDumpCarveOut=0x0, RamDumperFlag=0xe59ff3f8
[0000.264] Last reboot was clean, booting normally!
[0000.269] Sdram initialization is successful
[0000.273] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.279] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.285] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.291] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.297] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.302] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.308] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.314] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.330] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.336] Platform-DebugCarveout: 0
[0000.340] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.345] Non secure mode, and RB not enabled.
[0000.362] Csd NumOfBlocks=0
[0000.371] Using GPT Primary to query partitions
[0000.375] Loading Tboot-CPU binary
[0000.381] Verifying TBC in OdmNonSecureSBK mode
[0000.391] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.398] Bootloader downloaded successfully.
[0000.402] Downloaded Tboot-CPU binary to 0xa0000258
[0000.408] MAX77620_GPIO5 configured
[0000.411] CPU power rail is up
[0000.414] CPU clock enabled
[0000.417] Performing RAM repair
[0000.420] Updating A64 Warmreset Address to 0xa00002e9
[0000.425] Loading NvTbootBootloaderDTB
[0000.440] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.507] Bootloader DTB Load Address: 0x83000000
[0000.512] Loading NvTbootKernelDTB
[0000.526] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.590] Kernel DTB Load Address: 0x83100000
[0000.596] Loading cboot binary
[0000.611] Verifying EBT in OdmNonSecureSBK mode
[0000.654] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.661] Bootloader downloaded successfully.
[0000.668] Using BFS PT to query partitions
[0000.672] Next binary entry address: 0x92c00258
[0000.676] BoardId: 3448
[0000.681] Overriding pmu board id with proc board id
[0000.686] Display board id is not available
[0000.701] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0000.753] /bpmp deleted
[0000.755] SC7EntryFw header found loaded at 0xff700000
[0000.949] OVR2 PMIC
[0000.951] Bpmp FW successfully loaded
[0000.956] WB0 init successfully at 0xff780000
[0000.960] Set NvDecSticky Bits
[0000.963] GSC2 address ff53fffc value c0edbbcc
[0000.970] GSC MC Settings done
[0000.973] TOS Image length 53680
[0000.976] Monitor size 53680
[0000.979] OS size 0
[0000.984] Secure Os AES-CMAC Verification Success!
[0000.989] TOS image cipher info: plaintext
[0000.993] Loading and Validation of Secure OS Successful
[0001.009] SC7 Entry Firmware - 0xff700000, 0x4000
[0001.013] NvTbootPackSdramParams: start.
[0001.018] NvTbootPackSdramParams: done.
[0001.022] Tegraboot started after 134300 us
[0001.026] Basic modules init took 572661 us
[0001.030] Sec Bootdevice Read Time = 56 ms, Read Size = 2292 KB
[0001.036] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0001.041] Next stage binary read took 11574 us
[0001.046] Carveout took -23273 us
[0001.049] CPU initialization took 351733 us
[0001.053] Total time taken by TegraBoot 912695 us

[0001.057] Starting CPU & Halting co-processor

64NOTICE: BL31: v1.3(release):a28d87f09
NOTICE: BL31: Built : 21:10:01, Aug 12 2019
ERROR: Error initializing runtime service trusty_fast
[0001.180] RamCode = 0
[0001.184] LPDDR4 Training: Read DT: Number of tables = 2
[0001.189] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0001.202] EMC Training Successful
[0001.205] 408000 not found in DVFS table
[0001.212] RamCode = 0
[0001.215] DT Write: emc-table@204000 succeeded
[0001.221] DT Write: emc-table@1600000 succeeded
[0001.225] LPDDR4 Training: Write DT: Number of tables = 2
[0001.263]
[0001.264] Debug Init done
[0001.267] Marked DTB cacheable
[0001.270] Bootloader DTB loaded at 0x83000000
[0001.275] Marked DTB cacheable
[0001.277] Kernel DTB loaded at 0x83100000
[0001.281] DeviceTree Init done
[0001.293] Pinmux applied successfully
[0001.297] gicd_base: 0x50041000
[0001.301] gicc_base: 0x50042000
[0001.304] Interrupts Init done
[0001.308] Using base:0x60005090 & irq:208 for tick-timer
[0001.313] Using base:0x60005098 for delay-timer
[0001.317] platform_init_timer: DONE
[0001.321] Timer(tick) Init done
[0001.325] osc freq = 38400 khz
[0001.329]
[0001.330] welcome to cboot
[0001.332]
[0001.334] Cboot Version: 00.00.2018.01-t210-3a168c35
[0001.339] calling constructors
[0001.342] initializing heap
[0001.344] initializing threads
[0001.347] initializing timers
[0001.350] creating bootstrap completion thread
[0001.354] top of bootstrap2()
[0001.357] CPU: ARM Cortex A57
[0001.360] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.365] initializing platform
[0001.368] Scratch reg 37 & 271 initial value set..
[0001.374] cboot:secure-pmc present
[0001.424] config for ddr50 mode completed
[0001.428] sdmmc bdev is already initialized
[0001.432] Enable APE clock
[0001.435] Un-powergate APE partition
[0001.438] of_register: registering tegra_udc to of_hal
[0001.443] of_register: registering tegra_udc to of_hal
[0001.448] of_register: registering inv20628-driver to of_hal
[0001.454] of_register: registering ads1015-driver to of_hal
[0001.459] of_register: registering lp8557-bl-driver to of_hal
[0001.465] of_register: registering bq2419x_charger to of_hal
[0001.471] of_register: registering cpc to of_hal
[0001.475] of_register: registering bq27441_fuel_gauge to of_hal
[0001.487] gpio framework initialized
[0001.490] of_register: registering tca9539_gpio to of_hal
[0001.496] of_register: registering tca9539_gpio to of_hal
[0001.501] of_register: registering i2c_bus_driver to of_hal
[0001.507] of_register: registering i2c_bus_driver to of_hal
[0001.512] of_register: registering i2c_bus_driver to of_hal
[0001.512] of_register: registering i2c_bus_driver to of_hal
[0001.518] of_register: registering i2c_bus_driver to of_hal
[0001.523] pmic framework initialized
[0001.527] of_register: registering max77620_pmic to of_hal
[0001.532] regulator framework initialized
[0001.536] of_register: registering tps65132_bl_driver to of_hal
[0001.542] initializing target
[0001.548] gpio_driver_register: register 'tegra_gpio_driver' driver
[0001.557] fixed regulator driver initialized
[0001.587] initializing OF layer
[0001.590] NCK carveout not present
[0001.594] Skipping dts_overrides
[0001.598] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.615] I2C Bus Init done
[0001.617] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.628] I2C Bus Init done
[0001.630] of_children_init: Ops found for compatible string ti,tca9539
[0001.640] tca9539_init: i2c bus: 2, slave addr: 0xe8
[0001.647] gpio_driver_register: register 'tca9539_gpio_driver' driver
[0001.653] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.664] I2C Bus Init done
[0001.666] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.677] I2C Bus Init done
[0001.679] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.690] I2C Bus Init done
[0001.693] of_children_init: Ops found for compatible string maxim,max77620
[0001.703] max77620_init using irq 118
[0001.708] register 'maxim,max77620' pmic
[0001.712] gpio_driver_register: register 'max77620-gpio' driver
[0001.718] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.729] I2C Bus Init done
[0001.732] NCK carveout not present
[0001.736] shim_invoke: No NCT, Calling dts updates
[0001.747] Find /i2c@7000c000's alias i2c0
[0001.751] get eeprom at 1-a0, size 256, type 0
[0001.760] Find /i2c@7000c500's alias i2c2
[0001.764] get eeprom at 3-a0, size 256, type 0
[0001.768] get eeprom at 3-ae, size 256, type 0
[0001.773] pm_ids_update: Updating 1,a0, size 256, type 0
[0001.778] I2C slave not started
[0001.781] I2C write failed
[0001.783] Writing offset failed
[0001.786] eeprom_init: EEPROM read failed
[0001.790] pm_ids_update: eeprom init failed
[0001.795] pm_ids_update: Updating 3,a0, size 256, type 0
[0001.825] pm_ids_update: The pm board id is 3448-0002-400
[0001.832] Adding plugin-manager/ids/3448-0002-400=/i2c@7000c500:module@0x50
[0001.839] pm_ids_update: pm id update successful
[0001.844] pm_ids_update: Updating 3,ae, size 256, type 0
[0001.849] I2C slave not started
[0001.852] I2C write failed
[0001.855] Writing offset failed
[0001.858] eeprom_init: EEPROM read failed
[0001.862] pm_ids_update: eeprom init failed
[0001.892] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0001.898] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0001.906] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0001.912] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0001.920] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e9:d7:54
[0001.927] Plugin Manager: Parse ODM data 0x00094000
[0001.937] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0001.958] Find /i2c@7000c000's alias i2c0
[0001.962] get eeprom at 1-a0, size 256, type 0
[0001.971] Find /i2c@7000c500's alias i2c2
[0001.975] get eeprom at 3-a0, size 256, type 0
[0001.980] get eeprom at 3-ae, size 256, type 0
[0001.984] pm_ids_update: Updating 1,a0, size 256, type 0
[0001.989] I2C slave not started
[0001.992] I2C write failed
[0001.995] Writing offset failed
[0001.998] eeprom_init: EEPROM read failed
[0002.002] pm_ids_update: eeprom init failed
[0002.006] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.036] pm_ids_update: The pm board id is 3448-0002-400
[0002.043] Adding plugin-manager/ids/3448-0002-400=/i2c@7000c500:module@0x50
[0002.050] pm_ids_update: pm id update successful
[0002.054] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.060] I2C slave not started
[0002.062] I2C write failed
[0002.065] Writing offset failed
[0002.068] eeprom_init: EEPROM read failed
[0002.072] pm_ids_update: eeprom init failed
[0002.102] Chip UID is 00000001644495880400000015030400
[0002.107] Add serial number:14230191146290000403 as DT property
[0002.116] Applying platform configs
[0002.122] platform-init is not present. Skipping
[0002.127] calling apps_init()
[0002.143] Found 14 GPT partitions in "sdmmc3_user"
[0002.147] Proceeding to Cold Boot
[0002.150] starting app android_boot_app
[0002.154] Device state: unlocked
[0002.157] display console init
[0002.166] could not find regulator
[0002.169] hdmi cable connected
[0002.203] DT entry for leds-pwm not found
[0004.179] I2C transfer timeout
[0004.182] I2C write failed
[0004.185] Writing offset failed
[0004.188] could not read edid
[0004.194] tmds-config node not found
[0004.198] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting 'avdd-io-hdmi-dp' regulator to 1050000 micro volts
[0004.213] setting 'vdd-1v8' regulator to 1800000 micro volts
[0004.220] could not find regulator
[0004.223] could not find regulator
[0004.227] could not find regulator
[0004.255] using default cmu settings
[0004.259] dc_hdmi_enable, starting HDMI initialisation
[0004.265] dc_hdmi_enable, HDMI initialisation complete
[0004.270] list and configure display window
[0004.275] display console init completed
[0004.282] subnode volume_up is not found !
[0004.286] subnode back is not found !
[0004.290] subnode volume_down is not found !
[0004.294] subnode menu is not found !
[0004.298] Gpio keyboard init success
[0004.345] found decompressor handler: lz4-legacy
[0004.359] decompressing blob (type 1)...
[0004.393] load_bmp_blob: panelresolution=480 type=0
[0004.442] decompressor handler not found
[0004.446] load_firmware_blob: Firmware blob loaded, entries=2
[0004.452] se_aes_verify_sbk_clear: Error
[0004.455] bl_battery_charging: connected to external power supply
[0004.463] xusb is supported
[0004.469] error while finding nvidia,portmap
[0004.474] could not find regulator
[0004.977] xusb blob version 0 size 124416
[0004.981] firmware size 124416
[0004.986] Firmware timestamp: 0x5cd2a472, Version: 50.22 release
[0005.000] xhci0: 64 bytes context size, 32-bit DMA
[0005.040] usbus0: 5.0Gbps Super Speed USB v3.0
[0005.060] uhub0: <Nvidia XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
[0005.710] uhub0: 9 ports with 9 removable, self powered
[0007.870] failed to get HID devices
[0007.873] failed to init xhci or no usb device attached
[0007.887] device_query_partition_size: failed to open partition sdmmc3_user:MSC !
[0007.895] MSC Partition not found
[0007.904] device_query_partition_size: failed to open partition sdmmc3_user:USP !
[0007.912] USP partition read failed!
[0007.915] blob_init: blob-partition USP header read failed
[0007.921] android_boot Unable to update recovery partition
[0007.926] kfs_getpartname: name = LNX
[0007.930] Loading kernel from LNX
[0007.955] Verifying boot image in OdmNonSecureSBK mode
[0007.998] kernel load address: 0x80080000, size: 481248 bytes
[0008.004] ramdisk load address: 0x84100000, size: 0 bytes
[0008.009] load kernel from storage
[0008.019] decompressor handler not found
[0008.038] Successfully loaded kernel and ramdisk images
[0008.045] load_bmp_blob: panelresolution=480 type=0
[0008.118] display bmp image done
[0008.121] NCK carveout not present
[0008.125] Skipping dts_overrides
[0008.128] NCK carveout not present
[0008.131] shim_invoke: No NCT, Calling dts updates
[0008.142] Find /i2c@7000c000's alias i2c0
[0008.146] get eeprom at 1-a0, size 256, type 0
[0008.155] Find /i2c@7000c500's alias i2c2
[0008.159] get eeprom at 3-a0, size 256, type 0
[0008.163] get eeprom at 3-ae, size 256, type 0
[0008.168] pm_ids_update: Updating 1,a0, size 256, type 0
[0008.173] I2C slave not started
[0008.176] I2C write failed
[0008.179] Writing offset failed
[0008.182] eeprom_init: EEPROM read failed
[0008.186] pm_ids_update: eeprom init failed
[0008.190] pm_ids_update: Updating 3,a0, size 256, type 0
[0008.220] pm_ids_update: The pm board id is 3448-0002-400
[0008.227] Adding plugin-manager/ids/3448-0002-400=/i2c@7000c500:module@0x50
[0008.234] pm_ids_update: pm id update successful
[0008.239] pm_ids_update: Updating 3,ae, size 256, type 0
[0008.244] I2C slave not started
[0008.247] I2C write failed
[0008.250] Writing offset failed
[0008.253] eeprom_init: EEPROM read failed
[0008.257] pm_ids_update: eeprom init failed
[0008.287] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0008.293] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0008.301] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0008.307] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0008.315] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e9:d7:54
[0008.321] Plugin Manager: Parse ODM data 0x00094000
[0008.331] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0008.346] Add serial number:14230191146290000403 as DT property
[0008.355] "bpmp" doesn't exist, creating
[0008.361] Updated bpmp info to DTB
[0008.366] Updated initrd info to DTB
[0008.369] "proc-board" doesn't exist, creating
[0008.375] Updated board info to DTB
[0008.378] "pmu-board" doesn't exist, creating
[0008.383] Updated board info to DTB
[0008.387] "display-board" doesn't exist, creating
[0008.392] Updated board info to DTB
[0008.396] "reset" doesn't exist, creating
[0008.400] Updated reset info to DTB
[0008.404] Cmdline: 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@0x92cb4000 is_hdmi_initialised=1
[0008.442] DTB cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0008.455] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0008.468] Updated bootarg info to DTB
[0008.472] Adding uuid 00000001644495880400000015030400 to DT
[0008.477] Adding eks info 0 to DT
[0008.483] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0008.489] Updated memory info to DTB
[0008.497] set vdd_core voltage to 1075 mv
[0008.501] setting 'vdd-core' regulator to 1075000 micro volts
[0008.520] could not find regulator
[0008.524] Found secure-pmc; disable BPMP


U-Boot 2016.07 (Dec 03 2019 - 18:02:08 +0800)

TEGRA210
Model: NVIDIA P3450-Porg
Board: NVIDIA P3450-PORG
DRAM:  4 GiB
MMC:   Tegra SD/MMC: 0, Tegra SD/MMC: 1
Using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
MMC: no card present
** Bad device mmc 1 **
Hit any key to stop autoboot:  0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
733 bytes read in 100 ms (6.8 KiB/s)
L4T boot options
1:      primary kernel
Enter choice: 1:        primary kernel
Retrieving file: /boot/initrd
5562384 bytes read in 193 ms (27.5 MiB/s)
Retrieving file: /boot/Image
34457608 bytes read in 812 ms (40.5 MiB/s)
append: 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@0x92cb4000 is_hdmi_initialised=1  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet
## Flattened Device Tree blob at 83100000
   Booting using the fdt blob at 0x83100000
   reserving fdt memory region: addr=80000000 size=20000
   Using Device Tree in place at 0000000083100000, end 0000000083177533

Starting kernel ...

<hit enter to activate fiq debugger>
[   11.127925] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[   11.135114] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[   11.141844] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[   11.146995] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   11.153703] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[   11.159284] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[   11.165127] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[   11.170360] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[   11.175682] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[   11.184985] tegradc tegradc.1: dpd enable lookup fail:-19
[   14.370812] OV2718 ov2718_write_reg:i2c write failed, 3000 = 2
[   21.367913] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[   21.375073] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[   21.381786] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[   21.386933] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   21.393640] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[   21.399220] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[   21.405061] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[   21.410293] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[   21.415615] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[   27.506651] OV2718 ov2718_write_reg:i2c write failed, 3000 = 2
[   27.904357] ak89xx 1-000c: akm_self_test ERR: out_of_range 4
[   28.137475] cgroup: cgroup2: unknown option "nsdelegate"
[   29.202166] using random self ethernet address
[   29.206777] using random host ethernet address
[   29.262937] using random self ethernet address
[   29.282121] using random host ethernet address
[   31.607983] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[   31.615159] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[   31.627502] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[   31.627506] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   31.627509] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[   31.627512] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[   31.627515] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[   31.627518] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[   31.627523] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50

[   41.848690] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[   41.848728] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[   41.848764] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[   41.848795] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   41.848827] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[   41.848858] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[   41.848890] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[   41.848920] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[   41.848957] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[   52.088594] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[   52.088631] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[   52.088664] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[   52.088694] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   52.088726] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[   52.088757] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[   52.088790] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[   52.088819] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[   52.088856] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50

~$ dmesg |grep mmc1
[    0.620089] tegra210_dvfs: no clock found for sdmmc1_ddr
[   27.588066] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA 64-bit with 64 bit addr
[   27.626923] mmc1: host does not support reading read-only switch, assuming write-enable
[   27.633343] mmc1: new high speed SDXC card at address aaaa
[   27.637166] mmcblk1: mmc1:aaaa SC64G 59.5 GiB
[   27.795938] mmcblk mmc1:aaaa: Card claimed for testing.

Hi dgw1985,

We just resolved another sdcard issue in below thread.

https://devtalk.nvidia.com/default/topic/1067459

Unlike him, I feel your system is much more unstable and even the clock is missing there.
If you device tree is same with that user, please check your hardware design.