Skip to content

Instantly share code, notes, and snippets.

@ArkadiuszNiemiec
Created August 9, 2018 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArkadiuszNiemiec/88a0116fc53319efc49b205a77b166e3 to your computer and use it in GitHub Desktop.
Save ArkadiuszNiemiec/88a0116fc53319efc49b205a77b166e3 to your computer and use it in GitHub Desktop.
TX2 with J120 + ZED problem
[ 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 (auvidea@auvidea-T5600) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Mon Apr 30 16:06:06 CEST 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] On node 0 totalpages: 2052096
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 519680 pages, LIFO batch:31
[ 0.000000] Normal zone: 23968 pages used for memmap
[ 0.000000] Normal zone: 1532416 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] PERCPU: Embedded 17 pages/cpu @ffffffc1f5f9a000 s31360 r8192 d30080 u69632
[ 0.000000] pcpu-alloc: s31360 r8192 d30080 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 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=0321417073610 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: 7976360K/8208384K available (11112K kernel code, 1764K rwdata, 5704K rodata, 1144K init, 684K bss, 166488K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 MB actual)
fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 MB)
.init : 0xffffffc0010ed000 - 0xffffffc00120b000 ( 1144 KB)
.text : 0xffffffc000080000 - 0xffffffc0010ed000 ( 16820 KB)
.data : 0xffffffc00122c000 - 0xffffffc0013e5160 ( 1765 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.009816] Console: colour dummy device 80x25
[ 0.014475] console [tty0] enabled
[ 0.018031] bootconsole [uart0] disabled
[ 0.022133] kmemleak: Kernel memory leak detector disabled
[ 0.022145] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[ 0.022156] pid_max: default: 32768 minimum: 301
[ 0.022197] Security Framework initialized
[ 0.022226] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022236] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022587] Initializing cgroup subsys freezer
[ 0.022598] Initializing cgroup subsys debug
[ 0.022732] CPU0 ipc=752
[ 0.022741] CPU1 ipc=1024
[ 0.022749] CPU2 ipc=1024
[ 0.022757] CPU3 ipc=752
[ 0.022767] CPU4 ipc=752
[ 0.022776] CPU5 ipc=752
[ 0.022809] ASID allocator initialised with 65536 entries
[ 0.046204] tegra-id: chipid=21817.
[ 0.046218] tegra-id: opt_subrevision=1.
[ 0.046228] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.046920] DTS File Name: /home/auvidea/Downloads/auvidea_TX2/tx2_sources/public_release/kernel_src/kernel/kernel-4.4/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.046945] DTB Build time: Apr 26 2018 16:25:13
[ 0.062544] CPU1: Booted secondary processor [4e0f0030]
[ 0.074066] CPU2: Booted secondary processor [4e0f0030]
[ 0.085772] CPU3: Booted secondary processor [411fd073]
[ 0.097783] CPU4: Booted secondary processor [411fd073]
[ 0.109761] CPU5: Booted secondary processor [411fd073]
[ 0.109828] Brought up 6 CPUs
[ 0.109886] SMP: Total of 6 processors activated.
[ 0.109900] CPU: All CPU(s) started at EL2
[ 0.110345] devtmpfs: initialized
[ 0.136196] Initilizing CustomIPI irq domain
[ 0.136389] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.137158] pinctrl core: initialized pinctrl subsystem
[ 0.137351] OS set in device tree is not L4T.
[ 0.137557] regulator-dummy: no parameters
[ 0.137663] Initializing plugin-manager
[ 0.137720] Plugin module not found
[ 0.138141] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.138478] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.139097] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.140270] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.140621] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.140877] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.141102] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.141549] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[ 0.141996] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[ 0.142278] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[ 0.142664] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.142912] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.143138] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.143397] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.145361] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800
[ 0.147159] Adding domain adsp-pd to PM domain ape-pd
[ 0.149483] NET: Registered protocol family 16
[ 0.150262] console [pstore-1] enabled
[ 0.150275] pstore: Registered ramoops as persistent store backend
[ 0.150288] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[ 0.161327] cpuidle: using governor ladder
[ 0.165772] cpuidle: using governor menu
[ 0.166888] bpmp: waiting for handshake
[ 0.166902] bpmp: handshake completed
[ 0.166943] bpmp: synchronizing channels
[ 0.166969] bpmp: channels synchronized
[ 0.166981] bpmp: mail init ok
[ 0.167310] vdso: 2 pages (1 code @ ffffffc001231000, 1 data @ ffffffc001230000)
[ 0.167343] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.168263] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.169686] tegra_powergate_init: DONE
[ 0.169707] DTS File Name: /home/auvidea/Downloads/auvidea_TX2/tx2_sources/public_release/kernel_src/kernel/kernel-4.4/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.169739] DTB Build time: Apr 26 2018 16:25:13
[ 0.170640] Tegra reboot handler registered.
[ 0.171667] Registering Tegra186 clocks (this may take a while)...done
[ 0.173184] arm-smmu 12000000.iommu: probing hardware configuration...
[ 0.173202] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.173216] arm-smmu 12000000.iommu: stage 1 translation
[ 0.173228] arm-smmu 12000000.iommu: stage 2 translation
[ 0.173240] arm-smmu 12000000.iommu: nested translation
[ 0.173255] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.173274] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.173292] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.173307] arm-smmu 12000000.iommu: Stage-1: 39-bit VA -> 48-bit IPA
[ 0.173319] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA -> 48-bit PA
[ 0.216872] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.221726] iommu: Adding device 3460000.sdhci to group 0
[ 0.222635] iommu: Adding device 3400000.sdhci to group 1
[ 0.226434] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.226938] iommu: Adding device 3160000.i2c to group 3
[ 0.227408] iommu: Adding device c240000.i2c to group 4
[ 0.227745] iommu: Adding device 3180000.i2c to group 5
[ 0.228085] iommu: Adding device 3190000.i2c to group 6
[ 0.228560] iommu: Adding device 31b0000.i2c to group 7
[ 0.228895] iommu: Adding device 31c0000.i2c to group 8
[ 0.229190] iommu: Adding device c250000.i2c to group 9
[ 0.229546] iommu: Adding device 31e0000.i2c to group 10
[ 0.231492] iommu: Adding device 3210000.spi to group 11
[ 0.231835] iommu: Adding device c260000.spi to group 12
[ 0.232144] iommu: Adding device 3230000.spi to group 13
[ 0.232429] iommu: Adding device 3240000.spi to group 14
[ 0.233317] iommu: Adding device 3100000.serial to group 15
[ 0.233639] iommu: Adding device 3110000.serial to group 16
[ 0.233966] iommu: Adding device c280000.serial to group 17
[ 0.234245] iommu: Adding device 3130000.serial to group 18
[ 0.235457] iommu: Adding device 2490000.ether_qos to group 19
[ 0.236055] iommu: Adding device b000000.rtcpu to group 20
[ 0.236508] iommu: Adding device c1a0000.aon to group 21
[ 0.237368] Wake73 for irq=42
[ 0.237673] iommu: Adding device smmu_test to group 22
[ 0.238173] mc: mapped MMIO address: 0xffffff8000560000 -> 0x2c10000
[ 0.238214] mc: mapped MMIO address: 0xffffff8000640000 -> 0x2c20000
[ 0.238250] mc: mapped MMIO address: 0xffffff8000660000 -> 0x2c30000
[ 0.238305] mc: mapped MMIO address: 0xffffff8000fa0000 -> 0x2c40000
[ 0.238340] mc: mapped MMIO address: 0xffffff8000fc0000 -> 0x2c50000
[ 0.238373] mc-err: Set intmask: 0xf3140
[ 0.238632] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[ 0.239406] Wake76 for irq=199
[ 0.239429] Wake77 for irq=199
[ 0.239450] Wake78 for irq=199
[ 0.239469] Wake79 for irq=199
[ 0.239489] Wake80 for irq=199
[ 0.239508] Wake81 for irq=199
[ 0.239528] Wake82 for irq=199
[ 0.239698] iommu: Adding device 3530000.xhci to group 23
[ 0.240037] iommu: Adding device 3550000.xudc to group 24
[ 0.240814] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.240845] tegra-pmc: ### PMC reset source: Power on reset
[ 0.240868] tegra-pmc: ### PMC reset level: L0
[ 0.240889] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.241135] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.241173] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.241348] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.241377] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.241817] iommu: Adding device 13e10000.host1x to group 25
[ 0.242051] iommu: Adding device 13e10000.host1x:ctx0 to group 26
[ 0.242280] iommu: Adding device 13e10000.host1x:ctx1 to group 27
[ 0.242555] iommu: Adding device 13e10000.host1x:ctx2 to group 28
[ 0.242794] iommu: Adding device 13e10000.host1x:ctx3 to group 29
[ 0.243012] iommu: Adding device 13e10000.host1x:ctx4 to group 30
[ 0.243262] iommu: Adding device 13e10000.host1x:ctx5 to group 31
[ 0.243464] iommu: Adding device 13e10000.host1x:ctx6 to group 32
[ 0.243705] iommu: Adding device 13e10000.host1x:ctx7 to group 33
[ 0.244121] iommu: Adding device 150c0000.nvcsi to group 34
[ 0.244601] iommu: Adding device 15700000.vi to group 35
[ 0.244947] iommu: Adding device 15600000.isp to group 36
[ 0.245243] iommu: Adding device 15210000.nvdisplay to group 37
[ 0.245459] iommu: Adding device 15340000.vic to group 38
[ 0.245645] iommu: Adding device 154c0000.nvenc to group 39
[ 0.245883] iommu: Adding device 15480000.nvdec to group 40
[ 0.246180] iommu: Adding device 15380000.nvjpg to group 41
[ 0.246407] iommu: Adding device 15500000.tsec to group 42
[ 0.246624] iommu: Adding device 15100000.tsecb to group 43
[ 0.247305] iommu: Adding device 15810000.se to group 44
[ 0.247505] iommu: Adding device 15820000.se to group 45
[ 0.247707] iommu: Adding device 15830000.se to group 46
[ 0.247877] iommu: Adding device 15840000.se to group 47
[ 0.248383] iommu: Adding device 17000000.gp10b to group 48
[ 0.249710] tegra-reset 5000000.clock: registered 193 resets.
[ 0.251782] iommu: Adding device d000000.bpmp to group 49
[ 0.252024] bpmp: ping status is 0
[ 0.252204] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff81e
[ 0.252576] bpmp d000000.bpmp: probe ok
[ 0.255395] iommu: Adding device 2600000.dma to group 50
[ 0.256377] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.256446] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.256487] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.256526] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.256569] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.256610] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.256678] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.256768] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.258672] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.258763] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.259615] iommu: Adding device 10003000.pcie-controller to group 51
[ 0.259854] iommu: Adding device sound to group 52
[ 0.261543] iommu: Adding device 3510000.hda to group 53
[ 0.262646] iommu: Adding device adsp_audio to group 54
[ 0.263952] iommu: Adding device 2993000.adsp to group 55
[ 0.273096] vdd-ac-bat: 5000 mV
[ 0.275342] vdd-1v8-ap: 1800 mV
[ 0.292519] SCSI subsystem initialized
[ 0.292686] libata version 3.00 loaded.
[ 0.292859] usbcore: registered new interface driver usbfs
[ 0.292920] usbcore: registered new interface driver hub
[ 0.293036] usbcore: registered new device driver usb
[ 0.295723] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[ 0.295920] pca953x 0-0074: failed reading register
[ 0.295992] pca953x: probe of 0-0074 failed with error -121
[ 0.296345] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[ 0.296533] pca953x 0-0077: failed reading register
[ 0.296592] pca953x: probe of 0-0077 failed with error -121
[ 0.306979] media: Linux media interface: v0.10
[ 0.307051] Linux video capture interface: v2.00
[ 0.311024] pps_core: LinuxPPS API ver. 1 registered
[ 0.311054] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.311097] PTP clock support registered
[ 0.312001] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.312045] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.313489] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.315649] GPIO line 253 (spmic_gpio_input_5) hogged as input
[ 0.315835] GPIO line 254 (spmic_gpio_input_6) hogged as input
[ 0.315941] gpiochip_add_data: registered GPIOs 248 to 255 on device: max77620-gpio
[ 0.322726] vddio-ddr: at 1125 mV
[ 0.326558] avdd_dsi_csi: 1200 mV
[ 0.330557] vdd-1v8: 1800 mV
[ 0.334558] vdd-3v3-sys: 3300 mV
[ 0.335638] spmic-ldo0: at 1800 mV
[ 0.336428] spmic-ldo1: at 800 mV
[ 0.342555] vddio-3v3: 3300 mV
[ 0.343183] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV
[ 0.345324] vdd-rtc: at 800 mV
[ 0.346016] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV
[ 0.349322] spmic-ldo6: at 1500 mV
[ 0.353320] vdd-pex-1v05: 1000 mV
[ 0.353872] dvdd-pex: 1000 mV
[ 0.354133] max77620 4-003c: max77620 probe successful
[ 0.354377] Advanced Linux Sound Architecture Driver Initialized.
[ 0.355328] en-vdd-sd: 3300 mV
[ 0.355586] vdd-usb0-5v: 5000 mV
[ 0.355768] vdd-usb1-5v: 5000 mV
[ 0.356162] vdd-fan: 5000 mV
[ 0.356273] vdd-3v3: 3300 mV
[ 0.356419] en-vdd-vcm-2v8: 2800 mV
[ 0.356557] vdd-sys-bl: 3300 mV
[ 0.359984] extcon-gpio-states external-connection:extcon@1: Cable state 2
[ 0.360385] clocksource: Switched to clocksource arch_sys_counter
[ 0.379113] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.379410] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.379889] nvmap_page_pool_init: Total RAM pages: 2010474
[ 0.379906] nvmap_page_pool_init: nvmap page pool size: 251309 pages (981 MB)
[ 0.380055] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.384580] Wake76 for irq=199
[ 0.384594] Wake77 for irq=199
[ 0.384606] Wake78 for irq=199
[ 0.384617] Wake79 for irq=199
[ 0.384627] Wake80 for irq=199
[ 0.384637] Wake81 for irq=199
[ 0.384647] Wake82 for irq=199
[ 0.385363] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.385557] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.385918] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.385997] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.386132] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.386270] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.386412] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.386703] isomgr_init(): iso emc max clk=1866000KHz
[ 0.386716] isomgr_init(): max_iso_bw=26870400KB
[ 0.386792] NET: Registered protocol family 2
[ 0.387086] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.387309] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.387595] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.387650] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.387709] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.387871] NET: Registered protocol family 1
[ 0.388080] RPC: Registered named UNIX socket transport module.
[ 0.388096] RPC: Registered udp transport module.
[ 0.388107] RPC: Registered tcp transport module.
[ 0.388118] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.388139] PCI: CLS 0 bytes, default 128
[ 0.388231] Trying to unpack rootfs image as initramfs...
[ 0.401858] host1x 13e10000.host1x: initialized
[ 0.402660] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.404889] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.404987] audit: initializing netlink subsys (disabled)
[ 0.405017] audit: type=2000 audit(0.392:1): initialized
[ 0.411475] io scheduler noop registered (default)
[ 0.414423] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.415606] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.416677] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.417726] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.421[ 0.000000]] tsec 15500000.tsec: initialized
[ 0.422[ 0.000000]] tsec 15100000.tsecb: initialized
[ 0.424[ 0.000000]] nvdec 15480000.nvdec: initialized
[ 0.427[ 0.000000]] falcon 15340000.vic: initialized
[ 0.428791] falcon 154c0000.nvenc: initialized
[ 0.429862] falcon 15380000.nvjpg: initialized
[ 0.430581] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.431092] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.431601] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.432111] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.432644] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.433160] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.433669] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.434181] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.435499] DC OR NODE connected to /host1x/sor1
[ 0.435627] generic_infoframe_type: 0x87
[ 0.435663] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.435729] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.435760] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.435772] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.435795] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.443040] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.443061] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.443078] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.443122] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.443138] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.443299] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.443512] hdmi: couldn't get regulator vdd_hdmi_5v0: -517
[ 0.445518] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.445710] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.446344] kfuse 3830000.kfuse: initialized
[ 0.447517] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.447908] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.449740] console [ttyS0] disabled
[ 0.449789] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 38, base_baud = 25500000) is a Tegra
[ 0.454372] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 0.487682] tegradc 15210000.nvdisplay: probed
[ 2.481659] console [ttyS0] enabled
[ 2.482972] Console: switching to colour frame buffer device 80x30
[ 2.483621] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.484734] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.484975] serial-tegra 3130000.serial: RX in PIO mode
[ 2.485894] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 41, base_baud = 0) is a TEGRA_UART
[ 2.497312] brd: module loaded
[ 2.502083] loop: module loaded
[ 2.502301] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.502306] nct1008_nct72 7-004c: starting parse dt
[ 2.502382] nct1008_nct72 7-004c: success parsing dt
[ 2.502495] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.513949] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.539089] tmp451: Enabled overheat logging at 104.00C
[ 2.539240] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.541557] THERMAL EST: found 3 subdevs
[ 2.541569] THERMAL EST num_resources: 0
[ 2.541579] [THERMAL EST subdev 0]
[ 2.541605] [THERMAL EST subdev 1]
[ 2.541609] [THERMAL EST subdev 2]
[ 2.541962] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 2.541965] THERMAL EST: thz register success.
[ 2.542093] THERMAL EST: end of probe, return err: 0
[ 2.542145] tegra_profiler: Branch: Dev
[ 2.542148] tegra_profiler: Version: 1.117
[ 2.542150] tegra_profiler: Samples version: 41
[ 2.542152] tegra_profiler: IO version: 22
[ 2.542159] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.542165] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.542169] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.542173] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.542176] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.542180] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.542183] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.542187] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.542190] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.542194] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.542197] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.542201] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.542408] tegra_profiler: auth: init
[ 2.545857] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 2.545869] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 2.547030] scsi host0: tegra_ahci
[ 2.547438] scsi host1: tegra_ahci
[ 2.547683] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 2.547687] ata2: DUMMY
[ 2.548794] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.549248] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.549643] spi-tegra114 3230000.spi: Static pin configuration used
[ 2.550021] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.550942] tun: Universal TUN/TAP device driver, 1.6
[ 2.550945] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.551151] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.551153] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.551196] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.551199] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.552658] PPP generic driver version 2.4.2
[ 2.552788] PPP BSD Compression module registered
[ 2.552795] PPP Deflate Compression module registered
[ 2.552818] PPP MPPE Compression module registered
[ 2.552831] NET: Registered protocol family 24
[ 2.552886] usbcore: registered new interface driver r8152
[ 2.552926] usbcore: registered new interface driver asix
[ 2.552959] usbcore: registered new interface driver ax88179_178a
[ 2.552988] usbcore: registered new interface driver cdc_ether
[ 2.553029] usbcore: registered new interface driver smsc95xx
[ 2.553058] usbcore: registered new interface driver net1080
[ 2.553089] usbcore: registered new interface driver cdc_subset
[ 2.553149] usbcore: registered new interface driver zaurus
[ 2.553197] usbcore: registered new interface driver cdc_ncm
[ 2.553445] Wake76 for irq=199
[ 2.553448] Wake77 for irq=199
[ 2.553449] Wake78 for irq=199
[ 2.553452] Wake79 for irq=199
[ 2.553453] Wake80 for irq=199
[ 2.553455] Wake81 for irq=199
[ 2.553457] Wake82 for irq=199
[ 2.553504] tegra-xotg xotg: usb2 phy is not available yet
[ 2.554067] usbcore: registered new interface driver usb-storage
[ 2.554132] usbcore: registered new interface driver usbserial
[ 2.554160] usbcore: registered new interface driver ftdi_sio
[ 2.554183] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.554210] usbcore: registered new interface driver option
[ 2.554230] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.554258] usbcore: registered new interface driver pl2303
[ 2.554277] usbserial: USB Serial support registered for pl2303
[ 2.554449] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.557036] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b 8c 9c ba
[ 2.557622] libphy: dwc_phy: probed
[ 2.558283] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.629572] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.691029] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 2.693227] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.693251] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.693398] i2c /dev entries driver
[ 2.694169] gspca_main: v2.14.0 registered
[ 2.694212] usbcore: registered new interface driver gspca_zc3xx
[ 2.694447] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 2.696182] FAN dev name: pwm-fan
[ 2.696228] FAN:gpio request success.
[ 2.696233] FAN: can't find tach_gpio
[ 2.696256] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 2.696428] pwm_fan_driver pwm-fan: got pwm for fan
[ 2.696432] pwm_fan_driver pwm-fan: tach period: 1000
[ 2.696719] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 2.696722] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 2.696725] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 2.696728] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 2.696731] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 2.696734] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 2.696737] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 2.696740] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 2.696743] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 2.696746] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 2.697468] device-mapper: uevent: version 1.0.3
[ 2.697632] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 2.697943] sdhci: Secure Digital Host Controller Interface driver
[ 2.697944] sdhci: Copyright(c) Pierre Ossman
[ 2.697949] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.698229] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 2.698502] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 2.698720] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 2.701899] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 2.702071] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.703747] usbcore: registered new interface driver usbhid
[ 2.703748] usbhid: USB HID core driver
[ 2.706619] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 2.706835] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 2.706968] ina3221x: probe of 0-0042 failed with error -121
[ 2.707330] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 2.707530] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 2.707628] ina3221x: probe of 0-0043 failed with error -121
[ 2.708056] nvadsp 2993000.adsp: in probe()...
[ 2.709344] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 2.709381] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 2.709602] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 2.717412] Denver: backdoor interface is NOT available.
[ 2.719505] coresight-tmc 8030000.etf: TMC initialized
[ 2.729184] coresight-tmc 8050000.etr: TMC initialized
[ 2.729649] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 2.730253] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 2.730772] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 2.731266] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 2.731751] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 2.732468] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 2.733105] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 2.733722] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 2.734350] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 2.734381] Module initialized successfully
[ 2.738301] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 2.739805] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 2.740040] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 2.740416] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 2.740463] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 2.740504] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 2.740545] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 2.740583] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 2.740621] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 2.740662] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 2.740803] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (53)
[ 2.740806] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 2.741517] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 2.741520] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 2.741523] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 2.741525] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 2.741527] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 2.741529] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 2.741531] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 2.741561] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 2.744414] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.744706] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 2.745002] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 2.746830] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 2.749969] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 2.750101] camchar: rtcpu character device driver loaded
[ 2.754380] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 2.754672] register_ari_mca_banks: Registered MCA ROC:IOB
[ 2.754818] register_ari_mca_banks: Registered MCA ROC:CCE
[ 2.755289] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 2.755320] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 2.755347] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 2.755373] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 2.755398] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 2.755423] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 2.755450] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 2.755474] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 2.755500] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 2.755526] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 2.755552] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 2.755577] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 2.755602] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 2.755628] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 2.755654] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 2.755706] **** A57 ECC: Enabled
[ 2.755709] tegra18_a57_serr_init: on CPU 4 a A57 Core
[ 2.755848] parse_throttle_dt_data: Num cap clks = 4
[ 2.755852] parse_throttle_dt_data: clk=mcpu type=1
[ 2.755854] parse_throttle_dt_data: clk=bcpu type=2
[ 2.755861] parse_throttle_dt_data: clk=gpu type=4
[ 2.755863] parse_throttle_dt_data: clk=emc type=3
[ 2.756403] tegra_throttle_probe: probe successful. #cdevs=4
[ 2.756493] tegra18x_actmon d230000.actmon: in actmon_register()...
[ 2.759616] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 2.769498] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 2.784419] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.784674] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 2.784724] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 2.784804] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 2.784831] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 257
[ 2.785076] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 2.818398] mmc0: MAN_BKOPS_EN bit is not set
[ 2.824477] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.825693] mmc0: Skipping tuning since strobe enabled
[ 2.833505] mmc0: periodic cache flush enabled
[ 2.833513] mmc0: new HS400 MMC card at address 0001
[ 2.833775] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 2.833883] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 2.833987] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 2.834088] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 2.835401] 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.864426] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.876871] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 3.074805] mmc1 tuning done saved tap delay=60
[ 3.074809] mmc1: hw tuning done ...
[ 3.074817] mmc1: tuning_window[0]: 0xffffffff
[ 3.074822] mmc1: tuning_window[1]: 0xfffffe3f
[ 3.074828] mmc1: tuning_window[2]: 0xfff8ffff
[ 3.074834] mmc1: tuning_window[3]: 0x73ffffff
[ 3.074839] mmc1: tuning_window[4]: 0x0
[ 3.074844] mmc1: tuning_window[5]: 0x0
[ 3.074877] mmc1: tuning_window[6]: 0x0
[ 3.074882] mmc1: tuning_window[7]: 0x0
[ 3.074886] sdhci: Tap value: 60 | Trim value: 5
[ 3.074890] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 3.081362] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.081408] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 4.115489] tegradc 15210000.nvdisplay: fb registered
[ 4.122270] tegra-se-nvhost 15810000.se: initialized
[ 4.128199] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 4.135117] tegra-se-nvhost 15820000.se: initialized
[ 4.140892] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 4.147784] tegra-se-nvhost 15830000.se: initialized
[ 4.153327] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 4.160173] tegra-se-nvhost 15840000.se: initialized
[ 4.165838] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 4.175600] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 4.186225] cpufreq: platform driver Initialization: pass
[ 4.192129] tegra_cluster_clk e090000.cluster_clk_priv: in probe()...
[ 4.198975] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 4.205307] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 4.215503] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 4.225517] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x30bc17
[ 4.232877] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x9
[ 4.241741] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 4.249534] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enabled
[ 4.259018] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 4.267148] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 3 not supported
[ 4.276751] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 4.284140] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 4.292336] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 4.301245] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 4.314739] tegra210_adsp_audio_platform_probe: platform probe started
[ 4.324879] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 4.326536] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 4.326692] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 4.351585] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 4.360467] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 4.368257] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 4.376521] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 4.383797] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 4.394179] tegra210-adsp adsp_audio: using adma channel page 0
[ 4.400755] tegra210_adsp_audio_platform_probe probe successfull.
[ 4.419514] OPE platform probe
[ 4.424061] OPE platform probe successful
[ 4.524559] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 4.533302] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 4.542057] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 4.550947] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 4.559732] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 4.568539] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 4.577344] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 4.586167] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 4.595032] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 4.603972] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 4.613169] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 4.623104] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 4.632366] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 4.641635] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 4.650876] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 4.660120] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 4.669385] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 4.678633] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 4.687890] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 4.697426] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 4.710642] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 4.720093] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 4.729375] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 4.736002] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 4.781719] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[ 4.793260] tegra-snd-t186ref-mobile-rt565x sound: codec-dai "dit-hifi" registered
[ 4.802271] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[ 4.810246] GACT probability NOT on
[ 4.814456] Mirror/redirect action on
[ 4.818831] u32 classifier
[ 4.822199] Actions configured
[ 4.826293] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 4.834050] ipip: IPv4 over IPv4 tunneling driver
[ 4.839728] Initializing XFRM netlink socket
[ 4.844988] NET: Registered protocol family 10
[ 4.850780] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.856882] NET: Registered protocol family 17
[ 4.861927] NET: Registered protocol family 15
[ 4.866984] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 4.880729] 8021q: 802.1Q VLAN Support v1.8
[ 4.886127] Registered cp15_barrier emulation handler
[ 4.891744] Registered setend emulation handler
[ 4.898755] registered taskstats version 1
[ 4.907248] isp 15600000.isp: initialized
[ 4.916027] nvcsi 150c0000.nvcsi: initialized
[ 4.922817] Wake76 for irq=199
[ 4.926407] Wake77 for irq=199
[ 4.929933] Wake78 for irq=199
[ 4.933450] Wake79 for irq=199
[ 4.936922] Wake80 for irq=199
[ 4.940371] Wake81 for irq=199
[ 4.943796] Wake82 for irq=199
[ 4.947523] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[ 4.953570] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP
[ 4.984468] xhci-tegra 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2
[ 4.994992] spi-tegra114 3210000.spi: Static pin configuration used
[ 5.001762] xhci-tegra 3530000.xhci: Falling back to user helper
[ 5.008667] spi-tegra114 c260000.spi: Static pin configuration used
[ 5.016127] spi-tegra114 3230000.spi: Static pin configuration used
[ 5.023699] spi-tegra114 3240000.spi: Static pin configuration used
[ 5.031877] tegra-xotg xotg: OTG rev:0200, ADP:0, SRP:1, HNP:1, RSP:0
[ 5.038810] tegra-xotg xotg: update_id_state: ID grounded
[ 5.044601] tegra-xotg xotg: update_vbus_state: VBUS not detected
[ 5.051106] tegra-xotg xotg: Nvidia XUSB OTG Controller
[ 5.059020] tegra-xotg xotg: otg: gadget gadget registered
[ 5.064898] tegra-xotg xotg: set gadget otg_caps from OTG controller
[ 5.071626] tegra-xotg xotg: otg: host not registered yet
[ 5.077394] tegra-xotg xotg: otg: start OTG finite state machine
[ 5.083873] tegra-xotg xotg: FSM: can't move to a_idle, host isn't ready
[ 5.091010] tegra-xudc-new 3550000.xudc: entering ELPG
[ 5.097183] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 5.105107] input: gpio-keys as /devices/gpio-keys/input/input3
[ 5.145047] tegra_rtc c2a0000.rtc: setting system clock to 2018-08-09 09:50:00 UTC (1533808200)
[ 5.183679] bpmp: mounted debugfs mirror
[ 5.188641] [dram-timers] DRAM derating cdev registered.
[ 5.198376] spmic-ldo0: disabling
[ 5.200722] tegra-vi4 15700000.vi: initialized
[ 5.201843] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@0/endpoint.
[ 5.201845] tegra-vi4 15700000.vi: all channel register failed
[ 5.224128] spmic-ldo1: disabling
[ 5.228066] en-vdd-sd: disabling
[ 5.231778] vdd-usb0-5v: disabling
[ 5.235678] vdd-usb1-5v: disabling
[ 5.239580] vdd-fan: disabling
[ 5.243152] vdd-3v3: disabling
[ 5.246652] en-vdd-vcm-2v8: disabling
[ 5.250758] vdd-sys-bl: disabling
[ 5.261312] ALSA device list:
[ 5.264731] #0: tegra-hda at 0x3518000 irq 401
[ 5.269779] #1: tegra-snd-t186ref-mobile-rt565x
[ 5.380539] EXT4-fs (mmcblk0p1): 9 orphan inodes deleted
[ 5.386294] EXT4-fs (mmcblk0p1): recovery complete
[ 5.396698] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 5.405712] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 5.417034] devtmpfs: mounted
[ 5.420752] Freeing unused kernel memory: 1144K (ffffffc0010ed000 - ffffffc00120b000)
[ 5.429544] Freeing alternatives memory: 96K (ffffffc00120b000 - ffffffc001223000)
[ 5.447874] btb inv war enabled
[ 5.511400] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
[ 5.522847] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
[ 5.533534] 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)
[ 5.553556] systemd[1]: Detected architecture arm64.
[ 5.566983] systemd[1]: Set hostname to <uav_000007>.
[ 5.582391] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
[ 5.584127] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
[ 5.584183] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
[ 5.584197] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
[ 5.584283] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
[ 5.585928] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
[ 5.609358] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 100 bits of entropy available)
[ 5.609442] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 100 bits of entropy available)
[ 5.770443] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 5.779234] systemd[1]: Listening on udev Control Socket.
[ 5.786135] systemd[1]: Reached target Encrypted Volumes.
[ 5.793067] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.800572] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.810356] systemd[1]: Reached target Swap.
[ 5.816391] systemd[1]: Created slice User and Session Slice.
[ 5.823698] systemd[1]: Listening on Journal Socket.
[ 5.830361] systemd[1]: Created slice System Slice.
[ 5.836904] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 5.844652] systemd[1]: Reached target Slices.
[ 5.851562] systemd[1]: Mounting Debug File System...
[ 5.864333] systemd[1]: Starting Load Kernel Modules...
[ 5.872723] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 5.877262] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 5.889229] systemd[1]: Starting Set console keymap...
[ 5.897858] systemd[1]: Listening on Journal Audit Socket.
[ 5.904748] systemd[1]: Listening on udev Kernel Socket.
[ 5.913546] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 5.925242] systemd[1]: Created slice system-openvpn.slice.
[ 5.932192] systemd[1]: Reached target Remote File Systems (Pre).
[ 5.939653] systemd[1]: Reached target Remote File Systems.
[ 5.946703] systemd[1]: Listening on Syslog Socket.
[ 5.954338] systemd[1]: Starting Journal Service...
[ 5.960733] systemd[1]: Reached target User and Group Name Lookups.
[ 5.970703] systemd[1]: Mounted Debug File System.
[ 5.977732] systemd[1]: Started Load Kernel Modules.
[ 5.985101] systemd[1]: Started Remount Root and Kernel File Systems.
[ 5.993710] systemd[1]: Started Set console keymap.
[ 6.000660] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 6.012005] systemd[1]: Started Journal Service.
[ 6.122745] systemd-journald[286]: Received request to flush runtime journal from PID 1
[ 6.160013] random: nonblocking pool is initialized
[ 6.330880] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 6.339619] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 6.347643] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 6.358225] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 6.381964] xhci-tegra 3530000.xhci: cannot find firmware....retry after 1 second
[ 6.545241] dhd_module_init in
[ 6.549125] tegra_net_perf_init: cannot get wifi sclk
[ 6.554945] found wifi platform device bcmdhd_wlan
[ 6.556195] wifi_platform_get_country_code_map: could not get country_code_map
[ 6.556197] wifi_plat_dev_drv_probe:platform country code map is not available
[ 6.556206] Power-up adapter 'DHD generic adapter'
[ 6.556211] wifi_platform_set_power = 1
[ 6.631422] using random self ethernet address
[ 6.636551] using random host ethernet address
[ 6.659124] Mass Storage Function, version: 2009/09/11
[ 6.664913] LUN: removable file: (no medium)
[ 6.678507] using random self ethernet address
[ 6.687369] using random host ethernet address
[ 6.699955] usb0: HOST MAC 9e:d9:ed:c9:34:cf
[ 6.706899] usb0: MAC be:21:34:0c:01:4b
[ 6.717116] usb1: HOST MAC ce:65:55:8a:f5:ed
[ 6.722285] usb1: MAC ca:c6:8a:4a:7f:0f
[ 6.727631] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 6.736665] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 6.743645] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[ 6.752035] tegra-xudc-new 3550000.xudc: entering ELPG
[ 6.756422] wifi_platform_bus_enumerate device present 1
[ 6.764559] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 6.771048] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 6.774456] wifi_platform_bus_enumerate device present 0
[ 6.774799] F1 signature read @0x18000000=0x17214354
[ 6.778820] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 6.779432] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 6.779486] wifi_platform_prealloc: failed to alloc static mem section 7
[ 6.779493] wifi_platform_get_mac_addr
[ 6.781110] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
[ 6.782177] wl_create_event_handler(): thread:wl_event_handler:2af started
[ 6.782191] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xffffffc1de101a70
[ 6.782364] dhd_attach(): thread:dhd_watchdog_thread:2b0 started
[ 6.782385] dhd_attach(): thread:dhd_dpc:2b1 started
[ 6.782413] dhd_attach(): thread:dhd_rxf:2b2 started
[ 6.782419] dhd_deferred_work_init: work queue initialized
[ 6.782885] Dongle Host Driver, version 1.201.82 (r)
Compiled in drivers/net/wireless/bcmdhd on Apr 30 2018 at 16:07:05
[ 6.783307] tegra_sysfs_register
[ 6.783368] Register interface [wlan0] MAC: 00:04:4b:8c:9c:b8
[ 6.783371] dhd_prot_ioctl : bus is down. we have nothing to do
[ 6.783485] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 60
[ 6.784526] wifi_platform_set_power = 0
[ 6.842220] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 6.920244] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 6.927582] tegra-xudc-new 3550000.xudc: entering ELPG
[ 6.934280] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 7.013544] device usb0 entered promiscuous mode
[ 7.053970] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 7.094419] device usb1 entered promiscuous mode
[ 7.114613] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready
[ 7.129223] l4tbr0: port 2(usb1) entered forwarding state
[ 7.135351] l4tbr0: port 2(usb1) entered forwarding state
[ 7.147704] cfg80211: World regulatory domain updated:
[ 7.155249] cfg80211: DFS Master region: unset
[ 7.159886] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 7.172857] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 7.182315] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 7.182318] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 7.182320] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 7.182322] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 7.182324] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 7.182325] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 7.182327] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 7.234458] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 7.398082] xhci-tegra 3530000.xhci: Firmware timestamp: 2017-12-07 10:50:08 UTC, Version: 55.09 release
[ 7.410301] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 7.416496] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 1
[ 7.417349] xhci-tegra 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00010810
[ 7.417373] xhci-tegra 3530000.xhci: irq 60, io mem 0x03530000
[ 7.417464] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 7.417466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.417468] usb usb1: Product: xHCI Host Controller
[ 7.417470] usb usb1: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[ 7.417472] usb usb1: SerialNumber: 3530000.xhci
[ 7.417761] hub 1-0:1.0: USB hub found
[ 7.417780] hub 1-0:1.0: 4 ports detected
[ 7.436425] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 7.436433] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 2
[ 7.436572] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 7.436575] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.436577] usb usb2: Product: xHCI Host Controller
[ 7.436578] usb usb2: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[ 7.436580] usb usb2: SerialNumber: 3530000.xhci
[ 7.436880] hub 2-0:1.0: USB hub found
[ 7.436902] hub 2-0:1.0: 3 ports detected
[ 7.437284] tegra-xotg xotg: otg: host 3530000.xhci registered
[ 7.448608] extcon-gpio-states external-connection:extcon@1: Cable state 2
[ 7.632416] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 7.641799] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 7.704495] l4tbr0: port 2(usb1) entered disabled state
[ 7.728416] usb 1-2: new full-speed USB device number 2 using xhci-tegra
[ 7.741320] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 7.748061]
Dongle Host Driver, version 1.201.82 (r)
Compiled in drivers/net/wireless/bcmdhd on Apr 30 2018 at 16:07:05
[ 7.764405] wl_android_wifi_on in
[ 7.768331] wifi_platform_set_power = 1
[ 7.858892] usb 1-2: New USB device found, idVendor=2b03, idProduct=f681
[ 7.866362] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7.874230] usb 1-2: Product: ZED-M Hid Device
[ 7.879310] usb 1-2: Manufacturer: STEREOLABS
[ 7.884322] usb 1-2: SerialNumber: 10025962
[ 7.889787] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[ 7.898718] hid-generic 0003:2B03:F681.0001: hidraw0: USB HID v1.11 Device [STEREOLABS ZED-M Hid Device] on usb-3530000.xhci-2/input0
[ 7.959198] gk20a 17000000.gp10b: railgate is disabled.
[ 8.037050] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 8.046713] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 8.116296] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 60
[ 8.125529] F1 signature read @0x18000000=0x17214354
[ 8.134193] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 8.141429] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 8.148439] usb 1-3: new high-speed USB device number 3 using xhci-tegra
[ 8.155309] tegradc 15210000.nvdisplay: blank - powerdown
[ 8.227086] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 8.276753] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 8.282850] Enabling wake69
[ 8.286304] wifi_platform_get_mac_addr
[ 8.291623] Firmware up: op_mode=0x0005, MAC=00:04:4b:8c:9c:b8
[ 8.302142] usb 1-3: New USB device found, idVendor=2001, idProduct=ab00
[ 8.309152] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8.316403] usb 1-3: Product: Mobile Connect
[ 8.320817] usb 1-3: Manufacturer: Mobile Connect
[ 8.325569] usb 1-3: SerialNumber: 06130540b7be
[ 8.330243] dhd_preinit_ioctls pspretend_threshold for HostAPD failed -23
[ 8.331074] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[ 8.345106] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 8.353355] scsi host2: usb-storage 1-3:1.0
[ 8.358938] Firmware version = wl0: Dec 12 2017 15:09:35 version 7.35.221.34 (r679642) FWID 01-e35dbe99
[ 8.370667] dhd_interworking_enable: failed to set WNM info, ret=-23
[ 8.377257] tegra_sysfs_on
[ 8.455779] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.458426] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 8.471724] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.596679] usb 1-1: new high-speed USB device number 4 using xhci-tegra
[ 8.631910] CFGP2P-ERROR) wl_cfgp2p_add_p2p_disc_if : P2P interface registered
[ 8.655108] WLC_E_IF: NO_IF set, event Ignored
[ 8.679572] CPU1: shutdown
[ 8.684633] psci: CPU1 killed.
[ 8.710446] CPU2: shutdown
[ 8.713353] psci: CPU2 killed.
[ 8.718313] device-mapper: table: 253:0: thin-pool: unknown target type
[ 8.729538] device-mapper: ioctl: error adding target to table
[ 8.868416] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 8.876435] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 8.883035] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 8.892230] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[ 9.085094] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 5
[ 9.092344] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_DEC_SSPI_CLOCK request
[ 9.358823] scsi 2:0:0:0: Direct-Access SD Storage 0000 PQ: 0 ANSI: 2
[ 9.372533] scsi 2:0:0:1: CD-ROM Mass Storage 0000 PQ: 0 ANSI: 2
[ 9.384210] sd 2:0:0:0: [sda] Unit Not Ready
[ 9.388610] sd 2:0:0:0: [sda] Sense Key : 0x5 [current]
[ 9.394037] sd 2:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[ 9.409144] sd 2:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
[ 9.417687] sd 2:0:0:0: [sda] Sense Key : 0x5 [current]
[ 9.423027] sd 2:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[ 9.428593] sd 2:0:0:0: [sda] Write Protect is off
[ 9.433484] sd 2:0:0:0: [sda] Mode Sense: 0f 00 00 00
[ 9.439048] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.457629] sd 2:0:0:0: [sda] Unit Not Ready
[ 9.461964] sd 2:0:0:0: [sda] Sense Key : 0x5 [current]
[ 9.467312] sd 2:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[ 9.480216] sd 2:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
[ 9.488776] sd 2:0:0:0: [sda] Sense Key : 0x5 [current]
[ 9.494115] sd 2:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[ 9.500972] sd 2:0:0:0: [sda] Attached SCSI removable disk
[ 9.766477] fuse init (API version 7.23)
[ 9.842826] usb 1-1: feature bit otg_vbus_off set
[ 9.847627] usb 1-1: New USB device found, idVendor=046d, idProduct=082d
[ 9.854415] usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=1
[ 9.861612] usb 1-1: Product: HD Pro Webcam C920
[ 9.866295] usb 1-1: SerialNumber: 0152B4DF
[ 10.227499] usbcore: registered new interface driver snd-usb-audio
[ 10.232502] uvcvideo: Found UVC 1.00 device HD Pro Webcam C920 (046d:082d)
[ 10.249817] input: HD Pro Webcam C920 as /devices/3530000.xhci/usb1/1-1/1-1:1.0/input/input4
[ 10.261168] usbcore: registered new interface driver uvcvideo
[ 10.272756] USB Video Class driver (1.1.1)
[ 10.634570] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[ 10.654005] sd 2:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=0x00 driverbyte=0x08
[ 10.662977] sd 2:0:0:0: [sda] Sense Key : 0x5 [current]
[ 10.668334] sd 2:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[ 12.745364] usb 1-3: USB disconnect, device number 3
[ 12.751504] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[ 13.028421] usb 1-3: new high-speed USB device number 5 using xhci-tegra
[ 13.187123] usb 1-3: New USB device found, idVendor=2001, idProduct=7e35
[ 13.193885] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 13.201125] usb 1-3: Product: Mobile Connect
[ 13.205426] usb 1-3: Manufacturer: Mobile Connect
[ 13.210156] usb 1-3: SerialNumber: 0123456789ABCDEF
[ 13.216080] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[ 13.269745] usb-storage 1-3:1.5: USB Mass Storage device detected
[ 13.276320] scsi host3: usb-storage 1-3:1.5
[ 13.284760] usb 1-1: reset high-speed USB device number 4 using xhci-tegra
[ 13.456539] option 1-3:1.0: GSM modem (1-port) converter detected
[ 13.463276] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB0
[ 13.470882] option 1-3:1.1: GSM modem (1-port) converter detected
[ 13.477511] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB1
[ 13.480636] serial-tegra 3110000.serial: configured rate out of supported range by -1.18 %
[ 13.493270] option 1-3:1.2: GSM modem (1-port) converter detected
[ 13.499894] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB2
[ 13.507213] option 1-3:1.3: GSM modem (1-port) converter detected
[ 13.513881] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB3
[ 13.520807] option 1-3:1.4: GSM modem (1-port) converter detected
[ 13.527144] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB4
[ 14.288874] scsi 3:0:0:0: Direct-Access SD Storage 0000 PQ: 0 ANSI: 2
[ 14.303328] sd 3:0:0:0: [sda] Unit Not Ready
[ 14.307928] sd 3:0:0:0: [sda] Sense Key : 0x5 [current]
[ 14.314347] sd 3:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[ 14.328578] sd 3:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
[ 14.339049] sd 3:0:0:0: [sda] Sense Key : 0x5 [current]
[ 14.351405] sd 3:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[ 14.357606] sd 3:0:0:0: [sda] Write Protect is off
[ 14.362615] sd 3:0:0:0: [sda] Mode Sense: 0f 00 00 00
[ 14.368357] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 14.388209] sd 3:0:0:0: [sda] Unit Not Ready
[ 14.392756] sd 3:0:0:0: [sda] Sense Key : 0x5 [current]
[ 14.399893] sd 3:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[ 14.416960] sd 3:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
[ 14.425756] sd 3:0:0:0: [sda] Sense Key : 0x5 [current]
[ 14.431284] sd 3:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[ 14.437742] sd 3:0:0:0: [sda] Attached SCSI removable disk
[ 68.575406] gk20a 17000000.gp10b: railgate is disabled.
[ 68.576411] gk20a 17000000.gp10b: railgate is disabled.
[ 117.945273] usb 1-2: USB disconnect, device number 2
[ 120.021599] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 4
[ 120.028642] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_INC_SSPI_CLOCK request
[ 120.130313] usb 1-2: new full-speed USB device number 6 using xhci-tegra
[ 120.258795] usb 2-1: new SuperSpeed USB device number 2 using xhci-tegra
[ 120.268201] usb 1-2: New USB device found, idVendor=2b03, idProduct=f681
[ 120.274926] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 120.282143] usb 1-2: Product: ZED-M Hid Device
[ 120.286674] usb 1-2: Manufacturer: STEREOLABS
[ 120.291188] usb 1-2: SerialNumber: 10025962
[ 120.296587] usb 2-1: New USB device found, idVendor=2b03, idProduct=f682
[ 120.303389] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 120.310677] usb 2-1: Product: ZED-M
[ 120.314418] usb 2-1: Manufacturer: Technologies, Inc.
[ 120.320239] hid-generic 0003:2B03:F681.0002: hidraw0: USB HID v1.11 Device [STEREOLABS ZED-M Hid Device] on usb-3530000.xhci-2/input0
[ 120.332746] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[ 120.343917] uvcvideo: Found UVC 1.10 device ZED-M (2b03:f682)
[ 120.355831] input: ZED-M as /devices/3530000.xhci/usb2/2-1/2-1:1.0/input/input5
[ 131.291482] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 5
[ 131.298550] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_DEC_SSPI_CLOCK request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment