Both DisplayPort and HDMI output on TX2

Hi,

We use the nvidia Jetson TX2 Developer Kits and have been using HDMI output on TX2.

Now,we want to use the display expansion connector to driver the displayer by DisplayPort.

We’ve connected the hardware,but there’s nothing on the screen.If I need to compile the driver file to

drive it? please tell me what should I do.

jeffrey953,

Do you know what dtb are you using?

Hi WayneWWW,

I use the official kernel.I read the p2771-0000.conf.common that shows DTB_FILE=tegra186-quill-p3310-

1000-a00-00-base.dtb;TBCDTB_FILE=tegra186-quill-p3310-1000-a00-00-base.dtb;

Do I need to modify it?

jeffrey953,

Please change the DTB_FILE to “tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dtb”.
After changing this, it still has chance that DP monitor cannot open. Please share your kernel message after then.

Hi WayneWWW,

DP monitor still cannot open.How should I show my kernel message for you?which file or command to read

it

jeffrey953,

Please use “dmesg” after boot up and upload to forum as a file. It would be too long to paste it directly.

Also, please dump below node

xxd /proc/device-tree/host1x/nvidsplay@balabala/status #there should be 3 nodes

#For example nvidia@nvidia:/proc/device-tree/host1x/nvdisplay@15200000$ xxd status

xxd /proc/device-tree/host1x/sor/status
xxd /proc/device-tree/host1x/sor/dp-display/status
xxd /proc/device-tree/host1x/sor1/status
xxd /proc/device-tree/host1x/sor1/dp-display/status

Hi WayneWWW,

[    0.257379] iommu: Adding device 15210000.nvdisplay to group 36
[    0.257592] platform 15210000.nvdisplay: IOVA linear map 0x00000000969ee000(800000)
[    0.257635] platform 15210000.nvdisplay: IOVA linear map 0x00000000969eb000(3000)
[    0.462435] tegradc 15210000.nvdisplay: DT parsed successfully
[    0.462477] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[    0.470029] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[    0.470044] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[    0.470957] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[    0.473196] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[    0.474740] tegradc 15210000.nvdisplay: probed
[    4.333188] tegradc 15210000.nvdisplay: fb registered
[    4.407134] tegradc 15210000.nvdisplay: hdmi: pclk:148351K, set prod-setting:prod_c_150M
[    4.572460] tegradc 15210000.nvdisplay: blank - normal
[    4.583192] tegradc 15210000.nvdisplay: blank - powerdown
[    4.660765] tegradc 15210000.nvdisplay: unblank
[    4.666908] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[    6.582934] tegradc 15210000.nvdisplay: hdmi: plugged
[    9.931210] tegradc 15210000.nvdisplay: blank - powerdown
[   10.039696] tegradc 15210000.nvdisplay: unblank
[   10.044272] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[   11.367407] tegradc 15210000.nvdisplay: unblank
[   15.950062] tegradc 15210000.nvdisplay: blank - powerdown
[   16.033660] tegradc 15210000.nvdisplay: unblank
[   16.045048] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[   16.104833] tegradc 15210000.nvdisplay: unblank

jeffrey953,

It seems not the full log. Could you share the full log?

Also, you missed to share the result of node I mentioned above.

Hi WayneWWW,

xxd /proc/device-tree/host1x/nvidsplay@15200000/status disable
xxd /proc/device-tree/host1x/nvidsplay@15210000/status okay
xxd /proc/device-tree/host1x/nvidsplay@15220000/status disable

xxd /proc/device-tree/host1x/sor/status disable
xxd /proc/device-tree/host1x/sor/dp-display/status disable
xxd /proc/device-tree/host1x/sor1/status okay
xxd /proc/device-tree/host1x/sor1/dp-display/status disable

Hi WayneWWW,

I just rewrite the “p2771-0000.conf.common” that change the DTB_FILE to "tegra186-quill-p3310-1000-

c03-00-dsi-hdmi-dp.dtb" on my x86 host.then,input the command "./flash.sh -k kernel-dtb jetson-tx2

mmcblk0p1" after I connecte target board and is in recovery mode.the terminal export successfully but

seems no difference.What else need I do?

Do you know how to build dts to dtb?
Please try to modify below in your dts, build it to dtb and reflash it.

nvdisplay@15220000 {
                    status = "okay";
};
 
sor {
      status = "okay";
 
      dp-display {
                   status = "okay";
     };
};
 
dpaux@155c0000 {
                   status = "okay";
     };

If you modify correctly, above status would become “okay”.

BTW, you didn’t share the full dmesg to me, so I can only guess what might cause the problem.

Hi WayneWWW,

There is the full dmesg

[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 version 4.8.5 (GCC) ) #1 SMP PREEMPT Thu May 17 00:15:19 PDT 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options ‘’)
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] 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] On node 0 totalpages: 2052096
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 519680 pages, LIFO batch:31
[ 0.000000] Normal zone: 23968 pages used for memmap
[ 0.000000] Normal zone: 1532416 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1f5f9a000 s31360 r8192 d30080 u69632
[ 0.000000] pcpu-alloc: s31360 r8192 d30080 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt 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=0324217137359 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7967772K/8208384K available (11296K kernel code, 1841K rwdata, 5796K rodata, 1168K init, 691K bss, 175076K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 MB actual)
fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 MB)
.init : 0xffffffc001132000 - 0xffffffc001256000 ( 1168 KB)
.text : 0xffffffc000080000 - 0xffffffc001132000 ( 17096 KB)
.data : 0xffffffc001278000 - 0xffffffc001444730 ( 1842 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.009863] Console: colour dummy device 80x25
[ 0.014522] console [tty0] enabled
[ 0.018079] bootconsole [uart0] disabled
[ 0.022183] kmemleak: Kernel memory leak detector disabled
[ 0.022195] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.022206] pid_max: default: 32768 minimum: 301
[ 0.022254] Security Framework initialized
[ 0.022292] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022303] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022685] Initializing cgroup subsys io
[ 0.022698] Initializing cgroup subsys memory
[ 0.022716] Initializing cgroup subsys devices
[ 0.022725] Initializing cgroup subsys freezer
[ 0.022734] Initializing cgroup subsys net_cls
[ 0.022744] Initializing cgroup subsys perf_event
[ 0.022753] Initializing cgroup subsys net_prio
[ 0.022763] Initializing cgroup subsys pids
[ 0.022771] Initializing cgroup subsys debug
[ 0.022913] CPU0 ipc=752
[ 0.022923] CPU1 ipc=1024
[ 0.022931] CPU2 ipc=1024
[ 0.022940] CPU3 ipc=752
[ 0.022949] CPU4 ipc=752
[ 0.022958] CPU5 ipc=752
[ 0.022995] ASID allocator initialised with 65536 entries
[ 0.046198] tegra-id: chipid=21817.
[ 0.046215] tegra-id: opt_subrevision=1.
[ 0.046228] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.046894] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dts
[ 0.046919] DTB Build time: May 17 2018 00:17:43
[ 0.062566] CPU1: Booted secondary processor [4e0f0030]
[ 0.074101] CPU2: Booted secondary processor [4e0f0030]
[ 0.085829] CPU3: Booted secondary processor [411fd073]
[ 0.097840] CPU4: Booted secondary processor [411fd073]
[ 0.109836] CPU5: Booted secondary processor [411fd073]
[ 0.109900] Brought up 6 CPUs
[ 0.109960] SMP: Total of 6 processors activated.
[ 0.109972] CPU: All CPU(s) started at EL2
[ 0.110432] devtmpfs: initialized
[ 0.137404] Initilizing CustomIPI irq domain
[ 0.137601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.138350] pinctrl core: initialized pinctrl subsystem
[ 0.138522] OS set in device tree is not L4T.
[ 0.138707] regulator-dummy: no parameters
[ 0.138811] Initializing plugin-manager
[ 0.138865] Plugin module not found
[ 0.139266] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.139597] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.140195] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.141324] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.141694] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.141946] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.142162] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.142575] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[ 0.143007] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[ 0.143283] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[ 0.143653] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.143892] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.144109] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.144361] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.146256] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800
[ 0.148027] Adding domain adsp-pd to PM domain ape-pd
[ 0.150371] NET: Registered protocol family 16
[ 0.151213] console [pstore-1] enabled
[ 0.151225] pstore: Registered ramoops as persistent store backend
[ 0.151239] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[ 0.161351] cpuidle: using governor ladder
[ 0.165828] cpuidle: using governor menu
[ 0.166958] bpmp: waiting for handshake
[ 0.166972] bpmp: handshake completed
[ 0.167013] bpmp: synchronizing channels
[ 0.167042] bpmp: channels synchronized
[ 0.167052] bpmp: mail init ok
[ 0.167409] vdso: 2 pages (1 code @ ffffffc00127d000, 1 data @ ffffffc00127c000)
[ 0.167442] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.168369] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.169788] tegra_powergate_init: DONE
[ 0.169808] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dts
[ 0.169844] DTB Build time: May 17 2018 00:17:43
[ 0.170780] Tegra reboot handler registered.
[ 0.171841] Registering Tegra186 clocks (this may take a while)…done
[ 0.173947] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.173966] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.173979] arm-smmu 12000000.iommu: stage 1 translation
[ 0.173991] arm-smmu 12000000.iommu: stage 2 translation
[ 0.174003] arm-smmu 12000000.iommu: nested translation
[ 0.174017] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.174036] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.174054] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.174069] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.174082] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.223368] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.229179] iommu: Adding device 3460000.sdhci to group 0
[ 0.230117] iommu: Adding device 3400000.sdhci to group 1
[ 0.233446] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.233913] iommu: Adding device 3160000.i2c to group 3
[ 0.234312] iommu: Adding device c240000.i2c to group 4
[ 0.234705] iommu: Adding device 3180000.i2c to group 5
[ 0.235094] iommu: Adding device 3190000.i2c to group 6
[ 0.235519] iommu: Adding device 31b0000.i2c to group 7
[ 0.235913] iommu: Adding device 31c0000.i2c to group 8
[ 0.236215] iommu: Adding device c250000.i2c to group 9
[ 0.236539] iommu: Adding device 31e0000.i2c to group 10
[ 0.238655] iommu: Adding device 3210000.spi to group 11
[ 0.238966] iommu: Adding device c260000.spi to group 12
[ 0.239311] iommu: Adding device 3240000.spi to group 13
[ 0.240110] iommu: Adding device 3100000.serial to group 14
[ 0.240436] iommu: Adding device 3110000.serial to group 15
[ 0.240737] iommu: Adding device c280000.serial to group 16
[ 0.241055] iommu: Adding device 3130000.serial to group 17
[ 0.242321] iommu: Adding device 2490000.ether_qos to group 18
[ 0.242938] iommu: Adding device b000000.rtcpu to group 19
[ 0.243415] iommu: Adding device c1a0000.aon to group 20
[ 0.244298] Wake73 for irq=42
[ 0.244612] iommu: Adding device smmu_test to group 21
[ 0.245117] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.245158] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.245198] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.245233] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.245268] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.245557] mc-err: Set intmask: 0xf3140
[ 0.245782] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[ 0.246680] Wake76 for irq=199
[ 0.246705] Wake77 for irq=199
[ 0.246725] Wake78 for irq=199
[ 0.246744] Wake79 for irq=199
[ 0.246785] Wake80 for irq=199
[ 0.246804] Wake81 for irq=199
[ 0.246823] Wake82 for irq=199
[ 0.246934] iommu: Adding device 3530000.xhci to group 22
[ 0.247273] iommu: Adding device 3550000.xudc to group 23
[ 0.248038] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.248073] tegra-pmc: ### PMC reset source: Software reset
[ 0.248096] tegra-pmc: ### PMC reset level: L1
[ 0.248118] tegra-pmc: ### PMC reset status reg: 0x2d
[ 0.248391] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.248429] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.248585] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.248614] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.249100] iommu: Adding device 13e10000.host1x to group 24
[ 0.249352] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.249606] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.249822] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.250084] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.250294] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.250531] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.250772] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.251026] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.251433] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.251917] iommu: Adding device 15700000.vi to group 34
[ 0.252278] iommu: Adding device 15600000.isp to group 35
[ 0.252601] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.252798] platform 15210000.nvdisplay: IOVA linear map 0x00000000969ee000(800000)
[ 0.252839] platform 15210000.nvdisplay: IOVA linear map 0x00000000969eb000(3000)
[ 0.253017] iommu: Adding device 15340000.vic to group 37
[ 0.253267] iommu: Adding device 154c0000.nvenc to group 38
[ 0.253458] iommu: Adding device 15480000.nvdec to group 39
[ 0.253795] iommu: Adding device 15380000.nvjpg to group 40
[ 0.253993] iommu: Adding device 15500000.tsec to group 41
[ 0.254212] iommu: Adding device 15100000.tsecb to group 42
[ 0.254924] iommu: Adding device 15810000.se to group 43
[ 0.255126] iommu: Adding device 15820000.se to group 44
[ 0.255340] iommu: Adding device 15830000.se to group 45
[ 0.255516] iommu: Adding device 15840000.se to group 46
[ 0.256039] iommu: Adding device 17000000.gp10b to group 47
[ 0.257559] tegra-reset 5000000.clock: registered 193 resets.
[ 0.259586] iommu: Adding device d000000.bpmp to group 48
[ 0.259919] bpmp: ping status is 0
[ 0.260119] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff81e
[ 0.260464] bpmp d000000.bpmp: probe ok
[ 0.263109] iommu: Adding device 2600000.dma to group 49
[ 0.263969] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.264031] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.264105] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.264159] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.264216] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.264288] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.264343] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.264449] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.266302] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.266458] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.267356] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.267644] iommu: Adding device sound to group 51
[ 0.269334] iommu: Adding device 3510000.hda to group 52
[ 0.270698] iommu: Adding device adsp_audio to group 53
[ 0.272148] iommu: Adding device 2993000.adsp to group 54
[ 0.281942] vdd-ac-bat: 5000 mV
[ 0.284164] vdd-1v8-ap: 1800 mV
[ 0.300628] SCSI subsystem initialized
[ 0.300806] libata version 3.00 loaded.
[ 0.300981] usbcore: registered new interface driver usbfs
[ 0.301047] usbcore: registered new interface driver hub
[ 0.301166] usbcore: registered new device driver usb
[ 0.304925] GPIO line 241 (touch-rail-1) hogged as output/high
[ 0.305382] GPIO line 242 (touch-rail-2) hogged as output/high
[ 0.305498] gpiochip_add_data: registered GPIOs 240 to 255 on device: tca9539
[ 0.306913] GPIO line 228 (lcd-bias-en-rail) hogged as output/high
[ 0.307029] gpiochip_add_data: registered GPIOs 224 to 239 on device: tca9539
[ 0.317651] media: Linux media interface: v0.10
[ 0.317770] Linux video capture interface: v2.00
[ 0.320779] pps_core: LinuxPPS API ver. 1 registered
[ 0.320813] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.320864] PTP clock support registered
[ 0.321749] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.321796] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.323248] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.325325] GPIO line 221 (spmic_gpio_input_5) hogged as input
[ 0.325546] GPIO line 222 (spmic_gpio_input_6) hogged as input
[ 0.325648] gpiochip_add_data: registered GPIOs 216 to 223 on device: max77620-gpio
[ 0.330744] vddio-ddr: at 1125 mV
[ 0.334581] avdd_dsi_csi: 1200 mV
[ 0.338581] vdd-1v8: 1800 mV
[ 0.342584] vdd-3v3-sys: 3300 mV
[ 0.343692] spmic-ldo0: at 1800 mV
[ 0.344475] spmic-ldo1: at 800 mV
[ 0.350580] vddio-3v3: 3300 mV
[ 0.351249] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.354583] vdd-rtc: at 800 mV
[ 0.355407] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.357847] spmic-ldo6: at 1500 mV
[ 0.361844] vdd-pex-1v05: 1000 mV
[ 0.362388] dvdd-pex: 1000 mV
[ 0.362644] max77620 4-003c: max77620 probe successful
[ 0.362904] Advanced Linux Sound Architecture Driver Initialized.
[ 0.363863] en-vdd-sd: 3300 mV
[ 0.364486] en-vdd-cam: 1800 mV
[ 0.365838] vdd-hdmi: 5000 mV
[ 0.366009] vdd-usb0-5v: 5000 mV
[ 0.366175] vdd-usb1-5v: 5000 mV
[ 0.369840] en-vdd-ts-1v8: 1800 mV
[ 0.373837] en-vdd-ts-hv-3v3: 3300 mV
[ 0.374342] en-vdd-disp-3v3: 3300 mV
[ 0.374847] en-mdm-pwr-3v7: 3700 mV
[ 0.375351] en-vdd-disp-1v8: 1800 mV
[ 0.375866] en-vdd-cam-hv-2v8: 2800 mV
[ 0.376385] en-vdd-cam-1v2: 1200 mV
[ 0.376909] vdd-fan: 5000 mV
[ 0.377015] vdd-3v3: 3300 mV
[ 0.377733] dis-vdd-1v2: 1200 mV
[ 0.377853] en-vdd-vcm-2v8: 2800 mV
[ 0.378368] vdd-usb2-5v: 5000 mV
[ 0.378487] vdd-sys-bl: 3300 mV
[ 0.379002] en-vdd-sys: 1200 mV
[ 0.382318] extcon-gpio-states external-connection:extcon@1: Cable state 1
[ 0.382727] clocksource: Switched to clocksource arch_sys_counter
[ 0.400869] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.401129] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.401596] nvmap_page_pool_init: Total RAM pages: 2008327
[ 0.401614] nvmap_page_pool_init: nvmap page pool size: 251040 pages (980 MB)
[ 0.401809] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.406258] Wake76 for irq=199
[ 0.406272] Wake77 for irq=199
[ 0.406283] Wake78 for irq=199
[ 0.406293] Wake79 for irq=199
[ 0.406302] Wake80 for irq=199
[ 0.406312] Wake81 for irq=199
[ 0.406321] Wake82 for irq=199
[ 0.407071] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.407264] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.407639] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.407717] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.407856] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.407994] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.408136] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.408428] isomgr_init(): iso emc max clk=1866000KHz
[ 0.408440] isomgr_init(): max_iso_bw=26870400KB
[ 0.408522] NET: Registered protocol family 2
[ 0.408822] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.409045] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.409335] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.409392] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.409446] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.409612] NET: Registered protocol family 1
[ 0.409800] RPC: Registered named UNIX socket transport module.
[ 0.409815] RPC: Registered udp transport module.
[ 0.409826] RPC: Registered tcp transport module.
[ 0.409837] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.409857] PCI: CLS 0 bytes, default 128
[ 0.409953] Trying to unpack rootfs image as initramfs…
[ 0.423486] host1x 13e10000.host1x: initialized
[ 0.424331] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.426453] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.426552] audit: initializing netlink subsys (disabled)
[ 0.426583] audit: type=2000 audit(0.412:1): initialized
[ 0.433569] io scheduler noop registered
[ 0.433674] io scheduler cfq registered (default)
[ 0.436652] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.437842] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.438927] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.439990] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.443438] tsec 15500000.tsec: initialized
[ 0.444559] tsec 15100000.tsecb: initialized
[ 0.446907] nvdec 15480000.nvdec: initialized
[ 0.450529] falcon 15340000.vic: initialized
[ 0.451532] falcon 154c0000.nvenc: initialized
[ 0.452530] falcon 15380000.nvjpg: initialized
[ 0.453291] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.453787] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.454277] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.454786] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.455278] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.455775] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.456265] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.456759] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.459345] DC OR NODE connected to /host1x/sor1
[ 0.459467] generic_infoframe_type: 0x87
[ 0.459474] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.459570] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.459584] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.459600] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.459615] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.467040] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.467048] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.467050] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.467052] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.467085] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.467089] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.467978] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[ 0.469262] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.469590] kfuse 3830000.kfuse: initialized
[ 0.470146] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.471209] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.471624] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.471679] tegradc 15210000.nvdisplay: probed
[ 0.473546] console [ttyS0] disabled
[ 0.473593] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 2.595673] console [ttyS0] enabled
[ 2.597701] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.598775] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.598999] serial-tegra 3130000.serial: RX in PIO mode
[ 2.599890] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.609852] Console: switching to colour frame buffer device 240x67
[ 2.610222] brd: module loaded
[ 2.614816] loop: module loaded
[ 2.615034] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.615038] nct1008_nct72 7-004c: starting parse dt
[ 2.615154] nct1008_nct72 7-004c: success parsing dt
[ 2.615271] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.627461] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.652080] tmp451: Enabled overheat logging at 104.00C
[ 2.652238] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.654599] THERMAL EST: found 3 subdevs
[ 2.654603] THERMAL EST num_resources: 0
[ 2.654607] [THERMAL EST subdev 0]
[ 2.654612] [THERMAL EST subdev 1]
[ 2.654622] [THERMAL EST subdev 2]
[ 2.654935] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 2.654938] THERMAL EST: thz register success.
[ 2.655069] THERMAL EST: end of probe, return err: 0
[ 2.655123] tegra_profiler: Branch: Dev
[ 2.655126] tegra_profiler: Version: 1.117
[ 2.655128] tegra_profiler: Samples version: 41
[ 2.655129] tegra_profiler: IO version: 22
[ 2.655136] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.655142] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.655146] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.655150] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.655154] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.655157] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.655160] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.655164] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.655167] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.655171] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.655174] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.655178] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.655394] tegra_profiler: auth: init
[ 2.658726] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 2.658761] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 2.659695] scsi host0: tegra_ahci
[ 2.660081] scsi host1: tegra_ahci
[ 2.660240] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 2.660243] ata2: DUMMY
[ 2.661141] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.661615] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.662032] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.662887] tun: Universal TUN/TAP device driver, 1.6
[ 2.662889] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.663097] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.663100] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.663140] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.663142] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.664221] PPP generic driver version 2.4.2
[ 2.664373] PPP BSD Compression module registered
[ 2.664380] PPP Deflate Compression module registered
[ 2.664404] PPP MPPE Compression module registered
[ 2.664417] NET: Registered protocol family 24
[ 2.664484] usbcore: registered new interface driver r8152
[ 2.664518] usbcore: registered new interface driver asix
[ 2.664546] usbcore: registered new interface driver ax88179_178a
[ 2.664573] usbcore: registered new interface driver cdc_ether
[ 2.664609] usbcore: registered new interface driver smsc75xx
[ 2.664638] usbcore: registered new interface driver net1080
[ 2.664695] usbcore: registered new interface driver cdc_subset
[ 2.664724] usbcore: registered new interface driver zaurus
[ 2.664773] usbcore: registered new interface driver cdc_ncm
[ 2.664984] Wake76 for irq=199
[ 2.664987] Wake77 for irq=199
[ 2.664989] Wake78 for irq=199
[ 2.664991] Wake79 for irq=199
[ 2.664993] Wake80 for irq=199
[ 2.664995] Wake81 for irq=199
[ 2.664996] Wake82 for irq=199
[ 2.665060] tegra-xotg xotg: usb2 phy is not available yet
[ 2.665819] usbcore: registered new interface driver cdc_acm
[ 2.665822] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.665859] usbcore: registered new interface driver usb-storage
[ 2.665920] usbcore: registered new interface driver usbserial
[ 2.665948] usbcore: registered new interface driver cp210x
[ 2.665968] usbserial: USB Serial support registered for cp210x
[ 2.665992] usbcore: registered new interface driver ftdi_sio
[ 2.666010] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.666033] usbcore: registered new interface driver option
[ 2.666050] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.666075] usbcore: registered new interface driver pl2303
[ 2.666093] usbserial: USB Serial support registered for pl2303
[ 2.666279] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.667316] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b 8d 83 b7
[ 2.667854] libphy: dwc_phy: probed
[ 2.668735] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.731911] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.791068] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 2.793157] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.793170] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.793312] i2c /dev entries driver
[ 2.794052] gspca_main: v2.14.0 registered
[ 2.794096] usbcore: registered new interface driver gspca_zc3xx
[ 2.794329] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 2.796220] FAN dev name: pwm-fan
[ 2.796267] FAN:gpio request success.
[ 2.796273] FAN: can’t find tach_gpio
[ 2.796293] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 2.796447] pwm_fan_driver pwm-fan: got pwm for fan
[ 2.796450] pwm_fan_driver pwm-fan: tach period: 1000
[ 2.796727] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 2.796730] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 2.796733] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 2.796736] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 2.796739] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 2.796742] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 2.796745] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 2.796747] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 2.796750] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 2.796753] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 2.797470] device-mapper: uevent: version 1.0.3
[ 2.797636] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 2.797971] sdhci: Secure Digital Host Controller Interface driver
[ 2.797972] sdhci: Copyright(c) Pierre Ossman
[ 2.797977] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.798241] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 2.798515] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 2.798745] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 2.801932] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 2.802084] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.803784] usbcore: registered new interface driver usbhid
[ 2.803785] usbhid: USB HID core driver
[ 2.808994] nvadsp 2993000.adsp: in probe()…
[ 2.810311] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 2.810346] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 2.810576] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 2.820679] Denver: backdoor interface is NOT available.
[ 2.822777] coresight-tmc 8030000.etf: TMC initialized
[ 2.830948] coresight-tmc 8050000.etr: TMC initialized
[ 2.831438] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 2.832058] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 2.832569] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 2.833071] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 2.833546] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 2.834254] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 2.834905] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 2.835522] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 2.836158] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 2.836191] Module initialized successfully
[ 2.838783] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.839254] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 2.839585] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 2.840527] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 2.844106] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 2.844347] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 2.844824] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 2.844868] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 2.844911] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 2.844961] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 2.844999] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 2.845038] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 2.845089] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 2.845291] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 2.845294] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 2.845891] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 2.845894] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 2.845897] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 2.845900] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 2.845902] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 2.845904] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 2.845906] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 2.845944] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 2.850091] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 2.850850] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 2.850969] camchar: rtcpu character device driver loaded
[ 2.854999] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 2.855294] register_ari_mca_banks: Registered MCA ROC:IOB
[ 2.855439] register_ari_mca_banks: Registered MCA ROC:CCE
[ 2.855913] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 2.855940] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 2.855966] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 2.855994] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 2.856019] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 2.856047] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 2.856071] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 2.856097] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 2.856122] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 2.856146] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 2.856171] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 2.856196] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 2.856222] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 2.856245] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 2.856269] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 2.856322] **** A57 ECC: Enabled
[ 2.856325] tegra18_a57_serr_init: on CPU 0 a A57 Core
[ 2.856473] parse_throttle_dt_data: Num cap clks = 4
[ 2.856476] parse_throttle_dt_data: clk=mcpu type=1
[ 2.856477] parse_throttle_dt_data: clk=bcpu type=2
[ 2.856484] parse_throttle_dt_data: clk=gpu type=4
[ 2.856486] parse_throttle_dt_data: clk=emc type=3
[ 2.857010] tegra_throttle_probe: probe successful. #cdevs=4
[ 2.857102] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 2.860242] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 2.864740] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 2.878752] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.879024] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 2.879076] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 2.879161] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 2.879188] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 256
[ 2.879440] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 2.892726] mmc0: MAN_BKOPS_EN bit is not set
[ 2.899950] mmc0: Skipping tuning since strobe enabled
[ 2.907470] mmc0: periodic cache flush enabled
[ 2.907477] mmc0: new HS400 MMC card at address 0001
[ 2.907794] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 2.907950] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 2.908101] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 2.908249] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 2.909526] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29
[ 2.926820] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.951161] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 2.986760] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.148919] mmc1 tuning done saved tap delay=23
[ 3.148922] mmc1: hw tuning done …
[ 3.148928] mmc1: tuning_window[0]: 0xfffffffc
[ 3.148935] mmc1: tuning_window[1]: 0xffff1fff
[ 3.148940] mmc1: tuning_window[2]: 0xc7ffffff
[ 3.148945] mmc1: tuning_window[3]: 0x7fffffff
[ 3.148950] mmc1: tuning_window[4]: 0x0
[ 3.148955] mmc1: tuning_window[5]: 0x0
[ 3.148987] mmc1: tuning_window[6]: 0x0
[ 3.148992] mmc1: tuning_window[7]: 0x0
[ 3.148996] sdhci: Tap value: 23 | Trim value: 5
[ 3.149000] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 3.155759] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.155812] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 4.318061] tegradc 15210000.nvdisplay: fb registered
[ 4.328197] PD DISP0 index2 UP
[ 4.333153] PD DISP1 index3 UP
[ 4.337493] PD DISP2 index4 UP
[ 4.343916] Parent Clock set for DC plld2
[ 4.350098] edid invalid
[ 4.396952] edid invalid
[ 4.400716] edid invalid
[ 4.404461] tegradc 15210000.nvdisplay: hdmi: pclk:148351K, set prod-setting:prod_c_150M
[ 4.431101] tegra-se-nvhost 15810000.se: initialized
[ 4.438470] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 4.447007] tegra-se-nvhost 15820000.se: initialized
[ 4.454256] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 4.462754] tegra-se-nvhost 15830000.se: initialized
[ 4.469909] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 4.478419] tegra-se-nvhost 15840000.se: initialized
[ 4.485763] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 4.497177] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 4.509461] cpufreq: platform driver Initialization: pass
[ 4.516562] tegra_cluster_clk e090000.cluster_clk_priv: in probe()…
[ 4.524565] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 4.532092] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 4.543100] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 4.553887] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2aa096
[ 4.561909] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 4.570991] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 4.578526] tegradc 15210000.nvdisplay: blank - normal
[ 4.579425] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enabled
[ 4.580463] tegradc 15210000.nvdisplay: blank - powerdown
[ 4.580485] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 4.580960] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 3 not supported
[ 4.583045] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 4.583186] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 4.584447] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 4.584452] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 4.590750] tegra210_adsp_audio_platform_probe: platform probe started
[ 4.591272] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 4.591503] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 4.591797] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 4.592053] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 4.592344] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 4.592348] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 4.592349] tegra210-adsp adsp_audio: using adma channel page 0
[ 4.600185] tegra210_adsp_audio_platform_probe probe successfull.
[ 4.600186] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 4.600365] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 4.602770] OPE platform probe
[ 4.602836] OPE platform probe successful
[ 4.621470] random: nonblocking pool is initialized
[ 4.635031] PD DISP2 index4 DOWN
[ 4.635136] PD DISP1 index3 DOWN
[ 4.635227] PD DISP0 index2 DOWN
[ 4.641444] tegradc 15210000.nvdisplay: unblank
[ 4.641459] PD DISP0 index2 UP
[ 4.642503] PD DISP1 index3 UP
[ 4.642598] PD DISP2 index4 UP
[ 4.644277] Parent Clock set for DC plld2
[ 4.646981] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[ 4.703929] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 4.704081] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 4.704237] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 4.704394] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 4.704535] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 4.704740] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 4.704857] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 4.704949] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 4.705039] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 4.705130] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 4.705248] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 4.705343] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 4.705433] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 4.705525] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 4.705638] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 4.705730] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 4.705848] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 4.705943] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 4.706035] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 4.706130] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 4.710409] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 4.710512] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 4.710542] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 4.710569] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 4.748209] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[ 4.748899] tegra-snd-t186ref-mobile-rt565x sound: codec-dai “dit-hifi” registered
[ 4.748902] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[ 4.749503] GACT probability NOT on
[ 4.749512] Mirror/redirect action on
[ 4.749524] u32 classifier
[ 4.749525] Actions configured
[ 4.749554] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 4.750187] IPVS: Registered protocols ()
[ 4.750215] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 4.750282] IPVS: Creating netns size=1424 id=0
[ 4.750312] IPVS: ipvs loaded.
[ 4.750318] IPVS: [rr] scheduler registered.
[ 4.750390] ipip: IPv4 over IPv4 tunneling driver
[ 4.750701] Initializing XFRM netlink socket
[ 4.751018] NET: Registered protocol family 10
[ 4.751681] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.751744] NET: Registered protocol family 17
[ 4.751756] NET: Registered protocol family 15
[ 4.751779] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 4.751785] 8021q: 802.1Q VLAN Support v1.8
[ 4.752396] Registered cp15_barrier emulation handler
[ 4.752427] Registered setend emulation handler
[ 4.754369] registered taskstats version 1
[ 4.758192] isp 15600000.isp: initialized
[ 4.762527] nvcsi 150c0000.nvcsi: initialized
[ 4.763441] Wake76 for irq=199
[ 4.763442] Wake77 for irq=199
[ 4.763443] Wake78 for irq=199
[ 4.763444] Wake79 for irq=199
[ 4.763444] Wake80 for irq=199
[ 4.763445] Wake81 for irq=199
[ 4.763446] Wake82 for irq=199
[ 4.763765] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[ 4.763767] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP
[ 4.787019] spi-tegra114 3210000.spi: Static pin configuration used
[ 4.787161] xhci-tegra 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2
[ 4.787162] xhci-tegra 3530000.xhci: Falling back to user helper
[ 4.787615] spi-tegra114 c260000.spi: Static pin configuration used
[ 4.788289] spi-tegra114 3240000.spi: Static pin configuration used
[ 4.788957] tegra-xotg xotg: OTG rev:0200, ADP:0, SRP:1, HNP:1, RSP:0
[ 4.788994] tegra-xotg xotg: update_id_state: ID floating
[ 4.788998] tegra-xotg xotg: update_vbus_state: VBUS detected
[ 4.789011] tegra-xotg xotg: Nvidia XUSB OTG Controller
[ 4.790716] tegra-xotg xotg: otg: gadget gadget registered
[ 4.790717] tegra-xotg xotg: set gadget otg_caps from OTG controller
[ 4.790733] tegra-xotg xotg: otg: host not registered yet
[ 4.790735] tegra-xotg xotg: otg: start OTG finite state machine
[ 4.790782] tegra-xudc-new 3550000.xudc: entering ELPG
[ 4.791381] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 4.791919] input: gpio-keys as /devices/gpio-keys/input/input3
[ 4.825205] tegra_rtc c2a0000.rtc: setting system clock to 2018-06-21 08:06:41 UTC (1529568401)
[ 4.854937] bpmp: mounted debugfs mirror
[ 4.855463] [dram-timers] DRAM derating cdev registered.
[ 4.859854] spmic-ldo0: disabling
[ 4.860021] spmic-ldo1: disabling
[ 4.860160] en-vdd-sd: disabling
[ 4.860161] en-vdd-cam: disabling
[ 4.860163] vdd-usb0-5v: disabling
[ 4.860165] vdd-usb1-5v: disabling
[ 4.860167] en-vdd-disp-3v3: disabling
[ 4.860169] en-mdm-pwr-3v7: disabling
[ 4.860170] en-vdd-disp-1v8: disabling
[ 4.860172] en-vdd-cam-hv-2v8: disabling
[ 4.860173] en-vdd-cam-1v2: disabling
[ 4.860175] vdd-fan: disabling
[ 4.860176] vdd-3v3: disabling
[ 4.860178] en-vdd-vcm-2v8: disabling
[ 4.860180] vdd-usb2-5v: disabling
[ 4.860181] vdd-sys-bl: disabling
[ 4.860183] en-vdd-sys: disabling
[ 4.865322] ALSA device list:
[ 4.865324] #0: tegra-hda at 0x3518000 irq 400
[ 4.865325] #1: tegra-snd-t186ref-mobile-rt565x
[ 4.866491] tegra-vi4 15700000.vi: initialized
[ 4.867619] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@0/endpoint.
[ 4.867622] tegra-vi4 15700000.vi: all channel register failed
[ 4.954790] tegra-usb-cd usb_cd: notification status (0x0, 0x1)
[ 4.954793] tegra-usb-cd usb_cd: set current 0ma
[ 4.954800] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 4.955760] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 4.955762] tegra-xudc-new 3550000.xudc: device mode on
[ 6.556179] tegradc 15210000.nvdisplay: hdmi: plugged
[ 6.559996] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 6.560009] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 6.560941] devtmpfs: mounted
[ 6.561239] Freeing unused kernel memory: 1168K (ffffffc001132000 - ffffffc001256000)
[ 6.561260] Freeing alternatives memory: 96K (ffffffc001256000 - ffffffc00126e000)
[ 6.566284] btb inv war enabled
[ 6.625483] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 6.645622] systemd[1]: Detected architecture arm64.
[ 6.660635] systemd[1]: Set hostname to .
[ 6.778607] systemd[1]: Listening on Journal Audit Socket.
[ 6.788118] systemd[1]: Reached target Encrypted Volumes.
[ 6.797418] systemd[1]: Reached target Remote File Systems (Pre).
[ 6.807547] systemd[1]: Listening on udev Kernel Socket.
[ 6.816883] systemd[1]: Listening on Syslog Socket.
[ 6.826281] systemd[1]: Created slice User and Session Slice.
[ 6.835876] systemd[1]: Reached target Swap.
[ 6.844015] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.855541] systemd[1]: Reached target Remote File Systems.
[ 6.866044] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.876411] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 6.885728] systemd[1]: Reached target User and Group Name Lookups.
[ 6.896053] systemd[1]: Created slice System Slice.
[ 6.904823] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 6.914262] systemd[1]: Listening on LVM2 poll daemon socket.
[ 6.923242] systemd[1]: Listening on Journal Socket.
[ 6.933346] systemd[1]: Mounting POSIX Message Queue File System…
[ 6.945444] systemd[1]: Started Braille Device Support.
[ 6.956611] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 6.962249] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 6.976398] systemd[1]: Starting Create list of required static device nodes for the current kernel…
[ 6.991701] systemd[1]: Mounting Debug File System…
[ 7.004722] systemd[1]: Starting Load Kernel Modules…
[ 7.013946] systemd[1]: Listening on Journal Socket (/dev/log).
[ 7.025612] systemd[1]: Starting Journal Service…
[ 7.035321] systemd[1]: Created slice system-getty.slice.
[ 7.044651] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 7.057016] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling…
[ 7.071379] systemd[1]: Listening on udev Control Socket.
[ 7.081939] systemd[1]: Reached target Slices.
[ 7.094317] systemd[1]: Mounted POSIX Message Queue File System.
[ 7.104322] systemd[1]: Mounted Debug File System.
[ 7.113050] systemd[1]: Started Journal Service.
[ 7.308288] systemd-journald[297]: Received request to flush runtime journal from PID 1
[ 7.447203] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 7.456534] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 7.466759] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 7.468986] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 7.712094] xhci-tegra 3530000.xhci: cannot find firmware…retry after 1 second
[ 7.814260] dhd_module_init in
[ 7.837903] tegra_net_perf_init: cannot get wifi sclk
[ 7.845743] found wifi platform device bcmdhd_wlan
[ 7.853873] wifi_platform_get_country_code_map: could not get country_code_map
[ 7.853874] wifi_plat_dev_drv_probe:platform country code map is not available
[ 7.853886] Power-up adapter ‘DHD generic adapter’
[ 7.853892] wifi_platform_set_power = 1
[ 7.892794] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 8.054758] wifi_platform_bus_enumerate device present 1
[ 8.079414] wifi_platform_bus_enumerate device present 0
[ 8.079770] F1 signature read @0x18000000=0x17214354
[ 8.083695] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 8.084186] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 8.084239] wifi_platform_prealloc: failed to alloc static mem section 7
[ 8.084244] wifi_platform_get_mac_addr
[ 8.123588] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
[ 8.123833] wl_create_event_handler(): thread:wl_event_handler:246 started
[ 8.123872] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xffffffc1e1341a70
[ 8.123952] dhd_attach(): thread:dhd_watchdog_thread:247 started
[ 8.124001] dhd_attach(): thread:dhd_dpc:248 started
[ 8.124083] dhd_attach(): thread:dhd_rxf:249 started
[ 8.124088] dhd_deferred_work_init: work queue initialized
[ 8.124470] Dongle Host Driver, version 1.201.82 (r)
Compiled in drivers/net/wireless/bcmdhd on May 17 2018 at 00:12:47
[ 8.124719] tegra_sysfs_register
[ 8.124755] Register interface [wlan0] MAC: 00:04:4b:8d:83:b5

[ 8.124757] dhd_prot_ioctl : bus is down. we have nothing to do
[ 8.124838] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 23
[ 8.125878] wifi_platform_set_power = 0
[ 8.302788] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 8.372316] using random self ethernet address
[ 8.378384] using random host ethernet address
[ 8.390372] Mass Storage Function, version: 2009/09/11
[ 8.390377] LUN: removable file: (no medium)
[ 8.395169] using random self ethernet address
[ 8.395173] using random host ethernet address
[ 8.400211] usb0: HOST MAC 0e:cb:69:05:fd:03
[ 8.400331] usb0: MAC 2e:45:61:c8:aa:9c
[ 8.400674] usb1: HOST MAC 3e:e2:c1:6d:3d:b8
[ 8.400687] usb1: MAC a2:40:d9:29:09:58
[ 8.400708] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[ 8.553807] device usb0 entered promiscuous mode
[ 8.571478] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 8.584963] device usb1 entered promiscuous mode
[ 8.595613] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready
[ 8.601108] android_work: did not send uevent (0 0 (null))
[ 8.612254] l4tbr0: port 2(usb1) entered forwarding state
[ 8.619722] l4tbr0: port 2(usb1) entered forwarding state
[ 8.666099] android_work: sent uevent USB_STATE=CONNECTED
[ 8.721256] android_work: sent uevent USB_STATE=DISCONNECTED
[ 8.728288] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 8.730309] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 8.756130] xhci-tegra 3530000.xhci: Firmware timestamp: 2017-12-07 10:50:08 UTC, Version: 55.09 release
[ 8.769814] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 8.769830] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 1
[ 8.770653] xhci-tegra 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00010810
[ 8.770677] xhci-tegra 3530000.xhci: irq 59, io mem 0x03530000
[ 8.770806] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 8.770809] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.770811] usb usb1: Product: xHCI Host Controller
[ 8.770813] usb usb1: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[ 8.770814] usb usb1: SerialNumber: 3530000.xhci
[ 8.774958] hub 1-0:1.0: USB hub found
[ 8.774980] hub 1-0:1.0: 4 ports detected
[ 8.799123] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 8.799129] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 2
[ 8.799270] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 8.799272] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.799274] usb usb2: Product: xHCI Host Controller
[ 8.799276] usb usb2: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[ 8.799277] usb usb2: SerialNumber: 3530000.xhci
[ 8.799563] hub 2-0:1.0: USB hub found
[ 8.799582] hub 2-0:1.0: 3 ports detected
[ 8.799887] tegra-xotg xotg: otg: host 3530000.xhci registered
[ 8.806046] android_work: sent uevent USB_STATE=CONNECTED
[ 8.807548] configfs-gadget gadget: high-speed config #1: c
[ 8.807573] tegra-xudc-new 3550000.xudc: ep 5 (type: 3, dir: in) enabled
[ 8.807589] tegra-xudc-new 3550000.xudc: ep 3 (type: 2, dir: in) enabled
[ 8.807604] tegra-xudc-new 3550000.xudc: ep 2 (type: 2, dir: out) enabled
[ 8.807679] tegra-xudc-new 3550000.xudc: ep 9 (type: 3, dir: in) enabled
[ 8.807695] tegra-xudc-new 3550000.xudc: ep 7 (type: 2, dir: in) enabled
[ 8.807712] tegra-xudc-new 3550000.xudc: ep 4 (type: 2, dir: out) enabled
[ 8.807739] tegra-xudc-new 3550000.xudc: ep 15 (type: 3, dir: in) enabled
[ 8.807757] tegra-xudc-new 3550000.xudc: ep 11 (type: 2, dir: in) enabled
[ 8.807780] tegra-xudc-new 3550000.xudc: ep 6 (type: 2, dir: out) enabled
[ 8.807783] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[ 8.807885] l4tbr0: port 1(usb0) entered forwarding state
[ 8.807904] l4tbr0: port 1(usb0) entered forwarding state
[ 8.807985] android_work: sent uevent USB_STATE=CONFIGURED
[ 8.818487] tegra-xudc-new 3550000.xudc: ep 13 (type: 2, dir: in) enabled
[ 8.818502] tegra-xudc-new 3550000.xudc: ep 8 (type: 2, dir: out) enabled
[ 8.818619] IPv6: ADDRCONF(NETDEV_CHANGE): usb1: link becomes ready
[ 9.090759] usb 1-2: new high-speed USB device number 2 using xhci-tegra
[ 9.127285] usb 2-1: new SuperSpeed USB device number 2 using xhci-tegra
[ 9.132844] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 9.168413] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[ 9.168416] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.168418] usb 2-1: Product: 4-Port USB 3.0 Hub
[ 9.168420] usb 2-1: Manufacturer: Generic
[ 9.168998] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[ 9.173467] hub 2-1:1.0: USB hub found
[ 9.174228] hub 2-1:1.0: 4 ports detected
[ 9.237286] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411
[ 9.246325] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.256540] usb 1-2: Product: 4-Port USB 2.0 Hub
[ 9.263053] usb 1-2: Manufacturer: Generic
[ 9.271576] hub 1-2:1.0: USB hub found
[ 9.277941] hub 1-2:1.0: 4 ports detected
[ 9.410650] IPVS: Creating netns size=1424 id=1
[ 9.541062] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 9.550818] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.554818] usb 1-2.1: new full-speed USB device number 3 using xhci-tegra
[ 9.570175] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.589545] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 9.599130]
Dongle Host Driver, version 1.201.82 (r)
Compiled in drivers/net/wireless/bcmdhd on May 17 2018 at 00:12:47
[ 9.618760] wl_android_wifi_on in
[ 9.624141] wifi_platform_set_power = 1
[ 9.658765] usb 1-2.1: New USB device found, idVendor=046d, idProduct=c534
[ 9.667780] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.677147] usb 1-2.1: Product: USB Receiver
[ 9.683454] usb 1-2.1: Manufacturer: Logitech
[ 9.692618] input: Logitech USB Receiver as /devices/3530000.xhci/usb1/1-2/1-2.1/1-2.1:1.0/0003:046D:C534.0001/input/input4
[ 9.759125] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-3530000.xhci-2.1/input0
[ 9.777232] input: Logitech USB Receiver as /devices/3530000.xhci/usb1/1-2/1-2.1/1-2.1:1.1/0003:046D:C534.0002/input/input5
[ 9.842929] hid-generic 0003:046D:C534.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-3530000.xhci-2.1/input1
[ 9.899473] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 9.943132] usb 1-2.4: new full-speed USB device number 4 using xhci-tegra
[ 9.953339] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 9.955435] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 9.955461] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 9.956323] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[ 9.979521] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 23
[ 9.980204] F1 signature read @0x18000000=0x17214354
[ 9.985357] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 9.986094] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 10.185523] usb 1-2.4: New USB device found, idVendor=222a, idProduct=0001
[ 10.185531] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 10.185537] usb 1-2.4: Product: ILITEK-TP
[ 10.185542] usb 1-2.4: Manufacturer: ILITEK
[ 10.185547] usb 1-2.4: SerialNumber: V06.00.00.00
[ 10.186844] gk20a 17000000.gp10b: railgate is disabled.
[ 10.195857] input: ILITEK ILITEK-TP as /devices/3530000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:222A:0001.0003/input/input6
[ 10.196254] hid-multitouch 0003:222A:0001.0003: input,hidraw2: USB HID v1.10 Device [ILITEK ILITEK-TP] on usb-3530000.xhci-2.4/input0
[ 10.198581] input: ILITEK ILITEK-TP as /devices/3530000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:222A:0001.0004/input/input7
[ 10.198980] hid-generic 0003:222A:0001.0004: input,hidraw3: USB HID v1.10 Mouse [ILITEK ILITEK-TP] on usb-3530000.xhci-2.4/input1
[ 10.215952] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 10.258136] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 10.258357] Enabling wake69
[ 10.259401] wifi_platform_get_mac_addr
[ 10.260958] Firmware up: op_mode=0x0005, MAC=00:04:4b:8d:83:b5
[ 10.268836] dhd_preinit_ioctls pspretend_threshold for HostAPD failed -23
[ 10.275840] Firmware version = wl0: Dec 12 2017 15:09:35 version 7.35.221.34 (r679

Hi WayneWWW,

I can’t find the code

nvdisplay@15220000 {
                    status = "okay";
};
 
sor {
      status = "okay";
 
      dp-display {
                   status = "okay";
     };
};
 
dpaux@155c0000 {
                   status = "okay";
     };

in “tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dtb” or "tegra186-quill-p3310-1000-c03-00-

base.dts",but I find the similar in “tegra186-quill-p3310-1000-a00-00-base.dts”,need I change it?

I don’t know how to compile single dtb ,so ,I compile the kernel that all the dtb will build in

public_release/kernel/kernel-4.4/arch/arm64/boot/dts.it is right?

Hi WayneWWW,

I found the dtb was flashed successfully.

xxd /proc/device-tree/host1x/nvidsplay@15200000/status disable
xxd /proc/device-tree/host1x/nvidsplay@15210000/status okay
xxd /proc/device-tree/host1x/nvidsplay@15220000/status okay

xxd /proc/device-tree/host1x/sor/status okay
xxd /proc/device-tree/host1x/sor/dp-display/status okay
xxd /proc/device-tree/host1x/sor1/status okay
xxd /proc/device-tree/host1x/sor1/dp-display/status disable

but,when I connect the displayport,there still nothing on display screen.

jeffrey953,

Do you see any new log from dmesg after you plug in DP monitor?

If you can build dtb now, you can also build below dts file and flash it.

tegra186-quill-p3310-1000-a00-00-dsi-dp.dts

Hi WayneWWW,

the problem still exist.this is all dmesg

[    0.000000] Booting Linux on physical CPU 0x100
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.38-tegra (buildbrain@mobile-u64-773) (gcc version 4.8.5 (GCC) ) #1 SMP PREEMPT Thu May 17 00:15:19 PDT 2018
[    0.000000] Boot CPU: AArch64 Processor [411fd073]
[    0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] 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] On node 0 totalpages: 2052096
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 519680 pages, LIFO batch:31
[    0.000000]   Normal zone: 23968 pages used for memmap
[    0.000000]   Normal zone: 1532416 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1f5f9a000 s31360 r8192 d30080 u69632
[    0.000000] pcpu-alloc: s31360 r8192 d30080 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2019936
[    0.000000] Kernel command line: root=/dev/mmcblk1p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt 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=0324217137359 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Memory: 7967772K/8208384K available (11296K kernel code, 1841K rwdata, 5796K rodata, 1168K init, 691K bss, 175076K reserved, 65536K cma-reserved)
[    0.000000] Virtual kernel memory layout:
                   vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000   (   246 GB)
                   vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
                             0xffffffbdc2000000 - 0xffffffbdc9da0000   (   125 MB actual)
                   fixed   : 0xffffffbffa7fd000 - 0xffffffbffac00000   (  4108 KB)
                   PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000   (    16 MB)
                   modules : 0xffffffbffc000000 - 0xffffffc000000000   (    64 MB)
                   memory  : 0xffffffc000000000 - 0xffffffc1f6800000   (  8040 MB)
                     .init : 0xffffffc001132000 - 0xffffffc001256000   (  1168 KB)
                     .text : 0xffffffc000080000 - 0xffffffc001132000   ( 17096 KB)
                     .data : 0xffffffc001278000 - 0xffffffc001444730   (  1842 KB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.009850] Console: colour dummy device 80x25
[    0.014508] console [tty0] enabled
[    0.018066] bootconsole [uart0] disabled
[    0.022170] kmemleak: Kernel memory leak detector disabled
[    0.022181] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.022194] pid_max: default: 32768 minimum: 301
[    0.022241] Security Framework initialized
[    0.022278] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.022289] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.022674] Initializing cgroup subsys io
[    0.022687] Initializing cgroup subsys memory
[    0.022705] Initializing cgroup subsys devices
[    0.022715] Initializing cgroup subsys freezer
[    0.022723] Initializing cgroup subsys net_cls
[    0.022734] Initializing cgroup subsys perf_event
[    0.022743] Initializing cgroup subsys net_prio
[    0.022753] Initializing cgroup subsys pids
[    0.022761] Initializing cgroup subsys debug
[    0.022902] CPU0 ipc=752
[    0.022912] CPU1 ipc=1024
[    0.022920] CPU2 ipc=1024
[    0.022929] CPU3 ipc=752
[    0.022938] CPU4 ipc=752
[    0.022948] CPU5 ipc=752
[    0.022984] ASID allocator initialised with 65536 entries
[    0.046223] tegra-id: chipid=21817.
[    0.046241] tegra-id: opt_subrevision=1.
[    0.046254] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[    0.046926] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dts
[    0.046950] DTB Build time: Jun 22 2018 10:33:50
[    0.062570] CPU1: Booted secondary processor [4e0f0030]
[    0.074106] CPU2: Booted secondary processor [4e0f0030]
[    0.085831] CPU3: Booted secondary processor [411fd073]
[    0.097846] CPU4: Booted secondary processor [411fd073]
[    0.109848] CPU5: Booted secondary processor [411fd073]
[    0.109912] Brought up 6 CPUs
[    0.109970] SMP: Total of 6 processors activated.
[    0.109983] CPU: All CPU(s) started at EL2
[    0.110440] devtmpfs: initialized
[    0.137419] Initilizing CustomIPI irq domain
[    0.137614] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.138364] pinctrl core: initialized pinctrl subsystem
[    0.138539] OS set in device tree is not L4T.
[    0.138726] regulator-dummy: no parameters
[    0.138830] Initializing plugin-manager
[    0.138885] Plugin module not found
[    0.139285] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[    0.139616] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[    0.140211] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[    0.141362] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[    0.141706] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[    0.141959] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[    0.142174] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[    0.142586] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[    0.143016] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[    0.143289] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[    0.143659] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[    0.143899] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[    0.144115] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[    0.144365] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[    0.146262] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800
[    0.148029] Adding domain adsp-pd to PM domain ape-pd
[    0.150367] NET: Registered protocol family 16
[    0.151211] console [pstore-1] enabled
[    0.151223] pstore: Registered ramoops as persistent store backend
[    0.151236] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[    0.161353] cpuidle: using governor ladder
[    0.165831] cpuidle: using governor menu
[    0.166967] bpmp: waiting for handshake
[    0.166982] bpmp: handshake completed
[    0.167023] bpmp: synchronizing channels
[    0.167051] bpmp: channels synchronized
[    0.167062] bpmp: mail init ok
[    0.167420] vdso: 2 pages (1 code @ ffffffc00127d000, 1 data @ ffffffc00127c000)
[    0.167452] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.168380] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.169816] tegra_powergate_init: DONE
[    0.169847] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dts
[    0.169871] DTB Build time: Jun 22 2018 10:33:50
[    0.170801] Tegra reboot handler registered.
[    0.171842] Registering Tegra186 clocks (this may take a while)...done
[    0.173945] arm-smmu 12000000.iommu: probing hardware configuration...
[    0.173963] arm-smmu 12000000.iommu: SMMUv2 with:
[    0.173976] arm-smmu 12000000.iommu: 	stage 1 translation
[    0.173989] arm-smmu 12000000.iommu: 	stage 2 translation
[    0.174000] arm-smmu 12000000.iommu: 	nested translation
[    0.174015] arm-smmu 12000000.iommu: 	stream matching with 128 register groups, mask 0x7f80
[    0.174033] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    0.174051] arm-smmu 12000000.iommu: 	64 context banks (0 stage-2 only)
[    0.174065] arm-smmu 12000000.iommu: 	Stage-1: 39-bit VA -> 48-bit IPA
[    0.174078] arm-smmu 12000000.iommu: 	Stage-2: 39-bit IPA -> 48-bit PA
[    0.222856] arm-smmu 12000000.iommu: registered 67 master devices
[    0.228751] iommu: Adding device 3460000.sdhci to group 0
[    0.229647] iommu: Adding device 3400000.sdhci to group 1
[    0.233293] iommu: Adding device 3507000.ahci-sata to group 2
[    0.233761] iommu: Adding device 3160000.i2c to group 3
[    0.234128] iommu: Adding device c240000.i2c to group 4
[    0.234485] iommu: Adding device 3180000.i2c to group 5
[    0.234916] iommu: Adding device 3190000.i2c to group 6
[    0.235359] iommu: Adding device 31b0000.i2c to group 7
[    0.235730] iommu: Adding device 31c0000.i2c to group 8
[    0.236064] iommu: Adding device c250000.i2c to group 9
[    0.236392] iommu: Adding device 31e0000.i2c to group 10
[    0.238501] iommu: Adding device 3210000.spi to group 11
[    0.238848] iommu: Adding device c260000.spi to group 12
[    0.239229] iommu: Adding device 3240000.spi to group 13
[    0.240083] iommu: Adding device 3100000.serial to group 14
[    0.240411] iommu: Adding device 3110000.serial to group 15
[    0.240731] iommu: Adding device c280000.serial to group 16
[    0.241060] iommu: Adding device 3130000.serial to group 17
[    0.242333] iommu: Adding device 2490000.ether_qos to group 18
[    0.242974] iommu: Adding device b000000.rtcpu to group 19
[    0.243461] iommu: Adding device c1a0000.aon to group 20
[    0.244369] Wake73 for irq=42
[    0.244668] iommu: Adding device smmu_test to group 21
[    0.245196] mc: mapped MMIO address: 0xffffff8000560000 -> 0x2c10000
[    0.245258] mc: mapped MMIO address: 0xffffff8000640000 -> 0x2c20000
[    0.245295] mc: mapped MMIO address: 0xffffff8000660000 -> 0x2c30000
[    0.245336] mc: mapped MMIO address: 0xffffff8000fa0000 -> 0x2c40000
[    0.245372] mc: mapped MMIO address: 0xffffff8000fc0000 -> 0x2c50000
[    0.245414] mc-err: Set intmask: 0xf3140
[    0.245643] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[    0.246476] Wake76 for irq=199
[    0.246501] Wake77 for irq=199
[    0.246523] Wake78 for irq=199
[    0.246544] Wake79 for irq=199
[    0.246564] Wake80 for irq=199
[    0.246585] Wake81 for irq=199
[    0.246610] Wake82 for irq=199
[    0.246775] iommu: Adding device 3530000.xhci to group 22
[    0.247141] iommu: Adding device 3550000.xudc to group 23
[    0.247924] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.247957] tegra-pmc: ### PMC reset source: Power on reset
[    0.247982] tegra-pmc: ### PMC reset level: L0
[    0.248004] tegra-pmc: ### PMC reset status reg: 0x0
[    0.248307] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.248351] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    0.248516] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    0.248547] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[    0.249034] iommu: Adding device 13e10000.host1x to group 24
[    0.249326] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[    0.249573] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[    0.249827] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[    0.250061] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[    0.250276] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[    0.250518] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[    0.250803] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[    0.251070] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[    0.251492] iommu: Adding device 150c0000.nvcsi to group 33
[    0.252042] iommu: Adding device 15700000.vi to group 34
[    0.252369] iommu: Adding device 15600000.isp to group 35
[    0.252726] iommu: Adding device 15210000.nvdisplay to group 36
[    0.252947] platform 15210000.nvdisplay: IOVA linear map 0x00000000969ee000(800000)
[    0.252990] platform 15210000.nvdisplay: IOVA linear map 0x00000000969eb000(3000)
[    0.253294] iommu: Adding device 15220000.nvdisplay to group 37
[    0.253500] iommu: Adding device 15340000.vic to group 38
[    0.253746] iommu: Adding device 154c0000.nvenc to group 39
[    0.253952] iommu: Adding device 15480000.nvdec to group 40
[    0.254294] iommu: Adding device 15380000.nvjpg to group 41
[    0.254487] iommu: Adding device 15500000.tsec to group 42
[    0.254749] iommu: Adding device 15100000.tsecb to group 43
[    0.255802] iommu: Adding device 15810000.se to group 44
[    0.256014] iommu: Adding device 15820000.se to group 45
[    0.256238] iommu: Adding device 15830000.se to group 46
[    0.256425] iommu: Adding device 15840000.se to group 47
[    0.256964] iommu: Adding device 17000000.gp10b to group 48
[    0.258396] tegra-reset 5000000.clock: registered 193 resets.
[    0.260441] iommu: Adding device d000000.bpmp to group 49
[    0.260679] bpmp: ping status is 0
[    0.260867] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff81e
[    0.261248] bpmp d000000.bpmp: probe ok
[    0.264485] iommu: Adding device 2600000.dma to group 50
[    0.265330] GPIO line 461 (cam0-rst) hogged as output/low
[    0.265392] GPIO line 456 (cam0-pwdn) hogged as output/low
[    0.265467] GPIO line 457 (cam1-rst) hogged as output/low
[    0.265519] GPIO line 426 (cam1-pwdn) hogged as output/low
[    0.265576] GPIO line 424 (wifi-enable) hogged as output/high
[    0.265631] GPIO line 445 (sdmmc-wake-input) hogged as input
[    0.265687] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[    0.265798] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[    0.267766] GPIO line 315 (wifi-wake-ap) hogged as input
[    0.267884] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[    0.268801] iommu: Adding device 10003000.pcie-controller to group 51
[    0.269052] iommu: Adding device sound to group 52
[    0.270786] iommu: Adding device 3510000.hda to group 53
[    0.271940] iommu: Adding device adsp_audio to group 54
[    0.273358] iommu: Adding device 2993000.adsp to group 55
[    0.282418] vdd-ac-bat: 5000 mV 
[    0.284580] vdd-1v8-ap: 1800 mV 
[    0.304718] SCSI subsystem initialized
[    0.304896] libata version 3.00 loaded.
[    0.305065] usbcore: registered new interface driver usbfs
[    0.305129] usbcore: registered new interface driver hub
[    0.305252] usbcore: registered new device driver usb
[    0.309142] GPIO line 241 (touch-rail-1) hogged as output/high
[    0.309630] GPIO line 242 (touch-rail-2) hogged as output/high
[    0.309736] gpiochip_add_data: registered GPIOs 240 to 255 on device: tca9539
[    0.311153] GPIO line 228 (lcd-bias-en-rail) hogged as output/high
[    0.311288] gpiochip_add_data: registered GPIOs 224 to 239 on device: tca9539
[    0.321806] media: Linux media interface: v0.10
[    0.321868] Linux video capture interface: v2.00
[    0.324914] pps_core: LinuxPPS API ver. 1 registered
[    0.324940] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.324985] PTP clock support registered
[    0.325889] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    0.325935] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    0.327446] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[    0.329561] GPIO line 221 (spmic_gpio_input_5) hogged as input
[    0.329746] GPIO line 222 (spmic_gpio_input_6) hogged as input
[    0.329841] gpiochip_add_data: registered GPIOs 216 to 223 on device: max77620-gpio
[    0.334739] vddio-ddr: at 1125 mV 
[    0.338581] avdd_dsi_csi: 1200 mV 
[    0.342581] vdd-1v8: 1800 mV 
[    0.346579] vdd-3v3-sys: 3300 mV 
[    0.347681] spmic-ldo0: at 1800 mV 
[    0.348461] spmic-ldo1: at 800 mV 
[    0.354578] vddio-3v3: 3300 mV 
[    0.355248] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV 
[    0.358583] vdd-rtc: at 800 mV 
[    0.359334] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV 
[    0.361351] spmic-ldo6: at 1500 mV 
[    0.365350] vdd-pex-1v05: 1000 mV 
[    0.365908] dvdd-pex: 1000 mV 
[    0.366189] max77620 4-003c: max77620 probe successful
[    0.366452] Advanced Linux Sound Architecture Driver Initialized.
[    0.367445] en-vdd-sd: 3300 mV 
[    0.368070] en-vdd-cam: 1800 mV 
[    0.369834] vdd-hdmi: 5000 mV 
[    0.370011] vdd-usb0-5v: 5000 mV 
[    0.370179] vdd-usb1-5v: 5000 mV 
[    0.373834] en-vdd-ts-1v8: 1800 mV 
[    0.377833] en-vdd-ts-hv-3v3: 3300 mV 
[    0.378356] en-vdd-disp-3v3: 3300 mV 
[    0.378861] en-mdm-pwr-3v7: 3700 mV 
[    0.379368] en-vdd-disp-1v8: 1800 mV 
[    0.379883] en-vdd-cam-hv-2v8: 2800 mV 
[    0.380400] en-vdd-cam-1v2: 1200 mV 
[    0.380916] vdd-fan: 5000 mV 
[    0.381034] vdd-3v3: 3300 mV 
[    0.381755] dis-vdd-1v2: 1200 mV 
[    0.381877] en-vdd-vcm-2v8: 2800 mV 
[    0.382390] vdd-usb2-5v: 5000 mV 
[    0.382498] vdd-sys-bl: 3300 mV 
[    0.383030] en-vdd-sys: 1200 mV 
[    0.386327] extcon-gpio-states external-connection:extcon@1: Cable state 0
[    0.386738] clocksource: Switched to clocksource arch_sys_counter
[    0.405010] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.405290] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[    0.405762] nvmap_page_pool_init: Total RAM pages: 2008327
[    0.405780] nvmap_page_pool_init: nvmap page pool size: 251040 pages (980 MB)
[    0.405919] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.410378] Wake76 for irq=199
[    0.410392] Wake77 for irq=199
[    0.410403] Wake78 for irq=199
[    0.410413] Wake79 for irq=199
[    0.410423] Wake80 for irq=199
[    0.410432] Wake81 for irq=199
[    0.410442] Wake82 for irq=199
[    0.411186] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[    0.411379] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[    0.411755] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.411833] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.411974] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[    0.412110] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[    0.412256] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[    0.412546] isomgr_init(): iso emc max clk=1866000KHz
[    0.412558] isomgr_init(): max_iso_bw=26870400KB
[    0.412639] NET: Registered protocol family 2
[    0.412939] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.413162] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.413454] TCP: Hash tables configured (established 65536 bind 65536)
[    0.413508] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.413563] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.413722] NET: Registered protocol family 1
[    0.413931] RPC: Registered named UNIX socket transport module.
[    0.413946] RPC: Registered udp transport module.
[    0.413958] RPC: Registered tcp transport module.
[    0.413969] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.413989] PCI: CLS 0 bytes, default 128
[    0.414081] Trying to unpack rootfs image as initramfs...
[    0.427688] host1x 13e10000.host1x: initialized
[    0.428555] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.430701] futex hash table entries: 2048 (order: 6, 262144 bytes)
[    0.430818] audit: initializing netlink subsys (disabled)
[    0.430862] audit: type=2000 audit(0.420:1): initialized
[    0.442110] io scheduler noop registered
[    0.442363] io scheduler cfq registered (default)
[    0.445898] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    0.447418] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[    0.448781] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    0.450114] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    0.455049] tsec 15500000.tsec: initialized
[    0.456470] tsec 15100000.tsecb: initialized
[    0.459693] nvdec 15480000.nvdec: initialized
[    0.464769] falcon 15340000.vic: initialized
[    0.466088] falcon 154c0000.nvenc: initialized
[    0.467395] falcon 15380000.nvjpg: initialized
[    0.469043] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[    0.469802] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[    0.470536] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[    0.471349] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[    0.472097] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[    0.472815] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[    0.473544] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[    0.474267] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[    0.477989] DC OR NODE connected to /host1x/sor1
[    0.478149] generic_infoframe_type: 0x87
[    0.478295] tegradc 15210000.nvdisplay: DT parsed successfully
[    0.478349] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[    0.478456] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.478648] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[    0.478743] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[    0.487123] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[    0.487145] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[    0.487161] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[    0.487209] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[    0.487224] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[    0.487853] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[    0.488162] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[    0.490410] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[    0.490444] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[    0.491316] kfuse 3830000.kfuse: initialized
[    0.491693] tegradc 15210000.nvdisplay: probed
[    0.493179] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    0.493783] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.496501] console [ttyS0] disabled
[    0.496583] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[    2.615655] console [ttyS0] enabled
[    2.617582] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[    2.618574] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[    2.618799] serial-tegra 3130000.serial: RX in PIO mode
[    2.619693] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[    2.629705] Console: switching to colour frame buffer device 240x67
[    2.629923] brd: module loaded
[    2.634214] loop: module loaded
[    2.634463] nct1008_nct72 7-004c: find device tree node, parsing dt
[    2.634468] nct1008_nct72 7-004c: starting parse dt
[    2.634557] nct1008_nct72 7-004c: success parsing dt
[    2.634679] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[    2.647832] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[    2.671660] tmp451: Enabled overheat logging at 104.00C
[    2.671823] nct1008_nct72 7-004c: nct1008_probe: initialized
[    2.674084] THERMAL EST: found 3 subdevs
[    2.674088] THERMAL EST num_resources: 0
[    2.674091] [THERMAL EST subdev 0]
[    2.674096] [THERMAL EST subdev 1]
[    2.674099] [THERMAL EST subdev 2]
[    2.674338] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[    2.674340] THERMAL EST: thz register success.
[    2.674513] THERMAL EST: end of probe, return err: 0
[    2.674559] tegra_profiler: Branch: Dev
[    2.674561] tegra_profiler: Version: 1.117
[    2.674563] tegra_profiler: Samples version: 41
[    2.674564] tegra_profiler: IO version: 22
[    2.674571] armv8_pmu: imp: 0x41, idcode: 0x1
[    2.674575] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[    2.674578] armv8_pmu: imp: 0x4e, idcode: 0x1
[    2.674582] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[    2.674585] armv8_pmu: imp: 0x4e, idcode: 0x1
[    2.674588] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[    2.674590] armv8_pmu: imp: 0x41, idcode: 0x1
[    2.674593] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[    2.674596] armv8_pmu: imp: 0x41, idcode: 0x1
[    2.674599] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[    2.674601] armv8_pmu: imp: 0x41, idcode: 0x1
[    2.674604] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[    2.674850] tegra_profiler: auth: init
[    2.678149] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[    2.678160] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst 
[    2.679130] scsi host0: tegra_ahci
[    2.679483] scsi host1: tegra_ahci
[    2.679639] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[    2.679642] ata2: DUMMY
[    2.680495] spi-tegra114 3210000.spi: Static pin configuration used
[    2.680925] spi-tegra114 c260000.spi: Static pin configuration used
[    2.681311] spi-tegra114 3240000.spi: Static pin configuration used
[    2.682088] tun: Universal TUN/TAP device driver, 1.6
[    2.682091] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.682257] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.682259] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.682295] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[    2.682297] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.683348] PPP generic driver version 2.4.2
[    2.683480] PPP BSD Compression module registered
[    2.683488] PPP Deflate Compression module registered
[    2.683512] PPP MPPE Compression module registered
[    2.683525] NET: Registered protocol family 24
[    2.683576] usbcore: registered new interface driver r8152
[    2.683614] usbcore: registered new interface driver asix
[    2.683642] usbcore: registered new interface driver ax88179_178a
[    2.683668] usbcore: registered new interface driver cdc_ether
[    2.683704] usbcore: registered new interface driver smsc75xx
[    2.683729] usbcore: registered new interface driver net1080
[    2.683758] usbcore: registered new interface driver cdc_subset
[    2.683784] usbcore: registered new interface driver zaurus
[    2.683827] usbcore: registered new interface driver cdc_ncm
[    2.684071] Wake76 for irq=199
[    2.684074] Wake77 for irq=199
[    2.684076] Wake78 for irq=199
[    2.684077] Wake79 for irq=199
[    2.684079] Wake80 for irq=199
[    2.684080] Wake81 for irq=199
[    2.684082] Wake82 for irq=199
[    2.684146] tegra-xotg xotg: usb2 phy is not available yet
[    2.684809] usbcore: registered new interface driver cdc_acm
[    2.684811] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.684845] usbcore: registered new interface driver usb-storage
[    2.684903] usbcore: registered new interface driver usbserial
[    2.684927] usbcore: registered new interface driver cp210x
[    2.684947] usbserial: USB Serial support registered for cp210x
[    2.684969] usbcore: registered new interface driver ftdi_sio
[    2.684985] usbserial: USB Serial support registered for FTDI USB Serial Device
[    2.685007] usbcore: registered new interface driver option
[    2.685025] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.685046] usbcore: registered new interface driver pl2303
[    2.685061] usbserial: USB Serial support registered for pl2303
[    2.685219] tegra-usb-cd usb_cd: otg phy is not available yet
[    2.686412] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b 8d 83 b7
[    2.686969] libphy: dwc_phy: probed
[    2.706233] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[    2.751886] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[    2.823574] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    2.825838] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[    2.825852] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    2.826006] i2c /dev entries driver
[    2.826787] gspca_main: v2.14.0 registered
[    2.826829] usbcore: registered new interface driver gspca_zc3xx
[    2.827075] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    2.828978] FAN dev name: pwm-fan
[    2.829024] FAN:gpio request success.
[    2.829030] FAN: can't find tach_gpio
[    2.829050] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    2.829213] pwm_fan_driver pwm-fan: got pwm for fan
[    2.829216] pwm_fan_driver pwm-fan: tach period: 1000
[    2.829492] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    2.829495] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[    2.829499] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    2.829502] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    2.829505] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    2.829508] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    2.829511] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    2.829513] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    2.829516] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    2.829519] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    2.830264] device-mapper: uevent: version 1.0.3
[    2.830438] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    2.830799] sdhci: Secure Digital Host Controller Interface driver
[    2.830800] sdhci: Copyright(c) Pierre Ossman
[    2.830805] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.831067] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[    2.831339] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[    2.831553] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[    2.834667] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    2.834852] hidraw: raw HID events driver (C) Jiri Kosina
[    2.836602] usbcore: registered new interface driver usbhid
[    2.836603] usbhid: USB HID core driver
[    2.841970] nvadsp 2993000.adsp: in probe()...
[    2.853454] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[    2.853490] nvadsp 2993000.adsp: AMC/ARAM initialized.
[    2.853731] nvadsp 2993000.adsp: nvadsp_app_module_probe
[    2.869670] Denver: backdoor interface is NOT available.
[    2.870744] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[    2.871101] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[    2.871442] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[    2.872372] coresight-tmc 8030000.etf: TMC initialized
[    2.877263] coresight-tmc 8050000.etr: TMC initialized
[    2.877714] coresight-tpiu 8060000.tpiu: TPIU initialized
[    2.878256] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[    2.878767] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[    2.879210] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[    2.879670] coresight-replicator 8040000.replicator: REPLICATOR initialized
[    2.880336] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[    2.880888] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[    2.881463] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[    2.882019] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[    2.882048] Module initialized successfully 
[    2.885628] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[    2.886970] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[    2.887184] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[    2.887531] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    2.887582] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[    2.887622] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[    2.887666] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[    2.887704] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[    2.887740] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[    2.887778] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[    2.887908] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[    2.887911] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[    2.888497] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[    2.888500] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[    2.888502] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[    2.888505] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[    2.888507] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[    2.888509] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[    2.888511] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[    2.888535] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[    2.892566] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[    2.893334] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[    2.893426] camchar: rtcpu character device driver loaded
[    2.897405] tegra186-aondbg aondbg: aondbg driver probe() OK
[    2.897700] register_ari_mca_banks: Registered MCA ROC:IOB
[    2.897845] register_ari_mca_banks: Registered MCA ROC:CCE
[    2.898296] tegra18-bridge 2390000.axi2apb: bridge probed OK
[    2.898324] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[    2.898353] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[    2.898377] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[    2.898401] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[    2.898425] tegra18-bridge 2100000.axip2p: bridge probed OK
[    2.898451] tegra18-bridge 2110000.axip2p: bridge probed OK
[    2.898475] tegra18-bridge 2120000.axip2p: bridge probed OK
[    2.898499] tegra18-bridge 2130000.axip2p: bridge probed OK
[    2.898524] tegra18-bridge 2140000.axip2p: bridge probed OK
[    2.898550] tegra18-bridge 2150000.axip2p: bridge probed OK
[    2.898576] tegra18-bridge 2160000.axip2p: bridge probed OK
[    2.898601] tegra18-bridge 2170000.axip2p: bridge probed OK
[    2.898625] tegra18-bridge 2180000.axip2p: bridge probed OK
[    2.898654] tegra18-bridge 2190000.axip2p: bridge probed OK
[    2.898726] **** A57 ECC: Enabled
[    2.898728] tegra18_a57_serr_init: on CPU 5 a A57 Core
[    2.898900] parse_throttle_dt_data: Num cap clks = 4
[    2.898903] parse_throttle_dt_data: clk=mcpu type=1
[    2.898905] parse_throttle_dt_data: clk=bcpu type=2
[    2.898912] parse_throttle_dt_data: clk=gpu type=4
[    2.898914] parse_throttle_dt_data: clk=emc type=3
[    2.899435] tegra_throttle_probe: probe successful. #cdevs=4
[    2.899528] tegra18x_actmon d230000.actmon: in actmon_register()...
[    2.902665] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[    2.904932] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[    2.910734] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[    2.910999] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    2.911053] sdhci-tegra 3400000.sdhci: Got WP GPIO
[    2.911137] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[    2.911164] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 258
[    2.924727] mmc0: MAN_BKOPS_EN bit is not set
[    2.929304] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[    2.932007] mmc0: Skipping tuning since strobe enabled
[    2.939476] mmc0: periodic cache flush enabled
[    2.939486] mmc0: new HS400 MMC card at address 0001
[    2.939807] mmcblk0: mmc0:0001 032G34 29.1 GiB 
[    2.939986] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[    2.940137] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[    2.940281] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[    2.941567]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29
[    2.974801] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[    2.987230] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[    3.002742] ata1: SATA link down (SStatus 0 SControl 300)
[    3.197051] mmc1 tuning done saved tap delay=23
[    3.197053] mmc1: hw tuning done ...
[    3.197060] mmc1: tuning_window[0]: 0xfffffffc
[    3.197067] mmc1: tuning_window[1]: 0xffff1fff
[    3.197072] mmc1: tuning_window[2]: 0xc7ffffff
[    3.197077] mmc1: tuning_window[3]: 0x7fffffff
[    3.197082] mmc1: tuning_window[4]: 0x0
[    3.197087] mmc1: tuning_window[5]: 0x0
[    3.197117] mmc1: tuning_window[6]: 0x0
[    3.197266] mmc1: tuning_window[7]: 0x0
[    3.197270] sdhci: Tap value: 23 | Trim value: 5
[    3.197274] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[    3.203631] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    3.203697] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[    4.348709] tegradc 15210000.nvdisplay: fb registered
[    4.355163] PD DISP0 index2 UP
[    4.360156] PD DISP1 index3 UP
[    4.364528] PD DISP2 index4 UP
[    4.371046] Parent Clock set for DC plld2
[    4.377279] edid invalid
[    4.429291] edid invalid
[    4.433071] edid invalid
[    4.436859] tegradc 15210000.nvdisplay: hdmi: pclk:148351K, set prod-setting:prod_c_150M
[    4.462731] DC OR NODE connected to /host1x/sor
[    4.468847] tegradc 15220000.nvdisplay: DT parsed successfully
[    4.476061] tegradc 15220000.nvdisplay: Display dc.ffffff8009220000 registered with id=1
[    4.485798] tegradc 15220000.nvdisplay: vblank syncpt # 9 for dc 2
[    4.493357] tegradc 15220000.nvdisplay: vpulse3 syncpt # 11 for dc 2
[    4.505911] tegradc 15220000.nvdisplay: probed
[    4.529091] tegradc 15220000.nvdisplay: fb registered
[    4.545796] Parent Clock set for DC plld3
[    4.567417] dp lt: state 0 (Reset), hpd 1, pending_lt_evt 1
[    4.574467] dp lt: switching from state 0 (Reset) to state 0 (Reset)
[    4.582292] dp lt: state 0 (Reset), hpd 1, pending_lt_evt 0
[    4.590480] dp lt: switching from state 0 (Reset) to state 2 (clock recovery)
[    4.598452] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[    4.598476] tegradc 15210000.nvdisplay: blank - normal
[    4.598687] dp lt: config: lane 0: vs level: 0, pe level: 0, pc2 level: 0
[    4.598719] dp lt: config: lane 1: vs level: 0, pe level: 0, pc2 level: 0
[    4.598733] dp lt: config: lane 2: vs level: 0, pe level: 0, pc2 level: 0
[    4.598746] dp lt: config: lane 3: vs level: 0, pe level: 0, pc2 level: 0
[    4.598753] dp lt: tx_pu: 0x22
[    4.599750] dp lt: CR not done
[    4.600291] dp lt: new config: lane 0: vs level: 1, pe level: 0, pc2 level: 0
[    4.600293] dp lt: new config: lane 1: vs level: 1, pe level: 0, pc2 level: 0
[    4.600295] dp lt: new config: lane 2: vs level: 1, pe level: 0, pc2 level: 0
[    4.600297] dp lt: new config: lane 3: vs level: 1, pe level: 0, pc2 level: 0
[    4.600299] dp lt: CR retry
[    4.600302] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[    4.600312] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[    4.600336] dp lt: config: lane 0: vs level: 1, pe level: 0, pc2 level: 0
[    4.600350] dp lt: config: lane 1: vs level: 1, pe level: 0, pc2 level: 0
[    4.600363] dp lt: config: lane 2: vs level: 1, pe level: 0, pc2 level: 0
[    4.600376] dp lt: config: lane 3: vs level: 1, pe level: 0, pc2 level: 0
[    4.600382] dp lt: tx_pu: 0x33
[    4.601375] dp lt: CR not done
[    4.601915] dp lt: new config: lane 0: vs level: 2, pe level: 0, pc2 level: 0
[    4.601918] dp lt: new config: lane 1: vs level: 2, pe level: 0, pc2 level: 0
[    4.601920] dp lt: new config: lane 2: vs level: 2, pe level: 0, pc2 level: 0
[    4.601922] dp lt: new config: lane 3: vs level: 2, pe level: 0, pc2 level: 0
[    4.601923] dp lt: CR retry
[    4.601926] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[    4.601935] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[    4.601959] dp lt: config: lane 0: vs level: 2, pe level: 0, pc2 level: 0
[    4.601972] dp lt: config: lane 1: vs level: 2, pe level: 0, pc2 level: 0
[    4.601985] dp lt: config: lane 2: vs level: 2, pe level: 0, pc2 level: 0
[    4.601999] dp lt: config: lane 3: vs level: 2, pe level: 0, pc2 level: 0
[    4.602004] dp lt: tx_pu: 0x44
[    4.603024] dp lt: CR not done
[    4.603569] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[    4.603571] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[    4.603573] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[    4.603575] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[    4.603576] dp lt: CR retry
[    4.603579] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[    4.603688] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[    4.603713] dp lt: config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[    4.603726] dp lt: config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[    4.603739] dp lt: config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[    4.603753] dp lt: config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[    4.603758] dp lt: tx_pu: 0x66
[    4.604751] dp lt: CR not done
[    4.605292] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[    4.605294] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[    4.605296] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[    4.605297] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[    4.605300] dp lt: CR retry limit 1 for max vs reached
[    4.605303] dp lt: switching from state 2 (clock recovery) to state 6 (reduce bit rate)
[    4.605312] dp lt: state 6 (reduce bit rate), hpd 1, pending_lt_evt 0
[    4.605321] dp lt: bit rate already lowest
[    4.606501] dp lt: switching from state 6 (reduce bit rate) to state 4 (link training fail/disable)
[    4.606532] dp_audio switch 1
[    4.607039] hpd: state 7 (Takeover from bootloader), hpd 1, pending_hpd_evt 1
[    4.607042] hpd: switching from state 7 (Takeover from bootloader) to state 1 (Check Plug)
[    4.607885] tegra-se-nvhost 15810000.se: initialized
[    4.608322] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    4.608641] tegra-se-nvhost 15820000.se: initialized
[    4.609087] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    4.609393] tegra-se-nvhost 15830000.se: initialized
[    4.609505] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    4.609791] tegra-se-nvhost 15840000.se: initialized
[    4.610193] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    4.612773] tegradc 15210000.nvdisplay: blank - powerdown
[    4.624011] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[    4.627236] cpufreq: platform driver Initialization: pass
[    4.627380] tegra_cluster_clk e090000.cluster_clk_priv: in probe()...
[    4.627429] tegra_cluster_clk e090000.cluster_clk_priv: passed
[    4.627593] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[    4.627599] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[    4.627632] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2aa096
[    4.627635] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[    4.628713] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[    4.629223] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enabled
[    4.629743] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[    4.630077] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 3 not supported
[    4.631557] cpuidle: Initializing cpuidle driver init for Denver cluster
[    4.631663] cpuidle: Initializing cpuidle driver init for A57 cluster
[    4.632545] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[    4.632548] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[    4.635207] tegra210_adsp_audio_platform_probe: platform probe started
[    4.635747] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[    4.635988] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[    4.636291] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[    4.636557] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[    4.638732] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[    4.638736] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[    4.638738] tegra210-adsp adsp_audio: using adma channel page 0
[    4.638765] random: nonblocking pool is initialized
[    4.647392] tegra210_adsp_audio_platform_probe probe successfull.
[    4.647392] hpd: state 1 (Check Plug), hpd 1, pending_hpd_evt 0
[    4.647399] hpd: switching from state 1 (Check Plug) to state 2 (Check EDID)
[    4.647520] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[    4.647648] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[    4.649052] OPE platform probe
[    4.649111] OPE platform probe successful
[    4.666491] PD DISP1 index3 DOWN
[    4.671496] tegradc 15210000.nvdisplay: unblank
[    4.671510] PD DISP1 index3 UP
[    4.672235] Parent Clock set for DC plld2
[    4.674768] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[    4.704399] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    4.704472] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    4.704541] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    4.704609] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    4.704676] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    4.704743] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    4.704809] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    4.704878] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    4.704942] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    4.705008] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    4.705076] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[    4.705140] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[    4.705209] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[    4.705275] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[    4.705342] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[    4.705408] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[    4.705475] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[    4.705543] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[    4.705611] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[    4.705676] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[    4.706747] hpd: state 2 (Check EDID), hpd 1, pending_hpd_evt 0
[    4.708596] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[    4.708670] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[    4.708694] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[    4.708714] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[    4.734204] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[    4.736014] tegra-snd-t186ref-mobile-rt565x sound: codec-dai "dit-hifi" registered
[    4.736017] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[    4.736498] GACT probability NOT on
[    4.736507] Mirror/redirect action on
[    4.736518] u32 classifier
[    4.736519]     Actions configured
[    4.736548] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    4.737203] IPVS: Registered protocols ()
[    4.737230] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    4.737302] IPVS: Creating netns size=1424 id=0
[    4.737328] IPVS: ipvs loaded.
[    4.737334] IPVS: [rr] scheduler registered.
[    4.737409] ipip: IPv4 over IPv4 tunneling driver
[    4.737722] Initializing XFRM netlink socket
[    4.738020] NET: Registered protocol family 10
[    4.738698] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    4.738789] NET: Registered protocol family 17
[    4.738803] NET: Registered protocol family 15
[    4.738847] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    4.738853] 8021q: 802.1Q VLAN Support v1.8
[    4.739489] Registered cp15_barrier emulation handler
[    4.739507] Registered setend emulation handler
[    4.741261] registered taskstats version 1
[    4.744696] isp 15600000.isp: initialized
[    4.748357] nvcsi 150c0000.nvcsi: initialized
[    4.749397] Wake76 for irq=199
[    4.749398] Wake77 for irq=199
[    4.749399] Wake78 for irq=199
[    4.749400] Wake79 for irq=199
[    4.749400] Wake80 for irq=199
[    4.749401] Wake81 for irq=199
[    4.749402] Wake82 for irq=199
[    4.749730] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[    4.749732] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP
[    4.775036] spi-tegra114 3210000.spi: Static pin configuration used
[    4.775188] xhci-tegra 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2
[    4.775190] xhci-tegra 3530000.xhci: Falling back to user helper
[    4.775644] spi-tegra114 c260000.spi: Static pin configuration used
[    4.776395] spi-tegra114 3240000.spi: Static pin configuration used
[    4.777088] tegra-xotg xotg: OTG rev:0200, ADP:0, SRP:1, HNP:1, RSP:0
[    4.777123] tegra-xotg xotg: update_id_state: ID floating
[    4.777127] tegra-xotg xotg: update_vbus_state: VBUS not detected
[    4.777139] tegra-xotg xotg: Nvidia XUSB OTG Controller
[    4.778987] tegra-xotg xotg: otg: gadget gadget registered
[    4.778989] tegra-xotg xotg: set gadget otg_caps from OTG controller
[    4.778990] tegra-xotg xotg: otg: host not registered yet
[    4.778992] tegra-xotg xotg: otg: start OTG finite state machine
[    4.779030] tegra-xudc-new 3550000.xudc: entering ELPG
[    4.779604] tegra-xudc-new 3550000.xudc: entering ELPG done
[    4.780066] input: gpio-keys as /devices/gpio-keys/input/input3
[    4.813578] tegra_rtc c2a0000.rtc: setting system clock to 2018-06-25 08:50:37 UTC (1529916637)
[    4.843571] bpmp: mounted debugfs mirror
[    4.844100] [dram-timers] DRAM derating cdev registered.
[    4.848994] spmic-ldo0: disabling
[    4.849161] spmic-ldo1: disabling
[    4.849305] en-vdd-sd: disabling
[    4.849307] en-vdd-cam: disabling
[    4.849309] vdd-usb0-5v: disabling
[    4.849310] vdd-usb1-5v: disabling
[    4.849314] en-vdd-disp-3v3: disabling
[    4.849315] en-mdm-pwr-3v7: disabling
[    4.849316] en-vdd-disp-1v8: disabling
[    4.849318] en-vdd-cam-hv-2v8: disabling
[    4.849319] en-vdd-cam-1v2: disabling
[    4.849321] vdd-fan: disabling
[    4.849322] vdd-3v3: disabling
[    4.849325] en-vdd-vcm-2v8: disabling
[    4.849326] vdd-usb2-5v: disabling
[    4.849328] vdd-sys-bl: disabling
[    4.849330] en-vdd-sys: disabling
[    4.855396] ALSA device list:
[    4.855398]   #0: tegra-hda at 0x3518000 irq 402
[    4.855399]   #1: tegra-snd-t186ref-mobile-rt565x
[    4.856669] tegra-vi4 15700000.vi: initialized
[    4.857822] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@0/endpoint.
[    4.857824] tegra-vi4 15700000.vi: all channel register failed
[    7.104590] tegradc 15220000.nvdisplay: blank - powerdown
[    7.104614] tegradc 15210000.nvdisplay: hdmi: plugged
[    8.102775] dp lt: state 4 (link training fail/disable), hpd 1, pending_lt_evt 1
[    8.102779] dp lt: switching from state 4 (link training fail/disable) to state 0 (Reset)
[    8.102786] dp lt: state 0 (Reset), hpd 1, pending_lt_evt 0
[    8.102791] dp lt: link training force disable
[    8.102793] dp lt: switching from state 0 (Reset) to state 4 (link training fail/disable)
[    8.106452] dp_audio switch 0
[    8.166459] hpd: Display connected, hpd_switch 1
[    8.172625] hpd: switching from state 2 (Check EDID) to state 4 (Enabled)
[    8.432557] EXT4-fs (mmcblk0p1): 20 orphan inodes deleted
[    8.439548] EXT4-fs (mmcblk0p1): recovery complete
[    8.452978] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    8.462667] VFS: Mounted root (ext4 filesystem) on device 179:1.
[    8.472092] devtmpfs: mounted
[    8.476946] Freeing unused kernel memory: 1168K (ffffffc001132000 - ffffffc001256000)
[    8.486449] Freeing alternatives memory: 96K (ffffffc001256000 - ffffffc00126e000)
[    8.501850] btb inv war enabled
[    8.559022] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    8.579330] systemd[1]: Detected architecture arm64.
[    8.595912] systemd[1]: Set hostname to <tegra-ubuntu>.
[    8.709420] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    8.720182] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.731808] systemd[1]: Listening on LVM2 metadata daemon socket.
[    8.741912] systemd[1]: Reached target Swap.
[    8.750218] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    8.762678] systemd[1]: Listening on udev Control Socket.
[    8.771212] systemd[1]: Listening on LVM2 poll daemon socket.
[    8.780072] systemd[1]: Listening on udev Kernel Socket.
[    8.788425] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.798243] systemd[1]: Created slice System Slice.
[    8.806354] systemd[1]: Listening on Journal Audit Socket.
[    8.815677] systemd[1]: Created slice system-getty.slice.
[    8.824044] systemd[1]: Listening on Syslog Socket.
[    8.831827] systemd[1]: Reached target Encrypted Volumes.
[    8.840392] systemd[1]: Listening on Journal Socket.
[    8.850351] systemd[1]: Mounting Debug File System...
[    8.861140] systemd[1]: Starting Journal Service...
[    8.871966] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    8.900226] systemd[1]: Starting Load Kernel Modules...
[    8.910622] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    8.922572] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.927833] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[    8.942409] systemd[1]: Mounting POSIX Message Queue File System...
[    8.953499] systemd[1]: Created slice User and Session Slice.
[    8.963058] systemd[1]: Reached target Slices.
[    8.971237] systemd[1]: Reached target User and Group Name Lookups.
[    8.985019] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    8.999453] systemd[1]: Reached target Remote File Systems (Pre).
[    9.009415] systemd[1]: Reached target Remote File Systems.
[    9.020935] systemd[1]: Started Braille Device Support.
[    9.034990] systemd[1]: Mounted POSIX Message Queue File System.
[    9.045395] systemd[1]: Mounted Debug File System.
[    9.054205] systemd[1]: Started Journal Service.
[    9.259801] systemd-journald[278]: Received request to flush runtime journal from PID 1
[    9.407366] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[    9.417380] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[    9.427153] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[    9.438946] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[    9.450510] xhci-tegra 3530000.xhci: cannot find firmware....retry after 1 second
[    9.813848] dhd_module_init in
[    9.813877] tegra_net_perf_init: cannot get wifi sclk
[    9.813950] found wifi platform device bcmdhd_wlan
[    9.815219] wifi_platform_get_country_code_map: could not get country_code_map
[    9.815221] wifi_plat_dev_drv_probe:platform country code map is not available
[    9.815232] Power-up adapter 'DHD generic adapter'
[    9.815237] wifi_platform_set_power = 1
[    9.884550] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[    9.920809] cfg80211: World regulatory domain updated:
[    9.928096] cfg80211:  DFS Master region: unset
[    9.928096] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    9.928103] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    9.928105] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    9.928106] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    9.928109] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    9.928111] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[    9.928113] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[    9.928114] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    9.928116] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   10.021596] wifi_platform_bus_enumerate device present 1
[   10.039139] wifi_platform_bus_enumerate device present 0
[   10.039497] F1 signature read @0x18000000=0x17214354
[   10.043117] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[   10.043595] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[   10.043650] wifi_platform_prealloc: failed to alloc static mem section 7
[   10.043656] wifi_platform_get_mac_addr
[   10.045094] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
[   10.141106] wl_create_event_handler(): thread:wl_event_handler:26f started
[   10.141118] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xffffffc1dbfc1a70
[   10.160062] dhd_attach(): thread:dhd_watchdog_thread:272 started
[   10.168288] dhd_attach(): thread:dhd_dpc:274 started
[   10.178838] dhd_attach(): thread:dhd_rxf:276 started
[   10.185326] dhd_deferred_work_init: work queue initialized 
[   10.193927] Dongle Host Driver, version 1.201.82 (r)
               Compiled in drivers/net/wireless/bcmdhd on May 17 2018 at 00:12:47
