configure EDP(DP0) failed

Hi:
we have a customized carrier board which has a edp interface,we modified “panel-a-edp-1080p-14-0.dtsi” and “tegra186-quill-p3310-1000-a00-00-base.dts” to use a 13.3 inch panel(HX133LF1L01),the backlight is ok,but no any messages shows on the panel.
and I get this error:

[    0.396070] DC OR NODE connected to /host1x/sor
[    0.396145] can not determine display type
[    0.396156] parse_dc_out_type err
[    0.396167] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.396249] DC OR NODE connected to /host1x/sor1

may be I missed something to configure?

I modified:

1. panel-a-edp-1080p-14-0.dtsi
   
   line 39: <b>nvidia,out-depth</b> from <18> to <24>

2. tegra186-quill-p3310-1000-a00-00-base.dts
   add this:
nvdisplay@15200000 {
			status = "okay";
//			vdd_lcd_bl_en-supply = <&ml_vdd_lcd_bl_en>; /* GPIO_DIS3 / LCD_BL_EN for eDP */
			nvidia,dc-or-node = "/host1x/sor";
                        vdd_ds_1v8-supply = <&en_vdd_disp_1v8>;
		};

		sor {
			status = "okay";
			dp-display {
				status = "disabled";
			};
			hdmi-display {
				status = "disabled";
			};

			panel-a-edp-1080p-14-0 {
				status = "okay";
				nvidia,is_ext_dp_panel = <0>;

				disp-default-out {
					/* SOR0->eDP on plld3; SOR1->HDMI on plld2 */
					nvidia,out-parent-clk = "plld3";
				};
				smartdimmer {
					status = "okay";
				};
			}; /* panel-s-edp-uhdtv-15-6 */
		};

3.the DP0_HPD(B36), LCD_VDD_EN(B26) are 1 (1.8V), at the ubuntu system,I use sysfs tools to configure LCD_BKLT_EN(B28) ,LCD0_BKLT_PWM(B27), and B28 is 1 (1.8V) ,the pwm is ok.

4.all dmesg is :

[    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-ml+ (ml@ml) (gcc version 4.8.5 (GCC) ) #2 SMP PREEMPT Tue Jul 17 13:48:06 HKT 2018
[    0.000000] Boot CPU: AArch64 Processor [411fd073]
[    0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[    0.000000] On node 0 totalpages: 2052096
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 519680 pages, LIFO batch:31
[    0.000000]   Normal zone: 23968 pages used for memmap
[    0.000000]   Normal zone: 1532416 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1f6679000 s31360 r8192 d30080 u69632
[    0.000000] pcpu-alloc: s31360 r8192 d30080 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2019936
[    0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0324817094431 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: 7977040K/8208384K available (11112K kernel code, 1765K rwdata, 5700K rodata, 1160K init, 691K bss, 165808K 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 : 0xffffffc0010ec000 - 0xffffffc00120e000   (  1160 KB)
                     .text : 0xffffffc000080000 - 0xffffffc0010ec000   ( 16816 KB)
                     .data : 0xffffffc00122f000 - 0xffffffc0013e84d8   (  1766 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.009375] Console: colour dummy device 80x25
[    0.014035] console [tty0] enabled
[    0.017591] bootconsole [uart0] disabled
[    0.021694] kmemleak: Kernel memory leak detector disabled
[    0.021706] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.021717] pid_max: default: 32768 minimum: 301
[    0.021765] Security Framework initialized
[    0.021803] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.021814] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.022199] Initializing cgroup subsys io
[    0.022212] Initializing cgroup subsys memory
[    0.022229] Initializing cgroup subsys devices
[    0.022238] Initializing cgroup subsys freezer
[    0.022247] Initializing cgroup subsys net_cls
[    0.022257] Initializing cgroup subsys perf_event
[    0.022266] Initializing cgroup subsys net_prio
[    0.022277] Initializing cgroup subsys pids
[    0.022286] Initializing cgroup subsys debug
[    0.022428] CPU0 ipc=752
[    0.022438] CPU1 ipc=1024
[    0.022446] CPU2 ipc=1024
[    0.022454] CPU3 ipc=752
[    0.022464] CPU4 ipc=752
[    0.022473] CPU5 ipc=752
[    0.022513] ASID allocator initialised with 65536 entries
[    0.044474] tegra-id: chipid=21817.
[    0.044493] tegra-id: opt_subrevision=1.
[    0.044505] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[    0.045011] DTS File Name: /home/ml/public_release/kernel/kernel-4.4/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[    0.045036] DTB Build time: Jul 31 2018 07:55:28
[    0.062381] CPU1: Booted secondary processor [4e0f0030]
[    0.073925] CPU2: Booted secondary processor [4e0f0030]
[    0.085601] CPU3: Booted secondary processor [411fd073]
[    0.097611] CPU4: Booted secondary processor [411fd073]
[    0.109609] CPU5: Booted secondary processor [411fd073]
[    0.109672] Brought up 6 CPUs
[    0.109728] SMP: Total of 6 processors activated.
[    0.109740] CPU: All CPU(s) started at EL2
[    0.110165] devtmpfs: initialized
[    0.127276] Initilizing CustomIPI irq domain
[    0.127497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.128256] pinctrl core: initialized pinctrl subsystem
[    0.128426] OS set in device tree is not L4T.
[    0.128622] regulator-dummy: no parameters
[    0.128725] Initializing plugin-manager
[    0.128776] Plugin module not found
[    0.129955] Adding domain adsp-pd to PM domain ape-pd
[    0.131391] NET: Registered protocol family 16
[    0.132136] console [pstore-1] enabled
[    0.132147] pstore: Registered ramoops as persistent store backend
[    0.132160] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[    0.137604] cpuidle: using governor ladder
[    0.145603] cpuidle: using governor menu
[    0.146432] bpmp: waiting for handshake
[    0.146446] bpmp: handshake completed
[    0.146488] bpmp: synchronizing channels
[    0.146514] bpmp: channels synchronized
[    0.146525] bpmp: mail init ok
[    0.146855] vdso: 2 pages (1 code @ ffffffc001235000, 1 data @ ffffffc001234000)
[    0.146889] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.147824] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.149263] tegra_powergate_init: DONE
[    0.149285] DTS File Name: /home/ml/public_release/kernel/kernel-4.4/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[    0.149310] DTB Build time: Jul 31 2018 07:55:28
[    0.150171] Tegra reboot handler registered.
[    0.150687] Registering Tegra186 clocks (this may take a while)...done
[    0.152027] arm-smmu 12000000.iommu: probing hardware configuration...
[    0.152044] arm-smmu 12000000.iommu: SMMUv2 with:
[    0.152057] arm-smmu 12000000.iommu: 	stage 1 translation
[    0.152070] arm-smmu 12000000.iommu: 	stage 2 translation
[    0.152082] arm-smmu 12000000.iommu: 	nested translation
[    0.152097] arm-smmu 12000000.iommu: 	stream matching with 128 register groups, mask 0x7f80
[    0.152116] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    0.152135] arm-smmu 12000000.iommu: 	64 context banks (0 stage-2 only)
[    0.152149] arm-smmu 12000000.iommu: 	Stage-1: 39-bit VA -> 48-bit IPA
[    0.152162] arm-smmu 12000000.iommu: 	Stage-2: 39-bit IPA -> 48-bit PA
[    0.189706] arm-smmu 12000000.iommu: registered 67 master devices
[    0.191786] iommu: Adding device 3460000.sdhci to group 0
[    0.192216] iommu: Adding device 3400000.sdhci to group 1
[    0.193390] iommu: Adding device 3507000.ahci-sata to group 2
[    0.193667] iommu: Adding device 3160000.i2c to group 3
[    0.193908] iommu: Adding device c240000.i2c to group 4
[    0.194108] iommu: Adding device 3180000.i2c to group 5
[    0.194313] iommu: Adding device 3190000.i2c to group 6
[    0.194572] iommu: Adding device 31b0000.i2c to group 7
[    0.194774] iommu: Adding device 31c0000.i2c to group 8
[    0.194985] iommu: Adding device c250000.i2c to group 9
[    0.195185] iommu: Adding device 31e0000.i2c to group 10
[    0.196299] iommu: Adding device 3210000.spi to group 11
[    0.196501] iommu: Adding device c260000.spi to group 12
[    0.196702] iommu: Adding device 3240000.spi to group 13
[    0.197177] iommu: Adding device 3100000.serial to group 14
[    0.197382] iommu: Adding device 3110000.serial to group 15
[    0.197602] iommu: Adding device c280000.serial to group 16
[    0.197807] iommu: Adding device 3130000.serial to group 17
[    0.198684] iommu: Adding device 2490000.ether_qos to group 18
[    0.199038] iommu: Adding device b000000.rtcpu to group 19
[    0.199325] iommu: Adding device c1a0000.aon to group 20
[    0.199929] Wake73 for irq=42
[    0.200117] iommu: Adding device smmu_test to group 21
[    0.200465] mc: mapped MMIO address: 0xffffff8000560000 -> 0x2c10000
[    0.200489] mc: mapped MMIO address: 0xffffff8000640000 -> 0x2c20000
[    0.200509] mc: mapped MMIO address: 0xffffff8000660000 -> 0x2c30000
[    0.200528] mc: mapped MMIO address: 0xffffff8000fa0000 -> 0x2c40000
[    0.200548] mc: mapped MMIO address: 0xffffff8000fc0000 -> 0x2c50000
[    0.200568] mc-err: Set intmask: 0xf3140
[    0.200707] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[    0.201268] Wake76 for irq=199
[    0.201280] Wake77 for irq=199
[    0.201290] Wake78 for irq=199
[    0.201300] Wake79 for irq=199
[    0.201310] Wake80 for irq=199
[    0.201320] Wake81 for irq=199
[    0.201330] Wake82 for irq=199
[    0.201398] iommu: Adding device 3530000.xhci to group 22
[    0.201652] iommu: Adding device 3550000.xudc to group 23
[    0.202155] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.202172] tegra-pmc: ### PMC reset source: Software reset
[    0.202184] tegra-pmc: ### PMC reset level: L1
[    0.202195] tegra-pmc: ### PMC reset status reg: 0x2d
[    0.202336] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.202357] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    0.202456] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    0.202471] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[    0.202777] iommu: Adding device 13e10000.host1x to group 24
[    0.202933] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[    0.203092] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[    0.203244] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[    0.203393] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[    0.203538] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[    0.203697] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[    0.203849] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[    0.203999] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[    0.204285] iommu: Adding device 150c0000.nvcsi to group 33
[    0.204654] iommu: Adding device 15700000.vi to group 34
[    0.204865] iommu: Adding device 15600000.isp to group 35
[    0.205085] iommu: Adding device 15200000.nvdisplay to group 36
[    0.205303] iommu: Adding device 15210000.nvdisplay to group 37
[    0.205430] iommu: Adding device 15340000.vic to group 38
[    0.205571] iommu: Adding device 154c0000.nvenc to group 39
[    0.205712] iommu: Adding device 15480000.nvdec to group 40
[    0.205930] iommu: Adding device 15380000.nvjpg to group 41
[    0.206058] iommu: Adding device 15500000.tsec to group 42
[    0.206182] iommu: Adding device 15100000.tsecb to group 43
[    0.206716] iommu: Adding device 15810000.se to group 44
[    0.206843] iommu: Adding device 15820000.se to group 45
[    0.206975] iommu: Adding device 15830000.se to group 46
[    0.207096] iommu: Adding device 15840000.se to group 47
[    0.207431] iommu: Adding device 17000000.gp10b to group 48
[    0.208470] tegra-reset 5000000.clock: registered 193 resets.
[    0.212214] iommu: Adding device d000000.bpmp to group 49
[    0.212578] bpmp: ping status is 0
[    0.212766] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff81e
[    0.213315] bpmp d000000.bpmp: probe ok
[    0.216490] iommu: Adding device 2600000.dma to group 50
[    0.217457] GPIO line 424 (wifi-enable) hogged as output/high
[    0.217637] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[    0.219623] GPIO line 315 (wifi-wake-ap) hogged as input
[    0.219750] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[    0.220470] iommu: Adding device sound to group 51
[    0.222256] iommu: Adding device 3510000.hda to group 52
[    0.223485] iommu: Adding device adsp_audio to group 53
[    0.224837] iommu: Adding device 2993000.adsp to group 54
[    0.233869] vdd-ac-bat: 5000 mV 
[    0.236453] vdd-1v8-ap: 1800 mV 
[    0.256733] SCSI subsystem initialized
[    0.256970] libata version 3.00 loaded.
[    0.257139] usbcore: registered new interface driver usbfs
[    0.257201] usbcore: registered new interface driver hub
[    0.257302] usbcore: registered new device driver usb
[    0.262974] /i2c@3180000: could not get #dma-cells for /fixed-regulators/regulator@0
[    0.263030] tegra-i2c 3180000.i2c: Dma channel is not available: -19
[    0.263120] /i2c@3180000: could not get #dma-cells for /fixed-regulators/regulator@0
[    0.263162] tegra-i2c 3180000.i2c: Dma channel is not available: -19
[    0.271195] media: Linux media interface: v0.10
[    0.271271] Linux video capture interface: v2.00
[    0.275305] pps_core: LinuxPPS API ver. 1 registered
[    0.275347] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.275408] PTP clock support registered
[    0.277684] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[    0.279895] GPIO line 253 (spmic_gpio_input_5) hogged as input
[    0.280098] GPIO line 254 (spmic_gpio_input_6) hogged as input
[    0.280221] gpiochip_add_data: registered GPIOs 248 to 255 on device: max77620-gpio
[    0.286555] vddio-ddr: at 1125 mV 
[    0.290395] avdd_dsi_csi: 1200 mV 
[    0.294394] vdd-1v8: 1800 mV 
[    0.298394] vdd-3v3-sys: 3300 mV 
[    0.299496] spmic-ldo0: at 1800 mV 
[    0.300340] spmic-ldo1: at 800 mV 
[    0.306395] vddio-3v3: 3300 mV 
[    0.307019] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV 
[    0.309609] vdd-rtc: at 800 mV 
[    0.310309] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV 
[    0.313607] spmic-ldo6: at 1500 mV 
[    0.317608] vdd-pex-1v05: 1000 mV 
[    0.318150] dvdd-pex: 1000 mV 
[    0.318414] max77620 4-003c: max77620 probe successful
[    0.318663] Advanced Linux Sound Architecture Driver Initialized.
[    0.319629] en-vdd-sd: 3300 mV 
[    0.319876] vdd-usb0-5v: 5000 mV 
[    0.320049] vdd-usb1-5v: 5000 mV 
[    0.320407] vdd-3v3: 3300 mV 
[    0.320553] en-vdd-vcm-2v8: 2800 mV 
[    0.320689] vdd-sys-bl: 3300 mV 
[    0.323808] extcon-gpio-states external-connection:extcon@1: Cable state 1
[    0.324211] clocksource: Switched to clocksource arch_sys_counter
[    0.342736] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.342999] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[    0.343454] nvmap_page_pool_init: Total RAM pages: 2010644
[    0.343472] nvmap_page_pool_init: nvmap page pool size: 251330 pages (981 MB)
[    0.343618] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.348149] Wake76 for irq=199
[    0.348162] Wake77 for irq=199
[    0.348173] Wake78 for irq=199
[    0.348184] Wake79 for irq=199
[    0.348194] Wake80 for irq=199
[    0.348204] Wake81 for irq=199
[    0.348213] Wake82 for irq=199
[    0.348916] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[    0.349105] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[    0.349446] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.349525] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.349664] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[    0.349805] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[    0.349942] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[    0.350236] isomgr_init(): iso emc max clk=1866000KHz
[    0.350248] isomgr_init(): max_iso_bw=26870400KB
[    0.350328] NET: Registered protocol family 2
[    0.350723] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.350945] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.351237] TCP: Hash tables configured (established 65536 bind 65536)
[    0.351294] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.351348] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.351509] NET: Registered protocol family 1
[    0.351683] RPC: Registered named UNIX socket transport module.
[    0.351697] RPC: Registered udp transport module.
[    0.351709] RPC: Registered tcp transport module.
[    0.351720] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.351742] PCI: CLS 0 bytes, default 128
[    0.351842] Trying to unpack rootfs image as initramfs...
[    0.364735] host1x 13e10000.host1x: initialized
[    0.365496] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.367615] futex hash table entries: 2048 (order: 6, 262144 bytes)
[    0.367714] audit: initializing netlink subsys (disabled)
[    0.367748] audit: type=2000 audit(0.352:1): initialized
[    0.374682] io scheduler noop registered
[    0.374787] io scheduler cfq registered (default)
[    0.377722] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    0.378898] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[    0.379941] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    0.380985] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    0.383599] tsec 15500000.tsec: initialized
[    0.384613] tsec 15100000.tsecb: initialized
[    0.386166] nvdec 15480000.nvdec: initialized
[    0.388829] falcon 15340000.vic: initialized
[    0.389785] falcon 154c0000.nvenc: initialized
[    0.390733] falcon 15380000.nvjpg: initialized
[    0.391413] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[    0.391912] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[    0.392440] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[    0.392941] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[    0.393436] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[    0.393934] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[    0.394430] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[    0.394924] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[    0.396070] DC OR NODE connected to /host1x/sor
[    0.396145] can not determine display type
[    0.396156] parse_dc_out_type err
[    0.396167] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.396249] DC OR NODE connected to /host1x/sor1
[    0.396292] misc tegra_camera_ctrl: tegra_camera_isomgr_register: some fields not in DT.
[    0.396321] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=0, vi_iso_bw=468750, max_bw=468750
[    0.396347] generic_infoframe_type: 0x87
[    0.396457] tegradc 15210000.nvdisplay: DT parsed successfully
[    0.396500] tegradc 15210000.nvdisplay: Display dc.ffffff80022c0000 registered with id=0
[    0.403680] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[    0.403699] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[    0.403716] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[    0.403759] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[    0.403775] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[    0.403978] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[    0.404110] hdmi: couldn't get regulator vdd_hdmi_5v0: -517
[    0.405853] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[    0.406053] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[    0.406691] kfuse 3830000.kfuse: initialized
[    0.407767] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    0.408159] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.410039] console [ttyS0] disabled
[    0.410083] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[    0.410306] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[    0.412308] tegradc 15210000.nvdisplay: probed
[    2.293200] console [ttyS0] enabled
[    2.295302] Console: switching to colour frame buffer device 80x30
[    2.295320] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[    2.296433] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[    2.296681] serial-tegra 3130000.serial: RX in PIO mode
[    2.297588] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[    2.319457] brd: module loaded
[    2.324956] loop: module loaded
[    2.325174] nct1008_nct72 7-004c: find device tree node, parsing dt
[    2.325179] nct1008_nct72 7-004c: starting parse dt
[    2.325255] nct1008_nct72 7-004c: success parsing dt
[    2.325368] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[    2.325821] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[    2.367150] tmp451: Enabled overheat logging at 104.00C
[    2.367315] nct1008_nct72 7-004c: nct1008_probe: initialized
[    2.371094] THERMAL EST: found 3 subdevs
[    2.371106] THERMAL EST num_resources: 0
[    2.371117] [THERMAL EST subdev 0]
[    2.371128] [THERMAL EST subdev 1]
[    2.371138] [THERMAL EST subdev 2]
[    2.371468] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[    2.371474] THERMAL EST: thz register success.
[    2.371616] THERMAL EST: end of probe, return err: 0
[    2.371677] tegra_profiler: Branch: Dev
[    2.371687] tegra_profiler: Version: 1.117
[    2.371710] tegra_profiler: Samples version: 41
[    2.371713] tegra_profiler: IO version: 22
[    2.371720] armv8_pmu: imp: 0x41, idcode: 0x1
[    2.371725] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[    2.371728] armv8_pmu: imp: 0x4e, idcode: 0x1
[    2.371760] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[    2.371763] armv8_pmu: imp: 0x4e, idcode: 0x1
[    2.371766] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[    2.371769] armv8_pmu: imp: 0x41, idcode: 0x1
[    2.371772] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[    2.371775] armv8_pmu: imp: 0x41, idcode: 0x1
[    2.371779] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[    2.371782] armv8_pmu: imp: 0x41, idcode: 0x1
[    2.371785] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[    2.371992] tegra_profiler: auth: init
[    2.375526] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[    2.375536] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst 
[    2.376678] scsi host0: tegra_ahci
[    2.377060] scsi host1: tegra_ahci
[    2.377256] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[    2.377259] ata2: DUMMY
[    2.378290] spi-tegra114 3210000.spi: Static pin configuration used
[    2.378743] spi-tegra114 c260000.spi: Static pin configuration used
[    2.379183] spi-tegra114 3240000.spi: Static pin configuration used
[    2.380129] tun: Universal TUN/TAP device driver, 1.6
[    2.380132] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.380364] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.380367] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.380403] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[    2.380405] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.381382] PPP generic driver version 2.4.2
[    2.381516] PPP BSD Compression module registered
[    2.381523] PPP Deflate Compression module registered
[    2.381541] PPP MPPE Compression module registered
[    2.381552] NET: Registered protocol family 24
[    2.381631] usbcore: registered new interface driver r8152
[    2.381671] usbcore: registered new interface driver asix
[    2.381701] usbcore: registered new interface driver ax88179_178a
[    2.381729] usbcore: registered new interface driver cdc_ether
[    2.381766] usbcore: registered new interface driver smsc75xx
[    2.381794] usbcore: registered new interface driver net1080
[    2.381822] usbcore: registered new interface driver cdc_subset
[    2.381853] usbcore: registered new interface driver zaurus
[    2.381902] usbcore: registered new interface driver cdc_ncm
[    2.382149] Wake76 for irq=199
[    2.382152] Wake77 for irq=199
[    2.382154] Wake78 for irq=199
[    2.382156] Wake79 for irq=199
[    2.382158] Wake80 for irq=199
[    2.382160] Wake81 for irq=199
[    2.382162] Wake82 for irq=199
[    2.382216] tegra-xotg xotg: usb2 phy is not available yet
[    2.382923] usbcore: registered new interface driver cdc_acm
[    2.382925] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.382966] usbcore: registered new interface driver usb-storage
[    2.383023] usbcore: registered new interface driver usbserial
[    2.383049] usbcore: registered new interface driver cp210x
[    2.383070] usbserial: USB Serial support registered for cp210x
[    2.383095] usbcore: registered new interface driver ftdi_sio
[    2.383117] usbserial: USB Serial support registered for FTDI USB Serial Device
[    2.383145] usbcore: registered new interface driver option
[    2.383163] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.383189] usbcore: registered new interface driver pl2303
[    2.383207] usbserial: USB Serial support registered for pl2303
[    2.383382] tegra-usb-cd usb_cd: otg phy is not available yet
[    2.384296] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b a7 ce 41
[    2.384771] libphy: dwc_phy: probed
[    2.385684] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[    2.449357] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[    2.517514] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    2.519753] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[    2.519767] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    2.519916] i2c /dev entries driver
[    2.520579] gspca_main: v2.14.0 registered
[    2.520622] usbcore: registered new interface driver gspca_zc3xx
[    2.520857] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    2.522653] FAN: coudln't get the regulator
[    2.523356] softdog-platform soft_watchdog: Software Watchdog Timer: initialized
[    2.523549] device-mapper: uevent: version 1.0.3
[    2.523709] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    2.524077] sdhci: Secure Digital Host Controller Interface driver
[    2.524079] sdhci: Copyright(c) Pierre Ossman
[    2.524084] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.524341] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[    2.524594] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[    2.524807] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[    2.527983] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    2.528138] hidraw: raw HID events driver (C) Jiri Kosina
[    2.529756] usbcore: registered new interface driver usbhid
[    2.529758] usbhid: USB HID core driver
[    2.534782] nvadsp 2993000.adsp: in probe()...
[    2.547404] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[    2.547438] nvadsp 2993000.adsp: AMC/ARAM initialized.
[    2.547652] nvadsp 2993000.adsp: nvadsp_app_module_probe
[    2.559121] Denver: backdoor interface is NOT available.
[    2.560209] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[    2.560467] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[    2.560782] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[    2.561716] coresight-tmc 8030000.etf: TMC initialized
[    2.565363] coresight-tmc 8050000.etr: TMC initialized
[    2.565778] coresight-tpiu 8060000.tpiu: TPIU initialized
[    2.566389] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[    2.566919] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[    2.567364] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[    2.567854] coresight-replicator 8040000.replicator: REPLICATOR initialized
[    2.568533] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[    2.569087] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[    2.569660] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[    2.570226] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[    2.570255] Module initialized successfully 
[    2.573479] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[    2.574808] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[    2.575001] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[    2.575318] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    2.575365] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[    2.575404] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[    2.575448] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[    2.575488] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[    2.575524] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[    2.575562] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[    2.575693] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[    2.575696] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[    2.576277] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[    2.576279] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[    2.576282] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[    2.576284] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[    2.576286] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[    2.576289] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[    2.576291] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[    2.576317] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[    2.580340] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[    2.581092] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[    2.581204] camchar: rtcpu character device driver loaded
[    2.585059] tegra186-aondbg aondbg: aondbg driver probe() OK
[    2.585362] register_ari_mca_banks: Registered MCA ROC:IOB
[    2.585515] register_ari_mca_banks: Registered MCA ROC:CCE
[    2.585971] tegra18-bridge 2390000.axi2apb: bridge probed OK
[    2.586001] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[    2.586025] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[    2.586049] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[    2.586073] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[    2.586100] tegra18-bridge 2100000.axip2p: bridge probed OK
[    2.586124] tegra18-bridge 2110000.axip2p: bridge probed OK
[    2.586147] tegra18-bridge 2120000.axip2p: bridge probed OK
[    2.586170] tegra18-bridge 2130000.axip2p: bridge probed OK
[    2.586196] tegra18-bridge 2140000.axip2p: bridge probed OK
[    2.586221] tegra18-bridge 2150000.axip2p: bridge probed OK
[    2.586245] tegra18-bridge 2160000.axip2p: bridge probed OK
[    2.586268] tegra18-bridge 2170000.axip2p: bridge probed OK
[    2.586294] tegra18-bridge 2180000.axip2p: bridge probed OK
[    2.586318] tegra18-bridge 2190000.axip2p: bridge probed OK
[    2.586366] **** A57 ECC: Enabled
[    2.586369] tegra18_a57_serr_init: on CPU 3 a A57 Core
[    2.586507] parse_throttle_dt_data: Num cap clks = 4
[    2.586509] parse_throttle_dt_data: clk=mcpu type=1
[    2.586511] parse_throttle_dt_data: clk=bcpu type=2
[    2.586517] parse_throttle_dt_data: clk=gpu type=4
[    2.586518] parse_throttle_dt_data: clk=emc type=3
[    2.587038] tegra_throttle_probe: probe successful. #cdevs=4
[    2.587127] tegra18x_actmon d230000.actmon: in actmon_register()...
[    2.590219] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[    2.594242] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[    2.600202] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[    2.600428] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    2.600473] sdhci-tegra 3400000.sdhci: Got WP GPIO
[    2.600549] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[    2.600574] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 257
[    2.600819] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[    2.602212] mmc0: MAN_BKOPS_EN bit is not set
[    2.609540] mmc0: Skipping tuning since strobe enabled
[    2.617703] mmc0: periodic cache flush enabled
[    2.617710] mmc0: new HS400 MMC card at address 0001
[    2.618024] mmcblk0: mmc0:0001 032G34 29.1 GiB 
[    2.618191] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[    2.618340] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[    2.618493] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[    2.619792]  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.644295] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[    2.656695] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[    2.712211] ata1: SATA link down (SStatus 0 SControl 300)
[    2.854647] mmc1 tuning done saved tap delay=21
[    2.854650] mmc1: hw tuning done ...
[    2.854658] mmc1: tuning_window[0]: 0xfffffffe
[    2.854679] mmc1: tuning_window[1]: 0xffffe3ff
[    2.854684] mmc1: tuning_window[2]: 0xfe3fffff
[    2.854689] mmc1: tuning_window[3]: 0x7fffffff
[    2.854694] mmc1: tuning_window[4]: 0x0
[    2.854700] mmc1: tuning_window[5]: 0x0
[    2.854705] mmc1: tuning_window[6]: 0x0
[    2.854710] mmc1: tuning_window[7]: 0x0
[    2.854714] sdhci: Tap value: 21 | Trim value: 5
[    2.854717] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[    2.861688] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    2.861737] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[    3.245374] mmc2 tuning done saved tap delay=51
[    3.245377] mmc2: hw tuning done ...
[    3.245921] mmc2: tuning_window[0]: 0x7ffffff
[    3.245929] mmc2: tuning_window[1]: 0xfffffffc
[    3.245936] mmc2: tuning_window[2]: 0xffffe03f
[    3.245942] mmc2: tuning_window[3]: 0x7f01ffff
[    3.245948] mmc2: tuning_window[4]: 0x0
[    3.245953] mmc2: tuning_window[5]: 0x0
[    3.245959] mmc2: tuning_window[6]: 0x0
[    3.245964] mmc2: tuning_window[7]: 0x0
[    3.245968] sdhci: Tap value: 51 | Trim value: 5
[    3.245998] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[    3.246019] mmc2: new ultra high speed SDR104 SDHC card at address e624
[    3.246535] mmcblk1: mmc2:e624 AEICD 29.7 GiB 
[    3.249548]  mmcblk1: p1
[    3.846136] tegradc 15210000.nvdisplay: fb registered
[    3.852724] tegra-se-nvhost 15810000.se: initialized
[    3.858792] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    3.865863] tegra-se-nvhost 15820000.se: initialized
[    3.871988] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    3.879070] tegra-se-nvhost 15830000.se: initialized
[    3.884854] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    3.891909] tegra-se-nvhost 15840000.se: initialized
[    3.897961] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    3.908651] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[    3.918751] cpufreq: platform driver Initialization: pass
[    3.924757] tegra_cluster_clk e090000.cluster_clk_priv: in probe()...
[    3.931738] tegra_cluster_clk e090000.cluster_clk_priv: passed
[    3.938215] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[    3.948763] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[    3.959111] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2cb494
[    3.966657] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[    3.975699] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[    3.984793] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[    3.992836] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 3 not supported
[    4.002267] cpuidle: Initializing cpuidle driver init for Denver cluster
[    4.009607] cpuidle: Initializing cpuidle driver init for A57 cluster
[    4.017741] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[    4.026529] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[    4.039668] tegra210_adsp_audio_platform_probe: platform probe started
[    4.049293] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[    4.051447] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[    4.051608] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[    4.075525] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[    4.083758] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[    4.091413] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[    4.099773] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[    4.107013] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[    4.115540] tegra210-adsp adsp_audio: using adma channel page 0
[    4.122037] tegra210_adsp_audio_platform_probe probe successfull.
[    4.140950] OPE platform probe
[    4.145315] OPE platform probe successful
[    4.243889] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    4.252515] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    4.261125] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    4.269758] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    4.278410] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    4.287061] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    4.295738] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    4.304400] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    4.313086] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    4.321860] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    4.330860] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[    4.339878] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[    4.348959] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[    4.358082] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[    4.367190] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[    4.376290] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[    4.385412] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[    4.394491] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[    4.406491] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[    4.415577] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[    4.428384] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[    4.437576] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[    4.446678] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[    4.453222] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[    4.497167] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[    4.508461] tegra-snd-t186ref-mobile-rt565x sound: codec-dai "dit-hifi" registered
[    4.517292] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[    4.525201] GACT probability NOT on
[    4.529330] Mirror/redirect action on
[    4.533626] u32 classifier
[    4.536916]     Actions configured
[    4.540925] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    4.548420] IPVS: Registered protocols ()
[    4.553048] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    4.561572] IPVS: Creating netns size=1424 id=0
[    4.566704] IPVS: ipvs loaded.
[    4.570296] IPVS: [rr] scheduler registered.
[    4.575192] ipip: IPv4 over IPv4 tunneling driver
[    4.580765] Initializing XFRM netlink socket
[    4.585842] NET: Registered protocol family 10
[    4.591453] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    4.597483] NET: Registered protocol family 17
[    4.602419] NET: Registered protocol family 15
[    4.607354] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    4.620880] 8021q: 802.1Q VLAN Support v1.8
[    4.625855] Registered cp15_barrier emulation handler
[    4.631379] Registered setend emulation handler
[    4.638045] registered taskstats version 1
[    4.645473] isp 15600000.isp: initialized
[    4.653570] nvcsi 150c0000.nvcsi: initialized
[    4.660134] Wake76 for irq=199
[    4.663889] Wake77 for irq=199
[    4.667606] Wake78 for irq=199
[    4.671308] Wake79 for irq=199
[    4.674980] Wake80 for irq=199
[    4.678624] Wake81 for irq=199
[    4.682234] Wake82 for irq=199
[    4.686006] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[    4.693028] spi-tegra114 3210000.spi: Static pin configuration used
[    4.700452] spi-tegra114 c260000.spi: Static pin configuration used
[    4.707913] spi-tegra114 3240000.spi: Static pin configuration used
[    4.715311] Wake76 for irq=199
[    4.718850] Wake77 for irq=199
[    4.722382] Wake78 for irq=199
[    4.725886] Wake79 for irq=199
[    4.729358] Wake80 for irq=199
[    4.732830] Wake81 for irq=199
[    4.736269] Wake82 for irq=199
[    4.739695] tegra-xotg xotg: usb2 phy is not available yet
[    4.746015] tegra-usb-cd usb_cd: otg phy is not available yet
[    4.752609] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[    4.759620] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[    4.769638] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[    4.779394] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2cb494
[    4.786599] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[    4.794560] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[    4.804227] Wake76 for irq=199
[    4.807636] Wake77 for irq=199
[    4.811027] Wake78 for irq=199
[    4.814405] Wake79 for irq=199
[    4.817768] Wake80 for irq=199
[    4.821110] Wake81 for irq=199
[    4.824452] Wake82 for irq=199
[    4.828021] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[    4.835800] input: gpio-keys as /devices/gpio-keys/input/input3
[    4.842518] Wake76 for irq=199
[    4.845906] Wake77 for irq=199
[    4.849280] Wake78 for irq=199
[    4.852653] Wake79 for irq=199
[    4.856029] Wake80 for irq=199
[    4.859404] Wake81 for irq=199
[    4.862762] Wake82 for irq=199
[    4.866173] tegra-xotg xotg: usb2 phy is not available yet
[    4.872200] tegra-usb-cd usb_cd: otg phy is not available yet
[    4.878264] tegra_rtc c2a0000.rtc: setting system clock to 2018-07-30 23:56:54 UTC (1532995014)
[    4.888060] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[    4.895100] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[    4.905182] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[    4.907670] bpmp: mounted debugfs mirror
[    4.908052] [dram-timers] DRAM derating cdev registered.
[    4.911739] spmic-ldo0: disabling
[    4.911937] spmic-ldo1: disabling
[    4.912117] vdd-usb0-5v: disabling
[    4.912119] vdd-usb1-5v: disabling
[    4.912120] vdd-3v3: disabling
[    4.912121] en-vdd-vcm-2v8: disabling
[    4.912123] vdd-sys-bl: disabling
[    4.913910] tegra-vi4 15700000.vi: initialized
[    4.919849] ALSA device list:
[    4.919850]   #0: tegra-hda at 0x3518000 irq 399
[    4.919851]   #1: tegra-snd-t186ref-mobile-rt565x
[    4.920501] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi-0 bound
[    4.920504] tegra-vi4 15700000.vi: all channel register failed
[    4.981784] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2cb494
[    4.989078] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[    4.996938] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[    5.006546] Wake76 for irq=199
[    5.008817] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    5.008828] VFS: Mounted root (ext4 filesystem) on device 179:1.
[    5.009845] devtmpfs: mounted
[    5.010150] Freeing unused kernel memory: 1160K (ffffffc0010ec000 - ffffffc00120e000)
[    5.010171] Freeing alternatives memory: 96K (ffffffc00120e000 - ffffffc001226000)
[    5.016322] btb inv war enabled
[    5.049023] Wake77 for irq=199
[    5.049025] Wake78 for irq=199
[    5.049035] Wake79 for irq=199
[    5.049036] Wake80 for irq=199
[    5.049038] Wake81 for irq=199
[    5.049039] Wake82 for irq=199
[    5.049282] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[    5.049641] Wake76 for irq=199
[    5.049643] Wake77 for irq=199
[    5.049644] Wake78 for irq=199
[    5.049645] Wake79 for irq=199
[    5.049646] Wake80 for irq=199
[    5.049647] Wake81 for irq=199
[    5.049648] Wake82 for irq=199
[    5.049679] tegra-xotg xotg: usb2 phy is not available yet
[    5.049839] tegra-usb-cd usb_cd: otg phy is not available yet
[    5.050185] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[    5.050340] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[    5.050348] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[    5.050397] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2cb494
[    5.050401] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[    5.051186] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[    5.187046] random: systemd: uninitialized urandom read (16 bytes read, 86 bits of entropy available)
[    5.198973] random: systemd: uninitialized urandom read (16 bytes read, 86 bits of entropy available)
[    5.209030] random: systemd: uninitialized urandom read (16 bytes read, 86 bits of entropy available)
[    5.220568] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    5.240691] systemd[1]: Detected architecture arm64.
[    5.251184] systemd[1]: Set hostname to <tegra-ubuntu>.
[    5.269153] random: systemd: uninitialized urandom read (16 bytes read, 87 bits of entropy available)
[    5.272513] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 87 bits of entropy available)
[    5.272576] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 87 bits of entropy available)
[    5.272593] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 87 bits of entropy available)
[    5.272685] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 87 bits of entropy available)
[    5.273207] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 88 bits of entropy available)
[    5.279800] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 89 bits of entropy available)
[    5.420045] systemd[1]: Reached target Encrypted Volumes.
[    5.427763] systemd[1]: Listening on udev Control Socket.
[    5.435321] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.444418] systemd[1]: Listening on Syslog Socket.
[    5.451284] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.459286] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.468520] systemd[1]: Created slice User and Session Slice.
[    5.476438] systemd[1]: Listening on Journal Socket.
[    5.482933] systemd[1]: Listening on LVM2 poll daemon socket.
[    5.490016] systemd[1]: Reached target Remote File Systems (Pre).
[    5.497427] systemd[1]: Reached target Remote File Systems.
[    5.504413] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.513989] systemd[1]: Listening on Journal Audit Socket.
[    5.521738] systemd[1]: Created slice System Slice.
[    5.531643] systemd[1]: Started Braille Device Support.
[    5.543395] systemd[1]: Starting Load Kernel Modules...
[    5.551089] systemd[1]: Created slice system-getty.slice.
[    5.555458] Wake76 for irq=199
[    5.555460] Wake77 for irq=199
[    5.555460] Wake78 for irq=199
[    5.555461] Wake79 for irq=199
[    5.555462] Wake80 for irq=199
[    5.555462] Wake81 for irq=199
[    5.555463] Wake82 for irq=199
[    5.555652] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[    5.555960] Wake76 for irq=199
[    5.555961] Wake77 for irq=199
[    5.555962] Wake78 for irq=199
[    5.555962] Wake79 for irq=199
[    5.555963] Wake80 for irq=199
[    5.555964] Wake81 for irq=199
[    5.555964] Wake82 for irq=199
[    5.555997] tegra-xotg xotg: usb2 phy is not available yet
[    5.556138] tegra-usb-cd usb_cd: otg phy is not available yet
[    5.556558] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[    5.556747] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[    5.556752] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[    5.556789] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2cb494
[    5.556792] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[    5.557490] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[    5.675013] systemd[1]: Mounting Debug File System...
[    5.683270] systemd[1]: Mounting POSIX Message Queue File System...
[    5.691822] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    5.699310] systemd[1]: Listening on LVM2 metadata daemon socket.
[    5.708633] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.721953] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.727509] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[    5.736198] systemd[1]: Reached target User and Group Name Lookups.
[    5.744000] systemd[1]: Listening on udev Kernel Socket.
[    5.750755] systemd[1]: Reached target Swap.
[    5.758540] systemd[1]: Starting Journal Service...
[    5.764946] systemd[1]: Reached target Slices.
[    5.772876] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    5.790610] systemd[1]: Mounted Debug File System.
[    5.796979] systemd[1]: Mounted POSIX Message Queue File System.
[    5.808711] systemd[1]: Started Load Kernel Modules.
[    5.817095] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    5.830387] systemd[1]: Started Remount Root and Kernel File Systems.
[    5.838642] systemd[1]: Started Journal Service.
[    5.981235] systemd-journald[301]: Received request to flush runtime journal from PID 1
[    6.196205] random: nonblocking pool is initialized
[    6.963355] dhd_module_init in
[    6.967133] tegra_net_perf_init: cannot get wifi sclk
[    6.973029] found wifi platform device bcmdhd_wlan
[    6.973843] wifi_platform_get_country_code_map: could not get country_code_map
[    6.973844] wifi_plat_dev_drv_probe:platform country code map is not available
[    6.973855] Power-up adapter 'DHD generic adapter'
[    6.973859] wifi_platform_set_power = 1
[    7.176204] wifi_platform_bus_enumerate device present 1
[    7.185865] Wake76 for irq=199
[    7.189673] Wake77 for irq=199
[    7.193445] Wake78 for irq=199
[    7.197260] Wake79 for irq=199
[    7.201015] Wake80 for irq=199
[    7.204717] Wake81 for irq=199
[    7.208418] Wake82 for irq=199
[    7.212739] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[    7.219773] wifi_platform_bus_enumerate device present 0
[    7.221292] Wake76 for irq=199
[    7.221293] Wake77 for irq=199
[    7.221294] Wake78 for irq=199
[    7.221295] Wake79 for irq=199
[    7.221295] Wake80 for irq=199
[    7.221296] Wake81 for irq=199
[    7.221297] Wake82 for irq=199
[    7.221372] tegra-xotg xotg: usb2 phy is not available yet
[    7.221615] tegra-usb-cd usb_cd: otg phy is not available yet
[    7.222112] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[    7.222299] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[    7.222303] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[    7.222339] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2cb494
[    7.222342] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[    7.237337] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[    7.253367] Wake76 for irq=199
[    7.253368] Wake77 for irq=199
[    7.253369] Wake78 for irq=199
[    7.253369] Wake79 for irq=199
[    7.253370] Wake80 for irq=199
[    7.253371] Wake81 for irq=199
[    7.253371] Wake82 for irq=199
[    7.253545] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[    7.344499] F1 signature read @0x18000000=0x17214354
[    7.355751] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[    7.363327] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[    7.370732] wifi_platform_prealloc: failed to alloc static mem section 7
[    7.377869] wifi_platform_get_mac_addr
[    7.443502] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
[    7.449932] wl_create_event_handler(): thread:wl_event_handler:29d started
[    7.450039] CFG80211-ERROR) wl_event_handler : 
[    7.450041] tsk Enter, tsk = 0xffffffc1e1501a70
[    7.450205] dhd_attach(): thread:dhd_watchdog_thread:2a1 started
[    7.452504] dhd_attach(): thread:dhd_dpc:2a2 started
[    7.453177] dhd_attach(): thread:dhd_rxf:2a4 started
[    7.453183] dhd_deferred_work_init: work queue initialized 
[    7.454879] Dongle Host Driver, version 1.201.82 (r)
               Compiled in drivers/net/wireless/bcmdhd on Jul 16 2018 at 21:57:42
[    7.455266] tegra_sysfs_register
[    7.455295] Register interface [wlan0]  MAC: 00:04:4b:a7:ce:3f

[    7.455298] dhd_prot_ioctl : bus is down. we have nothing to do
[    7.455394] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 21
[    7.456435] wifi_platform_set_power = 0
[    7.543630] cfg80211: World regulatory domain updated:
[    7.543634] cfg80211:  DFS Master region: unset
[    7.543634] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    7.543638] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    7.543640] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    7.543641] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    7.543643] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    7.543645] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[    7.543647] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[    7.543649] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    7.543650] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[    7.661984] Wake76 for irq=199
[    7.661985] Wake77 for irq=199
[    7.661986] Wake78 for irq=199
[    7.661987] Wake79 for irq=199
[    7.661987] Wake80 for irq=199
[    7.661988] Wake81 for irq=199
[    7.661989] Wake82 for irq=199
[    7.662070] tegra-xotg xotg: usb2 phy is not available yet
[    7.662323] tegra-usb-cd usb_cd: otg phy is not available yet
[    7.662842] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[    7.663078] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[    7.663085] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[    7.663121] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2cb494
[    7.663124] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[    7.663880] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[    7.666554] Wake76 for irq=199
[    7.666555] Wake77 for irq=199
[    7.666556] Wake78 for irq=199
[    7.666556] Wake79 for irq=199
[    7.666557] Wake80 for irq=199
[    7.666558] Wake81 for irq=199
[    7.666558] Wake82 for irq=199
[    7.666737] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[    8.118073] IPVS: Creating netns size=1424 id=1
[    8.380698] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.390142] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.469474] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.476358] 
               Dongle Host Driver, version 1.201.82 (r)
               Compiled in drivers/net/wireless/bcmdhd on Jul 16 2018 at 21:57:42
[    8.493712] wl_android_wifi_on in
[    8.497886] wifi_platform_set_power = 1
[    8.773386] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[    8.840798] gk20a 17000000.gp10b: railgate is disabled.
[    8.857445] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 21
[    8.866707] F1 signature read @0x18000000=0x17214354
[    8.875591] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[    8.882688] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[    8.891427] tegradc 15210000.nvdisplay: blank - powerdown
[    8.977382] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[    9.027045] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[    9.033177] Enabling wake69
[    9.037177] wifi_platform_get_mac_addr
[    9.042492] Firmware up: op_mode=0x0005, MAC=00:04:4b:a7:ce:3f
[    9.054215] dhd_preinit_ioctls pspretend_threshold for HostAPD failed  -23
[    9.066152] Firmware version = wl0: Dec 12 2017 15:09:35 version 7.35.221.34 (r679642) FWID 01-e35dbe99
[    9.078302] dhd_interworking_enable: failed to set WNM info, ret=-23
[    9.084925] tegra_sysfs_on
[    9.369596] CFGP2P-ERROR) wl_cfgp2p_add_p2p_disc_if : P2P interface registered
[    9.412407] WLC_E_IF: NO_IF set, event Ignored
[    9.527256] CPU1: shutdown
[    9.530011] psci: CPU1 killed.
[    9.551952] CPU2: shutdown
[    9.554819] psci: CPU2 killed.
[    9.624498] Bridge firewalling registered
[    9.877232] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.157135] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[   10.678230] fuse init (API version 7.23)
[   11.522977] eqos 2490000.ether_qos eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[   11.532030] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   13.690409] IPVS: Creating netns size=1424 id=2
[   14.776577] IPVS: Creating netns size=1424 id=3
[   15.368828] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

I can’t found driver code of the panel at the kernel path,can anyone tell me where it is ?

I used “find” command to search,get nothing.

I changed my configuration,It’s OK.
I will show it.

configuration about the edp:

1.modify the platform/tegra/common/kernel-dts/panels/panel-a-edp-1080p-14-0.dtsi

I just modify the bpp, line 39: nvidia,out-depth from <18> to <24>

2.modify the platform/t18x/common/kernel-dts/t18x-common-platforms/tegra186-quill-common.dtsi
unchoose some panel

#include <dt-bindings/types.h>
#include <dt-bindings/gpio/tegra186-gpio.h>
/dts-v1/;

/memreserve/ 0x80000000 0x00010000;

#include "tegra186-soc/tegra186-soc-cvm.dtsi"
#include "tegra186-platforms-simple-bus.dtsi"
//#include "panels/panel-s-wuxga-8-0.dtsi"
//#include "panels/panel-null-hotpluggable.dtsi"
//#include "panels/panel-s-wqxga-10-1.dtsi"
#include <tegra186-soc/mods-simple-bus.dtsi>
#include "t18x-common-platforms/tegra186-quill-eqos.dtsi"
#include "tegra186-hdmi.dtsi"
#include "tegra186-dp.dtsi"
//#include "panels/panel-s-edp-uhdtv-15-6.dtsi"
#include "panels/panel-a-edp-1080p-14-0.dtsi"
#include "tegra186-quill-pwm-fan.dtsi"
#include "tegra186-quill-thermal-fan-est.dtsi"
#include "tegra186-host1x-camera.dtsi"

