About TX2 display and kernel command line

Hello everyone! My board and development board on the print information is different:
Development board:The kernel command line,
Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS
0,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=0x27
72e0000 gpt tegra_fbmem2=0x800000@0x969ee000 lut_mem2=0x2008@0x969eb000 tegraid=
18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues
=0.2.1 androidboot.serialno=0324817094137 bl_prof_dataptr=0x10000@0x277040000 sd
hci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
But,Myboard,The kernel command line,
Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS
0,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=0x27
72e0000 gpt tegra_fbmem2=0x800000@0x969ee000 lut_mem2=0x2008@0x969eb000 tegraid=
18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues
=0.2.1 androidboot.serialno=0324817094137 bl_prof_dataptr=0x10000@0x277040000 sd
hci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
No find :tegra_fbmem2=0x800000@0x969ee000 lut_mem2=0x2008@0x969eb000 ;
This leads to my board sometimes can’t normal into the desktop systems,Even if I add this parameter at uboot, into the kernel will filter out;In addition,Development board:
[ 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 versi
on 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] Found tegra_fbmem2: 00800000@969ee000
[ 0.000000] Found lut_mem2: 00002008@969eb000

[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id
nvidia,ramoops
Myboard:
[ 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 versi
on 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
Why?Hardware need to detect anything?Why can’t I be mapped?
Thank you very much!

TX2 kernel cmdline can be added to board config. → p2771-0000.conf.common.

I just wonder why do you need to add this to your cmdline? Isn’t the default one working?

If you have display issue, could you share the full log? In fact, we don’t have much display issue comes from missing parameter in kernel cmdline.

Also, there is a code block button on forum. Please use it for the logs. Otherwise, it would be cut off because forum has length limitation on each comment.

This is development board ,but myboard had no orange print information,

[code]
[ 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 versi
on 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] Found tegra_fbmem2: 00800000@969ee000
[ 0.000000] Found lut_mem2: 00002008@969eb000

[ 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 d300
80 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag
es: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS
0,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=0x27
72e0000 gpt tegra_fbmem2=0x800000@0x969ee000 lut_mem2=0x2008@0x969eb000
tegraid=
18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues
=0.2.1 androidboot.serialno=0324817094137 bl_prof_dataptr=0x10000@0x277040000 sd
hci_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 byte
s)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7967772K/8208384K available (11296K kernel code, 1841K rw
data, 5796K rodata, 1168K init, 691K bss, 175076K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 G
B)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 G
B maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 M
B actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 K
B)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 M
B)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 M
B)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 M
B)
[ 0.000000] .init : 0xffffffc001132000 - 0xffffffc001256000 ( 1168 K
B)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001132000 ( 17096 K
B)
[ 0.000000] .data : 0xffffffc001278000 - 0xffffffc001444730 ( 1842 K
B)
[ 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 43980
46511088ns
[ 0.009813] Console: colour dummy device 80x25
[ 0.014472] console [tty0] enabled
[ 0.018030] bootconsole [uart0] disabled
[ 0.022133] kmemleak: Kernel memory leak detector disabled
[ 0.022146] Calibrating delay loop (skipped), value calculated using timer fr
equency… 62.50 BogoMIPS (lpj=125000)
[ 0.022158] pid_max: default: 32768 minimum: 301
[ 0.022206] Security Framework initialized
[ 0.022243] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022254] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 byte
s)
[ 0.022636] Initializing cgroup subsys io
[ 0.022649] Initializing cgroup subsys memory
[ 0.022666] Initializing cgroup subsys devices
[ 0.022675] Initializing cgroup subsys freezer
[ 0.022683] Initializing cgroup subsys net_cls
[ 0.022693] Initializing cgroup subsys perf_event
[ 0.022702] Initializing cgroup subsys net_prio
[ 0.022712] Initializing cgroup subsys pids
[ 0.022721] Initializing cgroup subsys debug
[ 0.022859] CPU0 ipc=752
[ 0.022868] CPU1 ipc=1024
[ 0.022876] CPU2 ipc=1024
[ 0.022885] CPU3 ipc=752
[ 0.022894] CPU4 ipc=752
[ 0.022904] CPU5 ipc=752
[ 0.022940] ASID allocator initialised with 65536 entries
[ 0.046053] tegra-id: chipid=21817.
[ 0.046070] tegra-id: opt_subrevision=1.
[ 0.046083] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.046748] DTS File Name: arch/arm64/boot/dts//…/…/…/…/…/…/hardware/nv
idia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.046770] DTB Build time: Nov 22 2018 19:42:33
[ 0.062534] CPU1: Booted secondary processor [4e0f0030]
[ 0.074083] CPU2: Booted secondary processor [4e0f0030]
[ 0.085776] CPU3: Booted secondary processor [411fd073]
[ 0.097785] CPU4: Booted secondary processor [411fd073]
[ 0.109773] CPU5: Booted secondary processor [411fd073]
[ 0.109836] Brought up 6 CPUs
[ 0.109891] SMP: Total of 6 processors activated.
[ 0.109903] CPU: All CPU(s) started at EL2
[ 0.110327] devtmpfs: initialized
[ 0.137430] Initilizing CustomIPI irq domain
[ 0.137622] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma
x_idle_ns: 7645041785100000 ns
[ 0.138372] pinctrl core: initialized pinctrl subsystem
[ 0.138549] OS set in device tree is not L4T.
[ 0.138736] regulator-dummy: no parameters
[ 0.138842] Initializing plugin-manager
[ 0.138895] Plugin module not found
[ 0.139299] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02
P
[ 0.139631] node /plugin-manager/fragement@0 match with odm-data enable-denve
r-wdt
[ 0.140231] node /plugin-manager/fragement@4 match with odm-data enable-denve
r-wdt
[ 0.141397] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with bo
ard >=3310-1000-300
[ 0.141749] node /plugin-manager/fragement-pmon-p3310-1000-300 match with boa
rd >=3310-1000-300
[ 0.142001] node /plugin-manager/fragement-pmon-p3310-1000-800 match with boa
rd >=3310-1000-800
[ 0.142220] node /plugin-manager/fragment-devslp@0 match with board >=3310-10
00-200
[ 0.142638] node /plugin-manager/fragment-500-pcie-config match with board >=
3310-1000-500
[ 0.143072] node /plugin-manager/fragment-500-xusb-config match with board >=
3310-1000-500
[ 0.143346] node /plugin-manager/fragment-500-e3325-pcie match with board >=3
310-1000-500
[ 0.143723] node /plugin-manager/fragment-p3310-c00-comm match with board >=3
310-1000-800
[ 0.143966] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3
310-1000-800
[ 0.144186] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1
000-900
[ 0.144440] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1
000-B00
[ 0.145993] node /plugin-manager/fragment-e3326@0 match with board 3326-*
[ 0.147075] node /plugin-manager/fragment-p3310-c00-camera match with board >
=3310-1000-800
[ 0.148824] Adding domain adsp-pd to PM domain ape-pd
[ 0.151130] NET: Registered protocol family 16
[ 0.151988] console [pstore-1] enabled
[ 0.151999] pstore: Registered ramoops as persistent store backend
[ 0.152012] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[ 0.161323] cpuidle: using governor ladder
[ 0.165776] cpuidle: using governor menu
[ 0.166925] bpmp: waiting for handshake
[ 0.166940] bpmp: handshake completed
[ 0.166980] bpmp: synchronizing channels
[ 0.167008] bpmp: channels synchronized
[ 0.167019] bpmp: mail init ok
[ 0.167378] vdso: 2 pages (1 code @ ffffffc00127d000, 1 data @ ffffffc00127c0
00)
[ 0.167410] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.168338] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomi
c allocations
[ 0.169780] tegra_powergate_init: DONE
[ 0.169802] DTS File Name: arch/arm64/boot/dts//…/…/…/…/…/…/hardware/nv
idia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.169823] DTB Build time: Nov 22 2018 19:42:33
[ 0.170741] Tegra reboot handler registered.
[ 0.171781] Registering Tegra186 clocks (this may take a while)…done
[ 0.173889] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.173907] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.173921] arm-smmu 12000000.iommu: stage 1 translation
[ 0.173932] arm-smmu 12000000.iommu: stage 2 translation
[ 0.173944] arm-smmu 12000000.iommu: nested translation
[ 0.173958] arm-smmu 12000000.iommu: stream matching with 128 registe
r groups, mask 0x7f80
[ 0.173976] arm-smmu 12000000.iommu: SMMU address space size (0x800000) diffe
rs from mapped region size (0x1000000)!
[ 0.173994] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only
)
[ 0.174008] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.174021] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.222083] arm-smmu 12000000.iommu: registered 66 master devices
[ 0.227842] iommu: Adding device 3460000.sdhci to group 0
[ 0.228748] iommu: Adding device 3400000.sdhci to group 1
[ 0.232311] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.232801] iommu: Adding device 3160000.i2c to group 3
[ 0.233217] iommu: Adding device c240000.i2c to group 4
[ 0.233555] iommu: Adding device 3180000.i2c to group 5
[ 0.233981] iommu: Adding device 3190000.i2c to group 6
[ 0.234449] iommu: Adding device 31b0000.i2c to group 7
[ 0.234857] iommu: Adding device 31c0000.i2c to group 8
[ 0.235165] iommu: Adding device c250000.i2c to group 9
[ 0.235496] iommu: Adding device 31e0000.i2c to group 10
[ 0.237479] iommu: Adding device 3210000.spi to group 11
[ 0.237831] iommu: Adding device c260000.spi to group 12
[ 0.238207] iommu: Adding device 3240000.spi to group 13
[ 0.239021] iommu: Adding device 3100000.serial to group 14
[ 0.239345] iommu: Adding device 3110000.serial to group 15
[ 0.239644] iommu: Adding device c280000.serial to group 16
[ 0.239980] iommu: Adding device 3130000.serial to group 17
[ 0.241241] iommu: Adding device 2490000.ether_qos to group 18
[ 0.241858] iommu: Adding device b000000.rtcpu to group 19
[ 0.242343] iommu: Adding device c1a0000.aon to group 20
[ 0.243256] Wake73 for irq=42
[ 0.243561] iommu: Adding device smmu_test to group 21
[ 0.244079] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.244120] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.244157] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.244206] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.244268] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.244307] mc-err: Set intmask: 0xf3140
[ 0.244522] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[ 0.245379] Wake76 for irq=199
[ 0.245403] Wake77 for irq=199
[ 0.245423] Wake78 for irq=199
[ 0.245443] Wake79 for irq=199
[ 0.245462] Wake80 for irq=199
[ 0.245481] Wake81 for irq=199
[ 0.245528] Wake82 for irq=199
[ 0.245641] iommu: Adding device 3530000.xhci to group 22
[ 0.245986] iommu: Adding device 3550000.xudc to group 23
[ 0.246794] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.246825] tegra-pmc: ### PMC reset source: Power on reset
[ 0.246848] tegra-pmc: ### PMC reset level: L0
[ 0.246869] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.247157] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registere
d
[ 0.247195] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.247353] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.247382] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.247902] iommu: Adding device 13e10000.host1x to group 24
[ 0.248185] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.248434] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.248685] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.248922] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.249136] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.249382] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.249593] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.249864] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.250264] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.250827] iommu: Adding device 15700000.vi to group 34
[ 0.251147] iommu: Adding device 15600000.isp to group 35
[ 0.251482] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.251708] platform 15210000.nvdisplay: IOVA linear map 0x00000000969ee000(8
00000)
[ 0.251751] platform 15210000.nvdisplay: IOVA linear map 0x00000000969eb000(3
000)