[   10.209395] tegra_sysfs_register
[   10.214062] Register interface [wlan0]  MAC: 00:04:4b:8d:83:b5

[   10.224255] dhd_prot_ioctl : bus is down. we have nothing to do
[   10.232075] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 23
[   10.243173] wifi_platform_set_power = 0
[   10.263014] using random self ethernet address
[   10.263017] using random host ethernet address
[   10.282419] Mass Storage Function, version: 2009/09/11
[   10.282423] LUN: removable file: (no medium)
[   10.288184] using random self ethernet address
[   10.288187] using random host ethernet address
[   10.292633] usb0: HOST MAC 6e:66:96:70:6e:e1
[   10.292674] usb0: MAC 6e:57:d4:dc:4a:f7
[   10.292959] usb1: HOST MAC 32:60:a6:af:64:f0
[   10.292972] usb1: MAC 3e:a8:d7:79:62:d2
[   10.292984] tegra-xudc-new 3550000.xudc: exiting ELPG
[   10.293986] tegra-xudc-new 3550000.xudc: exiting ELPG done
[   10.294000] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[   10.294024] tegra-xudc-new 3550000.xudc: entering ELPG
[   10.294563] tegra-xudc-new 3550000.xudc: entering ELPG done
[   10.294574] tegra-xudc-new 3550000.xudc: exiting ELPG
[   10.295458] tegra-xudc-new 3550000.xudc: exiting ELPG done
[   10.295473] tegra-xudc-new 3550000.xudc: entering ELPG
[   10.296000] tegra-xudc-new 3550000.xudc: entering ELPG done
[   10.306731] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[   10.328291] device usb0 entered promiscuous mode
[   10.331567] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[   10.334472] device usb1 entered promiscuous mode
[   10.337560] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready
[   10.337564] l4tbr0: port 2(usb1) entered forwarding state
[   10.337572] l4tbr0: port 2(usb1) entered forwarding state
[   10.476120] xhci-tegra 3530000.xhci: Firmware timestamp: 2017-12-07 10:50:08 UTC, Version: 55.09 release
[   10.478156] xhci-tegra 3530000.xhci: xHCI Host Controller
[   10.478168] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 1
[   10.478959] xhci-tegra 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00010810
[   10.478980] xhci-tegra 3530000.xhci: irq 59, io mem 0x03530000
[   10.479083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   10.479086] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.479088] usb usb1: Product: xHCI Host Controller
[   10.479089] usb usb1: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[   10.479091] usb usb1: SerialNumber: 3530000.xhci
[   10.479354] hub 1-0:1.0: USB hub found
[   10.479376] hub 1-0:1.0: 4 ports detected
[   10.527109] xhci-tegra 3530000.xhci: xHCI Host Controller
[   10.527117] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 2
[   10.527268] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   10.527271] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.527273] usb usb2: Product: xHCI Host Controller
[   10.527275] usb usb2: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[   10.527277] usb usb2: SerialNumber: 3530000.xhci
[   10.527549] hub 2-0:1.0: USB hub found
[   10.527570] hub 2-0:1.0: 3 ports detected
[   10.527893] tegra-xotg xotg: otg: host 3530000.xhci registered
[   10.708740] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[   10.718727] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[   10.790754] usb 1-2: new high-speed USB device number 2 using xhci-tegra
[   10.839260] usb 2-1: new SuperSpeed USB device number 2 using xhci-tegra
[   10.872349] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[   10.881124] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   10.890427] usb 2-1: Product: 4-Port USB 3.0 Hub
[   10.896919] usb 2-1: Manufacturer: Generic
[   10.903473] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[   10.917266] hub 2-1:1.0: USB hub found
[   10.918040] hub 2-1:1.0: 4 ports detected
[   10.945286] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411
[   10.954116] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   10.963360] usb 1-2: Product: 4-Port USB 2.0 Hub
[   10.970152] usb 1-2: Manufacturer: Generic
[   10.977342] hub 1-2:1.0: USB hub found
[   10.977897] hub 1-2:1.0: 4 ports detected
[   11.186173] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[   11.247510] IPVS: Creating netns size=1424 id=1
[   11.254729] usb 1-2.1: new full-speed USB device number 3 using xhci-tegra
[   11.290776] l4tbr0: port 2(usb1) entered disabled state
[   11.346836] usb 1-2.1: New USB device found, idVendor=046d, idProduct=c534
[   11.355762] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   11.365225] usb 1-2.1: Product: USB Receiver
[   11.369362] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.371932] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.380795] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   11.380882] 
               Dongle Host Driver, version 1.201.82 (r)
               Compiled in drivers/net/wireless/bcmdhd on May 17 2018 at 00:12:47
