Hi,
I use our custom carrier boards. Some of the boards work good, but some of them have no HDMI output signals. I know my issue is due to the hardware, because in my test I use the same Jetson TX2 kernel with different carrier boards. I analyzed the serial console, for the wrong boards, there’s no “PD DISP0 index2 UP” logs after “tegradc 15210000.nvdisplay: fb registered”. Could you please give me some advice to solve this problem.
The log of the good boards:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38-tegra (buildbrain@mobile-u64-773) (gcc version 4.8.5 (GCC) ) #1 SMP PREEMPT Thu May 17 00:15:19 PDT 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options '')
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 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] PERCPU: Embedded 17 pages/cpu @ffffffc1f5f9a000 s31360 r8192 d30080 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0323117055934 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7975980K/8208384K available (11296K kernel code, 1841K rwdata, 5796K rodata, 1168K init, 691K bss, 166868K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 MB)
[ 0.000000] .init : 0xffffffc001132000 - 0xffffffc001256000 ( 1168 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001132000 ( 17096 KB)
[ 0.000000] .data : 0xffffffc001278000 - 0xffffffc001444730 ( 1842 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, 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=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.009875] Console: colour dummy device 80x25
[ 0.014535] console [tty0] enabled
[ 0.018092] bootconsole [uart0] disabled
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38-tegra (buildbrain@mobile-u64-773) (gcc version 4.8.5 (GCC) ) #1 SMP PREEMPT Thu May 17 00:15:19 PDT 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options '')
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 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] PERCPU: Embedded 17 pages/cpu @ffffffc1f5f9a000 s31360 r8192 d30080 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0323117055934 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7975980K/8208384K available (11296K kernel code, 1841K rwdata, 5796K rodata, 1168K init, 691K bss, 166868K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 MB)
[ 0.000000] .init : 0xffffffc001132000 - 0xffffffc001256000 ( 1168 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001132000 ( 17096 KB)
[ 0.000000] .data : 0xffffffc001278000 - 0xffffffc001444730 ( 1842 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, 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=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.009875] Console: colour dummy device 80x25
[ 0.014535] console [tty0] enabled
[ 0.018092] bootconsole [uart0] disabled
[ 0.022196] kmemleak: Kernel memory leak detector disabled
[ 0.022209] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[ 0.022221] pid_max: default: 32768 minimum: 301
[ 0.022270] Security Framework initialized
[ 0.022307] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022318] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022706] Initializing cgroup subsys io
[ 0.022718] Initializing cgroup subsys memory
[ 0.022736] Initializing cgroup subsys devices
[ 0.022746] Initializing cgroup subsys freezer
[ 0.022755] Initializing cgroup subsys net_cls
[ 0.022765] Initializing cgroup subsys perf_event
[ 0.022774] Initializing cgroup subsys net_prio
[ 0.022784] Initializing cgroup subsys pids
[ 0.022792] Initializing cgroup subsys debug
[ 0.022931] CPU0 ipc=752
[ 0.022941] CPU1 ipc=1024
[ 0.022949] CPU2 ipc=1024
[ 0.022958] CPU3 ipc=752
[ 0.022969] CPU4 ipc=752
[ 0.022979] CPU5 ipc=752
[ 0.023015] ASID allocator initialised with 65536 entries
[ 0.046361] tegra-id: chipid=21817.
[ 0.046378] tegra-id: opt_subrevision=1.
[ 0.046391] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.047096] DTS File Name: /data/ljj/TX2/source_release/sources/kernel_src-tx2/kernel/kernel-4.4/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.047123] DTB Build time: Apr 3 2018 15:43:54
[ 0.062588] CPU1: Booted secondary processor [4e0f0030]
[ 0.074104] CPU2: Booted secondary processor [4e0f0030]
[ 0.085808] CPU3: Booted secondary processor [411fd073]
[ 0.097819] CPU4: Booted secondary processor [411fd073]
[ 0.109826] CPU5: Booted secondary processor [411fd073]
[ 0.109890] Brought up 6 CPUs
[ 0.109946] SMP: Total of 6 processors activated.
[ 0.109959] CPU: All CPU(s) started at EL2
[ 0.110376] devtmpfs: initialized
[ 0.137029] Initilizing CustomIPI irq domain
[ 0.137260] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.138012] pinctrl core: initialized pinctrl subsystem
[ 0.138186] OS set in device tree is not L4T.
[ 0.138375] regulator-dummy: no parameters
[ 0.138480] Initializing plugin-manager
[ 0.138533] Plugin module not found
[ 0.138943] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.139277] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.139881] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.141026] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.141390] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.141647] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.141864] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.142283] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[ 0.142725] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[ 0.143001] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[ 0.143376] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.143619] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.143838] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.144093] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.146024] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800
[ 0.147825] Adding domain adsp-pd to PM domain ape-pd
[ 0.150205] NET: Registered protocol family 16
[ 0.151018] console [pstore-1] enabled
[ 0.151030] pstore: Registered ramoops as persistent store backend
[ 0.151044] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[ 0.161368] cpuidle: using governor ladder
[ 0.165808] cpuidle: using governor menu
[ 0.166946] bpmp: waiting for handshake
[ 0.166960] bpmp: handshake completed
[ 0.167002] bpmp: synchronizing channels
[ 0.167022] bpmp: channels synchronized
[ 0.167033] bpmp: mail init ok
[ 0.167372] vdso: 2 pages (1 code @ ffffffc00127d000, 1 data @ ffffffc00127c000)
[ 0.167405] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.168337] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.169759] tegra_powergate_init: DONE
[ 0.169780] DTS File Name: /data/ljj/TX2/source_release/sources/kernel_src-tx2/kernel/kernel-4.4/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.169818] DTB Build time: Apr 3 2018 15:43:54
[ 0.170753] Tegra reboot handler registered.
[ 0.171807] Registering Tegra186 clocks (this may take a while)...done
[ 0.173961] arm-smmu 12000000.iommu: probing hardware configuration...
[ 0.173979] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.173993] arm-smmu 12000000.iommu: stage 1 translation
[ 0.174005] arm-smmu 12000000.iommu: stage 2 translation
[ 0.174017] arm-smmu 12000000.iommu: nested translation
[ 0.174032] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.174051] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.174070] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.174084] arm-smmu 12000000.iommu: Stage-1: 39-bit VA -> 48-bit IPA
[ 0.174097] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA -> 48-bit PA
[ 0.224146] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.229978] iommu: Adding device 3460000.sdhci to group 0
[ 0.230947] iommu: Adding device 3400000.sdhci to group 1
[ 0.234460] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.234934] iommu: Adding device 3160000.i2c to group 3
[ 0.235351] iommu: Adding device c240000.i2c to group 4
[ 0.235679] iommu: Adding device 3180000.i2c to group 5
[ 0.236066] iommu: Adding device 3190000.i2c to group 6
[ 0.236517] iommu: Adding device 31b0000.i2c to group 7
[ 0.236869] iommu: Adding device 31c0000.i2c to group 8
[ 0.237221] iommu: Adding device c250000.i2c to group 9
[ 0.237529] iommu: Adding device 31e0000.i2c to group 10
[ 0.239569] iommu: Adding device 3210000.spi to group 11
[ 0.239925] iommu: Adding device c260000.spi to group 12
[ 0.240255] iommu: Adding device 3240000.spi to group 13
[ 0.241084] iommu: Adding device 3100000.serial to group 14
[ 0.241434] iommu: Adding device 3110000.serial to group 15
[ 0.241746] iommu: Adding device c280000.serial to group 16
[ 0.242083] iommu: Adding device 3130000.serial to group 17
[ 0.243512] iommu: Adding device 2490000.ether_qos to group 18
[ 0.244133] iommu: Adding device b000000.rtcpu to group 19
[ 0.244651] iommu: Adding device c1a0000.aon to group 20
[ 0.245521] Wake73 for irq=42
[ 0.245853] iommu: Adding device smmu_test to group 21
[ 0.246372] mc: mapped MMIO address: 0xffffff8000560000 -> 0x2c10000
[ 0.246414] mc: mapped MMIO address: 0xffffff8000640000 -> 0x2c20000
[ 0.246454] mc: mapped MMIO address: 0xffffff8000660000 -> 0x2c30000
[ 0.246489] mc: mapped MMIO address: 0xffffff8000fa0000 -> 0x2c40000
[ 0.246525] mc: mapped MMIO address: 0xffffff8000fc0000 -> 0x2c50000
[ 0.246605] mc-err: Set intmask: 0xf3140
[ 0.246846] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[ 0.247661] Wake76 for irq=199
[ 0.247685] Wake77 for irq=199
[ 0.247719] Wake78 for irq=199
[ 0.247739] Wake79 for irq=199
[ 0.247758] Wake80 for irq=199
[ 0.247777] Wake81 for irq=199
[ 0.247817] Wake82 for irq=199
[ 0.247932] iommu: Adding device 3530000.xhci to group 22
[ 0.248292] iommu: Adding device 3550000.xudc to group 23
[ 0.249084] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.249119] tegra-pmc: ### PMC reset source: Power on reset
[ 0.249142] tegra-pmc: ### PMC reset level: L0
[ 0.249163] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.249452] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.249490] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.249654] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.249682] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.250244] iommu: Adding device 13e10000.host1x to group 24
[ 0.250523] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.250814] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.251074] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.251310] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.251531] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.251777] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.251994] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.252256] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.252667] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.253226] iommu: Adding device 15700000.vi to group 34
[ 0.253539] iommu: Adding device 15600000.isp to group 35
[ 0.253873] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.254098] iommu: Adding device 15340000.vic to group 37
[ 0.254330] iommu: Adding device 154c0000.nvenc to group 38
[ 0.254522] iommu: Adding device 15480000.nvdec to group 39
[ 0.254898] iommu: Adding device 15380000.nvjpg to group 40
[ 0.255127] iommu: Adding device 15500000.tsec to group 41
[ 0.255355] iommu: Adding device 15100000.tsecb to group 42
[ 0.256050] iommu: Adding device 15810000.se to group 43
[ 0.256283] iommu: Adding device 15820000.se to group 44
[ 0.256478] iommu: Adding device 15830000.se to group 45
[ 0.256661] iommu: Adding device 15840000.se to group 46
[ 0.257170] iommu: Adding device 17000000.gp10b to group 47
[ 0.258535] tegra-reset 5000000.clock: registered 193 resets.
[ 0.260680] iommu: Adding device d000000.bpmp to group 48
[ 0.260932] bpmp: ping status is 0
[ 0.261117] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff81e
[ 0.261488] bpmp d000000.bpmp: probe ok
[ 0.264115] iommu: Adding device 2600000.dma to group 49
[ 0.264960] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.265024] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.265103] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.265156] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.265215] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.265272] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.265348] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.265459] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.267308] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.267463] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.268333] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.268615] iommu: Adding device sound to group 51
[ 0.270303] iommu: Adding device 3510000.hda to group 52
[ 0.271683] iommu: Adding device adsp_audio to group 53
[ 0.273336] iommu: Adding device 2993000.adsp to group 54
[ 0.282845] vdd-ac-bat: 5000 mV
[ 0.285007] vdd-1v8-ap: 1800 mV
[ 0.304839] SCSI subsystem initialized
[ 0.305218] usbcore: registered new interface driver usbfs
[ 0.305283] usbcore: registered new interface driver hub
[ 0.305433] usbcore: registered new device driver usb
[ 0.308078] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[ 0.308296] pca953x 0-0074: failed reading register
[ 0.308374] pca953x: probe of 0-0074 failed with error -121
[ 0.308765] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[ 0.308959] pca953x 0-0077: failed reading register
[ 0.309025] pca953x: probe of 0-0077 failed with error -121
[ 0.319610] media: Linux media interface: v0.10
[ 0.319683] Linux video capture interface: v2.00
[ 0.323618] pps_core: LinuxPPS API ver. 1 registered
[ 0.323654] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.323732] PTP clock support registered
[ 0.324577] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.324631] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.326151] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.328255] GPIO line 253 (spmic_gpio_input_5) hogged as input
[ 0.328454] GPIO line 254 (spmic_gpio_input_6) hogged as input
[ 0.328549] gpiochip_add_data: registered GPIOs 248 to 255 on device: max77620-gpio
[ 0.334301] vddio-ddr: at 1125 mV
[ 0.338114] avdd_dsi_csi: 1200 mV
[ 0.342112] vdd-1v8: 1800 mV
[ 0.346112] vdd-3v3-sys: 3300 mV
[ 0.347195] spmic-ldo0: at 1800 mV
[ 0.347960] spmic-ldo1: at 800 mV
[ 0.350116] vddio-3v3: 3300 mV
[ 0.350768] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV
[ 0.354115] vdd-rtc: at 800 mV
[ 0.354936] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV
[ 0.358117] spmic-ldo6: at 1500 mV
[ 0.361825] vdd-pex-1v05: 1000 mV
[ 0.362395] dvdd-pex: 1000 mV
[ 0.362657] max77620 4-003c: max77620 probe successful
[ 0.362912] Advanced Linux Sound Architecture Driver Initialized.
[ 0.363862] en-vdd-sd: 3300 mV
[ 0.364136] vdd-usb0-5v: 5000 mV
[ 0.364308] vdd-usb1-5v: 5000 mV
[ 0.364650] vdd-3v3: 3300 mV
[ 0.364789] en-vdd-vcm-2v8: 2800 mV
[ 0.364928] vdd-sys-bl: 3300 mV
[ 0.368217] extcon-gpio-states external-connection:extcon@1: Cable state 0
[ 0.368606] clocksource: Switched to clocksource arch_sys_counter
[ 0.386878] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.387141] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.387617] nvmap_page_pool_init: Total RAM pages: 2010379
[ 0.387635] nvmap_page_pool_init: nvmap page pool size: 251297 pages (981 MB)
[ 0.387829] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.392376] Wake76 for irq=199
[ 0.392390] Wake77 for irq=199
[ 0.392401] Wake78 for irq=199
[ 0.392411] Wake79 for irq=199
[ 0.392421] Wake80 for irq=199
[ 0.392431] Wake81 for irq=199
[ 0.392441] Wake82 for irq=199
[ 0.393197] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.393395] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.393509] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.393585] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.393979] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type AO-therm
[ 0.394119] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tboard_tegra
[ 0.394258] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tdiode_tegra
[ 0.394407] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type PMIC-Die
[ 0.394699] isomgr_init(): iso emc max clk=1866000KHz
[ 0.394711] isomgr_init(): max_iso_bw=26870400KB
[ 0.394796] NET: Registered protocol family 2
[ 0.395134] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.395357] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.395651] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.395709] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.395762] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.395920] NET: Registered protocol family 1
[ 0.396128] RPC: Registered named UNIX socket transport module.
[ 0.396143] RPC: Registered udp transport module.
[ 0.396154] RPC: Registered tcp transport module.
[ 0.396165] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.396278] Trying to unpack rootfs image as initramfs...
[ 0.410135] host1x 13e10000.host1x: initialized
[ 0.410964] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.412600] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.412698] audit: initializing netlink subsys (disabled)
[ 0.412729] audit: type=2000 audit(0.400:1): initialized
[ 0.419294] io scheduler noop registered
[ 0.419410] io scheduler cfq registered (default)
[ 0.422349] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.423520] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.424567] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.425679] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.429092] tsec 15500000.tsec: initialized
[ 0.430181] tsec 15100000.tsecb: initialized
[ 0.432446] nvdec 15480000.nvdec: initialized
[ 0.436058] falcon 15340000.vic: initialized
[ 0.437036] falcon 154c0000.nvenc: initialized
[ 0.438014] falcon 15380000.nvjpg: initialized
[ 0.438813] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.439329] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.439843] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.440350] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.440889] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.441398] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.441910] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.442420] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.445127] DC OR NODE connected to /host1x/sor1
[ 0.445253] generic_infoframe_type: 0x87
[ 0.445265] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.445361] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.445376] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.445392] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.445408] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.452668] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.452689] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.452705] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.452750] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.452765] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.452888] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.453169] hdmi: couldn't get regulator vdd_hdmi_5v0: -517
[ 0.455122] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.455370] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.455480] kfuse 3830000.kfuse: initialized
[ 0.456670] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.457069] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.458945] console [ttyS0] disabled
[ 0.458991] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 0.490880] tegradc 15210000.nvdisplay: probed
[ 2.513460] console [ttyS0] enabled
[ 2.515443] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.516471] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.516688] serial-tegra 3130000.serial: RX in PIO mode
[ 2.517564] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.527065] Console: switching to colour frame buffer device 240x67
[ 2.527530] brd: module loaded
[ 2.531886] loop: module loaded
[ 2.532104] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.532108] nct1008_nct72 7-004c: starting parse dt
[ 2.532195] nct1008_nct72 7-004c: success parsing dt
[ 2.532309] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.545570] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.569071] tmp451: Enabled overheat logging at 104.00C
[ 2.569218] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.571573] THERMAL EST: found 3 subdevs
[ 2.571577] THERMAL EST num_resources: 0
[ 2.571581] [THERMAL EST subdev 0]
[ 2.571585] [THERMAL EST subdev 1]
[ 2.571589] [THERMAL EST subdev 2]
[ 2.571878] thermal thermal_zone8: Registering thermal zone thermal_zone8 for type thermal-fan-est
[ 2.571881] THERMAL EST: thz register success.
[ 2.572005] THERMAL EST: end of probe, return err: 0
[ 2.572054] tegra_profiler: Branch: Dev
[ 2.572056] tegra_profiler: Version: 1.117
[ 2.572058] tegra_profiler: Samples version: 41
[ 2.572060] tegra_profiler: IO version: 22
[ 2.572067] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.572071] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.572074] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.572078] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.572081] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.572084] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.572087] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.572090] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.572093] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.572096] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.572099] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.572102] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.572278] tegra_profiler: auth: init
[ 2.575698] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 2.575709] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 2.576675] scsi host0: tegra_ahci
[ 2.577050] scsi host1: tegra_ahci
[ 2.577213] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 2.577215] ata2: DUMMY
[ 2.578210] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.578712] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.579169] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.580019] tun: Universal TUN/TAP device driver, 1.6
[ 2.580021] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.580237] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.580239] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.580278] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.580280] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.581605] PPP generic driver version 2.4.2
[ 2.581733] PPP BSD Compression module registered
[ 2.581741] PPP Deflate Compression module registered
[ 2.581765] PPP MPPE Compression module registered
[ 2.581779] NET: Registered protocol family 24
[ 2.581831] usbcore: registered new interface driver r8152
[ 2.581894] usbcore: registered new interface driver asix
[ 2.581924] usbcore: registered new interface driver ax88179_178a
[ 2.581953] usbcore: registered new interface driver cdc_ether
[ 2.581987] usbcore: registered new interface driver smsc75xx
[ 2.582013] usbcore: registered new interface driver net1080
[ 2.582039] usbcore: registered new interface driver cdc_subset
[ 2.582065] usbcore: registered new interface driver zaurus
[ 2.582112] usbcore: registered new interface driver cdc_ncm
[ 2.582358] Wake76 for irq=199
[ 2.582361] Wake77 for irq=199
[ 2.582363] Wake78 for irq=199
[ 2.582365] Wake79 for irq=199
[ 2.582367] Wake80 for irq=199
[ 2.582369] Wake81 for irq=199
[ 2.582370] Wake82 for irq=199
[ 2.582426] tegra-xotg xotg: usb2 phy is not available yet
[ 2.582931] usbcore: registered new interface driver cdc_acm
[ 2.582934] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.582972] usbcore: registered new interface driver usb-storage
[ 2.583030] usbcore: registered new interface driver usbserial
[ 2.583077] usbcore: registered new interface driver cp210x
[ 2.583096] usbserial: USB Serial support registered for cp210x
[ 2.583119] usbcore: registered new interface driver ftdi_sio
[ 2.583137] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.583159] usbcore: registered new interface driver option
[ 2.583179] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.583201] usbcore: registered new interface driver pl2303
[ 2.583219] usbserial: USB Serial support registered for pl2303
[ 2.583402] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.600654] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.602337] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b 8d 31 d8
[ 2.602842] libphy: dwc_phy: probed
[ 2.665755] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.733070] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 2.735285] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.735299] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.735441] i2c /dev entries driver
[ 2.736216] gspca_main: v2.14.0 registered
[ 2.736258] usbcore: registered new interface driver gspca_zc3xx
[ 2.736498] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 2.738397] FAN: coudln't get the regulator
[ 2.739099] device-mapper: uevent: version 1.0.3
[ 2.739272] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 2.739614] sdhci: Secure Digital Host Controller Interface driver
[ 2.739615] sdhci: Copyright(c) Pierre Ossman
[ 2.739620] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.739872] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 2.740146] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 2.740376] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 2.743562] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 2.743731] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.745466] usbcore: registered new interface driver usbhid
[ 2.745467] usbhid: USB HID core driver
[ 2.750678] nvadsp 2993000.adsp: in probe()...
[ 2.763812] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 2.763850] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 2.764083] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 2.776602] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.776923] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 2.777216] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 2.782467] Denver: backdoor interface is NOT available.
[ 2.784515] coresight-tmc 8030000.etf: TMC initialized
[ 2.786135] coresight-tmc 8050000.etr: TMC initialized
[ 2.786529] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 2.787050] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 2.787497] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 2.787940] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 2.788371] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 2.789032] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 2.789580] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 2.790142] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 2.790694] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 2.790720] Module initialized successfully
[ 2.794287] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 2.795631] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 2.795835] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 2.796164] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 2.796214] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 2.796251] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 2.796288] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 2.796328] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 2.796365] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 2.796400] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 2.796543] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 2.796545] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 2.797190] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 2.797193] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 2.797195] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 2.797197] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 2.797200] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 2.797202] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 2.797204] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 2.797232] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 2.801246] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 2.802008] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 2.802119] camchar: rtcpu character device driver loaded
[ 2.806041] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 2.806336] register_ari_mca_banks: Registered MCA ROC:IOB
[ 2.806480] register_ari_mca_banks: Registered MCA ROC:CCE
[ 2.806935] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 2.806965] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 2.806991] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 2.807015] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 2.807040] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 2.807066] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 2.807090] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 2.807114] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 2.807138] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 2.807166] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 2.807191] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 2.807215] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 2.807240] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 2.807266] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 2.807291] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 2.807341] **** A57 ECC: Enabled
[ 2.807344] tegra18_a57_serr_init: on CPU 3 a A57 Core
[ 2.807482] parse_throttle_dt_data: Num cap clks = 4
[ 2.807485] parse_throttle_dt_data: clk=mcpu type=1
[ 2.807487] parse_throttle_dt_data: clk=bcpu type=2
[ 2.807494] parse_throttle_dt_data: clk=gpu type=4
[ 2.807496] parse_throttle_dt_data: clk=emc type=3
[ 2.808005] tegra_throttle_probe: probe successful. #cdevs=4
[ 2.808097] tegra18x_actmon d230000.actmon: in actmon_register()...
[ 2.811225] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 2.815208] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 2.820594] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.820846] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 2.820899] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 2.838591] mmc0: MAN_BKOPS_EN bit is not set
[ 2.838719] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 2.838747] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 256
[ 2.838986] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 2.846401] mmc0: Skipping tuning since strobe enabled
[ 2.853946] mmc0: periodic cache flush enabled
[ 2.853954] mmc0: new HS400 MMC card at address 0001
[ 2.854271] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 2.854454] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 2.854619] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 2.854781] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 2.856118] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29
[ 2.880684] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.892989] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 2.908609] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.091057] mmc1 tuning done saved tap delay=21
[ 3.091060] mmc1: hw tuning done ...
[ 3.091067] mmc1: tuning_window[0]: 0xffffffff
[ 3.091073] mmc1: tuning_window[1]: 0xffffc7ff
[ 3.091078] mmc1: tuning_window[2]: 0xf9ffffff
[ 3.091083] mmc1: tuning_window[3]: 0x7fffffff
[ 3.091088] mmc1: tuning_window[4]: 0x0
[ 3.091093] mmc1: tuning_window[5]: 0x0
[ 3.091127] mmc1: tuning_window[6]: 0x0
[ 3.091132] mmc1: tuning_window[7]: 0x0
[ 3.091137] sdhci: Tap value: 21 | Trim value: 5
[ 3.091141] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 3.098466] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.098516] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 4.130025] tegradc 15210000.nvdisplay: fb registered
[ 4.136605] PD DISP0 index2 UP
[ 4.142013] PD DISP1 index3 UP
[ 4.146381] PD DISP2 index4 UP
[ 4.152500] Parent Clock set for DC plld2
[ 4.161622] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[ 4.188997] tegra-se-nvhost 15810000.se: initialized
[ 4.196525] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 4.205100] tegra-se-nvhost 15820000.se: initialized
[ 4.212507] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 4.221075] tegra-se-nvhost 15830000.se: initialized
[ 4.228305] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 4.237015] tegra-se-nvhost 15840000.se: initialized
[ 4.244518] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 4.255926] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 4.268188] cpufreq: platform driver Initialization: pass
[ 4.275283] tegra_cluster_clk e090000.cluster_clk_priv: in probe()...
[ 4.283353] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 4.290932] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 4.302068] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 4.312397] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2eb496
[ 4.320289] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x9
[ 4.320305] tegradc 15210000.nvdisplay: blank - normal
[ 4.321988] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 4.322734] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enabled
[ 4.323259] tegradc 15210000.nvdisplay: blank - powerdown
[ 4.323740] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 4.326207] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 4.326366] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 4.327542] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 4.327546] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 4.331786] tegra210_adsp_audio_platform_probe: platform probe started
[ 4.336783] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 4.337017] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 4.337309] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 4.337566] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 4.337857] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 4.337861] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 4.337863] tegra210-adsp adsp_audio: using adma channel page 0
[ 4.343994] tegra210_adsp_audio_platform_probe probe successfull.
[ 4.343994] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 4.344203] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 4.348178] OPE platform probe
[ 4.348248] OPE platform probe successful
[ 4.375985] PD DISP2 index4 DOWN
[ 4.376083] PD DISP1 index3 DOWN
[ 4.376166] PD DISP0 index2 DOWN
[ 4.381848] tegradc 15210000.nvdisplay: unblank
[ 4.381860] PD DISP0 index2 UP
[ 4.399322] PD DISP1 index3 UP
[ 4.400499] PD DISP2 index4 UP
[ 4.402389] Parent Clock set for DC plld2
[ 4.403999] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[ 4.414048] random: nonblocking pool is initialized
[ 4.425236] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 4.425307] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 4.425375] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 4.425446] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 4.425516] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 4.425584] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 4.425652] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 4.425720] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 4.425787] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 4.425854] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 4.425925] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 4.425993] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 4.426058] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 4.426124] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 4.426195] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 4.426263] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 4.426333] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 4.426400] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 4.426468] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 4.426535] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 4.429474] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 4.429544] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 4.429568] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 4.429589] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 4.472718] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[ 4.473595] tegra-snd-t186ref-mobile-rt565x sound: codec-dai "dit-hifi" registered
[ 4.473599] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[ 4.474236] GACT probability NOT on
[ 4.474246] Mirror/redirect action on
[ 4.474257] u32 classifier
[ 4.474258] Actions configured
[ 4.474288] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 4.474961] IPVS: Registered protocols ()
[ 4.475001] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 4.475071] IPVS: Creating netns size=1424 id=0
[ 4.475095] IPVS: ipvs loaded.
[ 4.475102] IPVS: [rr] scheduler registered.
[ 4.475182] ipip: IPv4 over IPv4 tunneling driver
[ 4.475536] Initializing XFRM netlink socket
[ 4.475841] NET: Registered protocol family 10
[ 4.476514] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.476601] NET: Registered protocol family 17
[ 4.476615] NET: Registered protocol family 15
[ 4.476638] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 4.476644] 8021q: 802.1Q VLAN Support v1.8
[ 4.477279] Registered cp15_barrier emulation handler
[ 4.477294] Registered setend emulation handler
[ 4.479133] registered taskstats version 1
[ 4.482763] isp 15600000.isp: initialized
[ 4.486711] nvcsi 150c0000.nvcsi: initialized
[ 4.488768] Wake76 for irq=199
[ 4.488770] Wake77 for irq=199
[ 4.488771] Wake78 for irq=199
[ 4.488772] Wake79 for irq=199
[ 4.488772] Wake80 for irq=199
[ 4.488773] Wake81 for irq=199
[ 4.488774] Wake82 for irq=199
[ 4.489098] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[ 4.489101] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP
[ 4.512883] spi-tegra114 3210000.spi: Static pin configuration used
[ 4.513027] xhci-tegra 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2
[ 4.513029] xhci-tegra 3530000.xhci: Falling back to user helper
[ 4.513489] spi-tegra114 c260000.spi: Static pin configuration used
[ 4.514191] spi-tegra114 3240000.spi: Static pin configuration used
[ 4.514824] tegra-xotg xotg: OTG rev:0200, ADP:0, SRP:1, HNP:1, RSP:0
[ 4.514855] tegra-xotg xotg: update_id_state: ID floating
[ 4.514859] tegra-xotg xotg: update_vbus_state: VBUS not detected
[ 4.514874] tegra-xotg xotg: Nvidia XUSB OTG Controller
[ 4.516646] tegra-xotg xotg: otg: gadget gadget registered
[ 4.516648] tegra-xotg xotg: set gadget otg_caps from OTG controller
[ 4.516650] tegra-xotg xotg: otg: host not registered yet
[ 4.516651] tegra-xotg xotg: otg: start OTG finite state machine
[ 4.516693] tegra-xudc-new 3550000.xudc: entering ELPG
[ 4.517194] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 4.519241] input: gpio-keys as /devices/gpio-keys/input/input3
[ 4.552464] tegra_rtc c2a0000.rtc: setting system clock to 2000-01-01 01:00:50 UTC (946688450)
[ 4.582548] bpmp: mounted debugfs mirror
[ 4.583057] [dram-timers] DRAM derating cdev registered.
[ 4.587509] spmic-ldo0: disabling
[ 4.587698] spmic-ldo1: disabling
[ 4.587845] en-vdd-sd: disabling
[ 4.587847] vdd-usb0-5v: disabling
[ 4.587849] vdd-usb1-5v: disabling
[ 4.587850] vdd-3v3: disabling
[ 4.587851] en-vdd-vcm-2v8: disabling
[ 4.587853] vdd-sys-bl: disabling
[ 4.594845] ALSA device list:
[ 4.594847] #0: tegra-hda at 0x3518000 irq 400
[ 4.594858] #1: tegra-snd-t186ref-mobile-rt565x
[ 4.596266] tegra-vi4 15700000.vi: initialized
[ 4.597371] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@0/endpoint.
[ 4.597373] tegra-vi4 15700000.vi: all channel register failed
[ 6.254213] tegradc 15210000.nvdisplay: hdmi: plugged
[ 6.344274] EXT4-fs (mmcblk0p1): 14 orphan inodes deleted
[ 6.351398] EXT4-fs (mmcblk0p1): recovery complete
[ 6.365842] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 6.375619] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 6.385399] devtmpfs: mounted
[ 6.390351] Freeing unused kernel memory: 1168K (ffffffc001132000 - ffffffc001256000)
[ 6.399971] Freeing alternatives memory: 96K (ffffffc001256000 - ffffffc00126e000)
[ 6.417655] btb inv war enabled
[ 6.461837] systemd[1]: System time before build time, advancing clock.
[ 6.484845] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 6.505151] systemd[1]: Detected architecture arm64.
[ 6.523435] systemd[1]: Set hostname to <tegra-ubuntu>.
[ 6.642876] systemd[1]: Listening on Journal Socket.
[ 6.652656] systemd[1]: Created slice User and Session Slice.
[ 6.662209] systemd[1]: Reached target User and Group Name Lookups.
[ 6.672416] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.684122] systemd[1]: Listening on Syslog Socket.
[ 6.693783] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.702963] systemd[1]: Listening on LVM2 poll daemon socket.
[ 6.711732] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 6.721335] systemd[1]: Listening on udev Control Socket.
[ 6.729895] systemd[1]: Reached target Encrypted Volumes.
[ 6.740707] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.751621] systemd[1]: Created slice System Slice.
[ 6.759660] systemd[1]: Reached target Slices.
[ 6.768971] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.788205] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 6.800314] systemd[1]: Starting Load Kernel Modules...
[ 6.811260] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 6.825469] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 6.836148] systemd[1]: Created slice system-getty.slice.
[ 6.848829] systemd[1]: Started Braille Device Support.
[ 6.861334] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.874156] systemd[1]: Mounting Debug File System...
[ 6.883470] systemd[1]: Listening on Journal Audit Socket.
[ 6.894908] systemd[1]: Starting Journal Service...
[ 6.903929] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 6.915799] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 6.930125] systemd[1]: Reached target Remote File Systems (Pre).
[ 6.940091] systemd[1]: Reached target Remote File Systems.
[ 6.949551] systemd[1]: Reached target Swap.
[ 6.957754] systemd[1]: Listening on udev Kernel Socket.
[ 6.971203] systemd[1]: Mounted Debug File System.
[ 6.980075] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.990094] systemd[1]: Started Journal Service.
[ 7.197472] systemd-journald[294]: Received request to flush runtime journal from PID 1
[ 7.370583] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 7.381752] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 7.392699] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 7.394909] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 7.403748] xhci-tegra 3530000.xhci: cannot find firmware....retry after 1 second
[ 7.593635] dhd_module_init in
[ 7.599902] tegra_net_perf_init: cannot get wifi sclk
[ 7.608029] found wifi platform device bcmdhd_wlan
[ 7.629669] wifi_platform_get_country_code_map: could not get country_code_map
[ 7.629670] wifi_plat_dev_drv_probe:platform country code map is not available
[ 7.629682] Power-up adapter 'DHD generic adapter'
[ 7.629687] wifi_platform_set_power = 1
[ 7.818616] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 7.834001] wifi_platform_bus_enumerate device present 1
[ 7.860680] wifi_platform_bus_enumerate device present 0
[ 7.868565] F1 signature read @0x18000000=0x17214354
[ 7.872096] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 7.872587] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 7.872644] wifi_platform_prealloc: failed to alloc static mem section 7
[ 7.872649] wifi_platform_get_mac_addr
[ 7.873636] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
[ 7.873838] wl_create_event_handler(): thread:wl_event_handler:203 started
[ 7.873842] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xffffffc1e12a1a70
[ 7.873931] dhd_attach(): thread:dhd_watchdog_thread:204 started
[ 7.873953] dhd_attach(): thread:dhd_dpc:205 started
[ 7.873995] dhd_attach(): thread:dhd_rxf:206 started
[ 7.874000] dhd_deferred_work_init: work queue initialized
[ 7.874157] Dongle Host Driver, version 1.201.82 (r)
[ 7.874157] Compiled in drivers/net/wireless/bcmdhd on May 17 2018 at 00:12:47
[ 7.874416] tegra_sysfs_register
[ 7.874440] Register interface [wlan0] MAC: 00:04:4b:8d:31:d6
[ 7.874440]
[ 7.874442] dhd_prot_ioctl : bus is down. we have nothing to do
[ 7.874527] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 21
[ 7.875566] wifi_platform_set_power = 0
[ 8.230666] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 8.526097] xhci-tegra 3530000.xhci: Firmware timestamp: 2017-12-07 10:50:08 UTC, Version: 55.09 release
[ 8.539665] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 8.547132] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 1
[ 8.557638] xhci-tegra 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00010810
[ 8.568456] xhci-tegra 3530000.xhci: irq 59, io mem 0x03530000
[ 8.576402] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 8.585419] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.595612] usb usb1: Product: xHCI Host Controller
[ 8.595618] usb usb1: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[ 8.595619] usb usb1: SerialNumber: 3530000.xhci
[ 8.595913] hub 1-0:1.0: USB hub found
[ 8.595933] hub 1-0:1.0: 4 ports detected
[ 8.608592] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 8.608599] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 2
[ 8.608691] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 8.608693] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.608695] usb usb2: Product: xHCI Host Controller
[ 8.608696] usb usb2: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[ 8.608698] usb usb2: SerialNumber: 3530000.xhci
[ 8.608921] hub 2-0:1.0: USB hub found
[ 8.608940] hub 2-0:1.0: 3 ports detected
[ 8.609268] tegra-xotg xotg: otg: host 3530000.xhci registered
[ 8.646592] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 8.648576] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 8.681078] using random self ethernet address
[ 8.681081] using random host ethernet address
[ 8.693352] Mass Storage Function, version: 2009/09/11
[ 8.693357] LUN: removable file: (no medium)
[ 8.697597] using random self ethernet address
[ 8.697601] using random host ethernet address
[ 8.702391] usb0: HOST MAC 7e:d1:ab:74:a3:16
[ 8.702435] usb0: MAC e6:9b:31:c1:7a:f8
[ 8.702754] usb1: HOST MAC 16:4b:59:51:10:33
[ 8.702770] usb1: MAC be:ad:68:34:bf:0d
[ 8.702781] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 8.703863] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 8.703877] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[ 8.703904] tegra-xudc-new 3550000.xudc: entering ELPG
[ 8.704369] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 8.704384] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 8.705146] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 8.705157] tegra-xudc-new 3550000.xudc: entering ELPG
[ 8.705590] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 8.712739] xhci-tegra 3530000.xhci: entering ELPG
[ 8.715299] xhci-tegra 3530000.xhci: entering ELPG done
[ 8.846372] device usb0 entered promiscuous mode
[ 8.849662] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 8.852889] device usb1 entered promiscuous mode
[ 8.857263] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready
[ 8.857268] l4tbr0: port 2(usb1) entered forwarding state
[ 8.857279] l4tbr0: port 2(usb1) entered forwarding state
[ 9.048600] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 9.470029] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 9.700656] l4tbr0: port 2(usb1) entered disabled state
[ 9.718098] gk20a 17000000.gp10b: railgate is disabled.
[ 9.734346] IPVS: Creating netns size=1424 id=1
[ 9.766741] tegradc 15210000.nvdisplay: blank - powerdown
[ 9.797050] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.799576] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.807822] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 9.807904]
[ 9.807904] Dongle Host Driver, version 1.201.82 (r)
[ 9.807904] Compiled in drivers/net/wireless/bcmdhd on May 17 2018 at 00:12:47
[ 9.807906] wl_android_wifi_on in
[ 9.807908] wifi_platform_set_power = 1
[ 9.825521] PD DISP2 index4 DOWN
[ 9.825619] PD DISP1 index3 DOWN
[ 9.825698] PD DISP0 index2 DOWN
[ 9.880462] tegradc 15210000.nvdisplay: unblank
[ 9.880479] PD DISP0 index2 UP
[ 9.884000] PD DISP1 index3 UP
[ 9.884095] PD DISP2 index4 UP
[ 9.885727] Parent Clock set for DC plld2
[ 9.887252] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[ 9.934655] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 9.936636] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 9.936649] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 9.937156] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[ 10.078171] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 10.150979] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 21
[ 10.152404] F1 signature read @0x18000000=0x17214354
[ 10.159587] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 10.160489] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 10.263124] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 10.305689] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 10.305957] Enabling wake69
[ 10.307183] wifi_platform_get_mac_addr
[ 10.309019] Firmware up: op_mode=0x0005, MAC=00:04:4b:8d:31:d6
[ 10.316187] dhd_preinit_ioctls pspretend_threshold for HostAPD failed -23
[ 10.322569] Firmware version = wl0: Dec 12 2017 15:09:35 version 7.35.221.34 (r679642) FWID 01-e35dbe99
[ 10.325915] dhd_interworking_enable: failed to set WNM info, ret=-23
[ 10.326204] tegra_sysfs_on
[ 10.566120] cfg80211: World regulatory domain updated:
[ 10.566139] cfg80211: DFS Master region: unset
[ 10.566140] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 10.566155] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 10.566166] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 10.566176] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 10.566190] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 10.566204] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 10.566213] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 10.566221] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 10.566228] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 10.573239] Bridge firewalling registered
[ 10.634375] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 11.008913] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[ 11.141910] tegradc 15210000.nvdisplay: unblank
[ 11.308314] CPU1: shutdown
[ 11.311123] psci: CPU1 killed.
[ 11.336933] CPU2: shutdown
[ 11.339653] psci: CPU2 killed.
[ 11.402194] CFGP2P-ERROR) wl_cfgp2p_add_p2p_disc_if : P2P interface registered
[ 11.419092] WLC_E_IF: NO_IF set, event Ignored