[ 0.251961] iommu: Adding device 15340000.vic to group 37
[ 0.252155] iommu: Adding device 154c0000.nvenc to group 38
[ 0.252369] iommu: Adding device 15480000.nvdec to group 39
[ 0.252686] iommu: Adding device 15380000.nvjpg to group 40
[ 0.252907] iommu: Adding device 15500000.tsec to group 41
[ 0.253136] iommu: Adding device 15100000.tsecb to group 42
[ 0.253818] iommu: Adding device 15810000.se to group 43
[ 0.254058] iommu: Adding device 15820000.se to group 44
[ 0.254256] iommu: Adding device 15830000.se to group 45
[ 0.254437] iommu: Adding device 15840000.se to group 46
[ 0.255008] iommu: Adding device 17000000.gp10b to group 47
[ 0.256412] tegra-reset 5000000.clock: registered 193 resets.
[ 0.258495] iommu: Adding device d000000.bpmp to group 48
[ 0.258773] bpmp: ping status is 0
[ 0.258960] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff8
1e
[ 0.259357] bpmp d000000.bpmp: probe ok
[ 0.262472] iommu: Adding device 2600000.dma to group 49
[ 0.263456] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.263542] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.263602] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.263657] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.263716] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.263772] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.263849] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.263996] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-g
pio
[ 0.265807] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.265925] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-g
pio-aon
[ 0.266943] iommu: Adding device sound to group 50
[ 0.268629] iommu: Adding device 3510000.hda to group 51
[ 0.269781] iommu: Adding device adsp_audio to group 52
[ 0.271260] iommu: Adding device 2993000.adsp to group 53
[ 0.280292] vdd-ac-bat: 5000 mV
[ 0.282394] vdd-1v8-ap: 1800 mV
[ 0.300614] SCSI subsystem initialized
[ 0.300994] usbcore: registered new interface driver usbfs
[ 0.301059] usbcore: registered new interface driver hub
[ 0.301179] usbcore: registered new device driver usb
[ 0.305055] GPIO line 241 (touch-rail-1) hogged as output/high
[ 0.305514] GPIO line 242 (touch-rail-2) hogged as output/high
[ 0.305628] gpiochip_add_data: registered GPIOs 240 to 255 on device: tca9539
[ 0.307042] GPIO line 228 (lcd-bias-en-rail) hogged as output/high
[ 0.307152] gpiochip_add_data: registered GPIOs 224 to 239 on device: tca9539
[ 0.318235] media: Linux media interface: v0.10
[ 0.318310] Linux video capture interface: v2.00
[ 0.321311] pps_core: LinuxPPS API ver. 1 registered
[ 0.321348] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
tti giometti@linux.it
[ 0.321454] PTP clock support registered
[ 0.322317] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.322394] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.323920] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.326026] GPIO line 221 (spmic_gpio_input_5) hogged as input
[ 0.326242] GPIO line 222 (spmic_gpio_input_6) hogged as input
[ 0.326378] gpiochip_add_data: registered GPIOs 216 to 223 on device: max7762
0-gpio
[ 0.334711] vddio-ddr: at 1125 mV
[ 0.338549] avdd_dsi_csi: 1200 mV
[ 0.342563] vdd-1v8: 1800 mV
[ 0.346545] vdd-3v3-sys: 3300 mV
[ 0.347628] spmic-ldo0: at 1800 mV
[ 0.348451] spmic-ldo1: at 800 mV
[ 0.354542] vddio-3v3: 3300 mV
[ 0.355149] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.357321] vdd-rtc: at 800 mV
[ 0.358001] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.361318] spmic-ldo6: at 1500 mV
[ 0.365320] vdd-pex-1v05: 1000 mV
[ 0.365863] dvdd-pex: 1000 mV
[ 0.366121] max77620 4-003c: max77620 probe successful
[ 0.366373] Advanced Linux Sound Architecture Driver Initialized.
[ 0.367333] en-vdd-sd: 3300 mV
[ 0.367940] en-vdd-cam: 1800 mV
[ 0.369780] vdd-hdmi: 5000 mV
[ 0.369959] vdd-usb0-5v: 5000 mV
[ 0.370131] vdd-usb1-5v: 5000 mV
[ 0.373779] en-vdd-ts-1v8: 1800 mV
[ 0.377778] en-vdd-ts-hv-3v3: 3300 mV
[ 0.378312] en-vdd-disp-3v3: 3300 mV
[ 0.378823] en-mdm-pwr-3v7: 3700 mV
[ 0.379335] en-vdd-disp-1v8: 1800 mV
[ 0.379860] en-vdd-cam-hv-2v8: 2800 mV
[ 0.380390] en-vdd-cam-1v2: 1200 mV
[ 0.380911] vdd-fan: 5000 mV
[ 0.381030] vdd-3v3: 3300 mV
[ 0.381761] dis-vdd-1v2: 1200 mV
[ 0.381882] en-vdd-vcm-2v8: 2800 mV
[ 0.382409] vdd-usb2-5v: 5000 mV
[ 0.382517] vdd-sys-bl: 3300 mV
[ 0.383050] en-vdd-sys: 1200 mV
[ 0.386358] extcon-gpio-states external-connection:extcon@1: Cable state 0
[ 0.386755] clocksource: Switched to clocksource arch_sys_counter
[ 0.405028] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.405310] nvmap: nvmap_override_cache_ops() set roc flush ops to replace ca
che ops by set/ways
[ 0.405784] nvmap_page_pool_init: Total RAM pages: 2008327
[ 0.405802] nvmap_page_pool_init: nvmap page pool size: 251040 pages (980 MB)
[ 0.405951] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.410523] Wake76 for irq=199
[ 0.410536] Wake77 for irq=199
[ 0.410547] Wake78 for irq=199
[ 0.410557] Wake79 for irq=199
[ 0.410566] Wake80 for irq=199
[ 0.410575] Wake81 for irq=199
[ 0.410585] Wake82 for irq=199
[ 0.411333] thermal thermal_zone0: Registering thermal zone thermal_zone0 for
type BCPU-therm
[ 0.411529] thermal thermal_zone1: Registering thermal zone thermal_zone1 for
type MCPU-therm
[ 0.411643] thermal thermal_zone2: Registering thermal zone thermal_zone2 for
type GPU-therm
[ 0.411718] thermal thermal_zone3: Registering thermal zone thermal_zone3 for
type PLL-therm
[ 0.412099] thermal thermal_zone4: Registering thermal zone thermal_zone4 for
type AO-therm
[ 0.412240] thermal thermal_zone5: Registering thermal zone thermal_zone5 for
type Tboard_tegra
[ 0.412382] thermal thermal_zone6: Registering thermal zone thermal_zone6 for
type Tdiode_tegra
[ 0.412526] thermal thermal_zone7: Registering thermal zone thermal_zone7 for
type PMIC-Die
[ 0.412816] isomgr_init(): iso emc max clk=1866000KHz
[ 0.412829] isomgr_init(): max_iso_bw=26870400KB
[ 0.412912] NET: Registered protocol family 2
[ 0.413211] TCP established hash table entries: 65536 (order: 7, 524288 bytes
)
[ 0.413437] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.413742] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.413804] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.413862] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.414032] NET: Registered protocol family 1
[ 0.414250] RPC: Registered named UNIX socket transport module.
[ 0.414265] RPC: Registered udp transport module.
[ 0.414276] RPC: Registered tcp transport module.
[ 0.414288] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.414406] Trying to unpack rootfs image as initramfs…
[ 0.428170] host1x 13e10000.host1x: initialized
[ 0.429008] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters av
ailable
[ 0.430661] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.430826] audit: initializing netlink subsys (disabled)
[ 0.430859] audit: type=2000 audit(0.420:1): initialized
[ 0.437380] io scheduler noop registered
[ 0.437489] io scheduler cfq registered (default)
[ 0.440417] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.441605] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.442673] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.443733] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.447135] tsec 15500000.tsec: initialized
[ 0.448239] tsec 15100000.tsecb: initialized
[ 0.450514] nvdec 15480000.nvdec: initialized
[ 0.454038] falcon 15340000.vic: initialized
[ 0.455036] falcon 154c0000.nvenc: initialized
[ 0.456018] falcon 15380000.nvjpg: initialized
[ 0.456763] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.457258] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.457776] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.458278] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.458799] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.459303] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.459805] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.460306] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.462827] DC OR NODE connected to /host1x/sor1
[ 0.462952] generic_infoframe_type: 0x87
[ 0.462966] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:c
amera_platform_driver probe
[ 0.463053] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.463066] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso
= 3916800KBs
[ 0.463086] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4
687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.463096] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registere
d with id=0
[ 0.470464] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 1
6727000 KB/s
[ 0.470484] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor
= 665600000 Hz
[ 0.470500] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 3
57620000 Hz
[ 0.470543] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.470558] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.470701] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.471450] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detec
ted mode: 1920x1080 (on 0x0mm) pclk=148350937