3.modify platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-a00-00-base.dts
unchoose some dtsi file

#include <t18x-common-platforms/tegra186-quill-common-p3310-1000-a00.dtsi>
#include <t18x-common-platforms/tegra186-quill-power-tree-p3310-1000-a00-00.dtsi>
//#include <t18x-common-platforms/tegra186-quill-camera-modules.dtsi>
#include <t18x-common-modules/tegra186-camera-ar0134-li-mipi-adpt-a00.dtsi>
#include <t18x-common-modules/tegra186-display-e3320-1000-a00.dtsi>

/* comms dtsi file should be included after gpio dtsi file */
#include <t18x-common-platforms/tegra186-quill-comms.dtsi>
#include <t18x-common-plugin-manager/tegra186-quill-p3310-1000-a00-plugin-manager.dtsi>
#include <t18x-common-modules/tegra186-super-module-e2614-p2597-1000-a00.dtsi>
//#include <t18x-common-plugin-manager/tegra186-quill-display-plugin-manager.dtsi>
#include <t18x-common-prod/tegra186-priv-quill-p3310-1000-a00-prod.dtsi>
//#include <t18x-common-plugin-manager/tegra186-quill-camera-plugin-manager.dtsi>

#include <dt-bindings/linux/driver-info.h>

add something:

nvdisplay@15200000 {
			status = "okay";
//			vdd_lcd_bl_en-supply = <&ml_vdd_lcd_bl_en>; /* GPIO_DIS3 / LCD_BL_EN for eDP */
			nvidia,dc-or-node = "/host1x/sor";
            vdd_ds_1v8-supply = <&en_vdd_disp_1v8>;
		};

		sor {
			status = "okay";
			dp-display {
				status = "disabled";
			};
			hdmi-display {
				status = "disabled";
			};

			panel-s-edp-uhdtv-15-6 {
				status = "disabled";
			};

			panel-a-edp-1080p-14-0 {
				status = "okay";
				nvidia,is_ext_dp_panel = <0>;

				disp-default-out {
					/* SOR0->eDP on plld3; SOR1->HDMI on plld2 */
					nvidia,out-parent-clk = "plld3";
				};
				smartdimmer {
				    status = "disabled";
				};
			}; /* panel-s-edp-uhdtv-15-6 */
		};

		dpaux@155c0000 {
			status = "okay";
		};