[   11.380885] wl_android_wifi_on in
[   11.380887] wifi_platform_set_power = 1
[   11.431225] usb 1-2.1: Manufacturer: Logitech
[   11.440141] input: Logitech USB Receiver as /devices/3530000.xhci/usb1/1-2/1-2.1/1-2.1:1.0/0003:046D:C534.0001/input/input4
[   11.507227] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-3530000.xhci-2.1/input0
[   11.525768] input: Logitech USB Receiver as /devices/3530000.xhci/usb1/1-2/1-2.1/1-2.1:1.1/0003:046D:C534.0002/input/input5
[   11.594929] hid-generic 0003:046D:C534.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-3530000.xhci-2.1/input1
[   11.655948] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[   11.694774] usb 1-2.4: new full-speed USB device number 4 using xhci-tegra
[   11.704007] gk20a 17000000.gp10b: railgate is disabled.
[   11.730795] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[   11.737312] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 23
[   11.737857] F1 signature read @0x18000000=0x17214354
[   11.742233] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[   11.742861] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[   11.797013] tegradc 15210000.nvdisplay: blank - powerdown
[   11.800502] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[   11.837339] usb 1-2.4: New USB device found, idVendor=222a, idProduct=0001
[   11.837342] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   11.837344] usb 1-2.4: Product: ILITEK-TP
[   11.837346] usb 1-2.4: Manufacturer: ILITEK
[   11.837348] usb 1-2.4: SerialNumber: V06.00.00.00
[   11.842583] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[   11.842677] input: ILITEK ILITEK-TP as /devices/3530000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:222A:0001.0003/input/input6
[   11.842851] Enabling wake69
[   11.842887] hid-multitouch 0003:222A:0001.0003: input,hidraw2: USB HID v1.10 Device [ILITEK ILITEK-TP] on usb-3530000.xhci-2.4/input0
[   11.844030] wifi_platform_get_mac_addr
[   11.845008] input: ILITEK ILITEK-TP as /devices/3530000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:222A:0001.0004/input/input7
[   11.845289] hid-generic 0003:222A:0001.0004: input,hidraw3: USB HID v1.10 Mouse [ILITEK ILITEK-TP] on usb-3530000.xhci-2.4/input1
[   11.846078] Firmware up: op_mode=0x0005, MAC=00:04:4b:8d:83:b5
[   11.852558] dhd_preinit_ioctls pspretend_threshold for HostAPD failed  -23
[   11.857142] Firmware version = wl0: Dec 12 2017 15:09:35 version 7.35.221.34 (r679642) FWID 01-e35dbe99
[   11.859649] dhd_interworking_enable: failed to set WNM info, ret=-23
[   11.859863] tegra_sysfs_on
[   11.866501] PD DISP2 index4 DOWN
[   11.866743] PD DISP1 index3 DOWN
[   11.867015] PD DISP0 index2 DOWN
[   12.006783] tegradc 15210000.nvdisplay: unblank
[   12.006801] PD DISP0 index2 UP
[   12.008073] PD DISP1 index3 UP
[   12.008183] PD DISP2 index4 UP
[   12.010424] Parent Clock set for DC plld2
[   12.012452] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[   12.164324] CFGP2P-ERROR) wl_cfgp2p_add_p2p_disc_if : P2P interface registered
[   12.174633] WLC_E_IF: NO_IF set, event Ignored
[   12.260917] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[   12.262959] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[   12.262974] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[   12.263648] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[   12.535564] Bridge firewalling registered
[   12.645900] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.671596] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 5
[   12.671601] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_DEC_SSPI_CLOCK request
[   13.097014] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[   13.125121] tegradc 15210000.nvdisplay: unblank
[   13.129883] tegradc 15220000.nvdisplay: blank - powerdown
[   13.136121] tegradc 15220000.nvdisplay: unblank
[   13.137539] Parent Clock set for DC plld3
[   13.152974] dp lt: state 4 (link training fail/disable), hpd 1, pending_lt_evt 1
[   13.152978] dp lt: switching from state 4 (link training fail/disable) to state 0 (Reset)
[   13.152987] dp lt: state 0 (Reset), hpd 1, pending_lt_evt 0
[   13.154092] dp lt: switching from state 0 (Reset) to state 2 (clock recovery)
[   13.154101] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   13.154291] dp lt: config: lane 0: vs level: 0, pe level: 0, pc2 level: 0
[   13.154304] dp lt: config: lane 1: vs level: 0, pe level: 0, pc2 level: 0
[   13.154317] dp lt: config: lane 2: vs level: 0, pe level: 0, pc2 level: 0
[   13.154330] dp lt: config: lane 3: vs level: 0, pe level: 0, pc2 level: 0
[   13.154335] dp lt: tx_pu: 0x22
[   13.155292] dp lt: CR not done
[   13.155798] dp lt: new config: lane 0: vs level: 1, pe level: 0, pc2 level: 0
[   13.155800] dp lt: new config: lane 1: vs level: 1, pe level: 0, pc2 level: 0
[   13.155802] dp lt: new config: lane 2: vs level: 1, pe level: 0, pc2 level: 0
[   13.155804] dp lt: new config: lane 3: vs level: 1, pe level: 0, pc2 level: 0
[   13.155805] dp lt: CR retry
[   13.155808] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   13.155817] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   13.155841] dp lt: config: lane 0: vs level: 1, pe level: 0, pc2 level: 0
[   13.155854] dp lt: config: lane 1: vs level: 1, pe level: 0, pc2 level: 0
[   13.155867] dp lt: config: lane 2: vs level: 1, pe level: 0, pc2 level: 0
[   13.155880] dp lt: config: lane 3: vs level: 1, pe level: 0, pc2 level: 0
[   13.155885] dp lt: tx_pu: 0x33
[   13.156818] dp lt: CR not done
[   13.157345] dp lt: new config: lane 0: vs level: 2, pe level: 0, pc2 level: 0
[   13.157347] dp lt: new config: lane 1: vs level: 2, pe level: 0, pc2 level: 0
[   13.157349] dp lt: new config: lane 2: vs level: 2, pe level: 0, pc2 level: 0
[   13.157351] dp lt: new config: lane 3: vs level: 2, pe level: 0, pc2 level: 0
[   13.157352] dp lt: CR retry
[   13.157355] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   13.157368] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   13.157392] dp lt: config: lane 0: vs level: 2, pe level: 0, pc2 level: 0
[   13.157405] dp lt: config: lane 1: vs level: 2, pe level: 0, pc2 level: 0
[   13.157418] dp lt: config: lane 2: vs level: 2, pe level: 0, pc2 level: 0
[   13.157431] dp lt: config: lane 3: vs level: 2, pe level: 0, pc2 level: 0
[   13.157436] dp lt: tx_pu: 0x44
[   13.158413] dp lt: CR not done
[   13.158948] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   13.158951] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   13.158952] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   13.158955] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   13.158956] dp lt: CR retry
[   13.158959] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   13.159398] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   13.159424] dp lt: config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   13.159437] dp lt: config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   13.159450] dp lt: config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   13.159463] dp lt: config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   13.159468] dp lt: tx_pu: 0x66
[   13.160475] dp lt: CR not done
[   13.160993] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   13.160995] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   13.160997] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   13.160998] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   13.161002] dp lt: CR retry limit 1 for max vs reached
[   13.161005] dp lt: switching from state 2 (clock recovery) to state 6 (reduce bit rate)
[   13.161019] dp lt: state 6 (reduce bit rate), hpd 1, pending_lt_evt 0
[   13.161028] dp lt: bit rate already lowest
[   13.162221] dp lt: switching from state 6 (reduce bit rate) to state 4 (link training fail/disable)
[   13.162254] dp_audio switch 1
[   14.543330] tegradc 15220000.nvdisplay: unblank
[   14.713477] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   14.722512] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   14.762789] CPU1: shutdown
[   14.765533] psci: CPU1 killed.
[   14.790812] CPU2: shutdown
[   14.793706] psci: CPU2 killed.
[   18.355091] fuse init (API version 7.23)
[   20.888471] tegradc 15210000.nvdisplay: blank - powerdown
[   20.950117] PD DISP1 index3 DOWN
[   20.959681] tegradc 15210000.nvdisplay: unblank
[   20.959693] PD DISP1 index3 UP
[   20.960421] Parent Clock set for DC plld2
[   20.961817] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[   21.015597] tegradc 15210000.nvdisplay: unblank
[   21.020191] tegradc 15220000.nvdisplay: blank - powerdown
[   22.018813] dp lt: state 4 (link training fail/disable), hpd 1, pending_lt_evt 1
[   22.018816] dp lt: switching from state 4 (link training fail/disable) to state 0 (Reset)
[   22.018823] dp lt: state 0 (Reset), hpd 1, pending_lt_evt 0
[   22.018829] dp lt: link training force disable
[   22.018831] dp lt: switching from state 0 (Reset) to state 4 (link training fail/disable)
[   22.026271] dp_audio switch 0
[   22.182312] tegradc 15210000.nvdisplay: blank - powerdown
[   22.249977] PD DISP2 index4 DOWN
[   22.250070] PD DISP1 index3 DOWN
[   22.250147] PD DISP0 index2 DOWN
[   22.266304] tegradc 15210000.nvdisplay: unblank
[   22.266318] PD DISP0 index2 UP
[   22.267399] PD DISP1 index3 UP
[   22.267486] PD DISP2 index4 UP
[   22.269023] Parent Clock set for DC plld2
[   22.270489] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[   22.330313] tegradc 15210000.nvdisplay: unblank
[   22.334902] tegradc 15220000.nvdisplay: blank - powerdown
[   22.411861] tegradc 15210000.nvdisplay: blank - powerdown
[   22.476112] PD DISP2 index4 DOWN
[   22.476277] PD DISP1 index3 DOWN
[   22.476399] PD DISP0 index2 DOWN
[   22.494096] tegradc 15210000.nvdisplay: unblank
[   22.494128] PD DISP0 index2 UP
[   22.495987] PD DISP1 index3 UP
[   22.496119] PD DISP2 index4 UP
[   22.501523] Parent Clock set for DC plld2
[   22.503885] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[   22.564029] tegradc 15210000.nvdisplay: unblank
[   22.568643] tegradc 15220000.nvdisplay: blank - powerdown
[   22.574333] tegradc 15220000.nvdisplay: unblank
[   22.575738] Parent Clock set for DC plld3
[   22.589475] dp lt: state 4 (link training fail/disable), hpd 1, pending_lt_evt 1
[   22.589480] dp lt: switching from state 4 (link training fail/disable) to state 0 (Reset)
[   22.589490] dp lt: state 0 (Reset), hpd 1, pending_lt_evt 0
[   22.590615] dp lt: switching from state 0 (Reset) to state 2 (clock recovery)
[   22.590626] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   22.590823] dp lt: config: lane 0: vs level: 0, pe level: 0, pc2 level: 0
[   22.590837] dp lt: config: lane 1: vs level: 0, pe level: 0, pc2 level: 0
[   22.590851] dp lt: config: lane 2: vs level: 0, pe level: 0, pc2 level: 0
[   22.590865] dp lt: config: lane 3: vs level: 0, pe level: 0, pc2 level: 0
[   22.590871] dp lt: tx_pu: 0x22
[   22.591834] dp lt: CR not done
[   22.592360] dp lt: new config: lane 0: vs level: 1, pe level: 0, pc2 level: 0
[   22.592363] dp lt: new config: lane 1: vs level: 1, pe level: 0, pc2 level: 0
[   22.592365] dp lt: new config: lane 2: vs level: 1, pe level: 0, pc2 level: 0
[   22.592368] dp lt: new config: lane 3: vs level: 1, pe level: 0, pc2 level: 0
[   22.592370] dp lt: CR retry
[   22.592373] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   22.592383] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   22.592408] dp lt: config: lane 0: vs level: 1, pe level: 0, pc2 level: 0
[   22.592422] dp lt: config: lane 1: vs level: 1, pe level: 0, pc2 level: 0
[   22.592436] dp lt: config: lane 2: vs level: 1, pe level: 0, pc2 level: 0
[   22.592449] dp lt: config: lane 3: vs level: 1, pe level: 0, pc2 level: 0
[   22.592455] dp lt: tx_pu: 0x33
[   22.593406] dp lt: CR not done
[   22.593926] dp lt: new config: lane 0: vs level: 2, pe level: 0, pc2 level: 0
[   22.593928] dp lt: new config: lane 1: vs level: 2, pe level: 0, pc2 level: 0
[   22.593931] dp lt: new config: lane 2: vs level: 2, pe level: 0, pc2 level: 0
[   22.593933] dp lt: new config: lane 3: vs level: 2, pe level: 0, pc2 level: 0
[   22.593934] dp lt: CR retry
[   22.593937] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   22.593947] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   22.593972] dp lt: config: lane 0: vs level: 2, pe level: 0, pc2 level: 0
[   22.593986] dp lt: config: lane 1: vs level: 2, pe level: 0, pc2 level: 0
[   22.594000] dp lt: config: lane 2: vs level: 2, pe level: 0, pc2 level: 0
[   22.594013] dp lt: config: lane 3: vs level: 2, pe level: 0, pc2 level: 0
[   22.594018] dp lt: tx_pu: 0x44
[   22.594979] dp lt: CR not done
[   22.595491] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   22.595493] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   22.595495] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   22.595498] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   22.595499] dp lt: CR retry
[   22.595502] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   22.595512] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   22.595537] dp lt: config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   22.595551] dp lt: config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   22.595565] dp lt: config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   22.595578] dp lt: config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   22.595583] dp lt: tx_pu: 0x66
[   22.596530] dp lt: CR not done
[   22.597052] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   22.597054] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   22.597056] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   22.597059] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   22.597062] dp lt: CR retry limit 1 for max vs reached
[   22.597065] dp lt: switching from state 2 (clock recovery) to state 6 (reduce bit rate)
[   22.597074] dp lt: state 6 (reduce bit rate), hpd 1, pending_lt_evt 0
[   22.598059] dp lt: retry CR, lanes: 4, link_bw: 0xa
[   22.598062] dp lt: switching from state 6 (reduce bit rate) to state 2 (clock recovery)
[   22.598071] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   22.598096] dp lt: config: lane 0: vs level: 0, pe level: 0, pc2 level: 0
[   22.598110] dp lt: config: lane 1: vs level: 0, pe level: 0, pc2 level: 0
[   22.598124] dp lt: config: lane 2: vs level: 0, pe level: 0, pc2 level: 0
[   22.598138] dp lt: config: lane 3: vs level: 0, pe level: 0, pc2 level: 0
[   22.598142] dp lt: tx_pu: 0x22
[   22.599118] dp lt: CR not done
[   22.599638] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   22.599640] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   22.599643] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   22.599645] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   22.599646] dp lt: CR retry
[   22.599649] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   22.599659] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   22.599683] dp lt: config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   22.599697] dp lt: config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   22.599711] dp lt: config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   22.599725] dp lt: config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   22.599730] dp lt: tx_pu: 0x66
[   22.600852] dp lt: CR done
[   22.600856] dp lt: switching from state 2 (clock recovery) to state 3 (channel equalization)
[   22.600866] dp lt: state 3 (channel equalization), hpd 1, pending_lt_evt 0
[   22.602886] dp lt: CE done
[   22.602890] dp lt: switching from state 3 (channel equalization) to state 5 (link training pass)
[   22.602909] dp_audio switch 1
[   24.140916] tegradc 15220000.nvdisplay: unblank
[   24.406137] IPVS: Creating netns size=1424 id=2
[   25.296639] IPVS: Creating netns size=1424 id=3
[   26.433280] tegradc 15210000.nvdisplay: blank - powerdown
[   26.491404] PD DISP1 index3 DOWN
[   26.500338] tegradc 15210000.nvdisplay: unblank
[   26.500350] PD DISP1 index3 UP
[   26.501108] Parent Clock set for DC plld2
[   26.502518] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[   26.556184] tegradc 15210000.nvdisplay: unblank
[   26.560777] tegradc 15220000.nvdisplay: blank - powerdown
[   26.602958] dp lt: state 5 (link training pass), hpd 1, pending_lt_evt 1
[   26.602961] dp lt: switching from state 5 (link training pass) to state 0 (Reset)
[   26.603119] dp lt: state 0 (Reset), hpd 1, pending_lt_evt 0
[   26.603124] dp lt: link training force disable
[   26.603125] dp lt: switching from state 0 (Reset) to state 4 (link training fail/disable)
[   26.623121] dp_audio switch 0
[   26.664591] tegradc 15220000.nvdisplay: unblank
[   26.665259] Parent Clock set for DC plld3
[   26.677530] dp lt: state 4 (link training fail/disable), hpd 1, pending_lt_evt 1
[   26.677532] dp lt: switching from state 4 (link training fail/disable) to state 0 (Reset)
[   26.677539] dp lt: state 0 (Reset), hpd 1, pending_lt_evt 0
[   26.678606] dp lt: switching from state 0 (Reset) to state 2 (clock recovery)
[   26.678613] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   26.678793] dp lt: config: lane 0: vs level: 0, pe level: 0, pc2 level: 0
[   26.678805] dp lt: config: lane 1: vs level: 0, pe level: 0, pc2 level: 0
[   26.678816] dp lt: config: lane 2: vs level: 0, pe level: 0, pc2 level: 0
[   26.678828] dp lt: config: lane 3: vs level: 0, pe level: 0, pc2 level: 0
[   26.678832] dp lt: tx_pu: 0x22
[   26.679717] dp lt: CR not done
[   26.680196] dp lt: new config: lane 0: vs level: 1, pe level: 0, pc2 level: 0
[   26.680197] dp lt: new config: lane 1: vs level: 1, pe level: 0, pc2 level: 0
[   26.680198] dp lt: new config: lane 2: vs level: 1, pe level: 0, pc2 level: 0
[   26.680199] dp lt: new config: lane 3: vs level: 1, pe level: 0, pc2 level: 0
[   26.680200] dp lt: CR retry
[   26.680201] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   26.680208] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   26.680228] dp lt: config: lane 0: vs level: 1, pe level: 0, pc2 level: 0
[   26.680240] dp lt: config: lane 1: vs level: 1, pe level: 0, pc2 level: 0
[   26.680251] dp lt: config: lane 2: vs level: 1, pe level: 0, pc2 level: 0
[   26.680262] dp lt: config: lane 3: vs level: 1, pe level: 0, pc2 level: 0
[   26.680266] dp lt: tx_pu: 0x33
[   26.681169] dp lt: CR not done
[   26.681644] dp lt: new config: lane 0: vs level: 2, pe level: 0, pc2 level: 0
[   26.681645] dp lt: new config: lane 1: vs level: 2, pe level: 0, pc2 level: 0
[   26.681646] dp lt: new config: lane 2: vs level: 2, pe level: 0, pc2 level: 0
[   26.681647] dp lt: new config: lane 3: vs level: 2, pe level: 0, pc2 level: 0
[   26.681648] dp lt: CR retry
[   26.681649] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   26.681656] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   26.681676] dp lt: config: lane 0: vs level: 2, pe level: 0, pc2 level: 0
[   26.681687] dp lt: config: lane 1: vs level: 2, pe level: 0, pc2 level: 0
[   26.681699] dp lt: config: lane 2: vs level: 2, pe level: 0, pc2 level: 0
[   26.681710] dp lt: config: lane 3: vs level: 2, pe level: 0, pc2 level: 0
[   26.681714] dp lt: tx_pu: 0x44
[   26.682607] dp lt: CR not done
[   26.683092] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   26.683093] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   26.683094] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   26.683095] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   26.683096] dp lt: CR retry
[   26.683097] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   26.683104] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   26.683124] dp lt: config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   26.683135] dp lt: config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   26.683147] dp lt: config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   26.683158] dp lt: config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   26.683162] dp lt: tx_pu: 0x66
[   26.684050] dp lt: CR not done
[   26.684535] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   26.684536] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   26.684536] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   26.684537] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   26.684539] dp lt: CR retry limit 1 for max vs reached
[   26.684540] dp lt: switching from state 2 (clock recovery) to state 6 (reduce bit rate)
[   26.684547] dp lt: state 6 (reduce bit rate), hpd 1, pending_lt_evt 0
[   26.685490] dp lt: retry CR, lanes: 4, link_bw: 0xa
[   26.685491] dp lt: switching from state 6 (reduce bit rate) to state 2 (clock recovery)
[   26.685498] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   26.685518] dp lt: config: lane 0: vs level: 0, pe level: 0, pc2 level: 0
[   26.685530] dp lt: config: lane 1: vs level: 0, pe level: 0, pc2 level: 0
[   26.685541] dp lt: config: lane 2: vs level: 0, pe level: 0, pc2 level: 0
[   26.685553] dp lt: config: lane 3: vs level: 0, pe level: 0, pc2 level: 0
[   26.685557] dp lt: tx_pu: 0x22
[   26.686450] dp lt: CR not done
[   26.686931] dp lt: new config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   26.686932] dp lt: new config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   26.686933] dp lt: new config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   26.686934] dp lt: new config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   26.686935] dp lt: CR retry
[   26.686936] dp lt: switching from state 2 (clock recovery) to state 2 (clock recovery)
[   26.686942] dp lt: state 2 (clock recovery), hpd 1, pending_lt_evt 0
[   26.686962] dp lt: config: lane 0: vs level: 3, pe level: 0, pc2 level: 0
[   26.686974] dp lt: config: lane 1: vs level: 3, pe level: 0, pc2 level: 0
[   26.686985] dp lt: config: lane 2: vs level: 3, pe level: 0, pc2 level: 0
[   26.686997] dp lt: config: lane 3: vs level: 3, pe level: 0, pc2 level: 0
[   26.687001] dp lt: tx_pu: 0x66
[   26.688049] dp lt: CR done
[   26.688051] dp lt: switching from state 2 (clock recovery) to state 3 (channel equalization)
[   26.688057] dp lt: state 3 (channel equalization), hpd 1, pending_lt_evt 0
[   26.689970] dp lt: CE done
[   26.689972] dp lt: switching from state 3 (channel equalization) to state 5 (link training pass)
[   26.689986] dp_audio switch 1
[   27.245231] tegradc 15220000.nvdisplay: unblank
[  274.508324] IPVS: Creating netns size=1424 id=4

It seems that link training for DP is working.

dp lt: switching from state 3 (channel equalization) to state 5 (link training pass)

However,

tegradc 15210000.nvdisplay: hdmi: pclk:148351K, set prod-setting:prod_c_150M

This shows that nvdiplsay15210000 (which should be for DP) are is for hdmi. Could you share how you update your dtb?

Also, please share the status of hdmi-display, dp-display under sor, sor1 ,status of dpaux and status of all nvdisplay.(Under /proc/device-tree)

Hi WayneWWW,

I really want to nvdiplsay15210000 for HDMI ,nvdiplsay15220000 for DP.

that is the status of hdmi-display, dp-display under sor, sor1 ,status of dpaux and status of all

nvdisplay.

xxd /proc/device-tree/host1x/nvidsplay@15200000/status disable
xxd /proc/device-tree/host1x/nvidsplay@15210000/status okay
xxd /proc/device-tree/host1x/nvidsplay@15220000/status okay

xxd /proc/device-tree/host1x/sor/status okay
xxd /proc/device-tree/host1x/sor/dp-display/status okay
xxd /proc/device-tree/host1x/sor1/status okay
xxd /proc/device-tree/host1x/sor1/dp-display/status disable