[ 0.472797] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initia
lized
[ 0.473352] kfuse 3830000.kfuse: initialized
[ 0.473640] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use de
fault range
[ 0.474859] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.475192] tegradc 15210000.nvdisplay: probed
[ 0.475321] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.477271] console [ttyS0] disabled
[ 0.477320] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25
500000) is a Tegra
[ 2.598020] console [ttyS0] enabled
[ 2.599937] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud =
0) is a TEGRA_UART
[ 2.601006] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud =
0) is a TEGRA_UART
[ 2.601210] serial-tegra 3130000.serial: RX in PIO mode
[ 2.602090] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud =
0) is a TEGRA_UART
[ 2.611763] Console: switching to colour frame buffer device 240x67
[ 2.612466] brd: module loaded
[ 2.616799] loop: module loaded
[ 2.617026] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.617030] nct1008_nct72 7-004c: starting parse dt
[ 2.617111] nct1008_nct72 7-004c: success parsing dt
[ 2.617228] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.629898] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.654024] tmp451: Enabled overheat logging at 104.00C
[ 2.654168] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.656581] THERMAL EST: found 3 subdevs
[ 2.656585] THERMAL EST num_resources: 0
[ 2.656588] [THERMAL EST subdev 0]
[ 2.656593] [THERMAL EST subdev 1]
[ 2.656596] [THERMAL EST subdev 2]
[ 2.656870] thermal thermal_zone8: Registering thermal zone thermal_zone8 for
type thermal-fan-est
[ 2.656872] THERMAL EST: thz register success.
[ 2.656993] THERMAL EST: end of probe, return err: 0
[ 2.657048] tegra_profiler: Branch: Dev
[ 2.657049] tegra_profiler: Version: 1.117
[ 2.657052] tegra_profiler: Samples version: 41
[ 2.657053] tegra_profiler: IO version: 22
[ 2.657060] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.657064] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.657097] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.657101] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2,
pmu ver: 0x1
[ 2.657104] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.657107] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2,
pmu ver: 0x1
[ 2.657110] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.657113] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.657116] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.657119] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.657122] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.657125] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.657301] tegra_profiler: auth: init
[ 2.660600] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 G
bps 0x1 impl platform mode
[ 2.660612] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pi
o slum part deso sadm apst
[ 2.661553] scsi host0: tegra_ahci
[ 2.661911] scsi host1: tegra_ahci
[ 2.662047] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x1
00 irq 25
[ 2.662050] ata2: DUMMY
[ 2.662969] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.663408] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.663805] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.664549] tun: Universal TUN/TAP device driver, 1.6
[ 2.664552] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.664717] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.664719] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.664754] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.664756] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.665697] PPP generic driver version 2.4.2
[ 2.665817] PPP BSD Compression module registered
[ 2.665824] PPP Deflate Compression module registered
[ 2.665848] PPP MPPE Compression module registered
[ 2.665861] NET: Registered protocol family 24
[ 2.665914] usbcore: registered new interface driver r8152
[ 2.665948] usbcore: registered new interface driver asix
[ 2.665979] usbcore: registered new interface driver ax88179_178a
[ 2.666004] usbcore: registered new interface driver cdc_ether
[ 2.666038] usbcore: registered new interface driver smsc75xx
[ 2.666066] usbcore: registered new interface driver net1080
[ 2.666092] usbcore: registered new interface driver cdc_subset
[ 2.666117] usbcore: registered new interface driver zaurus
[ 2.666160] usbcore: registered new interface driver cdc_ncm
[ 2.666387] Wake76 for irq=199
[ 2.666390] Wake77 for irq=199
[ 2.666392] Wake78 for irq=199
[ 2.666394] Wake79 for irq=199
[ 2.666395] Wake80 for irq=199
[ 2.666397] Wake81 for irq=199
[ 2.666399] Wake82 for irq=199
[ 2.666451] tegra-xotg xotg: usb2 phy is not available yet
[ 2.667049] usbcore: registered new interface driver cdc_acm
[ 2.667052] cdc_acm: USB Abstract Control Model driver for USB modems and ISD
N adapters
[ 2.667087] usbcore: registered new interface driver usb-storage
[ 2.667146] usbcore: registered new interface driver usbserial
[ 2.667173] usbcore: registered new interface driver cp210x
[ 2.667192] usbserial: USB Serial support registered for cp210x
[ 2.667213] usbcore: registered new interface driver ftdi_sio
[ 2.667231] usbserial: USB Serial support registered for FTDI USB Serial Devi
ce
[ 2.667252] usbcore: registered new interface driver option
[ 2.667269] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.667290] usbcore: registered new interface driver pl2303
[ 2.667306] usbserial: USB Serial support registered for pl2303
[ 2.667546] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.686585] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b a7 ca fd
[ 2.687122] libphy: dwc_phy: probed
[ 2.687497] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.751930] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.816450] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as r
tc0
[ 2.818701] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.818725] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.818884] i2c /dev entries driver
[ 2.819662] [OV5693]: probing v4l2 sensor.
[ 2.978791] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.295430] tegradc 15210000.nvdisplay: fb registered
[ 3.302133] PD DISP0 index2 UP
[ 3.307349] PD DISP1 index3 UP
[ 3.311913] PD DISP2 index4 UP
[ 3.325509] Parent Clock set for DC plld2
[ 3.331958] edid invalid
[ 3.382719] edid invalid
[ 3.386602] edid invalid
[ 3.390454] tegradc 15210000.nvdisplay: hdmi: pclk:148351K, set prod-setting:
prod_c_150M
[ 3.546995] tegradc 15210000.nvdisplay: blank - normal
[ 3.549530] tegradc 15210000.nvdisplay: blank - powerdown
[ 3.607830] PD DISP2 index4 DOWN
[ 3.608937] PD DISP1 index3 DOWN
[ 3.609588] PD DISP0 index2 DOWN
[ 3.640118] tegradc 15210000.nvdisplay: unblank
[ 3.640199] PD DISP0 index2 UP
[ 3.646526] PD DISP1 index3 UP
[ 3.647071] PD DISP2 index4 UP
[ 3.662266] Parent Clock set for DC plld2
[ 3.665217] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:
prod_c_150M
[ 3.678253] random: nonblocking pool is initialized
[ 3.692079] gspca_main: v2.14.0 registered
[ 3.692128] usbcore: registered new interface driver gspca_zc3xx
[ 3.692454] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.694432] FAN dev name: pwm-fan
[ 3.694481] FAN:gpio request success.
[ 3.694486] FAN: can’t find tach_gpio
[ 3.694508] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 3.694656] pwm_fan_driver pwm-fan: unable to request PWM, trying legacy API
[ 3.694660] pwm_fan_driver pwm-fan: got pwm for fan
[ 3.694664] pwm_fan_driver pwm-fan: tach period: 1000
[ 3.694977] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, st
ate:2
[ 3.694981] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2,
state:2
[ 3.694984] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1,
state:2
[ 3.694987] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1,
state:2
[ 3.694990] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1,
state:3
[ 3.694993] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1,
state:3
[ 3.694995] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1,
state:3
[ 3.694998] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1,
state:4
[ 3.695001] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1
, state:4
[ 3.695004] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1
, state:4
[ 3.695732] device-mapper: uevent: version 1.0.3
[ 3.695921] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-d
evel@redhat.com
[ 3.696298] sdhci: Secure Digital Host Controller Interface driver
[ 3.696299] sdhci: Copyright(c) Pierre Ossman
[ 3.696303] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.696632] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 3.696932] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249
804
[ 3.697176] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 3.698329] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 3.698456] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.700068] usbcore: registered new interface driver usbhid
[ 3.700069] usbhid: USB HID core driver
[ 3.704919] nvadsp 2993000.adsp: in probe()…
[ 3.719016] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 3.719042] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 3.719233] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 3.719947] Denver: backdoor interface is NOT available.
[ 3.721624] coresight-tmc 8030000.etf: TMC initialized
[ 3.722699] coresight-tmc 8050000.etr: TMC initialized
[ 3.723075] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 3.723553] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 3.723966] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 3.724364] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 3.724771] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 3.725358] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 3.725878] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 3.726399] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 3.726944] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 3.726969] Module initialized successfully
[ 3.730230] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA
=0xa0000000
[ 3.731521] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 3.731782] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f
size=38272
[ 3.732158] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0
x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 3.732200] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1
RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 3.732237] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]
=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 3.732274] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 gr
p=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 3.732313] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 gr
p=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 3.732349] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=
0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 3.732385] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=
0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 3.732538] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 3.732541] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is succ
essful
[ 3.733572] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 3.733574] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver mis
sing
[ 3.733577] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 3.733579] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver m
issing
[ 3.733581] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver m
issing
[ 3.733584] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 3.733586] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 3.733612] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4
sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 3.734782] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADM
A 64-bit with 64 bit addr
[ 3.735004] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 3.735479] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 3.738382] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-ech
o
[ 3.739159] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-d
bg
[ 3.739284] camchar: rtcpu character device driver loaded
[ 3.742944] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 3.743172] register_ari_mca_banks: Registered MCA ROC:IOB
[ 3.743260] register_ari_mca_banks: Registered MCA ROC:CCE
[ 3.743587] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 3.743613] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 3.743635] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 3.743658] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 3.743679] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 3.743703] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 3.743726] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 3.743748] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 3.743770] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 3.743793] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 3.743816] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 3.743839] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 3.743860] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 3.743883] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 3.743905] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 3.743953] **** A57 ECC: Enabled
[ 3.743955] tegra18_a57_serr_init: on CPU 4 a A57 Core
[ 3.744085] parse_throttle_dt_data: Num cap clks = 4
[ 3.744088] parse_throttle_dt_data: clk=mcpu type=1
[ 3.744090] parse_throttle_dt_data: clk=bcpu type=2
[ 3.744095] parse_throttle_dt_data: clk=gpu type=4
[ 3.744097] parse_throttle_dt_data: clk=emc type=3
[ 3.744546] tegra_throttle_probe: probe successful. #cdevs=4
[ 3.744626] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 3.747070] tegra18x_actmon d230000.actmon: initialization Completed for the
device mc_all
[ 3.747355] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 cou
nters available
[ 3.749330] tegra-se-nvhost 15810000.se: initialized
[ 3.749767] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 3.750073] tegra-se-nvhost 15820000.se: initialized
[ 3.750473] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 3.750773] tegra-se-nvhost 15830000.se: initialized
[ 3.750884] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 3.769536] tegra-se-nvhost 15840000.se: initialized
[ 3.769894] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 3.773476] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 3.776818] cpufreq: platform driver Initialization: pass
[ 3.776976] tegra_cluster_clk e090000.cluster_clk_priv: in probe()…
[ 3.777033] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 3.777196] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x000000000352
0000 end 0x0000000003520fff
[ 3.777200] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000
end 0x0000000003540fff
[ 3.777236] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2ca895
[ 3.777239] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 3.778356] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 3.778878] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enab
led
[ 3.779413] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 3.781397] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 3.781507] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 3.782422] tachometer tegra-tachometer: Tachometer driver tegra-tachometer r
egistered
[ 3.782426] Tachometer driver initialized with pulse_per_rev: 2 and win_len:
2
[ 3.782767] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADM
A 64-bit with 64 bit addr
[ 3.783479] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 3.783520] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 3.783581] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 3.783601] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 256
[ 3.783791] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 3.785258] tegra210_adsp_audio_platform_probe: platform probe started
[ 3.785819] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 3.786056] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 3.786352] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 3.786613] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 3.790957] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 3.790962] tegra210-adsp adsp_audio: adma channel page address dt entry not
found
[ 3.790964] tegra210-adsp adsp_audio: using adma channel page 0
[ 3.792804] tegra210_adsp_audio_platform_probe probe successfull.
[ 3.792804] mmc0: MAN_BKOPS_EN bit is not set
[ 3.797358] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card
0/input0
[ 3.797487] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card
0/input1
[ 3.800031] mmc0: Skipping tuning since strobe enabled
[ 3.801919] OPE platform probe
[ 3.801988] OPE platform probe successful
[ 3.807454] mmc0: periodic cache flush enabled
[ 3.807460] mmc0: new HS400 MMC card at address 0001
[ 3.807748] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 3.807951] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 3.808129] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 3.808275] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 3.809516] 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
[ 3.822853] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADM
A 64-bit with 64 bit addr
[ 3.847184] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 3.884006] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mappin
g ok
[ 3.884173] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mappin
g ok
[ 3.884327] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mappin
g ok
[ 3.884472] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mappin
g ok
[ 3.884613] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mappin
g ok [ 3.884733] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mappin
g ok
[ 3.884830] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mappin
g ok
[ 3.884921] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mappin
g ok
[ 3.885017] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mappin
g ok
[ 3.885132] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapp
ing ok

[ 0.000000] Found tegra_fbmem2: 00800000@969ee000
[ 0.000000] Found lut_mem2: 00002008@969eb000
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS
0,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=0x27
72e0000 gpt tegra_fbmem2=0x800000@0x969ee000 lut_mem2=0x2008@0x969eb000
tegraid=
18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues
=0.2.1 androidboot.serialno=0324817094137 bl_prof_dataptr=0x10000@0x277040000 sd
hci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.251708] platform 15210000.nvdisplay: IOVA linear map 0x00000000969ee000(8
00000)
[ 0.251751] platform 15210000.nvdisplay: IOVA linear map 0x00000000969eb000(3
000)
[ 0.471450] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detec
ted mode: 1920x1080 (on 0x0mm) pclk=148350937

But myboard had no print these information

[code][ 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 versi
on 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] Found tegra_fbmem2: 00800000@969ee000
[ 0.000000] Found lut_mem2: 00002008@969eb000
[ 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 d300
80 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag
es: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS
0,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=0x27
72e0000 gpt tegra_fbmem2=0x800000@0x969ee000 lut_mem2=0x2008@0x969eb000 tegraid=
18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues
=0.2.1 androidboot.serialno=0324817094137 bl_prof_dataptr=0x10000@0x277040000 sd
hci_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 byte
s)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7967772K/8208384K available (11296K kernel code, 1841K rw
data, 5796K rodata, 1168K init, 691K bss, 175076K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 G
B)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 G
B maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 M
B actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 K
B)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 M
B)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 M
B)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 M
B)
[ 0.000000] .init : 0xffffffc001132000 - 0xffffffc001256000 ( 1168 K
B)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001132000 ( 17096 K
B)
[ 0.000000] .data : 0xffffffc001278000 - 0xffffffc001444730 ( 1842 K
B)
[ 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 43980
46511088ns
[ 0.009840] Console: colour dummy device 80x25
[ 0.014498] console [tty0] enabled
[ 0.018055] bootconsole [uart0] disabled
[ 0.022158] kmemleak: Kernel memory leak detector disabled
[ 0.022170] Calibrating delay loop (skipped), value calculated using timer fr
equency… 62.50 BogoMIPS (lpj=125000)
[ 0.022183] pid_max: default: 32768 minimum: 301
[ 0.022232] Security Framework initialized
[ 0.022270] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022281] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 byte
s)
[ 0.022662] Initializing cgroup subsys io
[ 0.022675] Initializing cgroup subsys memory
[ 0.022692] Initializing cgroup subsys devices
[ 0.022702] Initializing cgroup subsys freezer
[ 0.022711] Initializing cgroup subsys net_cls
[ 0.022721] Initializing cgroup subsys perf_event
[ 0.022730] Initializing cgroup subsys net_prio
[ 0.022740] Initializing cgroup subsys pids
[ 0.022748] Initializing cgroup subsys debug
[ 0.022891] CPU0 ipc=752
[ 0.022900] CPU1 ipc=1024
[ 0.022908] CPU2 ipc=1024
[ 0.022917] CPU3 ipc=752
[ 0.022926] CPU4 ipc=752
[ 0.022936] CPU5 ipc=752
[ 0.022972] ASID allocator initialised with 65536 entries
[ 0.046256] tegra-id: chipid=21817.
[ 0.046273] tegra-id: opt_subrevision=1.
[ 0.046287] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.046967] DTS File Name: arch/arm64/boot/dts//…/…/…/…/…/…/hardware/nv
idia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.046988] DTB Build time: Nov 22 2018 19:42:33
[ 0.062562] CPU1: Booted secondary processor [4e0f0030]
[ 0.074059] CPU2: Booted secondary processor [4e0f0030]
[ 0.085788] CPU3: Booted secondary processor [411fd073]
[ 0.097803] CPU4: Booted secondary processor [411fd073]
[ 0.109795] CPU5: Booted secondary processor [411fd073]
[ 0.109857] Brought up 6 CPUs
[ 0.109912] SMP: Total of 6 processors activated.
[ 0.109924] CPU: All CPU(s) started at EL2
[ 0.110397] devtmpfs: initialized
[ 0.137022] Initilizing CustomIPI irq domain
[ 0.137214] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma
x_idle_ns: 7645041785100000 ns
[ 0.137982] pinctrl core: initialized pinctrl subsystem
[ 0.138158] OS set in device tree is not L4T.
[ 0.138349] regulator-dummy: no parameters
[ 0.138452] Initializing plugin-manager
[ 0.138505] Plugin module not found
[ 0.138911] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02
P
[ 0.139240] node /plugin-manager/fragement@0 match with odm-data enable-denve
r-wdt
[ 0.139842] node /plugin-manager/fragement@4 match with odm-data enable-denve
r-wdt
[ 0.140982] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with bo
ard >=3310-1000-300
[ 0.141326] node /plugin-manager/fragement-pmon-p3310-1000-300 match with boa
rd >=3310-1000-300
[ 0.141600] node /plugin-manager/fragement-pmon-p3310-1000-800 match with boa
rd >=3310-1000-800
[ 0.141820] node /plugin-manager/fragment-devslp@0 match with board >=3310-10
00-200
[ 0.142239] node /plugin-manager/fragment-500-pcie-config match with board >=
3310-1000-500
[ 0.142673] node /plugin-manager/fragment-500-xusb-config match with board >=
3310-1000-500
[ 0.142947] node /plugin-manager/fragment-500-e3325-pcie match with board >=3
310-1000-500
[ 0.143322] node /plugin-manager/fragment-p3310-c00-comm match with board >=3
310-1000-800
[ 0.143566] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3
310-1000-800
[ 0.143786] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1
000-900
[ 0.144039] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1
000-B00
[ 0.145590] node /plugin-manager/fragment-e3326@0 match with board 3326-*
[ 0.146661] node /plugin-manager/fragment-p3310-c00-camera match with board >
=3310-1000-800
[ 0.148443] Adding domain adsp-pd to PM domain ape-pd
[ 0.150867] NET: Registered protocol family 16
[ 0.152897] console [pstore-1] enabled
[ 0.152909] pstore: Registered ramoops as persistent store backend
[ 0.152921] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[ 0.161347] cpuidle: using governor ladder
[ 0.165788] cpuidle: using governor menu
[ 0.166941] bpmp: waiting for handshake
[ 0.166956] bpmp: handshake completed
[ 0.166997] bpmp: synchronizing channels
[ 0.167025] bpmp: channels synchronized
[ 0.167036] bpmp: mail init ok
[ 0.167400] vdso: 2 pages (1 code @ ffffffc00127d000, 1 data @ ffffffc00127c0
00)
[ 0.167432] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.168360] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomi
c allocations
[ 0.169813] tegra_powergate_init: DONE
[ 0.169834] DTS File Name: arch/arm64/boot/dts//…/…/…/…/…/…/hardware/nv
idia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.169854] DTB Build time: Nov 22 2018 19:42:33
[ 0.170781] Tegra reboot handler registered.
[ 0.171846] Registering Tegra186 clocks (this may take a while)…done
[ 0.173978] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.173996] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.174009] arm-smmu 12000000.iommu: stage 1 translation
[ 0.174021] arm-smmu 12000000.iommu: stage 2 translation
[ 0.174033] arm-smmu 12000000.iommu: nested translation
[ 0.174047] arm-smmu 12000000.iommu: stream matching with 128 registe
r groups, mask 0x7f80
[ 0.174065] arm-smmu 12000000.iommu: SMMU address space size (0x800000) diffe
rs from mapped region size (0x1000000)!
[ 0.174084] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only
)
[ 0.174098] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.174110] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.221758] arm-smmu 12000000.iommu: registered 66 master devices
[ 0.227416] iommu: Adding device 3460000.sdhci to group 0
[ 0.228263] iommu: Adding device 3400000.sdhci to group 1
[ 0.231815] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.232287] iommu: Adding device 3160000.i2c to group 3
[ 0.232696] iommu: Adding device c240000.i2c to group 4
[ 0.233020] iommu: Adding device 3180000.i2c to group 5
[ 0.233395] iommu: Adding device 3190000.i2c to group 6
[ 0.233830] iommu: Adding device 31b0000.i2c to group 7
[ 0.234171] iommu: Adding device 31c0000.i2c to group 8
[ 0.234491] iommu: Adding device c250000.i2c to group 9
[ 0.234847] iommu: Adding device 31e0000.i2c to group 10
[ 0.236946] iommu: Adding device 3210000.spi to group 11
[ 0.237262] iommu: Adding device c260000.spi to group 12
[ 0.237605] iommu: Adding device 3240000.spi to group 13
[ 0.238414] iommu: Adding device 3100000.serial to group 14
[ 0.238784] iommu: Adding device 3110000.serial to group 15
[ 0.239126] iommu: Adding device c280000.serial to group 16
[ 0.239440] iommu: Adding device 3130000.serial to group 17
[ 0.240688] iommu: Adding device 2490000.ether_qos to group 18
[ 0.241464] iommu: Adding device b000000.rtcpu to group 19
[ 0.242090] iommu: Adding device c1a0000.aon to group 20
[ 0.243051] Wake73 for irq=42
[ 0.243417] iommu: Adding device smmu_test to group 21
[ 0.243946] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.243988] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.244025] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.244065] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.244134] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.244170] mc-err: Set intmask: 0xf3140
[ 0.244418] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[ 0.245507] Wake76 for irq=199
[ 0.245534] Wake77 for irq=199
[ 0.245555] Wake78 for irq=199
[ 0.245575] Wake79 for irq=199
[ 0.245596] Wake80 for irq=199
[ 0.245616] Wake81 for irq=199
[ 0.245636] Wake82 for irq=199
[ 0.245764] iommu: Adding device 3530000.xhci to group 22
[ 0.246144] iommu: Adding device 3550000.xudc to group 23
[ 0.247024] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.247063] tegra-pmc: ### PMC reset source: Software reset
[ 0.247088] tegra-pmc: ### PMC reset level: L1
[ 0.247111] tegra-pmc: ### PMC reset status reg: 0x2d
[ 0.247369] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registere
d
[ 0.247428] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.247635] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.247667] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.248105] iommu: Adding device 13e10000.host1x to group 24
[ 0.248388] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.248639] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.248858] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.249134] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.249357] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.249604] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.249819] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.250052] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.250494] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.251075] iommu: Adding device 15700000.vi to group 34
[ 0.251383] iommu: Adding device 15600000.isp to group 35
[ 0.251741] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.251956] platform 15210000.nvdisplay: IOVA linear map 0x00000000969ee000(8
00000)
[ 0.251999] platform 15210000.nvdisplay: IOVA linear map 0x00000000969eb000(3
000)
[ 0.252200] iommu: Adding device 15340000.vic to group 37
[ 0.252407] iommu: Adding device 154c0000.nvenc to group 38
[ 0.252629] iommu: Adding device 15480000.nvdec to group 39
[ 0.252986] iommu: Adding device 15380000.nvjpg to group 40
[ 0.253188] iommu: Adding device 15500000.tsec to group 41
[ 0.253412] iommu: Adding device 15100000.tsecb to group 42
[ 0.254156] iommu: Adding device 15810000.se to group 43
[ 0.254387] iommu: Adding device 15820000.se to group 44
[ 0.254619] iommu: Adding device 15830000.se to group 45
[ 0.254841] iommu: Adding device 15840000.se to group 46
[ 0.255338] iommu: Adding device 17000000.gp10b to group 47
[ 0.256782] tegra-reset 5000000.clock: registered 193 resets.
[ 0.258922] iommu: Adding device d000000.bpmp to group 48
[ 0.259159] bpmp: ping status is 0
[ 0.259333] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff8
1e
[ 0.259762] bpmp d000000.bpmp: probe ok
[ 0.262388] iommu: Adding device 2600000.dma to group 49
[ 0.263257] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.263323] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.263397] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.263490] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.263540] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.263585] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.263630] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.263728] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-g
pio
[ 0.265584] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.265714] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-g
pio-aon
[ 0.266732] iommu: Adding device sound to group 50
[ 0.268434] iommu: Adding device 3510000.hda to group 51
[ 0.269588] iommu: Adding device adsp_audio to group 52
[ 0.271047] iommu: Adding device 2993000.adsp to group 53
[ 0.280155] vdd-ac-bat: 5000 mV
[ 0.282341] vdd-1v8-ap: 1800 mV
[ 0.300699] SCSI subsystem initialized
[ 0.301048] usbcore: registered new interface driver usbfs
[ 0.301115] usbcore: registered new interface driver hub
[ 0.301235] usbcore: registered new device driver usb
[ 0.305099] GPIO line 241 (touch-rail-1) hogged as output/high
[ 0.305593] GPIO line 242 (touch-rail-2) hogged as output/high
[ 0.305717] gpiochip_add_data: registered GPIOs 240 to 255 on device: tca9539
[ 0.307098] GPIO line 228 (lcd-bias-en-rail) hogged as output/high
[ 0.307197] gpiochip_add_data: registered GPIOs 224 to 239 on device: tca9539
[ 0.317772] media: Linux media interface: v0.10
[ 0.317842] Linux video capture interface: v2.00
[ 0.320909] pps_core: LinuxPPS API ver. 1 registered
[ 0.320945] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
tti giometti@linux.it
[ 0.320994] PTP clock support registered
[ 0.321898] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.321963] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.323476] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.325567] GPIO line 221 (spmic_gpio_input_5) hogged as input
[ 0.325775] GPIO line 222 (spmic_gpio_input_6) hogged as input
[ 0.325873] gpiochip_add_data: registered GPIOs 216 to 223 on device: max7762
0-gpio
[ 0.330734] vddio-ddr: at 1125 mV
[ 0.334573] avdd_dsi_csi: 1200 mV
[ 0.338571] vdd-1v8: 1800 mV
[ 0.342573] vdd-3v3-sys: 3300 mV
[ 0.343363] spmic-ldo0: at 1800 mV
[ 0.344177] spmic-ldo1: at 800 mV
[ 0.346575] vddio-3v3: 3300 mV
[ 0.347224] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.350574] vdd-rtc: at 800 mV
[ 0.351213] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.354575] spmic-ldo6: at 1500 mV
[ 0.357345] vdd-pex-1v05: 1000 mV
[ 0.357897] dvdd-pex: 1000 mV
[ 0.358168] max77620 4-003c: max77620 probe successful
[ 0.358419] Advanced Linux Sound Architecture Driver Initialized.
[ 0.359380] en-vdd-sd: 3300 mV
[ 0.360011] en-vdd-cam: 1800 mV
[ 0.361791] vdd-hdmi: 5000 mV
[ 0.361967] vdd-usb0-5v: 5000 mV
[ 0.362134] vdd-usb1-5v: 5000 mV
[ 0.365793] en-vdd-ts-1v8: 1800 mV
[ 0.369791] en-vdd-ts-hv-3v3: 3300 mV
[ 0.370316] en-vdd-disp-3v3: 3300 mV
[ 0.370819] en-mdm-pwr-3v7: 3700 mV
[ 0.371325] en-vdd-disp-1v8: 1800 mV
[ 0.371839] en-vdd-cam-hv-2v8: 2800 mV
[ 0.372355] en-vdd-cam-1v2: 1200 mV
[ 0.372870] vdd-fan: 5000 mV
[ 0.372990] vdd-3v3: 3300 mV
[ 0.373714] dis-vdd-1v2: 1200 mV
[ 0.373836] en-vdd-vcm-2v8: 2800 mV
[ 0.374353] vdd-usb2-5v: 5000 mV
[ 0.374459] vdd-sys-bl: 3300 mV
[ 0.374989] en-vdd-sys: 1200 mV
[ 0.378367] extcon-gpio-states external-connection:extcon@1: Cable state 0
[ 0.378765] clocksource: Switched to clocksource arch_sys_counter
[ 0.396983] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.397261] nvmap: nvmap_override_cache_ops() set roc flush ops to replace ca
che ops by set/ways
[ 0.397731] nvmap_page_pool_init: Total RAM pages: 2008327
[ 0.397748] nvmap_page_pool_init: nvmap page pool size: 251040 pages (980 MB)
[ 0.397885] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.402397] Wake76 for irq=199
[ 0.402411] Wake77 for irq=199
[ 0.402422] Wake78 for irq=199
[ 0.402432] Wake79 for irq=199
[ 0.402442] Wake80 for irq=199
[ 0.402452] Wake81 for irq=199
[ 0.402462] Wake82 for irq=199
[ 0.403219] thermal thermal_zone0: Registering thermal zone thermal_zone0 for
type BCPU-therm
[ 0.403415] thermal thermal_zone1: Registering thermal zone thermal_zone1 for
type MCPU-therm
[ 0.403529] thermal thermal_zone2: Registering thermal zone thermal_zone2 for
type GPU-therm
[ 0.403603] thermal thermal_zone3: Registering thermal zone thermal_zone3 for
type PLL-therm
[ 0.403985] thermal thermal_zone4: Registering thermal zone thermal_zone4 for
type AO-therm
[ 0.404126] thermal thermal_zone5: Registering thermal zone thermal_zone5 for
type Tboard_tegra
[ 0.404269] thermal thermal_zone6: Registering thermal zone thermal_zone6 for
type Tdiode_tegra
[ 0.404412] thermal thermal_zone7: Registering thermal zone thermal_zone7 for
type PMIC-Die
[ 0.404703] isomgr_init(): iso emc max clk=1866000KHz
[ 0.404716] isomgr_init(): max_iso_bw=26870400KB
[ 0.404801] NET: Registered protocol family 2
[ 0.405100] TCP established hash table entries: 65536 (order: 7, 524288 bytes
)
[ 0.405324] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.405617] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.405673] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.405727] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.405886] NET: Registered protocol family 1
[ 0.406082] RPC: Registered named UNIX socket transport module.
[ 0.406097] RPC: Registered udp transport module.
[ 0.406108] RPC: Registered tcp transport module.
[ 0.406119] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.406231] Trying to unpack rootfs image as initramfs…
[ 0.419835] host1x 13e10000.host1x: initialized
[ 0.420677] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters av
ailable
[ 0.422833] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.422927] audit: initializing netlink subsys (disabled)
[ 0.422970] audit: type=2000 audit(0.412:1): initialized
[ 0.429765] io scheduler noop registered
[ 0.429868] io scheduler cfq registered (default)
[ 0.432408] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.433591] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.434645] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.435710] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.439109] tsec 15500000.tsec: initialized
[ 0.440220] tsec 15100000.tsecb: initialized
[ 0.442545] nvdec 15480000.nvdec: initialized
[ 0.446150] falcon 15340000.vic: initialized
[ 0.447150] falcon 154c0000.nvenc: initialized
[ 0.448140] falcon 15380000.nvjpg: initialized
[ 0.448909] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.449407] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.449906] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.450398] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.450910] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.451403] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.451899] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.452390] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.455014] DC OR NODE connected to /host1x/sor1
[ 0.455141] generic_infoframe_type: 0x87
[ 0.455154] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:c
amera_platform_driver probe
[ 0.455244] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.455253] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso
= 3916800KBs
[ 0.455259] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4
687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.455316] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registere
d with id=0
[ 0.462416] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 1
6727000 KB/s
[ 0.462436] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor
= 665600000 Hz
[ 0.462452] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 3
57620000 Hz
[ 0.462496] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.462511] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.462648] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.463396] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detec
ted mode: 1920x1080 (on 0x0mm) pclk=148350937
[ 0.465107] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initia
lized
[ 0.465453] kfuse 3830000.kfuse: initialized
[ 0.465523] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use de
fault range
[ 0.466879] tegradc 15210000.nvdisplay: probed
[ 0.467238] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.467751] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.469669] console [ttyS0] disabled
[ 0.469731] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25
500000) is a Tegra
[ 2.590721] console [ttyS0] enabled
[ 2.592685] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud =
0) is a TEGRA_UART
[ 2.593730] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud =
0) is a TEGRA_UART
[ 2.593934] serial-tegra 3130000.serial: RX in PIO mode
[ 2.594815] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud =
0) is a TEGRA_UART
[ 2.604373] Console: switching to colour frame buffer device 240x67
[ 2.605156] brd: module loaded
[ 2.609501] loop: module loaded
[ 2.609722] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.609726] nct1008_nct72 7-004c: starting parse dt
[ 2.609808] nct1008_nct72 7-004c: success parsing dt
[ 2.609929] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.623238] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.646719] tmp451: Enabled overheat logging at 104.00C
[ 2.646906] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.649257] THERMAL EST: found 3 subdevs
[ 2.649261] THERMAL EST num_resources: 0
[ 2.649264] [THERMAL EST subdev 0]
[ 2.649269] [THERMAL EST subdev 1]
[ 2.649272] [THERMAL EST subdev 2]
[ 2.649566] thermal thermal_zone8: Registering thermal zone thermal_zone8 for
type thermal-fan-est
[ 2.649568] THERMAL EST: thz register success.
[ 2.649686] THERMAL EST: end of probe, return err: 0
[ 2.649737] tegra_profiler: Branch: Dev
[ 2.649739] tegra_profiler: Version: 1.117
[ 2.649741] tegra_profiler: Samples version: 41
[ 2.649743] tegra_profiler: IO version: 22
[ 2.649750] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.649754] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.649757] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.649761] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2,
pmu ver: 0x1
[ 2.649764] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.649767] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2,
pmu ver: 0x1
[ 2.649770] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.649773] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.649776] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.649779] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.649782] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.649785] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.649955] tegra_profiler: auth: init
[ 2.653440] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 G
bps 0x1 impl platform mode
[ 2.653452] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pi
o slum part deso sadm apst
[ 2.654483] scsi host0: tegra_ahci
[ 2.654906] scsi host1: tegra_ahci
[ 2.655075] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x1
00 irq 25
[ 2.655078] ata2: DUMMY
[ 2.656038] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.656528] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.656988] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.657835] tun: Universal TUN/TAP device driver, 1.6
[ 2.657837] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.658016] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.658018] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.658053] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.658054] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.659167] PPP generic driver version 2.4.2
[ 2.659294] PPP BSD Compression module registered
[ 2.659302] PPP Deflate Compression module registered
[ 2.659325] PPP MPPE Compression module registered
[ 2.659338] NET: Registered protocol family 24
[ 2.659389] usbcore: registered new interface driver r8152
[ 2.659421] usbcore: registered new interface driver asix
[ 2.659449] usbcore: registered new interface driver ax88179_178a
[ 2.659475] usbcore: registered new interface driver cdc_ether
[ 2.659514] usbcore: registered new interface driver smsc75xx
[ 2.659566] usbcore: registered new interface driver net1080
[ 2.659594] usbcore: registered new interface driver cdc_subset
[ 2.659620] usbcore: registered new interface driver zaurus
[ 2.659664] usbcore: registered new interface driver cdc_ncm
[ 2.659919] Wake76 for irq=199
[ 2.659922] Wake77 for irq=199
[ 2.659924] Wake78 for irq=199
[ 2.659926] Wake79 for irq=199
[ 2.659927] Wake80 for irq=199
[ 2.659930] Wake81 for irq=199
[ 2.659931] Wake82 for irq=199
[ 2.659989] tegra-xotg xotg: usb2 phy is not available yet
[ 2.660700] usbcore: registered new interface driver cdc_acm
[ 2.660702] cdc_acm: USB Abstract Control Model driver for USB modems and ISD
N adapters
[ 2.660740] usbcore: registered new interface driver usb-storage
[ 2.660806] usbcore: registered new interface driver usbserial
[ 2.660830] usbcore: registered new interface driver cp210x
[ 2.660848] usbserial: USB Serial support registered for cp210x
[ 2.660870] usbcore: registered new interface driver ftdi_sio
[ 2.660901] usbserial: USB Serial support registered for FTDI USB Serial Devi
ce
[ 2.660949] usbcore: registered new interface driver option
[ 2.660968] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.660994] usbcore: registered new interface driver pl2303
[ 2.661010] usbserial: USB Serial support registered for pl2303
[ 2.661199] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.662193] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b a7 ca fd
[ 2.662731] libphy: dwc_phy: probed
[ 2.681289] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.727941] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.787078] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as r
tc0
[ 2.789172] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.789185] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.789329] i2c /dev entries driver
[ 2.790069] [OV5693]: probing v4l2 sensor.
[ 2.974803] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.286219] tegradc 15210000.nvdisplay: fb registered
[ 3.292946] PD DISP0 index2 UP
[ 3.298122] PD DISP1 index3 UP
[ 3.302701] PD DISP2 index4 UP
[ 3.316539] Parent Clock set for DC plld2
[ 3.323018] edid invalid
[ 3.368996] edid invalid
[ 3.372870] edid invalid
[ 3.376732] tegradc 15210000.nvdisplay: hdmi: pclk:148351K, set prod-setting:
prod_c_150M
[ 3.531123] tegradc 15210000.nvdisplay: blank - normal
[ 3.535810] tegradc 15210000.nvdisplay: blank - powerdown
[ 3.594468] PD DISP2 index4 DOWN
[ 3.597048] PD DISP1 index3 DOWN
[ 3.597713] PD DISP0 index2 DOWN
[ 3.627547] tegradc 15210000.nvdisplay: unblank
[ 3.627666] PD DISP0 index2 UP
[ 3.633881] PD DISP1 index3 UP
[ 3.634454] PD DISP2 index4 UP
[ 3.649907] Parent Clock set for DC plld2
[ 3.652822] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:
prod_c_150M
[ 3.667931] gspca_main: v2.14.0 registered
[ 3.667981] usbcore: registered new interface driver gspca_zc3xx
[ 3.668308] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.669809] random: nonblocking pool is initialized
[ 3.670281] FAN dev name: pwm-fan
[ 3.670329] FAN:gpio request success.
[ 3.670334] FAN: can’t find tach_gpio
[ 3.670357] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 3.670500] pwm_fan_driver pwm-fan: unable to request PWM, trying legacy API
[ 3.670504] pwm_fan_driver pwm-fan: got pwm for fan
[ 3.670507] pwm_fan_driver pwm-fan: tach period: 1000
[ 3.670830] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, st
ate:2
[ 3.670834] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2,
state:2
[ 3.670837] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1,
state:2
[ 3.670840] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1,
state:2
[ 3.670842] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1,
state:3
[ 3.670845] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1,
state:3
[ 3.670848] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1,
state:3
[ 3.670850] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1,
state:4
[ 3.670853] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1
, state:4
[ 3.670856] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1
, state:4
[ 3.671596] device-mapper: uevent: version 1.0.3
[ 3.671781] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-d
evel@redhat.com
[ 3.672133] sdhci: Secure Digital Host Controller Interface driver
[ 3.672134] sdhci: Copyright(c) Pierre Ossman
[ 3.672139] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.672431] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 3.672730] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249
804
[ 3.672968] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 3.674115] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 3.674244] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.675770] usbcore: registered new interface driver usbhid
[ 3.675772] usbhid: USB HID core driver
[ 3.680572] nvadsp 2993000.adsp: in probe()…
[ 3.694316] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 3.694341] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 3.694524] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 3.695240] Denver: backdoor interface is NOT available.
[ 3.696893] coresight-tmc 8030000.etf: TMC initialized
[ 3.697946] coresight-tmc 8050000.etr: TMC initialized
[ 3.698284] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 3.698750] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 3.699185] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 3.699584] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 3.699982] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 3.700551] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 3.701061] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 3.701574] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 3.702088] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 3.702112] Module initialized successfully
[ 3.705342] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA
=0xa0000000
[ 3.706525] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 3.706716] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f
size=38272
[ 3.706790] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADM
A 64-bit with 64 bit addr
[ 3.707055] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 3.707217] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0
x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 3.707261] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1
RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 3.707301] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]
=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 3.707304] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 3.707373] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 gr
p=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 3.707410] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 gr
p=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 3.707445] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=
0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 3.707481] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=
0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 3.707658] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 3.707660] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is succ
essful
[ 3.708311] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 3.708314] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver mis
sing
[ 3.708316] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 3.708319] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver m
issing
[ 3.708321] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver m
issing
[ 3.708323] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 3.708325] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 3.708350] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4
sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 3.712094] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-ech
o
[ 3.712813] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-d
bg
[ 3.712943] camchar: rtcpu character device driver loaded
[ 3.716463] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 3.716687] register_ari_mca_banks: Registered MCA ROC:IOB
[ 3.716774] register_ari_mca_banks: Registered MCA ROC:CCE
[ 3.717106] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 3.717133] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 3.717157] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 3.717180] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 3.717203] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 3.717225] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 3.717248] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 3.717269] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 3.717293] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 3.717315] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 3.717336] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 3.717358] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 3.717381] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 3.717403] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 3.717425] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 3.717473] **** A57 ECC: Enabled
[ 3.717476] tegra18_a57_serr_init: on CPU 3 a A57 Core
[ 3.717618] parse_throttle_dt_data: Num cap clks = 4
[ 3.717621] parse_throttle_dt_data: clk=mcpu type=1
[ 3.717623] parse_throttle_dt_data: clk=bcpu type=2
[ 3.717628] parse_throttle_dt_data: clk=gpu type=4
[ 3.717629] parse_throttle_dt_data: clk=emc type=3
[ 3.718074] tegra_throttle_probe: probe successful. #cdevs=4
[ 3.718157] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 3.720613] tegra18x_actmon d230000.actmon: initialization Completed for the
device mc_all
[ 3.720907] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 cou
nters available
[ 3.722892] tegra-se-nvhost 15810000.se: initialized
[ 3.723327] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 3.723638] tegra-se-nvhost 15820000.se: initialized
[ 3.724039] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 3.724321] tegra-se-nvhost 15830000.se: initialized
[ 3.724417] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 3.724684] tegra-se-nvhost 15840000.se: initialized
[ 3.725018] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 3.728565] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 3.742796] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADM
A 64-bit with 64 bit addr
[ 3.743046] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 3.743098] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 3.744112] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 3.744149] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 256
[ 3.744635] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 3.744734] cpufreq: platform driver Initialization: pass
[ 3.744870] tegra_cluster_clk e090000.cluster_clk_priv: in probe()…
[ 3.744917] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 3.745091] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x000000000352
0000 end 0x0000000003520fff
[ 3.745095] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000
end 0x0000000003540fff
[ 3.745324] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2ca895
[ 3.745327] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 3.746463] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 3.747035] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enab
led
[ 3.747578] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 3.749430] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 3.749539] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 3.750401] tachometer tegra-tachometer: Tachometer driver tegra-tachometer r
egistered
[ 3.750404] Tachometer driver initialized with pulse_per_rev: 2 and win_len:
2
[ 3.753069] tegra210_adsp_audio_platform_probe: platform probe started
[ 3.753616] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 3.753848] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 3.754144] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 3.754406] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 3.754703] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 3.754706] tegra210-adsp adsp_audio: adma channel page address dt entry not
found
[ 3.754708] tegra210-adsp adsp_audio: using adma channel page 0
[ 3.760778] tegra210_adsp_audio_platform_probe probe successfull.
[ 3.760778] mmc0: MAN_BKOPS_EN bit is not set
[ 3.765254] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card
0/input0
[ 3.765389] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card
0/input1
[ 3.767982] mmc0: Skipping tuning since strobe enabled
[ 3.769912] OPE platform probe
[ 3.769981] OPE platform probe successful
[ 3.775399] mmc0: periodic cache flush enabled
[ 3.775406] mmc0: new HS400 MMC card at address 0001
[ 3.775714] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 3.775897] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 3.776063] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 3.776199] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 3.777395] 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
[ 3.786870] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADM
A 64-bit with 64 bit addr
[ 3.815279] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 3.856382] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mappin
g ok
[ 3.856533] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mappin
g ok
[ 3.856673] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mappin
g ok
[ 3.856781] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mappin
g ok
[ 3.856893] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mappin
g ok
[ 3.856982] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mappin
g ok

