HDMI display (GUI) not working on custom carrier board.

I am using a Custom designed carrier board, The HDMI output is a blank screen with only the cursor visible.
The display is fine when logged into the text mode.

Some errors observed in the dmesg are

hdmi: couldn’t get regulator vdd_hdmi_5v0: -517
tegradc 15210000.nvdisplay: hdmi: edid read failed
tegradc 15210000.nvdisplay: hdmi: using fallback edid
tegradc 15210000.nvdisplay: hdmi: plugged

Here is the complete 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 (inno@ubuntu) (gcc version 4.8.5 (GCC) ) #1 SMP PREEMPT Mon Sep 25 11:51:10 CST 2017
[ 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: 2051072
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 519408 pages, LIFO batch:31
[ 0.000000] Normal zone: 23933 pages used for memmap
[ 0.000000] Normal zone: 1531664 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 @ffffffc1f5cf5000 s31232 r8192 d30208 u69632
[ 0.000000] pcpu-alloc: s31232 r8192 d30208 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: 2018947
[ 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 androidboot.serialno=0321917026139 bl_prof_dataptr=0x10000@0x277240000 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: 7972496K/8204288K available (10880K kernel code, 1766K rwdata, 5676K rodata, 1160K init, 704K bss, 166256K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
0xffffffbdc2000000 - 0xffffffbdc9d7c400 ( 125 MB actual)
fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
memory : 0xffffffc000000000 - 0xffffffc1f5f10000 ( 8031 MB)
.init : 0xffffffc0010ac000 - 0xffffffc0011ce000 ( 1160 KB)
.text : 0xffffffc000080000 - 0xffffffc0010ac000 ( 16560 KB)
.data : 0xffffffc0011ef000 - 0xffffffc0013a8b00 ( 1767 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.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.010306] Console: colour dummy device 80x25
[ 0.015032] console [tty0] enabled
[ 0.018601] bootconsole [uart0] disabled
[ 0.022722] kmemleak: Kernel memory leak detector disabled
[ 0.022744] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.022761] pid_max: default: 32768 minimum: 301
[ 0.022843] Security Framework initialized
[ 0.022901] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022913] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.023693] Initializing cgroup subsys freezer
[ 0.023719] Initializing cgroup subsys debug
[ 0.024116] CPU0 ipc=752
[ 0.024132] CPU1 ipc=1024
[ 0.024140] CPU2 ipc=1024
[ 0.024152] CPU3 ipc=752
[ 0.024161] CPU4 ipc=752
[ 0.024172] CPU5 ipc=752
[ 0.024264] ASID allocator initialised with 65536 entries
[ 0.052955] tegra-id: chipid=21817.
[ 0.052985] tegra-id: opt_subrevision=1.
[ 0.052998] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.053757] DTS File Name: /home/inno/Projects/TX_R28_1/kernel_src/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.053800] DTB Build time: Sep 26 2017 15:19:55
[ 0.074321] CPU1: Booted secondary processor [4e0f0030]
[ 0.087964] CPU2: Booted secondary processor [4e0f0030]
[ 0.099151] CPU3: Booted secondary processor [411fd073]
[ 0.111134] CPU4: Booted secondary processor [411fd073]
[ 0.123116] CPU5: Booted secondary processor [411fd073]
[ 0.123322] Brought up 6 CPUs
[ 0.123392] SMP: Total of 6 processors activated.
[ 0.123405] CPU: All CPU(s) started at EL2
[ 0.124586] devtmpfs: initialized
[ 0.157877] Initilizing CustomIPI irq domain
[ 0.158323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.160169] pinctrl core: initialized pinctrl subsystem
[ 0.160731] OS set in device tree is L4T.
[ 0.161165] regulator-dummy: no parameters
[ 0.161372] Initializing plugin-manager
[ 0.161455] Plugin module not found
[ 0.161968] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.162733] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.163410] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.164652] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.165116] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.165441] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.165705] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.166185] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[ 0.166692] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[ 0.166951] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[ 0.166967] node /plugin-manager/fragment-500-e3325-pcie match with odm-data enable-pcie-on-uphy-lane0
[ 0.167440] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.167722] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.167959] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.168262] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.170384] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800
[ 0.173078] Adding domain adsp-pd to PM domain ape-pd
[ 0.177647] NET: Registered protocol family 16
[ 0.185442] console [pstore-1] enabled
[ 0.185465] pstore: Registered ramoops as persistent store backend
[ 0.185483] ramoops: attached 0x200000@0x96080000, ecc: 0/0
[ 0.197577] cpuidle: using governor ladder
[ 0.203119] cpuidle: using governor menu
[ 0.206124] bpmp: waiting for handshake
[ 0.206155] bpmp: handshake completed
[ 0.206216] bpmp: synchronizing channels
[ 0.206257] bpmp: channels synchronized
[ 0.206274] bpmp: mail init ok
[ 0.206751] vdso: 2 pages (1 code @ ffffffc0011f5000, 1 data @ ffffffc0011f4000)
[ 0.206815] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.210710] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.213249] tegra_powergate_init: DONE
[ 0.213291] DTS File Name: /home/inno/Projects/TX_R28_1/kernel_src/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.213322] DTB Build time: Sep 26 2017 15:19:55
[ 0.215435] Tegra reboot handler registered.
[ 0.218852] Registering Tegra186 clocks (this may take a while)…done
[ 0.221481] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.221509] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.221529] arm-smmu 12000000.iommu: stage 1 translation
[ 0.221547] arm-smmu 12000000.iommu: stage 2 translation
[ 0.221564] arm-smmu 12000000.iommu: nested translation
[ 0.221586] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.221612] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.221637] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.221658] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.221676] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.271298] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.278631] iommu: Adding device 3460000.sdhci to group 0
[ 0.279682] iommu: Adding device 3400000.sdhci to group 1
[ 0.285317] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.285963] iommu: Adding device 3160000.i2c to group 3
[ 0.286533] iommu: Adding device c240000.i2c to group 4
[ 0.286960] iommu: Adding device 3180000.i2c to group 5
[ 0.287341] iommu: Adding device 3190000.i2c to group 6
[ 0.287804] iommu: Adding device 31b0000.i2c to group 7
[ 0.288132] iommu: Adding device 31c0000.i2c to group 8
[ 0.288502] iommu: Adding device c250000.i2c to group 9
[ 0.288899] iommu: Adding device 31e0000.i2c to group 10
[ 0.291235] iommu: Adding device 3210000.spi to group 11
[ 0.291625] iommu: Adding device c260000.spi to group 12
[ 0.291955] iommu: Adding device 3240000.spi to group 13
[ 0.292911] iommu: Adding device 3100000.serial to group 14
[ 0.293257] iommu: Adding device 3110000.serial to group 15
[ 0.293574] iommu: Adding device c280000.serial to group 16
[ 0.293974] iommu: Adding device 3130000.serial to group 17
[ 0.295344] iommu: Adding device 2490000.ether_qos to group 18
[ 0.296057] iommu: Adding device b000000.rtcpu to group 19
[ 0.296568] iommu: Adding device c1a0000.aon to group 20
[ 0.297540] Wake73 for irq=42
[ 0.297944] iommu: Adding device smmu_test to group 21
[ 0.298642] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.298690] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.298732] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.298770] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.298881] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.298954] mc-err: Set intmask: 0xf3140
[ 0.299452] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.300424] Wake76 for irq=199
[ 0.300450] Wake77 for irq=199
[ 0.300472] Wake78 for irq=199
[ 0.300493] Wake79 for irq=199
[ 0.300514] Wake80 for irq=199
[ 0.300535] Wake81 for irq=199
[ 0.300557] Wake82 for irq=199
[ 0.300691] iommu: Adding device 3530000.xhci to group 22
[ 0.301113] iommu: Adding device 3550000.xudc to group 23
[ 0.302186] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.302230] tegra-pmc: ### PMC reset source: Software reset
[ 0.302256] tegra-pmc: ### PMC reset level: L1
[ 0.302337] tegra-pmc: ### PMC reset status reg: 0x2d
[ 0.302730] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.302773] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.302989] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.303025] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.303588] iommu: Adding device 13e10000.host1x to group 24
[ 0.303923] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.304207] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.304570] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.304854] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.305141] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.305445] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.305793] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.306082] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.306864] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.307447] iommu: Adding device 15700000.vi to group 34
[ 0.307840] iommu: Adding device 15600000.isp to group 35
[ 0.308194] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.308459] iommu: Adding device 15340000.vic to group 37
[ 0.308670] iommu: Adding device 154c0000.nvenc to group 38
[ 0.308940] iommu: Adding device 15480000.nvdec to group 39
[ 0.309305] iommu: Adding device 15380000.nvjpg to group 40
[ 0.309599] iommu: Adding device 15500000.tsec to group 41
[ 0.309852] iommu: Adding device 15100000.tsecb to group 42
[ 0.310682] iommu: Adding device 15810000.se to group 43
[ 0.310948] iommu: Adding device 15820000.se to group 44
[ 0.311176] iommu: Adding device 15830000.se to group 45
[ 0.311378] iommu: Adding device 15840000.se to group 46
[ 0.312042] iommu: Adding device 17000000.gp10b to group 47
[ 0.313950] tegra-reset 5000000.clock: registered 193 resets.
[ 0.316208] iommu: Adding device d000000.bpmp to group 48
[ 0.316586] bpmp: ping status is 0
[ 0.316955] bpmp d000000.bpmp: firmware tag is 0705d30e2bb4ef1fcf63b70c5fc3deef
[ 0.317467] bpmp d000000.bpmp: probe ok
[ 0.320440] iommu: Adding device 2600000.dma to group 49
[ 0.321557] GPIO line 459 (pcie-lane2-mux) hogged as output/low
[ 0.321640] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.321731] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.321837] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.321896] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.321965] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.322032] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.322094] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.322224] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.324578] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.324702] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.325834] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.326408] iommu: Adding device sound to group 51
[ 0.328501] iommu: Adding device 3510000.hda to group 52
[ 0.329773] iommu: Adding device adsp_audio to group 53
[ 0.331423] iommu: Adding device 2993000.adsp to group 54
[ 0.345445] vdd-ac-bat: 5000 mV
[ 0.347921] vdd-1v8-ap: 1800 mV
[ 0.349315] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 0.349773] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 0.369918] SCSI subsystem initialized
[ 0.370307] libata version 3.00 loaded.
[ 0.370567] usbcore: registered new interface driver usbfs
[ 0.370649] usbcore: registered new interface driver hub
[ 0.370816] usbcore: registered new device driver usb
[ 0.376583] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[ 0.377447] pca953x 0-0074: failed reading register
[ 0.377590] pca953x: probe of 0-0074 failed with error -121
[ 0.378100] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[ 0.379054] pca953x 0-0077: failed reading register
[ 0.379146] pca953x: probe of 0-0077 failed with error -121
[ 0.400964] media: Linux media interface: v0.10
[ 0.401083] Linux video capture interface: v2.00
[ 0.407268] pps_core: LinuxPPS API ver. 1 registered
[ 0.407331] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.407403] PTP clock support registered
[ 0.409012] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.409113] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.411520] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.414623] GPIO line 253 (spmic_gpio_input_5) hogged as input
[ 0.414891] GPIO line 254 (spmic_gpio_input_6) hogged as input
[ 0.415038] gpiochip_add_data: registered GPIOs 248 to 255 on device: max77620-gpio
[ 0.422556] vddio-ddr: at 1125 mV
[ 0.426301] avdd_dsi_csi: 1200 mV
[ 0.430299] vdd-1v8: 1800 mV
[ 0.434299] vdd-3v3-sys: 3300 mV
[ 0.435549] spmic-ldo0: at 1800 mV
[ 0.436632] spmic-ldo1: at 800 mV
[ 0.439111] vddio-3v3: 3300 mV
[ 0.439901] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.443109] vdd-rtc: at 800 mV
[ 0.443899] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.447108] spmic-ldo6: at 1500 mV
[ 0.451105] vdd-pex-1v05: 1000 mV
[ 0.451901] dvdd-pex: 1000 mV
[ 0.452309] max77620 4-003c: max77620 probe successful
[ 0.453076] Advanced Linux Sound Architecture Driver Initialized.
[ 0.455333] en-vdd-sd: 3300 mV
[ 0.455776] vdd-usb0-5v: 5000 mV
[ 0.456010] vdd-usb1-5v: 5000 mV
[ 0.456557] vdd-3v3: 3300 mV
[ 0.456766] en-vdd-vcm-2v8: 2800 mV
[ 0.456963] vdd-sys-bl: 3300 mV
[ 0.461712] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.464206] extcon-gpio-states external-connection:extcon@1: Cable state 1
[ 0.464829] clocksource: Switched to clocksource arch_sys_counter
[ 0.500545] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.501556] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.503066] nvmap_page_pool_init: Total RAM pages: 2009508
[ 0.503112] nvmap_page_pool_init: nvmap page pool size: 251188 pages (981 MB)
[ 0.503803] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.509547] Wake76 for irq=199
[ 0.509564] Wake77 for irq=199
[ 0.509579] Wake78 for irq=199
[ 0.509593] Wake79 for irq=199
[ 0.509607] Wake80 for irq=199
[ 0.509620] Wake81 for irq=199
[ 0.509633] Wake82 for irq=199
[ 0.511143] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.511395] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.511544] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.511637] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.512096] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type AO-therm
[ 0.512268] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tboard_tegra
[ 0.512444] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tdiode_tegra
[ 0.512654] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type PMIC-Die
[ 0.513182] isomgr_init(): iso emc max clk=0KHz
[ 0.513200] isomgr_init(): max_iso_bw=0KB
[ 0.513371] NET: Registered protocol family 2
[ 0.513980] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.514220] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.515324] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.515501] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.515576] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.515950] NET: Registered protocol family 1
[ 0.516811] RPC: Registered named UNIX socket transport module.
[ 0.516927] RPC: Registered udp transport module.
[ 0.516952] RPC: Registered tcp transport module.
[ 0.516978] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.517048] PCI: CLS 0 bytes, default 128
[ 0.517440] Trying to unpack rootfs image as initramfs…
[ 0.552693] host1x 13e10000.host1x: initialized
[ 0.555040] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.561011] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.561289] audit: initializing netlink subsys (disabled)
[ 0.561419] audit: type=2000 audit(0.548:1): initialized
[ 0.575253] io scheduler noop registered (default)
[ 0.580986] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.584096] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.586561] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.589022] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.602076] tsec 15500000.tsec: initialized
[ 0.605466] tsec 15100000.tsecb: initialized
[ 0.612435] nvdec 15480000.nvdec: initialized
[ 0.623617] falcon 15340000.vic: initialized
[ 0.626004] falcon 154c0000.nvenc: initialized
[ 0.628342] falcon 15380000.nvjpg: initialized
[ 0.631100] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.632453] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.633891] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.635319] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.636686] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.638086] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.639386] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.640707] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.645120] DC OR NODE connected to /host1x/sor1
[ 0.645703] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.645732] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.645860] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.646183] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.646231] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.646273] max_iso_bw is relaxed to 4687500KB from 0KB
[ 0.646414] ------------[ cut here ]------------
[ 0.646449] WARNING: at ffffffc0008523d0 [verbose debug info unavailable]
[ 0.646472] Modules linked in:

[ 0.646532] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.4.38-tegra #1
[ 0.646553] Hardware name: quill (DT)
[ 0.646576] task: ffffffc1ece70000 ti: ffffffc1ece78000 task.ti: ffffffc1ece78000
[ 0.646633] PC is at __tegra_isomgr_register+0x30c/0x4d4
[ 0.646656] LR is at __tegra_isomgr_register+0x30c/0x4d4
[ 0.646680] pc : [] lr : [] pstate: 60000045
[ 0.646708] sp : ffffffc1ece7bb10
[ 0.646728] x29: ffffffc1ece7bb10 x28: 0000000000000380
[ 0.646766] x27: ffffffc001438000 x26: ffffffc001379000
[ 0.646802] x25: ffffffc000c12000 x24: 0000000000000000
[ 0.646837] x23: 0000000000000000 x22: 0000000000000008
[ 0.646871] x21: 000000000047868c x20: ffffffc001438718
[ 0.646950] x19: ffffffc001438af8 x18: 000000000000000b
[ 0.646984] x17: ffffffc000b20a60 x16: ffffffc000b20a60
[ 0.647019] x15: 00000000fa83b2da x14: 73696765725f7267
[ 0.647054] x13: 6d6f73695f617265 x12: 6d61635f61726765
[ 0.647100] x11: 74203a6c7274635f x10: ffffffc0013d1e88
[ 0.647137] x9 : 000000000000014e x8 : 0000000000000002
[ 0.647171] x7 : ffffffc0012105a8 x6 : 0000000000000038
[ 0.647216] x5 : 0000000000000000 x4 : 0000000000000000
[ 0.647276] x3 : 0000000000000000 x2 : 0000000000000000
[ 0.647312] x1 : 0000000000000000 x0 : 000000000000002b

[ 0.647398] —[ end trace 3d7cc0afe03c7c17 ]—
[ 0.647420] Call trace:
[ 0.647443] [] __tegra_isomgr_register+0x30c/0x4d4
[ 0.647469] [] tegra_isomgr_register+0x1c/0x2c
[ 0.647508] [] tegra_camera_probe+0x2a4/0x4c4
[ 0.647544] [] platform_drv_probe+0x50/0xbc
[ 0.647570] [] driver_probe_device+0xc8/0x408
[ 0.647592] [] __driver_attach+0x9c/0xa0
[ 0.647639] [] bus_for_each_dev+0x58/0x98
[ 0.647660] [] driver_attach+0x20/0x28
[ 0.647683] [] bus_add_driver+0x1f0/0x294
[ 0.647707] [] driver_register+0x68/0x108
[ 0.647729] [] __platform_driver_register+0x54/0x5c
[ 0.647756] [] tegra_camera_init+0x18/0x20
[ 0.647788] [] do_one_initcall+0xc8/0x1c0
[ 0.647821] [] kernel_init_freeable+0x1dc/0x280
[ 0.647876] [] kernel_init+0x10/0xe0
[ 0.647902] [] ret_from_fork+0x10/0x40
[ 0.647925] __tegra_isomgr_register(): ISO BW usage:
[ 0.647948] __tegra_isomgr_register(): client=disp_0, iso dedi bw=0KB
[ 0.647969] __tegra_isomgr_register(): client=disp_1, iso dedi bw=0KB
[ 0.647990] __tegra_isomgr_register(): client=disp_2, iso dedi bw=0KB
[ 0.648011] __tegra_isomgr_register(): client=isp_a, iso dedi bw=0KB
[ 0.648033] __tegra_isomgr_register(): client=tegra_camera_ctrl, iso dedi bw=4687500KB
[ 0.648061] __tegra_isomgr_register(): client=ape_adma, iso dedi bw=0KB
[ 0.648084] __tegra_isomgr_register(): client=eqos, iso dedi bw=0KB
[ 0.648128] __tegra_isomgr_register(): revisit BW usage of iso clients
[ 0.662727] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.662768] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.663619] hdmi: couldn’t get regulator vdd_hdmi_5v0: -517
[ 0.666295] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.668236] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.668292] PD DISP0 index2 UP
[ 0.669904] PD DISP1 index3 UP
[ 0.670015] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.670224] PD DISP2 index4 UP
[ 0.670798] kfuse 3830000.kfuse: initialized
[ 0.673224] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.674457] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.679103] console [ttyS0] disabled
[ 0.679313] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 0.698107] PD DISP2 index4 DOWN
[ 0.698420] PD DISP1 index3 DOWN
[ 0.698689] PD DISP0 index2 DOWN
[ 0.701710] tegradc 15210000.nvdisplay: probed
[ 3.011579] console [ttyS0] enabled
[ 3.015593] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 3.017285] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 3.017564] serial-tegra 3130000.serial: RX in PIO mode
[ 3.019108] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 3.027683] Console: switching to colour frame buffer device 240x67
[ 3.032632] brd: module loaded
[ 3.038633] loop: module loaded
[ 3.039291] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 3.039321] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 3.039326] nct1008_nct72 7-004c: starting parse dt
[ 3.039459] nct1008_nct72 7-004c: success parsing dt
[ 3.039781] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 3.119372] tegradc 15210000.nvdisplay: fb registered
[ 3.119463] tmp451: Enabled overheat logging at 104.00C
[ 3.119654] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 3.119704] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 3.142768] THERMAL EST: found 3 subdevs
[ 3.146794] THERMAL EST num_resources: 0
[ 3.150789] [THERMAL EST subdev 0]
[ 3.153359] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 3.153534] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 3.153691] PD DISP0 index2 UP
[ 3.155457] PD DISP1 index3 UP
[ 3.155820] PD DISP2 index4 UP
[ 3.157281] Parent Clock set for DC plld2
[ 3.164019] tegradc 15210000.nvdisplay: hdmi: pclk:148500K, set prod-setting:prod_c_150M
[ 3.187521] [THERMAL EST subdev 1]
[ 3.190991] [THERMAL EST subdev 2]
[ 3.194802] thermal thermal_zone8: Registering thermal zone thermal_zone8 for type thermal-fan-est
[ 3.203883] THERMAL EST: thz register success.
[ 3.208554] THERMAL EST: end of probe, return err: 0
[ 3.214006] tegra_profiler: Branch: Dev
[ 3.217910] tegra_profiler: Version: 1.109
[ 3.222074] tegra_profiler: Samples version: 37
[ 3.226671] tegra_profiler: IO version: 21
[ 3.230840] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.235265] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.252934] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 3.268284] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 3.281989] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 3.288699] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 3.298461] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.305064] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.314331] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.320908] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.330078] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.336449] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.345901] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 3.354693] tegra_profiler: auth: init
[ 3.367296] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 3.378824] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 3.391592] scsi host0: tegra_ahci
[ 3.397437] scsi host1: tegra_ahci
[ 3.402908] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 3.412731] ata2: DUMMY
[ 3.419031] spi-tegra114 3210000.spi: Static pin configuration used
[ 3.424053] tegra_edid_read_block: checksum failed and did not match consecutive reads. Previous remainder was 101. New remainder is 245. Failed at attempt 3
[ 3.424066] Switching i2c_ddc sclk rate: from 100000, to 50000
[ 3.450431] tegra_edid_read_block: checksum failed and did not match consecutive reads. Previous remainder was 101. New remainder is 244. Failed at attempt 1
[ 3.450435] Switching i2c_ddc sclk rate: from 50000, to 25000
[ 3.475979] spi-tegra114 c260000.spi: Static pin configuration used
[ 3.485595] spi-tegra114 3240000.spi: Static pin configuration used
[ 3.495663] tun: Universal TUN/TAP device driver, 1.6
[ 3.502881] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 3.511375] CAN device driver interface
[ 3.517401] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.525274] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.533265] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 3.542287] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.551810] tegra_edid_read_block: checksum failed and did not match consecutive reads. Previous remainder was 101. New remainder is 228. Failed at attempt 2
[ 3.551963] PPP generic driver version 2.4.2
[ 3.552199] PPP BSD Compression module registered
[ 3.552209] PPP Deflate Compression module registered
[ 3.552293] PPP MPPE Compression module registered
[ 3.552308] NET: Registered protocol family 24
[ 3.552385] usbcore: registered new interface driver r8152
[ 3.552432] usbcore: registered new interface driver asix
[ 3.552461] usbcore: registered new interface driver ax88179_178a
[ 3.552490] usbcore: registered new interface driver cdc_ether
[ 3.552533] usbcore: registered new interface driver smsc95xx
[ 3.552561] usbcore: registered new interface driver net1080
[ 3.552596] usbcore: registered new interface driver cdc_subset
[ 3.552624] usbcore: registered new interface driver zaurus
[ 3.552689] usbcore: registered new interface driver cdc_ncm
[ 3.553241] Wake76 for irq=199
[ 3.553245] Wake77 for irq=199
[ 3.553246] Wake78 for irq=199
[ 3.553248] Wake79 for irq=199
[ 3.553249] Wake80 for irq=199
[ 3.553251] Wake81 for irq=199
[ 3.553254] Wake82 for irq=199
[ 3.553344] tegra-xotg xotg: usb2 phy is not available yet
[ 3.553802] usbcore: registered new interface driver usb-storage
[ 3.553899] usbcore: registered new interface driver usbserial
[ 3.553926] usbcore: registered new interface driver ftdi_sio
[ 3.553954] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 3.553994] usbcore: registered new interface driver option
[ 3.554017] usbserial: USB Serial support registered for GSM modem (1-port)
[ 3.554054] usbcore: registered new interface driver pl2303
[ 3.554070] usbserial: USB Serial support registered for pl2303
[ 3.554431] tegra-usb-cd usb_cd: otg phy is not available yet
[ 3.557973] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b 8c b7 52
[ 3.559167] libphy: dwc_phy: probed
[ 3.560253] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 3.621913] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 3.622087] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 3.623045] max_iso_bw is relaxed to 4769420KB from 4687500KB
[ 3.623045] ------------[ cut here ]------------
[ 3.623048] WARNING: at ffffffc0008523d0 [verbose debug info unavailable]
[ 3.623053] Modules linked in:

[ 3.623067] CPU: 5 PID: 116 Comm: kworker/u12:2 Tainted: G W 4.4.38-tegra #1
[ 3.623069] Hardware name: quill (DT)
[ 3.623094] Workqueue: events_unbound async_run_entry_fn
[ 3.623096] task: ffffffc1ebf7d780 ti: ffffffc1eaab4000 task.ti: ffffffc1eaab4000
[ 3.623113] PC is at __tegra_isomgr_register+0x30c/0x4d4
[ 3.623116] LR is at __tegra_isomgr_register+0x30c/0x4d4
[ 3.623118] pc : [] lr : [] pstate: 80000045
[ 3.623119] sp : ffffffc1eaab7a70
[ 3.623123] x29: ffffffc1eaab7a70 x28: 0000000000000460
[ 3.623126] x27: ffffffc001438000 x26: ffffffc001379000
[ 3.623128] x25: ffffffc000c12000 x24: 0000000000000000
[ 3.623131] x23: 0000000000000000 x22: 000000000000000a
[ 3.623133] x21: 0000000000014000 x20: ffffffc001438718
[ 3.623136] x19: ffffffc001438bd8 x18: ffffffc000b90f38
[ 3.623139] x17: 000000000000000e x16: ffffffc000b20a60
[ 3.623141] x15: ffffffc000b20a60 x14: ffffffc000b20a60
[ 3.623143] x13: ffffffc000b20a60 x12: 0000000000000001
[ 3.623146] x11: 0000000000000000 x10: ffffffc0013d1e88
[ 3.623148] x9 : ffffffc1eaab7910 x8 : 206d6f726620424b
[ 3.623151] x7 : 3032343936373420 x6 : ffffffc0013d2838
[ 3.623153] x5 : 0000000006bab8e4 x4 : 0000000000000000
[ 3.623155] x3 : 0000000000000000 x2 : 0000000000000000
[ 3.623157] x1 : 0000000000000000 x0 : 0000000000000031

[ 3.623160] —[ end trace 3d7cc0afe03c7c18 ]—
[ 3.623164] Call trace:
[ 3.623168] [] __tegra_isomgr_register+0x30c/0x4d4
[ 3.623173] [] tegra_isomgr_register+0x1c/0x2c
[ 3.623185] [] eqos_probe+0xad0/0x11c4
[ 3.623196] [] platform_drv_probe+0x50/0xbc
[ 3.623202] [] driver_probe_device+0xc8/0x408
[ 3.623205] [] __driver_attach+0x9c/0xa0
[ 3.623215] [] bus_for_each_dev+0x58/0x98
[ 3.623217] [] driver_attach+0x20/0x28
[ 3.623220] [] driver_attach_async+0x14/0x50
[ 3.623223] [] async_run_entry_fn+0x44/0x180
[ 3.623233] [] process_one_work+0x154/0x434
[ 3.623235] [] worker_thread+0x134/0x40c
[ 3.623243] [] kthread+0xe0/0xf4
[ 3.623251] [] ret_from_fork+0x10/0x40
[ 3.623253] __tegra_isomgr_register(): ISO BW usage:
[ 3.623256] __tegra_isomgr_register(): client=disp_0, iso dedi bw=0KB
[ 3.623259] __tegra_isomgr_register(): client=disp_1, iso dedi bw=0KB
[ 3.623261] __tegra_isomgr_register(): client=disp_2, iso dedi bw=0KB
[ 3.623263] __tegra_isomgr_register(): client=isp_a, iso dedi bw=0KB
[ 3.623266] __tegra_isomgr_register(): client=tegra_camera_ctrl, iso dedi bw=4687500KB
[ 3.623268] __tegra_isomgr_register(): client=ape_adma, iso dedi bw=0KB
[ 3.623269] __tegra_isomgr_register(): client=eqos, iso dedi bw=81920KB
[ 3.623271] __tegra_isomgr_register(): revisit BW usage of iso clients
[ 3.686010] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 3.688961] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 3.689003] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 3.689268] i2c /dev entries driver
[ 3.690431] gspca_main: v2.14.0 registered
[ 3.690545] usbcore: registered new interface driver gspca_zc3xx
[ 3.690983] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.693789] FAN: coudln’t get the regulator
[ 3.694687] device-mapper: uevent: version 1.0.3
[ 3.694981] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 3.695635] sdhci: Secure Digital Host Controller Interface driver
[ 3.695638] sdhci: Copyright(c) Pierre Ossman
[ 3.695643] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.696226] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 3.696800] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 3.697508] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 3.697698] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 3.697955] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.699940] usbcore: registered new interface driver usbhid
[ 3.699942] usbhid: USB HID core driver
[ 3.702572] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 3.703416] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 3.703586] ina3221x: probe of 0-0042 failed with error -121
[ 3.704019] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 3.704694] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 3.704795] ina3221x: probe of 0-0043 failed with error -121
[ 3.705492] nvadsp 2993000.adsp: in probe()…
[ 3.707200] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 3.707251] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 3.707531] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 3.714875] Denver: backdoor interface is NOT available.
[ 3.717730] coresight-tmc 8030000.etf: TMC initialized
[ 3.725788] coresight-tmc 8050000.etr: TMC initialized
[ 3.726487] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 3.727333] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 3.728037] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 3.728714] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 3.729355] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 3.730288] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 3.731084] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 3.731908] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 3.732744] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 3.732781] Module initialized successfully
[ 3.736882] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.736915] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.737632] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 3.738096] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 3.738370] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 3.742694] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 3.743113] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 3.743727] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 3.743791] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 3.743858] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 3.743900] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 3.743947] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 3.743990] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 3.744030] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 3.744208] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 3.744211] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 3.745112] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 3.745115] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 3.745118] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 3.745121] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 3.745124] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 3.745126] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 3.745129] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 3.745175] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 3.751465] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 3.752646] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 3.752754] camchar: rtcpu character device driver loaded
[ 3.760960] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 3.761626] register_ari_mca_banks: Registered MCA ROC:IOB
[ 3.762075] register_ari_mca_banks: Registered MCA ROC:CCE
[ 3.763148] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 3.763192] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 3.763231] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 3.763272] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 3.763310] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 3.763350] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 3.763388] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 3.763424] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 3.763461] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 3.763498] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 3.763532] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 3.763569] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 3.763607] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 3.763647] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 3.763683] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 3.763738] **** A57 ECC: Enabled
[ 3.763741] tegra18_a57_serr_init: on CPU 5 a A57 Core
[ 3.763924] parse_throttle_dt_data: Num cap clks = 4
[ 3.763928] parse_throttle_dt_data: clk=mcpu type=1
[ 3.763931] parse_throttle_dt_data: clk=bcpu type=2
[ 3.763944] parse_throttle_dt_data: clk=gpu type=4
[ 3.763947] parse_throttle_dt_data: clk=emc type=3
[ 3.764760] tegra_throttle_probe: probe successful. #cdevs=4
[ 3.764926] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 3.765512] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 3.772902] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 3.776910] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.777707] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 3.777798] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 3.777920] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 3.777981] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 256
[ 3.779489] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 3.779532] tegra-se-nvhost 15810000.se: initialized
[ 3.780750] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 3.781809] tegra-se-nvhost 15820000.se: initialized
[ 3.782381] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 3.782947] tegra-se-nvhost 15830000.se: initialized
[ 3.783125] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 3.783654] tegra-se-nvhost 15840000.se: initialized
[ 3.784098] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 3.789307] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 3.818655] cpufreq: platform driver Initialization: pass
[ 3.818982] mmc0: MAN_BKOPS_EN bit is not set
[ 3.819217] tegra_cluster_clk e090000.cluster_clk_priv: in probe()…
[ 3.819377] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 3.819975] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 3.819984] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 3.820048] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2ca995
[ 3.820052] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x9
[ 3.823253] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 3.825010] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 3.825084] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.825911] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 3.829059] mmc0: Skipping tuning since strobe enabled
[ 3.833613] Message RAM Configuration
| base addr |0x0c312000|
| sidfc_flssa |0x00000000|
| xidfc_flesa |0x00000040|
| rxf0c_f0sa |0x000000c0|
| rxf1c_f1sa |0x00000300|
| rxbc_rbsa |0x00000540|
| txefc_efsa |0x00000780|
| txbc_tbsa |0x00000800|
| tmc_tmsa |0x00000c80|
[ 3.833836] Release 3.2.0 from 19.12.2014
[ 3.834368] net can0: mttcan device registered (regs=ffffff8000ff8000, irq=427)
[ 3.837685] Message RAM Configuration
| base addr |0x0c322000|
| sidfc_flssa |0x00000000|
| xidfc_flesa |0x00000040|
| rxf0c_f0sa |0x000000c0|
| rxf1c_f1sa |0x00000300|
| rxbc_rbsa |0x00000540|
| txefc_efsa |0x00000780|
| txbc_tbsa |0x00000800|
| tmc_tmsa |0x00000c80|
[ 3.837899] Release 3.2.0 from 19.12.2014
[ 3.838215] net can1: mttcan device registered (regs=ffffff8000ffe000, irq=428)
[ 3.840101] mmc0: periodic cache flush enabled
[ 3.840118] mmc0: new HS400 MMC card at address 0001
[ 3.840650] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 3.840894] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 3.841047] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 3.841189] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 3.842931] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[ 3.845484] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 3.845768] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 3.848373] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 3.848379] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 3.854408] tegra210_adsp_audio_platform_probe: platform probe started
[ 3.860989] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 3.861310] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 3.862656] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 3.863367] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 3.864914] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 3.865632] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 3.866455] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 3.866464] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 3.866466] tegra210-adsp adsp_audio: using adma channel page 0
[ 3.881462] tegra210_adsp_audio_platform_probe probe successfull.
[ 3.881463] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 3.887623] OPE platform probe
[ 3.887830] OPE platform probe successful
[ 3.915581] tegra-snd-t186ref-mobile-rt565x sound: Failed to get HP Det GPIO, should be handled by codec
[ 4.038362] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 4.038565] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 4.038785] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 4.038966] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 4.039144] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 4.039316] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 4.039494] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 4.039701] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 4.039875] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 4.040052] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 4.040244] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 4.040411] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 4.040585] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 4.040796] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 4.041006] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 4.041179] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 4.041359] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 4.041530] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 4.041712] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 4.041926] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 4.048176] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 4.048361] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 4.048406] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 4.048444] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 4.079903] mmc1 tuning done saved tap delay=60
[ 4.079905] mmc1: hw tuning done …
[ 4.079913] mmc1: tuning_window[0]: 0xffffffff
[ 4.079918] mmc1: tuning_window[1]: 0xfffffe3f
[ 4.079923] mmc1: tuning_window[2]: 0xfff8ffff
[ 4.079928] mmc1: tuning_window[3]: 0x73ffffff
[ 4.079933] mmc1: tuning_window[4]: 0x0
[ 4.079938] mmc1: tuning_window[5]: 0x0
[ 4.079943] mmc1: tuning_window[6]: 0x0
[ 4.079947] mmc1: tuning_window[7]: 0x0
[ 4.079950] sdhci: Tap value: 60 | Trim value: 5
[ 4.079953] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 4.083580] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 4.083613] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 4.105704] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[ 4.107670] tegra-snd-t186ref-mobile-rt565x sound: codec-dai “dit-hifi” registered
[ 4.107675] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[ 4.109033] GACT probability NOT on
[ 4.109060] Mirror/redirect action on
[ 4.109080] u32 classifier
[ 4.109081] Actions configured
[ 4.109107] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 4.110780] ipip: IPv4 over IPv4 tunneling driver
[ 4.111374] Initializing XFRM netlink socket
[ 4.111834] NET: Registered protocol family 10
[ 4.113540] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.113636] NET: Registered protocol family 17
[ 4.113664] NET: Registered protocol family 15
[ 4.113706] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 4.113711] can: controller area network core (rev 20120528 abi 9)
[ 4.113759] NET: Registered protocol family 29
[ 4.113808] can: raw protocol (rev 20120528)
[ 4.113815] can: netlink gateway (rev 20130117) max_hops=1
[ 4.113913] 8021q: 802.1Q VLAN Support v1.8
[ 4.119417] Registered cp15_barrier emulation handler
[ 4.126191] Registered setend emulation handler
[ 4.128952] registered taskstats version 1
[ 4.137986] isp 15600000.isp: initialized
[ 4.146890] nvcsi 150c0000.nvcsi: initialized
[ 4.151354] Wake76 for irq=199
[ 4.151356] Wake77 for irq=199
[ 4.151357] Wake78 for irq=199
[ 4.151358] Wake79 for irq=199
[ 4.151360] Wake80 for irq=199
[ 4.151360] Wake81 for irq=199
[ 4.151362] Wake82 for irq=199
[ 4.151939] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[ 4.151942] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP
[ 4.153641] xhci-tegra 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2
[ 4.153644] xhci-tegra 3530000.xhci: Falling back to user helper
[ 4.154285] spi-tegra114 3210000.spi: Static pin configuration used
[ 4.155619] spi-tegra114 c260000.spi: Static pin configuration used
[ 4.156755] spi-tegra114 3240000.spi: Static pin configuration used
[ 4.157931] tegra-xotg xotg: OTG rev:0200, ADP:0, SRP:1, HNP:1, RSP:0
[ 4.158036] tegra-xotg xotg: update_id_state: ID floating
[ 4.158043] tegra-xotg xotg: update_vbus_state: VBUS detected
[ 4.158070] tegra-xotg xotg: Nvidia XUSB OTG Controller
[ 4.161443] tegra-xotg xotg: otg: gadget gadget registered
[ 4.161445] tegra-xotg xotg: set gadget otg_caps from OTG controller
[ 4.161448] tegra-xotg xotg: otg: host not registered yet
[ 4.161450] tegra-xotg xotg: otg: start OTG finite state machine
[ 4.161540] tegra-xudc-new 3550000.xudc: entering ELPG
[ 4.162381] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 4.165442] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 4.165545] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 4.165651] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 4.165904] input: gpio-keys as /devices/gpio-keys/input/input3
[ 4.202786] tegra_rtc c2a0000.rtc: setting system clock to 2000-01-01 01:40:10 UTC (946690810)
[ 4.257219] bpmp: mounted debugfs mirror
[ 4.258419] [dram-timers] DRAM derating cdev registered.
[ 4.269563] spmic-ldo0: disabling
[ 4.269888] spmic-ldo1: disabling
[ 4.270154] en-vdd-sd: disabling
[ 4.270159] vdd-usb0-5v: disabling
[ 4.270165] vdd-usb1-5v: disabling
[ 4.270171] vdd-3v3: disabling
[ 4.270176] en-vdd-vcm-2v8: disabling
[ 4.270181] vdd-sys-bl: disabling
[ 4.284061] ALSA device list:
[ 4.284065] #0: tegra-hda at 0x3518000 irq 400
[ 4.284067] #1: tegra-snd-t186ref-mobile-rt565x
[ 4.288354] tegra-vi4 15700000.vi: initialized
[ 4.290405] tegra-vi4 15700000.vi: all channel register failed
[ 4.599259] tegra186-padctl 3520000.pinctrl: tegra18x_phy_xusb_utmi_pad_dcd: DCD timeout 418 ms
[ 4.640912] tegra-usb-cd usb_cd: notification status (0x0, 0x1)
[ 4.640917] tegra-usb-cd usb_cd: set current 0ma
[ 4.640940] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 4.643270] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 4.643275] tegra-xudc-new 3550000.xudc: device mode on
[ 6.189727] Switching i2c_ddc sclk rate: from 25000, to 12500
[ 6.197477] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 6.214999] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 6.234001] devtmpfs: mounted
[ 6.247747] Freeing unused kernel memory: 1160K (ffffffc0010ac000 - ffffffc0011ce000)
[ 6.265177] Freeing alternatives memory: 96K (ffffffc0011ce000 - ffffffc0011e6000)
[ 6.298859] tegra_edid_read_block: checksum failed and did not match consecutive reads. Previous remainder was 101. New remainder is 169. Failed at attempt 1
[ 6.314207] Switching i2c_ddc sclk rate: from 12500, to 6250
[ 6.357062] systemd[1]: System time before build time, advancing clock.
[ 6.397083] random: systemd: uninitialized urandom read (16 bytes read, 109 bits of entropy available)
[ 6.420062] random: systemd: uninitialized urandom read (16 bytes read, 109 bits of entropy available)
[ 6.441083] 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.472754] systemd[1]: Detected architecture arm64.
[ 6.493648] systemd[1]: Set hostname to .
[ 6.521302] tegra_edid_read_block: checksum failed and did not match consecutive reads. Previous remainder was 101. New remainder is 184. Failed at attempt 1
[ 6.528321] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 112 bits of entropy available)
[ 6.529510] random: systemd: uninitialized urandom read (16 bytes read, 112 bits of entropy available)
[ 6.534449] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 113 bits of entropy available)
[ 6.539062] random: systemd: uninitialized urandom read (16 bytes read, 113 bits of entropy available)
[ 6.545701] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 114 bits of entropy available)
[ 6.545871] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 114 bits of entropy available)
[ 6.545900] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 114 bits of entropy available)
[ 6.546077] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 114 bits of entropy available)
[ 6.628528] Cannot change the i2c_ddc rate, the rate:3125 cannotbe below minimum rate:5000 or above maximum rate:4000000
[ 6.636690] Cannot halve i2c speed givingup on trying to change the i2c speed for EDID read
[ 6.652374] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 6.666785] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 6.682064] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 6.716140] systemd[1]: Listening on Syslog Socket.
[ 6.752517] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.790619] systemd[1]: Listening on Journal Audit Socket.
[ 6.814789] systemd[1]: Created slice User and Session Slice.
[ 6.824443] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.836525] systemd[1]: Listening on LVM2 poll daemon socket.
[ 6.846286] systemd[1]: Created slice System Slice.
[ 6.854778] systemd[1]: Reached target Encrypted Volumes.
[ 6.863913] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.874718] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 6.885319] systemd[1]: Listening on udev Control Socket.
[ 6.896360] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 6.906512] systemd[1]: Listening on Journal Socket.
[ 6.917995] systemd[1]: Starting Set console keymap…
[ 6.928734] random: nonblocking pool is initialized
[ 6.953808] systemd[1]: Starting Load Kernel Modules…
[ 6.965315] systemd[1]: Mounting Debug File System…
[ 6.974998] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 6.978255] systemd[1]: Starting Journal Service…
[ 7.028439] systemd[1]: Started Braille Device Support.
[ 7.042832] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling…
[ 7.060090] systemd[1]: Starting Create list of required static device nodes for the current kernel…
[ 7.076890] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 7.088004] systemd[1]: Reached target Remote File Systems (Pre).
[ 7.098660] systemd[1]: Reached target Remote File Systems.
[ 7.106482] tegra_edid_read_block: checksum failed and did not match consecutive reads. Previous remainder was 130. New remainder is 23. Failed at attempt 1
[ 7.106502] Cannot change the i2c_ddc rate, the rate:3125 cannotbe below minimum rate:5000 or above maximum rate:4000000
[ 7.106503] Cannot halve i2c speed givingup on trying to change the i2c speed for EDID read
[ 7.112000] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 7.118327] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 7.165565] systemd[1]: Listening on udev Kernel Socket.
[ 7.175558] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 7.185708] systemd[1]: Reached target Slices.
[ 7.193859] systemd[1]: Reached target Swap.
[ 7.205319] systemd[1]: Mounted Debug File System.
[ 7.214980] systemd[1]: Started Journal Service.
[ 7.363219] systemd-journald[266]: Received request to flush runtime journal from PID 1
[ 7.550517] tegra_edid_read_block: checksum failed and did not match consecutive reads. Previous remainder was 101. New remainder is 49. Failed at attempt 1
[ 7.567475] Cannot change the i2c_ddc rate, the rate:3125 cannotbe below minimum rate:5000 or above maximum rate:4000000
[ 7.578482] Cannot halve i2c speed givingup on trying to change the i2c speed for EDID read
[ 7.722535] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 7.749359] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 7.781475] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 7.785760] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 7.813581] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 7.822296] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 7.830177] xhci-tegra 3530000.xhci: cannot find firmware…retry after 1 second
[ 7.832673] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 8.037476] dhd_module_init in
[ 8.065755] tegra_net_perf_init: cannot get wifi sclk
[ 8.076122] found wifi platform device bcmdhd_wlan
[ 8.098841] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 8.098861] wifi_platform_get_country_code_map: could not get country_code_map
[ 8.098864] wifi_plat_dev_drv_probe:platform country code map is not available
[ 8.098923] Power-up adapter ‘DHD generic adapter’
[ 8.098945] wifi_platform_set_power = 1
[ 8.123483] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 8.266961] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 8.300956] wifi_platform_bus_enumerate device present 1
[ 8.381177] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 8.405854] wifi_platform_bus_enumerate device present 0
[ 8.406720] F1 signature read @0x18000000=0x17214354
[ 8.425478] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 8.429296] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 8.429405] wifi_platform_prealloc: failed to alloc static mem section 7
[ 8.429436] wifi_platform_get_mac_addr
[ 8.433026] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
[ 8.439220] wl_create_event_handler(): thread:wl_event_handler:1a4 star

EDID is i2c protocol. Without EDID auto configuration cannot work. You’ll want to look at the DDC wire (which is what EDID uses) and see what is causing the i2c failure.

Seems a hardware design issue. Please share your custom carrier board schematics.

@linuxdev Yes the I2C line of HDMI is not reading the EDID from the monitor(have used multiple monitors for testing). I suspected the i2c level shifting and used an external level shifter but to no use.

@WayneWWW I have private messaged you the schematics

vishwanath.nm,

Please check it with our OEM design guide first.

WayneWWW

I have used the OEM design guide as reference. As as extra requirement, I have used a resistor option for using or bypassing the retimer circuit.

Apart from that, Everything else has been followed as per the document.

Do you see anything otherwise?

vishwanath.nm,

Let me confirm this first… is the same TX2 module working fine on nvidia devkit carrier board?

WayneWWW

Yes it is working correctly on the devkit carrier board.

Hi, you can measure the signal of DDC lines w/ and w/o level shift to confirm if the level shift cause the issue.

The issue is solved after the UART1 TX pin is kept floating.