[code]
[ 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 versi
on 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] Found tegra_fbmem2: 00800000@969ee000
[ 0.000000] Found lut_mem2: 00002008@969eb000
[ 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 d300
80 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag
es: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS
0,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=0x27
72e0000 gpt tegra_fbmem2=0x800000@0x969ee000 lut_mem2=0x2008@0x969eb000 tegraid=
18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues
=0.2.1 androidboot.serialno=0324817094137 bl_prof_dataptr=0x10000@0x277040000 sd
hci_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 byte
s)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7967772K/8208384K available (11296K kernel code, 1841K rw
data, 5796K rodata, 1168K init, 691K bss, 175076K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 G
B)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 G
B maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 M
B actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 K
B)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 M
B)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 M
B)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 M
B)
[ 0.000000] .init : 0xffffffc001132000 - 0xffffffc001256000 ( 1168 K
B)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001132000 ( 17096 K
B)
[ 0.000000] .data : 0xffffffc001278000 - 0xffffffc001444730 ( 1842 K
B)
[ 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 43980
46511088ns
[ 0.009813] Console: colour dummy device 80x25
[ 0.014472] console [tty0] enabled
[ 0.018030] 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 versi
on 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] Found tegra_fbmem2: 00800000@969ee000
[ 0.000000] Found lut_mem2: 00002008@969eb000
[ 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 d300
80 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag
es: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS
0,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=0x27
72e0000 gpt tegra_fbmem2=0x800000@0x969ee000 lut_mem2=0x2008@0x969eb000 tegraid=
18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues
=0.2.1 androidboot.serialno=0324817094137 bl_prof_dataptr=0x10000@0x277040000 sd
hci_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 byte
s)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7967772K/8208384K available (11296K kernel code, 1841K rw
data, 5796K rodata, 1168K init, 691K bss, 175076K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 G
B)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 G
B maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 M
B actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 K
B)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 M
B)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 M
B)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 M
B)
[ 0.000000] .init : 0xffffffc001132000 - 0xffffffc001256000 ( 1168 K
B)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001132000 ( 17096 K
B)
[ 0.000000] .data : 0xffffffc001278000 - 0xffffffc001444730 ( 1842 K
B)
[ 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 43980
46511088ns
[ 0.009813] Console: colour dummy device 80x25
[ 0.014472] console [tty0] enabled
[ 0.018030] bootconsole [uart0] disabled
[ 0.022133] kmemleak: Kernel memory leak detector disabled
[ 0.022146] Calibrating delay loop (skipped), value calculated using timer fr
equency… 62.50 BogoMIPS (lpj=125000)
[ 0.022158] pid_max: default: 32768 minimum: 301
[ 0.022206] Security Framework initialized
[ 0.022243] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022254] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 byte
s)
[ 0.022636] Initializing cgroup subsys io
[ 0.022649] Initializing cgroup subsys memory
[ 0.022666] Initializing cgroup subsys devices
[ 0.022675] Initializing cgroup subsys freezer
[ 0.022683] Initializing cgroup subsys net_cls
[ 0.022693] Initializing cgroup subsys perf_event
[ 0.022702] Initializing cgroup subsys net_prio
[ 0.022712] Initializing cgroup subsys pids
[ 0.022721] Initializing cgroup subsys debug
[ 0.022859] CPU0 ipc=752
[ 0.022868] CPU1 ipc=1024
[ 0.022876] CPU2 ipc=1024
[ 0.022885] CPU3 ipc=752
[ 0.022894] CPU4 ipc=752
[ 0.022904] CPU5 ipc=752
[ 0.022940] ASID allocator initialised with 65536 entries
[ 0.046053] tegra-id: chipid=21817.
[ 0.046070] tegra-id: opt_subrevision=1.
[ 0.046083] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.046748] DTS File Name: arch/arm64/boot/dts//…/…/…/…/…/…/hardware/nv
idia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.046770] DTB Build time: Nov 22 2018 19:42:33
[ 0.062534] CPU1: Booted secondary processor [4e0f0030]
[ 0.074083] CPU2: Booted secondary processor [4e0f0030]
[ 0.085776] CPU3: Booted secondary processor [411fd073]
[ 0.097785] CPU4: Booted secondary processor [411fd073]
[ 0.109773] CPU5: Booted secondary processor [411fd073]
[ 0.109836] Brought up 6 CPUs
[ 0.109891] SMP: Total of 6 processors activated.
[ 0.109903] CPU: All CPU(s) started at EL2
[ 0.110327] devtmpfs: initialized
[ 0.137430] Initilizing CustomIPI irq domain
[ 0.137622] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma
x_idle_ns: 7645041785100000 ns
[ 0.138372] pinctrl core: initialized pinctrl subsystem
[ 0.138549] OS set in device tree is not L4T.
[ 0.138736] regulator-dummy: no parameters
[ 0.138842] Initializing plugin-manager
[ 0.138895] Plugin module not found
[ 0.139299] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02
P
[ 0.139631] node /plugin-manager/fragement@0 match with odm-data enable-denve
r-wdt
[ 0.140231] node /plugin-manager/fragement@4 match with odm-data enable-denve
r-wdt
[ 0.141397] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with bo
ard >=3310-1000-300
[ 0.141749] node /plugin-manager/fragement-pmon-p3310-1000-300 match with boa
rd >=3310-1000-300
[ 0.142001] node /plugin-manager/fragement-pmon-p3310-1000-800 match with boa
rd >=3310-1000-800
[ 0.142220] node /plugin-manager/fragment-devslp@0 match with board >=3310-10
00-200
[ 0.142638] node /plugin-manager/fragment-500-pcie-config match with board >=
3310-1000-500
[ 0.143072] node /plugin-manager/fragment-500-xusb-config match with board >=
3310-1000-500
[ 0.143346] node /plugin-manager/fragment-500-e3325-pcie match with board >=3
310-1000-500
[ 0.143723] node /plugin-manager/fragment-p3310-c00-comm match with board >=3
310-1000-800
[ 0.143966] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3
310-1000-800
[ 0.144186] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1
000-900
[ 0.144440] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1
000-B00
[ 0.145993] node /plugin-manager/fragment-e3326@0 match with board 3326-*
[ 0.147075] node /plugin-manager/fragment-p3310-c00-camera match with board >
=3310-1000-800
[ 0.148824] Adding domain adsp-pd to PM domain ape-pd
[ 0.151130] NET: Registered protocol family 16
[ 0.151988] console [pstore-1] enabled
[ 0.151999] pstore: Registered ramoops as persistent store backend
[ 0.152012] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[ 0.161323] cpuidle: using governor ladder
[ 0.165776] cpuidle: using governor menu
[ 0.166925] bpmp: waiting for handshake
[ 0.166940] bpmp: handshake completed
[ 0.166980] bpmp: synchronizing channels
[ 0.167008] bpmp: channels synchronized
[ 0.167019] bpmp: mail init ok
[ 0.167378] vdso: 2 pages (1 code @ ffffffc00127d000, 1 data @ ffffffc00127c0
00)
[ 0.167410] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.168338] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomi
c allocations
[ 0.169780] tegra_powergate_init: DONE
[ 0.169802] DTS File Name: arch/arm64/boot/dts//…/…/…/…/…/…/hardware/nv
idia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.169823] DTB Build time: Nov 22 2018 19:42:33
[ 0.170741] Tegra reboot handler registered.
[ 0.171781] Registering Tegra186 clocks (this may take a while)…done
[ 0.173889] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.173907] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.173921] arm-smmu 12000000.iommu: stage 1 translation
[ 0.173932] arm-smmu 12000000.iommu: stage 2 translation
[ 0.173944] arm-smmu 12000000.iommu: nested translation
[ 0.173958] arm-smmu 12000000.iommu: stream matching with 128 registe
r groups, mask 0x7f80
[ 0.173976] arm-smmu 12000000.iommu: SMMU address space size (0x800000) diffe
rs from mapped region size (0x1000000)!
[ 0.173994] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only
)
[ 0.174008] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.174021] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.222083] arm-smmu 12000000.iommu: registered 66 master devices
[ 0.227842] iommu: Adding device 3460000.sdhci to group 0
[ 0.228748] iommu: Adding device 3400000.sdhci to group 1
[ 0.232311] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.232801] iommu: Adding device 3160000.i2c to group 3
[ 0.233217] iommu: Adding device c240000.i2c to group 4
[ 0.233555] iommu: Adding device 3180000.i2c to group 5
[ 0.233981] iommu: Adding device 3190000.i2c to group 6
[ 0.234449] iommu: Adding device 31b0000.i2c to group 7
[ 0.234857] iommu: Adding device 31c0000.i2c to group 8
[ 0.235165] iommu: Adding device c250000.i2c to group 9
[ 0.235496] iommu: Adding device 31e0000.i2c to group 10
[ 0.237479] iommu: Adding device 3210000.spi to group 11
[ 0.237831] iommu: Adding device c260000.spi to group 12
[ 0.238207] iommu: Adding device 3240000.spi to group 13
[ 0.239021] iommu: Adding device 3100000.serial to group 14
[ 0.239345] iommu: Adding device 3110000.serial to group 15
[ 0.239644] iommu: Adding device c280000.serial to group 16
[ 0.239980] iommu: Adding device 3130000.serial to group 17
[ 0.241241] iommu: Adding device 2490000.ether_qos to group 18
[ 0.241858] iommu: Adding device b000000.rtcpu to group 19
[ 0.242343] iommu: Adding device c1a0000.aon to group 20
[ 0.243256] Wake73 for irq=42
[ 0.243561] iommu: Adding device smmu_test to group 21
[ 0.244079] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.244120] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.244157] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.244206] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.244268] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.244307] mc-err: Set intmask: 0xf3140
[ 0.244522] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[ 0.245379] Wake76 for irq=199
[ 0.245403] Wake77 for irq=199
[ 0.245423] Wake78 for irq=199
[ 0.245443] Wake79 for irq=199
[ 0.245462] Wake80 for irq=199
[ 0.245481] Wake81 for irq=199
[ 0.245528] Wake82 for irq=199
[ 0.245641] iommu: Adding device 3530000.xhci to group 22
[ 0.245986] iommu: Adding device 3550000.xudc to group 23
[ 0.246794] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.246825] tegra-pmc: ### PMC reset source: Power on reset
[ 0.246848] tegra-pmc: ### PMC reset level: L0
[ 0.246869] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.247157] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registere
d
[ 0.247195] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.247353] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.247382] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.247902] iommu: Adding device 13e10000.host1x to group 24
[ 0.248185] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.248434] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.248685] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.248922] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.249136] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.249382] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.249593] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.249864] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.250264] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.250827] iommu: Adding device 15700000.vi to group 34
[ 0.251147] iommu: Adding device 15600000.isp to group 35
[ 0.251482] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.251708] platform 15210000.nvdisplay: IOVA linear map 0x00000000969ee000(8
00000)
[ 0.251751] platform 15210000.nvdisplay: IOVA linear map 0x00000000969eb000(3
000)
[ 0.251961] iommu: Adding device 15340000.vic to group 37
[ 0.252155] iommu: Adding device 154c0000.nvenc to group 38
[ 0.252369] iommu: Adding device 15480000.nvdec to group 39
[ 0.252686] iommu: Adding device 15380000.nvjpg to group 40
[ 0.252907] iommu: Adding device 15500000.tsec to group 41
[ 0.253136] iommu: Adding device 15100000.tsecb to group 42
[ 0.253818] iommu: Adding device 15810000.se to group 43
[ 0.254058] iommu: Adding device 15820000.se to group 44
[ 0.254256] iommu: Adding device 15830000.se to group 45
[ 0.254437] iommu: Adding device 15840000.se to group 46
[ 0.255008] iommu: Adding device 17000000.gp10b to group 47
[ 0.256412] tegra-reset 5000000.clock: registered 193 resets.
[ 0.258495] iommu: Adding device d000000.bpmp to group 48
[ 0.258773] bpmp: ping status is 0
[ 0.258960] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff8
1e
[ 0.259357] bpmp d000000.bpmp: probe ok
[ 0.262472] iommu: Adding device 2600000.dma to group 49
[ 0.263456] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.263542] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.263602] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.263657] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.263716] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.263772] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.263849] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.263996] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-g
pio
[ 0.265807] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.265925] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-g
pio-aon
[ 0.266943] iommu: Adding device sound to group 50
[ 0.268629] iommu: Adding device 3510000.hda to group 51
[ 0.269781] iommu: Adding device adsp_audio to group 52
[ 0.271260] iommu: Adding device 2993000.adsp to group 53
[ 0.280292] vdd-ac-bat: 5000 mV
[ 0.282394] vdd-1v8-ap: 1800 mV
[ 0.300614] SCSI subsystem initialized
[ 0.300994] usbcore: registered new interface driver usbfs
[ 0.301059] usbcore: registered new interface driver hub
[ 0.301179] usbcore: registered new device driver usb
[ 0.305055] GPIO line 241 (touch-rail-1) hogged as output/high
[ 0.305514] GPIO line 242 (touch-rail-2) hogged as output/high
[ 0.305628] gpiochip_add_data: registered GPIOs 240 to 255 on device: tca9539
[ 0.307042] GPIO line 228 (lcd-bias-en-rail) hogged as output/high
[ 0.307152] gpiochip_add_data: registered GPIOs 224 to 239 on device: tca9539
[ 0.318235] media: Linux media interface: v0.10
[ 0.318310] Linux video capture interface: v2.00
[ 0.321311] pps_core: LinuxPPS API ver. 1 registered
[ 0.321348] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
tti giometti@linux.it
[ 0.321454] PTP clock support registered
[ 0.322317] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.322394] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.323920] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.326026] GPIO line 221 (spmic_gpio_input_5) hogged as input
[ 0.326242] GPIO line 222 (spmic_gpio_input_6) hogged as input
[ 0.326378] gpiochip_add_data: registered GPIOs 216 to 223 on device: max7762
0-gpio
[ 0.334711] vddio-ddr: at 1125 mV
[ 0.338549] avdd_dsi_csi: 1200 mV
[ 0.342563] vdd-1v8: 1800 mV
[ 0.346545] vdd-3v3-sys: 3300 mV
[ 0.347628] spmic-ldo0: at 1800 mV
[ 0.348451] spmic-ldo1: at 800 mV
[ 0.354542] vddio-3v3: 3300 mV
[ 0.355149] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.357321] vdd-rtc: at 800 mV
[ 0.358001] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.361318] spmic-ldo6: at 1500 mV
[ 0.365320] vdd-pex-1v05: 1000 mV
[ 0.365863] dvdd-pex: 1000 mV
[ 0.366121] max77620 4-003c: max77620 probe successful
[ 0.366373] Advanced Linux Sound Architecture Driver Initialized.
[ 0.367333] en-vdd-sd: 3300 mV
[ 0.367940] en-vdd-cam: 1800 mV
[ 0.369780] vdd-hdmi: 5000 mV
[ 0.369959] vdd-usb0-5v: 5000 mV
[ 0.370131] vdd-usb1-5v: 5000 mV
[ 0.373779] en-vdd-ts-1v8: 1800 mV
[ 0.377778] en-vdd-ts-hv-3v3: 3300 mV
[ 0.378312] en-vdd-disp-3v3: 3300 mV
[ 0.378823] en-mdm-pwr-3v7: 3700 mV
[ 0.379335] en-vdd-disp-1v8: 1800 mV
[ 0.379860] en-vdd-cam-hv-2v8: 2800 mV
[ 0.380390] en-vdd-cam-1v2: 1200 mV
[ 0.380911] vdd-fan: 5000 mV
[ 0.381030] vdd-3v3: 3300 mV
[ 0.381761] dis-vdd-1v2: 1200 mV
[ 0.381882] en-vdd-vcm-2v8: 2800 mV
[ 0.382409] vdd-usb2-5v: 5000 mV
[ 0.382517] vdd-sys-bl: 3300 mV
[ 0.383050] en-vdd-sys: 1200 mV
[ 0.386358] extcon-gpio-states external-connection:extcon@1: Cable state 0
[ 0.386755] clocksource: Switched to clocksource arch_sys_counter
[ 0.405028] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.405310] nvmap: nvmap_override_cache_ops() set roc flush ops to replace ca
che ops by set/ways
[ 0.405784] nvmap_page_pool_init: Total RAM pages: 2008327
[ 0.405802] nvmap_page_pool_init: nvmap page pool size: 251040 pages (980 MB)
[ 0.405951] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.410523] Wake76 for irq=199
[ 0.410536] Wake77 for irq=199
[ 0.410547] Wake78 for irq=199
[ 0.410557] Wake79 for irq=199
[ 0.410566] Wake80 for irq=199
[ 0.410575] Wake81 for irq=199
[ 0.410585] Wake82 for irq=199
[ 0.411333] thermal thermal_zone0: Registering thermal zone thermal_zone0 for
type BCPU-therm
[ 0.411529] thermal thermal_zone1: Registering thermal zone thermal_zone1 for
type MCPU-therm
[ 0.411643] thermal thermal_zone2: Registering thermal zone thermal_zone2 for
type GPU-therm
[ 0.411718] thermal thermal_zone3: Registering thermal zone thermal_zone3 for
type PLL-therm
[ 0.412099] thermal thermal_zone4: Registering thermal zone thermal_zone4 for
type AO-therm
[ 0.412240] thermal thermal_zone5: Registering thermal zone thermal_zone5 for
type Tboard_tegra
[ 0.412382] thermal thermal_zone6: Registering thermal zone thermal_zone6 for
type Tdiode_tegra
[ 0.412526] thermal thermal_zone7: Registering thermal zone thermal_zone7 for
type PMIC-Die
[ 0.412816] isomgr_init(): iso emc max clk=1866000KHz
[ 0.412829] isomgr_init(): max_iso_bw=26870400KB
[ 0.412912] NET: Registered protocol family 2
[ 0.413211] TCP established hash table entries: 65536 (order: 7, 524288 bytes
)
[ 0.413437] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.413742] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.413804] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.413862] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.414032] NET: Registered protocol family 1
[ 0.414250] RPC: Registered named UNIX socket transport module.
[ 0.414265] RPC: Registered udp transport module.
[ 0.414276] RPC: Registered tcp transport module.
[ 0.414288] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.414406] Trying to unpack rootfs image as initramfs…
[ 0.428170] host1x 13e10000.host1x: initialized
[ 0.429008] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters av
ailable
[ 0.430661] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.430826] audit: initializing netlink subsys (disabled)
[ 0.430859] audit: type=2000 audit(0.420:1): initialized
[ 0.437380] io scheduler noop registered
[ 0.437489] io scheduler cfq registered (default)
[ 0.440417] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.441605] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.442673] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.443733] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.447135] tsec 15500000.tsec: initialized
[ 0.448239] tsec 15100000.tsecb: initialized
[ 0.450514] nvdec 15480000.nvdec: initialized
[ 0.454038] falcon 15340000.vic: initialized
[ 0.455036] falcon 154c0000.nvenc: initialized
[ 0.456018] falcon 15380000.nvjpg: initialized
[ 0.456763] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.457258] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.457776] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.458278] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.458799] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.459303] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.459805] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.460306] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.462827] DC OR NODE connected to /host1x/sor1
[ 0.462952] generic_infoframe_type: 0x87
[ 0.462966] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:c
amera_platform_driver probe
[ 0.463053] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.463066] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso
= 3916800KBs
[ 0.463086] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4
687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.463096] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registere
d with id=0
[ 0.470464] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 1
6727000 KB/s
[ 0.470484] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor
= 665600000 Hz
[ 0.470500] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 3
57620000 Hz
[ 0.470543] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.470558] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.470701] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.471450] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detec
ted mode: 1920x1080 (on 0x0mm) pclk=148350937
[ 0.472797] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initia
lized
[ 0.473352] kfuse 3830000.kfuse: initialized
[ 0.473640] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use de
fault range
[ 0.474859] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.475192] tegradc 15210000.nvdisplay: probed
[ 0.475321] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.477271] console [ttyS0] disabled
[ 0.477320] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25
500000) is a Tegra
[ 2.598020] console [ttyS0] enabled
[ 2.599937] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud =
0) is a TEGRA_UART
[ 2.601006] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud =
0) is a TEGRA_UART
[ 2.601210] serial-tegra 3130000.serial: RX in PIO mode
[ 2.602090] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud =
0) is a TEGRA_UART
[ 2.611763] Console: switching to colour frame buffer device 240x67
[ 2.612466] brd: module loaded
[ 2.616799] loop: module loaded
[ 2.617026] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.617030] nct1008_nct72 7-004c: starting parse dt
[ 2.617111] nct1008_nct72 7-004c: success parsing dt
[ 2.617228] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.629898] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.654024] tmp451: Enabled overheat logging at 104.00C
[ 2.654168] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.656581] THERMAL EST: found 3 subdevs
[ 2.656585] THERMAL EST num_resources: 0
[ 2.656588] [THERMAL EST subdev 0]
[ 2.656593] [THERMAL EST subdev 1]
[ 2.656596] [THERMAL EST subdev 2]
[ 2.656870] thermal thermal_zone8: Registering thermal zone thermal_zone8 for
type thermal-fan-est
[ 2.656872] THERMAL EST: thz register success.
[ 2.656993] THERMAL EST: end of probe, return err: 0
[ 2.657048] tegra_profiler: Branch: Dev
[ 2.657049] tegra_profiler: Version: 1.117
[ 2.657052] tegra_profiler: Samples version: 41
[ 2.657053] tegra_profiler: IO version: 22
[ 2.657060] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.657064] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.657097] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.657101] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2,
pmu ver: 0x1
[ 2.657104] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.657107] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2,
pmu ver: 0x1
[ 2.657110] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.657113] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.657116] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.657119] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.657122] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.657125] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0,
pmu ver: 0x1
[ 2.657301] tegra_profiler: auth: init
[ 2.660600] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 G
bps 0x1 impl platform mode
[ 2.660612] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pi
o slum part deso sadm apst
[ 2.661553] scsi host0: tegra_ahci
[ 2.661911] scsi host1: tegra_ahci
[ 2.662047] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x1
00 irq 25
[ 2.662050] ata2: DUMMY
[ 2.662969] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.663408] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.663805] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.664549] tun: Universal TUN/TAP device driver, 1.6
[ 2.664552] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.664717] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.664719] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.664754] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.664756] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.665697] PPP generic driver version 2.4.2
[ 2.665817] PPP BSD Compression module registered
[ 2.665824] PPP Deflate Compression module registered
[ 2.665848] PPP MPPE Compression module registered
[ 2.665861] NET: Registered protocol family 24
[ 2.665914] usbcore: registered new interface driver r8152
[ 2.665948] usbcore: registered new interface driver asix
[ 2.665979] usbcore: registered new interface driver ax88179_178a
[ 2.666004] usbcore: registered new interface driver cdc_ether
[ 2.666038] usbcore: registered new interface driver smsc75xx
[ 2.666066] usbcore: registered new interface driver net1080
[ 2.666092] usbcore: registered new interface driver cdc_subset
[ 2.666117] usbcore: registered new interface driver zaurus
[ 2.666160] usbcore: registered new interface driver cdc_ncm
[ 2.666387] Wake76 for irq=199
[ 2.666390] Wake77 for irq=199
[ 2.666392] Wake78 for irq=199
[ 2.666394] Wake79 for irq=199
[ 2.666395] Wake80 for irq=199
[ 2.666397] Wake81 for irq=199
[ 2.666399] Wake82 for irq=199
[ 2.666451] tegra-xotg xotg: usb2 phy is not available yet
[ 2.667049] usbcore: registered new interface driver cdc_acm
[ 2.667052] cdc_acm: USB Abstract Control Model driver for USB modems and ISD
N adapters
[ 2.667087] usbcore: registered new interface driver usb-storage
[ 2.667146] usbcore: registered new interface driver usbserial
[ 2.667173] usbcore: registered new interface driver cp210x
[ 2.667192] usbserial: USB Serial support registered for cp210x
[ 2.667213] usbcore: registered new interface driver ftdi_sio
[ 2.667231] usbserial: USB Serial support registered for FTDI USB Serial Devi
ce
[ 2.667252] usbcore: registered new interface driver option
[ 2.667269] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.667290] usbcore: registered new interface driver pl2303
[ 2.667306] usbserial: USB Serial support registered for pl2303
[ 2.667546] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.686585] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b a7 ca fd
[ 2.687122] libphy: dwc_phy: probed
[ 2.687497] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.751930] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.816450] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as r
tc0
[ 2.818701] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.818725] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.818884] i2c /dev entries driver
[ 2.819662] [OV5693]: probing v4l2 sensor.
[ 2.978791] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.295430] tegradc 15210000.nvdisplay: fb registered
[ 3.302133] PD DISP0 index2 UP
[ 3.307349] PD DISP1 index3 UP
[ 3.311913] PD DISP2 index4 UP
[ 3.325509] Parent Clock set for DC plld2
[ 3.331958] edid invalid
[ 3.382719] edid invalid
[ 3.386602] edid invalid
[ 3.390454] tegradc 15210000.nvdisplay: hdmi: pclk:148351K, set prod-setting:
prod_c_150M
[ 3.546995] tegradc 15210000.nvdisplay: blank - normal
[ 3.549530] tegradc 15210000.nvdisplay: blank - powerdown
[ 3.607830] PD DISP2 index4 DOWN
[ 3.608937] PD DISP1 index3 DOWN
[ 3.609588] PD DISP0 index2 DOWN
[ 3.640118] tegradc 15210000.nvdisplay: unblank
[ 3.640199] PD DISP0 index2 UP
[ 3.646526] PD DISP1 index3 UP
[ 3.647071] PD DISP2 index4 UP
[ 3.662266] Parent Clock set for DC plld2
[ 3.665217] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:
prod_c_150M
[ 3.678253] random: nonblocking pool is initialized
[ 3.692079] gspca_main: v2.14.0 registered
[ 3.692128] usbcore: registered new interface driver gspca_zc3xx
[ 3.692454] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.694432] FAN dev name: pwm-fan
[ 3.694481] FAN:gpio request success.
[ 3.694486] FAN: can’t find tach_gpio
[ 3.694508] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 3.694656] pwm_fan_driver pwm-fan: unable to request PWM, trying legacy API
[ 3.694660] pwm_fan_driver pwm-fan: got pwm for fan
[ 3.694664] pwm_fan_driver pwm-fan: tach period: 1000
[ 3.694977] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, st
ate:2
[ 3.694981] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2,
state:2
[ 3.694984] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1,
state:2
[ 3.694987] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1,
state:2
[ 3.694990] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1,
state:3
[ 3.694993] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1,
state:3
[ 3.694995] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1,
state:3
[ 3.694998] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1,
state:4
[ 3.695001] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1
, state:4
[ 3.695004] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1
, state:4
[ 3.695732] device-mapper: uevent: version 1.0.3
[ 3.695921] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-d
evel@redhat.com
[ 3.696298] sdhci: Secure Digital Host Controller Interface driver
[ 3.696299] sdhci: Copyright(c) Pierre Ossman
[ 3.696303] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.696632] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 3.696932] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249
804
[ 3.697176] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 3.698329] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 3.698456] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.700068] usbcore: registered new interface driver usbhid
[ 3.700069] usbhid: USB HID core driver
[ 3.704919] nvadsp 2993000.adsp: in probe()…
[ 3.719016] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 3.719042] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 3.719233] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 3.719947] Denver: backdoor interface is NOT available.
[ 3.721624] coresight-tmc 8030000.etf: TMC initialized
[ 3.722699] coresight-tmc 8050000.etr: TMC initialized
[ 3.723075] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 3.723553] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 3.723966] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 3.724364] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 3.724771] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 3.725358] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 3.725878] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 3.726399] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 3.726944] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 3.726969] Module initialized successfully
[ 3.730230] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA
=0xa0000000
[ 3.731521] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 3.731782] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f
size=38272
[ 3.732158] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0
x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 3.732200] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1
RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 3.732237] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]
=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 3.732274] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 gr
p=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 3.732313] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 gr
p=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 3.732349] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=
0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 3.732385] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=
0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 3.732538] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 3.732541] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is succ
essful
[ 3.733572] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 3.733574] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver mis
sing
[ 3.733577] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 3.733579] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver m
issing
[ 3.733581] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver m
issing
[ 3.733584] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 3.733586] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 3.733612] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4
sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 3.734782] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADM
A 64-bit with 64 bit addr
[ 3.735004] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 3.735479] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 3.738382] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-ech
o
[ 3.739159] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-d
bg
[ 3.739284] camchar: rtcpu character device driver loaded
[ 3.742944] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 3.743172] register_ari_mca_banks: Registered MCA ROC:IOB
[ 3.743260] register_ari_mca_banks: Registered MCA ROC:CCE
[ 3.743587] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 3.743613] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 3.743635] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 3.743658] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 3.743679] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 3.743703] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 3.743726] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 3.743748] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 3.743770] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 3.743793] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 3.743816] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 3.743839] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 3.743860] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 3.743883] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 3.743905] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 3.743953] **** A57 ECC: Enabled
[ 3.743955] tegra18_a57_serr_init: on CPU 4 a A57 Core
[ 3.744085] parse_throttle_dt_data: Num cap clks = 4
[ 3.744088] parse_throttle_dt_data: clk=mcpu type=1
[ 3.744090] parse_throttle_dt_data: clk=bcpu type=2
[ 3.744095] parse_throttle_dt_data: clk=gpu type=4
[ 3.744097] parse_throttle_dt_data: clk=emc type=3
[ 3.744546] tegra_throttle_probe: probe successful. #cdevs=4
[ 3.744626] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 3.747070] tegra18x_actmon d230000.actmon: initialization Completed for the
device mc_all
[ 3.747355] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 cou
nters available
[ 3.749330] tegra-se-nvhost 15810000.se: initialized
[ 3.749767] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 3.750073] tegra-se-nvhost 15820000.se: initialized
[ 3.750473] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 3.750773] tegra-se-nvhost 15830000.se: initialized
[ 3.750

I’m so sorry ! Preview is the code block, but go into the case, I also don’t know why.

Please paste your full log again. Could you elaborate what is going on? What is the issue here?

You use own carrier board and turns out display does not show?

Tip: Click the “code” icon first (“</>”), put the cursor between the open and close tag which appears, and then paste…your attempt to use the code icon had the open tag, but the close tag was overwritten rather than surrounding the text. If there is an error you can always click the “pencil” icon in the upper right and edit the post.