HDMI cannot be enabled at startup

Hi,

we have TX2 running yocto release based on L4T 32.3.1 and kernel from 32.2.1. We don’t have X11 or other graphical interface but use DRM for all rendering stuff.

Since we disabled kernel message output to frambuffer (disabled CONFIG_FRAMEBUFFER_CONSOLE in kernel config), the HDMI monitor attached is not wake-ing up on boot and we get following error on display nvdrmvideosink sink:

0:00:00.033860737 19203   0x5592a5d6c0 DEBUG         nvdrmvideosink gstnvdrmvideosink.c:839:gst_nv_drm_video_sink_set_property:<nvdrmvideosink0> OFFSET_X : 0
0:00:00.033946048 19203   0x5592a5d6c0 DEBUG         nvdrmvideosink gstnvdrmvideosink.c:843:gst_nv_drm_video_sink_set_property:<nvdrmvideosink0> OFFSET_Y : 0
0:00:00.033997023 19203   0x5592a5d6c0 DEBUG         nvdrmvideosink gstnvdrmvideosink.c:827:gst_nv_drm_video_sink_set_property:<nvdrmvideosink0> CONN ID : 0
0:00:00.034028735 19203   0x5592a5d6c0 DEBUG         nvdrmvideosink gstnvdrmvideosink.c:835:gst_nv_drm_video_sink_set_property:<nvdrmvideosink0> MODE_SET : 0
0:00:00.051388554 19203   0x5592a5d6c0 DEBUG         nvdrmvideosink gstnvdrmvideosink.c:588:gst_nvdrmvideosink_start: drm_util_init passed
Opening in BLOCKING MODE
Pipeline is PREROLLING ...
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 2610:00:00.214611992 19203   0x5592ab44f0 DEBUG         nvdrmvideosink gstnvdrmvideosink.c:231:gst_nv_drm_video_sink_show_frame: New frame received
0:00:00.214657144 19203   0x5592ab44f0 DEBUG         nvdrmvideosink gstnvdrmvideosink.c:241:gst_nv_drm_video_sink_show_frame:<nvdrmvideosink0> NVMM buffer processing
Failed to set plane
Failed to display frame buffer
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 0:00:00.000774966
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
0:00:00.226205290 19203   0x5592a5d6c0 ERROR         nvdrmvideosink gstnvdrmvideosink.c:699:gst_nvdrmvideosink_stop:<nvdrmvideosink0> Set plane to NULL failed

Followin are the kernel messages:

[    0.866719] tegradccommon 15200000.dc_common: host1x channel mapped
[    0.866771] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[    0.866842] tegradccommon 15200000.dc_common: dma mapping done
[    0.868024] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[    0.868268] tegradc 15210000.nvdisplay: DT parsed successfully
[    0.868322] tegradc 15210000.nvdisplay: Display dc.ffffff800a7e0000 registered with id=0
[    0.880079] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1
[    0.880119] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1
[    0.881682] tegradc 15210000.nvdisplay: dc_hdmi_hotplug_init: couldn't get regulator vdd_hdmi_5v0, -517
[    0.888335] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    0.888389] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    0.895173] tegradc 15210000.nvdisplay: probed
[    0.895481] tegradc 15210000.nvdisplay: fb registered
[    0.896358] tegradc 15220000.nvdisplay: disp1 connected to head2->/host1x/sor
[    0.896562] tegradc 15220000.nvdisplay: DT parsed successfully
[    0.896621] tegradc 15220000.nvdisplay: Display dc.ffffff800b090000 registered with id=1
[    0.898204] tegradc 15220000.nvdisplay: vblank syncpt # 11 for dc 2
[    0.898276] tegradc 15220000.nvdisplay: vpulse3 syncpt # 12 for dc 2
[    0.899257] tegradc 15220000.nvdisplay: dc_hdmi_hotplug_init: couldn't get regulator vdd_hdmi_5v0, -517
[    0.906419] tegradc 15220000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    0.906422] tegradc 15220000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    0.910354] tegradc 15220000.nvdisplay: probed
[    3.566080] tegradc 15220000.nvdisplay: fb registered
[    3.626122] tegradc 15210000.nvdisplay: hdmi: plugged

We miss following lines with respect to previous behaviour:

[    3.559804] tegradc 15210000.nvdisplay: hdmi: tmds rate:154128K prod-setting:prod_c_hdmi_111m_223m
[    3.561248] tegradc 15210000.nvdisplay: hdmi: get RGB quant from EDID.
[    3.561256] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.

I see in tegradc debug files that it is disabled:

# cat /sys/class/graphics/fb0/device/enable
0
# cat /sys/class/graphics/fb0/device/mode
pclk: 0
h_ref_to_sync: 0
v_ref_to_sync: 0
h_sync_width: 0
v_sync_width: 0
h_back_porch: 0
v_back_porch: 0
h_active: 0
v_active: 0
h_front_porch: 0
v_front_porch: 0
stereo_mode: 0

I tried following to wake up monitor but none worked:

echo 0 > /sys/devices/platform/host1x/tegradc.1/graphics/fb0/blank
/sys/devices/13e10000.host1x/15210000.nvdisplay/graphics/fb0 # echo 1 > device/enable
/sys/devices/13e10000.host1x/15210000.nvdisplay/power # echo on > control

I get following kernel message on last instruction

[156199.781995] tegradc 15210000.nvdisplay: crc_checksum_latched_show: DC not enabled.
[156199.783721] tegradc 15210000.nvdisplay: out_crc_show: DC not enabled.
[156199.784298] tegradc 15210000.nvdisplay: scanline_show: DC not enabled.

Is there an easy way to enable HDMI?
Some kernel setting, sysfs comand or ioctl (dev/tegra_dc_ctrl, dev/tegra_dc_0)?
I couldn’t find any working hint in forum.

Thanks!!

Last: Please note, we also have a QT application that renders to DRM backend. If we start the application, the HDMI is starting correctly out of standby, with following kernel messages

[  974.326786] tegradc 15210000.nvdisplay: unblank
[  974.327718] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[  974.327828] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[  974.327931] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[  974.330117] Parent Clock set for DC plld2
[  974.334361] tegradc 15210000.nvdisplay: hdmi: tmds rate:154000K prod-setting:prod_c_hdmi_111m_223m
[  974.335910] tegradc 15210000.nvdisplay: hdmi: get RGB quant from EDID.
[  974.335919] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[  974.371845] extcon-disp-state external-connection:disp-state: cable 47 state 1
[  974.371849] Extcon AUX1(HDMI) enable

But it is not an option for us, as QT application is started only sometimes, whereas nvdrmvideosink needs always to start at boot.

Another option is to use nvdrmvideosink set-mode=1, which seems to wakeup hdmi as well, but that is no option for us as well

Hi,

You cannot find any hint because your usecase is new. I never saw anyone who disabled both framebuffer console and X at the same time.
Could you share your full dmesg? If even dc is not enabled, it means the driver is not running at all. The current information seems not enough for us to check.

Hi,

sure … below is the full dmesg. The kernel messages in original post were dmesg | grep tegradc.

Please note at time 183 I enabled HDMI via gst pipeline nvdrmvidosink set-mode=1.
But our current pipeline ends with nvdrmvideosink sync=false offset-x=X offset-y=0 plane-id=0 conn-id=0 set-mode=0, which does not enable hdmi.

[    0.000000] Booting Linux on physical CPU 0x100
[    0.000000] Linux version 4.9.140-tegra (oe-user@oe-host) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11) ) #1 SMP PREEMPT Wed Apr 1 20:17:44 UTC 2020
[    0.000000] Boot CPU: AArch64 Processor [411fd073]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 16416,
[    0.000000] OF: fdt: - 80000000 ,  70000000
[    0.000000] OF: fdt: - f0200000 ,  85600000
[    0.000000] OF: fdt: - 175e00000 ,  200000
[    0.000000] OF: fdt: - 176600000 ,  200000
[    0.000000] OF: fdt: - 177000000 ,  200000
[    0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options '')
[    0.000000] bootconsole [uart8250] enabled
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[    0.000000] On node 0 totalpages: 1006592
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 523776 pages, LIFO batch:31
[    0.000000]   Normal zone: 7624 pages used for memmap
[    0.000000]   Normal zone: 482816 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] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 24 pages/cpu @ffffffc0f7140000 s61144 r8192 d28968 u98304
[    0.000000] pcpu-alloc: s61144 r8192 d28968 u98304 alloc=24*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 990776
[    0.000000] Kernel command line: console=ttyS0,115200 console=tty0 OS=l4t fbcon=map:0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x1772e0000 gpt usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 bl_prof_dataptr=0x10000@0x175840000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p33 rw rootwait  console=ttyS0,115200 console=tty0 OS=l4t fbcon=map:0 rootfstype=ext4
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 163840 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 29472(89%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3855484K/4026368K available (12798K kernel code, 2752K rwdata, 5908K rodata, 7616K init, 584K bss, 105348K reserved, 65536K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008d00000   ( 12800 KB)
[    0.000000]     .rodata : 0xffffff8008d00000 - 0xffffff80092d0000   (  5952 KB)
[    0.000000]       .init : 0xffffff80092d0000 - 0xffffff8009a40000   (  7616 KB)
[    0.000000]       .data : 0xffffff8009a40000 - 0xffffff8009cf0008   (  2753 KB)
[    0.000000]        .bss : 0xffffff8009cf0008 - 0xffffff8009d8214c   (   585 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf03dc8000   (    61 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc0f7200000   (  3954 MB)
[    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] arm_arch_timer: 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.010099] Console: colour dummy device 80x25
[    0.014750] console [tty0] enabled
[    0.018295] bootconsole [uart8250] disabled
[    0.022655] kmemleak: Kernel memory leak detector disabled
[    0.022671] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.022684] pid_max: default: 32768 minimum: 301
[    0.022832] Security Framework initialized
[    0.022902] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.022912] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.023384] ftrace: allocating 40799 entries in 160 pages
[    0.087043] sched-energy: Sched-energy-costs installed from DT
[    0.087064] ASID allocator initialised with 65536 entries
[    0.127326] tegra-id: chipid=21817.
[    0.127342] tegra-id: opt_subrevision=1.
[    0.127363] Tegra Revision: A02p SKU: 0x94 CPU Process: 0 SoC Process: 0
[    0.127377] DTS File Name: /builds/ULTRON/ultron-os/build/tmp/work-shared/ultron12/kernel-source/arch/arm64/boot/dts/../../../../nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3489-0888-a00-00-base.dts
[    0.127395] DTB Build time: <unknown>
[    0.174154] CPU1: Booted secondary processor [4e0f0030]
[    0.205765] CPU2: Booted secondary processor [4e0f0030]
[    0.237570] CPU3: Booted secondary processor [411fd073]
[    0.269547] CPU4: Booted secondary processor [411fd073]
[    0.301534] CPU5: Booted secondary processor [411fd073]
[    0.301587] Brought up 6 CPUs
[    0.301628] SMP: Total of 6 processors activated.
[    0.301640] CPU features: detected feature: 32-bit EL0 Support
[    0.302385] CPU: All CPU(s) started at EL2
[    0.302439] alternatives: patching kernel code
[    0.303957] devtmpfs: initialized
[    0.355434] Initilizing CustomIPI irq domain
[    0.355634] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.355660] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.356472] pinctrl core: initialized pinctrl subsystem
[    0.356697] OS set in device tree is not L4T.
[    0.356869] regulator-dummy: no parameters
[    0.357027] Initializing plugin-manager
[    0.357093] Plugin module not found
[    0.357166] Plugin-manager status disabled
[    0.359358] NET: Registered protocol family 16
[    0.359986] pstore: using zlib compression
[    0.360378] console [pstore-1] enabled
[    0.360390] pstore: Registered ramoops as persistent store backend
[    0.360403] ramoops: attached 0x200000@0x175880000, ecc: 0/0
[    0.377141] cpuidle: using governor menu
[    0.379685] bpmp: waiting for handshake
[    0.379705] bpmp: handshake completed
[    0.379728] bpmp: synchronizing channels
[    0.379747] bpmp: channels synchronized
[    0.379759] bpmp: mail init ok
[    0.382894] arm-smmu 12000000.iommu: probing hardware configuration...
[    0.382916] arm-smmu 12000000.iommu: SMMUv2 with:
[    0.382930] arm-smmu 12000000.iommu:         stage 1 translation
[    0.382943] arm-smmu 12000000.iommu:         stage 2 translation
[    0.382955] arm-smmu 12000000.iommu:         nested translation
[    0.382970] arm-smmu 12000000.iommu:         stream matching with 128 register groups, mask 0x7f80
[    0.382989] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    0.383008] arm-smmu 12000000.iommu:         64 context banks (0 stage-2 only)
[    0.383022] arm-smmu 12000000.iommu:         Stage-1: 39-bit VA -> 48-bit IPA
[    0.383036] arm-smmu 12000000.iommu:         Stage-2: 39-bit IPA -> 48-bit PA
[    0.385065] vdso: 2 pages (1 code @ ffffff8008d07000, 1 data @ ffffff8009a44000)
[    0.385096] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.388128] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.390728] Registering BPMP clocks...
[    0.390839] tegra_bpmp_clk_init: clock init ok (638 clks)
[    0.393818] tegra_powergate_init: DONE
[    0.393841] DTS File Name: /builds/ULTRON/ultron-os/build/tmp/work-shared/ultron12/kernel-source/arch/arm64/boot/dts/../../../../nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3489-0888-a00-00-base.dts
[    0.393869] DTB Build time: <unknown>
[    0.397214] Tegra reboot handler registered.
[    0.398954] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.399041] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[    0.399064] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[    0.399076] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[    0.399088] tegra-pmc: ### PMC reset status reg: 0x0
[    0.399255] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.399283] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    0.399672] iommu: Adding device 3460000.sdhci to group 0
[    0.400189] iommu: Adding device 3440000.sdhci to group 1
[    0.400693] iommu: Adding device 3400000.sdhci to group 2
[    0.401873] iommu: Adding device 3507000.ahci-sata to group 3
[    0.401903] arm-smmu: forcing sodev map for 3507000.ahci-sata
[    0.402405] iommu: Adding device 3160000.i2c to group 4
[    0.402907] iommu: Adding device c240000.i2c to group 5
[    0.403325] iommu: Adding device 3180000.i2c to group 6
[    0.403722] iommu: Adding device 3190000.i2c to group 7
[    0.404198] iommu: Adding device 31b0000.i2c to group 8
[    0.404593] iommu: Adding device 31c0000.i2c to group 9
[    0.404992] iommu: Adding device c250000.i2c to group 10
[    0.405415] iommu: Adding device 31e0000.i2c to group 11
[    0.407019] iommu: Adding device 3210000.spi to group 12
[    0.407428] iommu: Adding device c260000.spi to group 13
[    0.407820] iommu: Adding device 3240000.spi to group 14
[    0.408562] iommu: Adding device 3100000.serial to group 15
[    0.408958] iommu: Adding device 3110000.serial to group 16
[    0.409381] iommu: Adding device c280000.serial to group 17
[    0.409771] iommu: Adding device 3130000.serial to group 18
[    0.411328] iommu: Adding device 2490000.ether_qos to group 19
[    0.411352] arm-smmu: forcing sodev map for 2490000.ether_qos
[    0.412102] iommu: Adding device b000000.rtcpu to group 20
[    0.414780] iommu: Adding device 13e10000.host1x to group 21
[    0.415133] iommu: Adding device 13e10000.host1x:ctx0 to group 22
[    0.415496] iommu: Adding device 13e10000.host1x:ctx1 to group 23
[    0.415841] iommu: Adding device 13e10000.host1x:ctx2 to group 24
[    0.416185] iommu: Adding device 13e10000.host1x:ctx3 to group 25
[    0.416526] iommu: Adding device 13e10000.host1x:ctx4 to group 26
[    0.416876] iommu: Adding device 13e10000.host1x:ctx5 to group 27
[    0.417257] iommu: Adding device 13e10000.host1x:ctx6 to group 28
[    0.417609] iommu: Adding device 13e10000.host1x:ctx7 to group 29
[    0.418154] iommu: Adding device 150c0000.nvcsi to group 30
[    0.418875] iommu: Adding device 15700000.vi to group 31
[    0.419281] iommu: Adding device 15600000.isp to group 32
[    0.419792] iommu: Adding device 15210000.nvdisplay to group 33
[    0.420508] iommu: Adding device 15220000.nvdisplay to group 34
[    0.421237] iommu: Adding device 15340000.vic to group 35
[    0.421506] iommu: Adding device 154c0000.nvenc to group 36
[    0.421761] iommu: Adding device 15480000.nvdec to group 37
[    0.422163] iommu: Adding device 15380000.nvjpg to group 38
[    0.422417] iommu: Adding device 15500000.tsec to group 39
[    0.422669] iommu: Adding device 15100000.tsecb to group 40
[    0.423768] iommu: Adding device 15810000.se to group 41
[    0.424031] iommu: Adding device 15820000.se to group 42
[    0.424292] iommu: Adding device 15830000.se to group 43
[    0.424537] iommu: Adding device 15840000.se to group 44
[    0.425558] iommu: Adding device smmu_test to group 45
[    0.426294] mc: mapped MMIO address: 0xffffff800a280000 -> 0x2c10000
[    0.426321] mc: mapped MMIO address: 0xffffff800a2a0000 -> 0x2c20000
[    0.426343] mc: mapped MMIO address: 0xffffff800a2c0000 -> 0x2c30000
[    0.426364] mc: mapped MMIO address: 0xffffff800a2e0000 -> 0x2c40000
[    0.426385] mc: mapped MMIO address: 0xffffff800a4b0000 -> 0x2c50000
[    0.426403] nv-tegra-mc 2c10000.mc: No mssnvlink node
[    0.426423] mc-err: mcerr ops are set to t18x
[    0.426583] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[    0.427807] iommu: Adding device 3530000.xhci to group 46
[    0.427834] arm-smmu: forcing sodev map for 3530000.xhci
[    0.428355] iommu: Adding device 3550000.xudc to group 47
[    0.428378] arm-smmu: forcing sodev map for 3550000.xudc
[    0.429147] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    0.429167] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[    0.429827] iommu: Adding device 17000000.gp10b to group 48
[    0.432342] tegra-reset 5000000.clock: registered 193 resets.
[    0.436641] iommu: Adding device d000000.bpmp to group 49
[    0.437081] bpmp: ping status is 0
[    0.437286] bpmp d000000.bpmp: firmware tag is 4208eb5c85fe47a2235fbc0b8eb87dca
[    0.442424] bpmp d000000.bpmp: probe ok
[    0.447532] iommu: Adding device 2600000.dma to group 50
[    0.449316] GPIO line 459 (pcie0_lane2_mux) hogged as output/low
[    0.449382] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[    0.449441] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[    0.449524] GPIO line 461 (camera-control-output-low) hogged as output/low
[    0.449594] GPIO line 456 (camera-control-output-low) hogged as output/low
[    0.449671] GPIO line 457 (camera-control-output-low) hogged as output/low
[    0.449728] GPIO line 426 (camera-control-output-low) hogged as output/low
[    0.450135] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[    0.457508] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[    0.460393] iommu: Adding device 10003000.pcie-controller to group 51
[    0.460475] arm-smmu: forcing sodev map for 10003000.pcie-controller
[    0.461055] iommu: Adding device sound to group 52
[    0.461635] iommu: Adding device 3510000.hda to group 53
[    0.461784] random: fast init done
[    0.474507] iommu: Adding device c1a0000.aon to group 54
[    0.475273] vdd-ac-bat: 5000 mV
[    0.477747] vdd-1v8-ap: 1800 mV
[    0.490318] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.494910] eventlib_kernel: keventlib is initialized, test id: 0
[    0.495306] SCSI subsystem initialized
[    0.495400] libata version 3.00 loaded.
[    0.495621] usbcore: registered new interface driver usbfs
[    0.495697] usbcore: registered new interface driver hub
[    0.495834] usbcore: registered new device driver usb
[    0.498845] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[    0.498952] pca953x 0-0074: failed reading register
[    0.499058] pca953x: probe of 0-0074 failed with error -121
[    0.499430] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[    0.499537] pca953x 0-0077: failed reading register
[    0.499631] pca953x: probe of 0-0077 failed with error -121
[    0.515079] max77620 4-003c: PMIC Version OTP:0x4D and ES:0x1
[    0.522006] vddio-ddr: at 1125 mV
[    0.525797] avdd_dsi_csi: 1200 mV
[    0.529799] vdd-1v8: 1800 mV
[    0.533800] vdd-3v3-sys: 3300 mV
[    0.534547] max77620-sd4: at 600 mV
[    0.535731] spmic-ldo0: at 1800 mV
[    0.536628] spmic-ldo1: at 800 mV
[    0.541798] vddio-3v3: 3300 mV
[    0.542692] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV
[    0.545840] vdd-rtc: at 800 mV
[    0.546847] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV
[    0.549802] spmic-ldo6: at 1500 mV
[    0.553837] vdd-pex-1v00: 1000 mV
[    0.554673] dvdd-pex: 1000 mV
[    0.555340] GPIO line 253 (spmic_gpio_input) hogged as input
[    0.555549] GPIO line 254 (spmic_gpio_input) hogged as input
[    0.555855] gpiochip_setup_dev: registered GPIOs 248 to 255 on device: gpiochip2 (max77620-gpio)
[    0.558346] max77620 4-003c: max77620 probe successful
[    0.558903] media: Linux media interface: v0.10
[    0.558983] Linux video capture interface: v2.00
[    0.563445] pps_core: LinuxPPS API ver. 1 registered
[    0.563496] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.563574] PTP clock support registered
[    0.564301] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    0.564374] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    0.570770] tegra_fiq_debugger_init: found FIQ source (IRQ 388)
[    0.577216] trusty trusty: trusty version: Built: 22:43:54 Dec  9 2019
[    0.577303] trusty trusty: selected api version: 3 (requested 3)
[    0.578587] Advanced Linux Sound Architecture Driver Initialized.
[    0.579998] en-vdd-sd: 3300 mV
[    0.580545] vdd-usb0-5v: 5000 mV
[    0.580983] vdd-usb1-5v: 5000 mV
[    0.581620] vdd-3v3: 3300 mV
[    0.582015] en-vdd-vcm-2v8: 2800 mV
[    0.582418] vdd-sys-bl: 3300 mV
[    0.586481] camchar: rtcpu character device driver loaded
[    0.587206] gpio tegra-gpio wake53 for gpio=159(X:7)
[    0.588945] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[    0.589625] clocksource: Switched to clocksource arch_sys_counter
[    0.633096] VFS: Disk quotas dquot_6.6.0
[    0.633254] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.633585] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.634177] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[    0.634198] nvmap_page_pool_init: Total RAM pages: 980255
[    0.634212] nvmap_page_pool_init: nvmap page pool size: 122531 pages (478 MB)
[    0.634285] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.638436] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[    0.650379] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[    0.650657] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[    0.651212] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.651347] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.651519] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[    0.651694] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[    0.651937] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[    0.652229] la/ptsa driver initialized.
[    0.652275] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[    0.652312] pre_t19x_iso_plat_init(): max_iso_bw=23040000KB
[    0.652787] NET: Registered protocol family 2
[    0.653845] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.654246] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.654638] TCP: Hash tables configured (established 32768 bind 32768)
[    0.654717] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.654809] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.655255] NET: Registered protocol family 1
[    0.655321] PCI: CLS 0 bytes, default 64
[    0.655505] Trying to unpack rootfs image as initramfs...
[    0.678293] host1x 13e10000.host1x: initialized
[    0.680215] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.684318] audit: initializing netlink subsys (disabled)
[    0.684449] audit: type=2000 audit(0.624:1): initialized
[    0.685226] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.694400] ntfs: driver 2.1.32 [Flags: R/W].
[    0.695124] SGI XFS with security attributes, no debug enabled
[    0.703183] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.703391] io scheduler noop registered
[    0.703446] io scheduler deadline registered (default)
[    0.703732] io scheduler cfq registered
[    0.708025] gic 2a41000.agic-controller: GIC IRQ controller registered
[    0.714902] iommu: Adding device aconnect@2a41000:adsp_audio to group 55
[    0.736159] iommu: Adding device 2993000.adsp to group 56
[    0.737406] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    0.740470] tegra-xusb-padctl 3520000.xusb_padctl: Invalid OC pin: 2
[    0.741045] tegra-xusb-padctl 3520000.xusb_padctl: VBUS over-current detection enabled
[    0.745939] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    0.747706] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[    0.749161] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    0.750679] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    0.753694] tegra-pcie 10003000.pcie-controller: 2x1, 1x1, 1x1 configuration
[    0.754972] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[    0.755447] tegra-pcie 10003000.pcie-controller: probing port 0, using 2 lanes
[    0.755763] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.756005] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[    0.756083] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=371250, vi_iso_bw=4500000, max_bw=4500000
[    0.760392] tegra-pcie 10003000.pcie-controller: probing port 1, using 1 lanes
[    0.762105] tsec 15500000.tsec: initialized
[    0.763266] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[    0.763739] tsec 15100000.tsecb: initialized
[    0.769781] nvdec 15480000.nvdec: initialized
[    0.780145] falcon 15340000.vic: initialized
[    0.782205] falcon 154c0000.nvenc: initialized
[    0.783934] falcon 15380000.nvjpg: initialized
[    0.787649] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[    0.789362] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[    0.791116] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[    0.792800] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[    0.794458] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[    0.796099] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[    0.797752] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[    0.799317] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[    0.803899] tegradccommon 15200000.dc_common: host1x channel mapped
[    0.803975] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[    0.804033] tegradccommon 15200000.dc_common: dma mapping done
[    0.806257] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[    0.806440] generic_infoframe_type: 0x87
[    0.806557] tegradc 15210000.nvdisplay: DT parsed successfully
[    0.806604] tegradc 15210000.nvdisplay: Display dc.ffffff800a7e0000 registered with id=0
[    0.816926] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 10 channels
[    0.817843] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[    0.820411] kfuse 3830000.kfuse: initialized
[    0.820499] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[    0.820542] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[    0.820600] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[    0.820996] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1
[    0.821030] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1
[    0.822569] tegradc 15210000.nvdisplay: dc_hdmi_hotplug_init: couldn't get regulator vdd_hdmi_5v0, -517
[    0.822629] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    0.829033] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.832205] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    0.832264] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    0.834483] console [ttyS0] disabled
[    0.834613] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra
[    0.838571] tegradc 15210000.nvdisplay: probed
[    1.213341] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[    1.620632] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[    2.027305] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[    2.029362] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[    2.141617] tegra-pcie 10003000.pcie-controller: PCI host bridge to bus 0000:00
[    2.141676] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    2.141683] pci_bus 0000:00: root bus resource [mem 0x40100000-0x47ffffff]
[    2.141689] pci_bus 0000:00: root bus resource [mem 0x48000000-0x7fffffff pref]
[    2.141696] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.141743] pci 0000:00:01.0: [10de:10e5] type 01 class 0x060400
[    2.141882] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.142135] iommu: Adding device 0000:00:01.0 to group 57
[    2.142148] arm-smmu: forcing sodev map for 0000:00:01.0
[    2.142383] pci 0000:00:02.0: [10de:10e6] type 01 class 0x060400
[    2.142503] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.142717] iommu: Adding device 0000:00:02.0 to group 58
[    2.142723] arm-smmu: forcing sodev map for 0000:00:02.0
[    2.142878] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.142896] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.143143] pci 0000:01:00.0: [14e4:1657] type 00 class 0x020000
[    2.143406] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit pref]
[    2.143475] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit pref]
[    2.143517] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x0000ffff 64bit pref]
[    2.143543] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
[    2.143838] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.144094] iommu: Adding device 0000:01:00.0 to group 59
[    2.144100] arm-smmu: forcing sodev map for 0000:01:00.0
[    2.144294] pci 0000:01:00.1: [14e4:1657] type 00 class 0x020000
[    2.144358] pci 0000:01:00.1: reg 0x10: [mem 0x00000000-0x0000ffff 64bit pref]
[    2.144405] pci 0000:01:00.1: reg 0x18: [mem 0x00000000-0x0000ffff 64bit pref]
[    2.144446] pci 0000:01:00.1: reg 0x20: [mem 0x00000000-0x0000ffff 64bit pref]
[    2.144495] pci 0000:01:00.1: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[    2.144779] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    2.145029] iommu: Adding device 0000:01:00.1 to group 60
[    2.145035] arm-smmu: forcing sodev map for 0000:01:00.1
[    2.145209] pci 0000:01:00.2: [14e4:1657] type 00 class 0x020000
[    2.145273] pci 0000:01:00.2: reg 0x10: [mem 0x00000000-0x0000ffff 64bit pref]
[    2.145314] pci 0000:01:00.2: reg 0x18: [mem 0x00000000-0x0000ffff 64bit pref]
[    2.145355] pci 0000:01:00.2: reg 0x20: [mem 0x00000000-0x0000ffff 64bit pref]
[    2.145380] pci 0000:01:00.2: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[    2.145895] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[    2.146152] iommu: Adding device 0000:01:00.2 to group 61
[    2.146158] arm-smmu: forcing sodev map for 0000:01:00.2
[    2.153819] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.154094] pci 0000:02:00.0: [1b4b:9215] type 00 class 0x010601
[    2.154154] pci 0000:02:00.0: reg 0x10: [io  0x8000-0x8007]
[    2.154187] pci 0000:02:00.0: reg 0x14: [io  0x8040-0x8043]
[    2.154218] pci 0000:02:00.0: reg 0x18: [io  0x8100-0x8107]
[    2.154249] pci 0000:02:00.0: reg 0x1c: [io  0x8140-0x8143]
[    2.154281] pci 0000:02:00.0: reg 0x20: [io  0x800000-0x80001f]
[    2.154313] pci 0000:02:00.0: reg 0x24: [mem 0x00900000-0x009007ff]
[    2.154345] pci 0000:02:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref]
[    2.154521] pci 0000:02:00.0: PME# supported from D3hot
[    2.154772] iommu: Adding device 0000:02:00.0 to group 62
[    2.154779] arm-smmu: forcing sodev map for 0000:02:00.0
[    2.165720] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    2.165850] pci 0000:00:01.0: BAR 14: assigned [mem 0x40100000-0x401fffff]
[    2.165860] pci 0000:00:01.0: BAR 15: assigned [mem 0x48000000-0x480fffff 64bit pref]
[    2.165867] pci 0000:00:02.0: BAR 14: assigned [mem 0x40200000-0x402fffff]
[    2.165872] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    2.165893] pci 0000:01:00.1: BAR 6: assigned [mem 0x40100000-0x4013ffff pref]
[    2.165899] pci 0000:01:00.2: BAR 6: assigned [mem 0x40140000-0x4017ffff pref]
[    2.165907] pci 0000:01:00.0: BAR 0: assigned [mem 0x48000000-0x4800ffff 64bit pref]
[    2.165943] pci 0000:01:00.0: BAR 2: assigned [mem 0x48010000-0x4801ffff 64bit pref]
[    2.165978] pci 0000:01:00.0: BAR 4: assigned [mem 0x48020000-0x4802ffff 64bit pref]
[    2.166013] pci 0000:01:00.1: BAR 0: assigned [mem 0x48030000-0x4803ffff 64bit pref]
[    2.166048] pci 0000:01:00.1: BAR 2: assigned [mem 0x48040000-0x4804ffff 64bit pref]
[    2.166083] pci 0000:01:00.1: BAR 4: assigned [mem 0x48050000-0x4805ffff 64bit pref]
[    2.166117] pci 0000:01:00.2: BAR 0: assigned [mem 0x48060000-0x4806ffff 64bit pref]
[    2.166153] pci 0000:01:00.2: BAR 2: assigned [mem 0x48070000-0x4807ffff 64bit pref]
[    2.166187] pci 0000:01:00.2: BAR 4: assigned [mem 0x48080000-0x4808ffff 64bit pref]
[    2.166221] pci 0000:01:00.0: BAR 6: assigned [mem 0x40180000-0x401807ff pref]
[    2.166235] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.166246] pci 0000:00:01.0:   bridge window [mem 0x40100000-0x401fffff]
[    2.166254] pci 0000:00:01.0:   bridge window [mem 0x48000000-0x480fffff 64bit pref]
[    2.166269] pci 0000:02:00.0: BAR 6: assigned [mem 0x40200000-0x4020ffff pref]
[    2.166275] pci 0000:02:00.0: BAR 5: assigned [mem 0x40210000-0x402107ff]
[    2.166288] pci 0000:02:00.0: BAR 4: assigned [io  0x1000-0x101f]
[    2.166301] pci 0000:02:00.0: BAR 0: assigned [io  0x1020-0x1027]
[    2.166314] pci 0000:02:00.0: BAR 2: assigned [io  0x1028-0x102f]
[    2.166327] pci 0000:02:00.0: BAR 1: assigned [io  0x1030-0x1033]
[    2.166340] pci 0000:02:00.0: BAR 3: assigned [io  0x1034-0x1037]
[    2.166354] pci 0000:00:02.0: PCI bridge to [bus 02]
[    2.166360] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    2.166370] pci 0000:00:02.0:   bridge window [mem 0x40200000-0x402fffff]
[    2.166773] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    2.166778] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    2.166782] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
[    2.166785] pci 0000:01:00.2: Signaling PME through PCIe PME interrupt
[    2.166795] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[    2.166897] aer 0000:00:01.0:pcie002: service driver aer loaded
[    2.167131] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    2.167136] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    2.167144] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[    2.167225] aer 0000:00:02.0:pcie002: service driver aer loaded
[    3.417890] console [ttyS0] enabled
[    3.417896] tegradc 15210000.nvdisplay: fb registered
[    3.418271] gpio tegra-gpio wake21 for gpio=121(P:1)
[    3.418850] tegradc 15220000.nvdisplay: disp1 connected to head2->/host1x/sor
[    3.418910] generic_infoframe_type: 0x87
[    3.419005] tegradc 15220000.nvdisplay: DT parsed successfully
[    3.419045] tegradc 15220000.nvdisplay: Display dc.ffffff800b090000 registered with id=1
[    3.419464] tegradc 15220000.nvdisplay: vblank syncpt # 11 for dc 2
[    3.419472] tegradc 15220000.nvdisplay: vpulse3 syncpt # 12 for dc 2
[    3.420402] tegradc 15220000.nvdisplay: dc_hdmi_hotplug_init: couldn't get regulator vdd_hdmi_5v0, -517
[    3.426539] tegradc 15220000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    3.427080] tegradc 15220000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    3.431803] tegradc 15220000.nvdisplay: probed
[    3.498703] tegradc 15220000.nvdisplay: fb registered
[    3.504282] gpio tegra-gpio wake19 for gpio=120(P:0)
[    3.506045] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART
[    3.519551] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART
[    3.528677] serial-tegra 3130000.serial: RX in PIO mode
[    3.535175] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART
[    3.545289] [drm] Initialized
[    3.557133] extcon-disp-state external-connection:disp-state: cable 40 state 1
[    3.560654] brd: module loaded
[    3.567611] Extcon HDMI: HPD enabled
[    3.571273] tegradc 15210000.nvdisplay: hdmi: plugged
[    3.578306] loop: module loaded
[    3.581507] tegra_profiler: version: 1.134, samples/io: 47/26
[    3.587502] tegra_profiler: auth: init
[    3.592094] nct1008_nct72 7-004c: starting parse dt
[    3.592390] THERMAL EST: found 3 subdevs
[    3.592395] THERMAL EST num_resources: 0
[    3.592400] [THERMAL EST subdev 0]
[    3.592407] [THERMAL EST subdev 1]
[    3.592411] [THERMAL EST subdev 2]
[    3.592755] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[    3.592758] THERMAL EST: thz register success.
[    3.597008] THERMAL EST: end of probe, return err: 0
[    3.605999] libphy: Fixed MDIO Bus: probed
[    3.606368] tun: Universal TUN/TAP device driver, 1.6
[    3.606369] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.606783] VFIO - User Level meta-driver version: 0.3
[    3.610109] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.610123] ehci-pci: EHCI PCI platform driver
[    3.610158] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.610176] ohci-pci: OHCI PCI platform driver
[    3.610207] ohci-platform: OHCI generic platform driver
[    3.610803] usbcore: registered new interface driver usb-storage
[    3.688187] nct1008_nct72 7-004c: !!!Found deprecated property!!!
[    3.694314] nct1008_nct72 7-004c: success parsing dt
[    3.699509] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[    3.738315] nct1008_nct72 7-004c: LOC shutdown limit 107
[    3.744026] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    3.744251] nct1008_nct72 7-004c: EXT shutdown limit 107
[    3.758188] Wake73 for irq=42
[    3.762507] rtc rtc1: alarm rtc device
[    3.766344] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[    3.773362] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    3.777195] nct1008_nct72 7-004c: initial LOC temp: 42000
[    3.777574] nct1008_nct72 7-004c: initial EXT temp: 53750
[    3.778269] nct1008_nct72 7-004c: hi_b:-11, lo_b:0
[    3.778665] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[    3.778886] nct1008_nct72 7-004c: nct1008_probe: initialized
[    3.806473] i2c /dev entries driver
[    3.812215] tp2854 0-0001: probing fake v4l2 sensor.
[    3.818153] tp2854 0-0001: tegracam sensor driver:tp2854_v2.0.6
[    3.830748] tp2854 0-0001: Detected TP2854 sensor
[    3.835567] tp2854 0-0002: probing fake v4l2 sensor.
[    3.841371] tp2854 0-0002: couldn't create debugfs
[    3.846204] tp2854 0-0002: tegracam sensor driver:tp2854_v2.0.6
[    3.858781] tp2854 0-0002: Detected TP2854 sensor
[    3.863661] tp2854 0-0003: probing fake v4l2 sensor.
[    3.869739] tp2854 0-0003: couldn't create debugfs
[    3.874577] tp2854 0-0003: tegracam sensor driver:tp2854_v2.0.6
[    3.887497] tp2854 0-0003: Detected TP2854 sensor
[    3.892345] tp2854 0-0004: probing fake v4l2 sensor.
[    3.898508] tp2854 0-0004: couldn't create debugfs
[    3.903340] tp2854 0-0004: tegracam sensor driver:tp2854_v2.0.6
[    3.916052] tp2854 0-0004: Detected TP2854 sensor
[    3.920877] tp2854 0-0005: probing fake v4l2 sensor.
[    3.926692] tp2854 0-0005: couldn't create debugfs
[    3.931521] tp2854 0-0005: tegracam sensor driver:tp2854_v2.0.6
[    3.944013] tp2854 0-0005: Detected TP2854 sensor
[    3.948838] tp2854 0-0006: probing fake v4l2 sensor.
[    3.954621] tp2854 0-0006: couldn't create debugfs
[    3.959451] tp2854 0-0006: tegracam sensor driver:tp2854_v2.0.6
[    3.971873] tp2854 0-0006: Detected TP2854 sensor
[    3.976692] tp2854 0-0007: probing fake v4l2 sensor.
[    3.982430] tp2854 0-0007: couldn't create debugfs
[    3.987260] tp2854 0-0007: tegracam sensor driver:tp2854_v2.0.6
[    3.999692] tp2854 0-0007: Detected TP2854 sensor
[    4.004522] tp2854 0-0008: probing fake v4l2 sensor.
[    4.010277] tp2854 0-0008: couldn't create debugfs
[    4.015104] tp2854 0-0008: tegracam sensor driver:tp2854_v2.0.6
[    4.027521] tp2854 0-0008: Detected TP2854 sensor
[    4.032360] tp2854 2-0009: probing fake v4l2 sensor.
[    4.038098] tp2854 2-0009: couldn't create debugfs
[    4.042926] tp2854 2-0009: tegracam sensor driver:tp2854_v2.0.6
[    4.055326] tp2854 2-0009: Detected TP2854 sensor
[    4.060145] tp2854 2-0010: probing fake v4l2 sensor.
[    4.065899] tp2854 2-0010: couldn't create debugfs
[    4.070723] tp2854 2-0010: tegracam sensor driver:tp2854_v2.0.6
[    4.083117] tp2854 2-0010: Detected TP2854 sensor
[    4.087934] tp2854 2-0011: probing fake v4l2 sensor.
[    4.093682] tp2854 2-0011: couldn't create debugfs
[    4.098508] tp2854 2-0011: tegracam sensor driver:tp2854_v2.0.6
[    4.110904] tp2854 2-0011: Detected TP2854 sensor
[    4.115724] tp2854 2-0012: probing fake v4l2 sensor.
[    4.121477] tp2854 2-0012: couldn't create debugfs
[    4.126309] tp2854 2-0012: tegracam sensor driver:tp2854_v2.0.6
[    4.138712] tp2854 2-0012: Detected TP2854 sensor
[    4.144269] max77620-power max20024-power: Event recorder REG_NVERC : 0x0
[    4.158193] FAN: coudln't get the regulator
[    4.168243] cpufreq: platform driver Initialization: pass
[    4.174243] cpuidle: Initializing cpuidle driver init for Denver cluster
[    4.181112] cpuidle: Initializing cpuidle driver init for A57 cluster
[    4.188404] sdhci: Secure Digital Host Controller Interface driver
[    4.194615] sdhci: Copyright(c) Pierre Ossman
[    4.198988] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.206464] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[    4.215656] CMDQ: cmdq_platfm_init successful
[    4.221177] CQE: CMD_TIMING bit set for R1B DCMD
[    4.221480] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[    4.225923] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    4.225972] sdhci-tegra 3400000.sdhci: Got WP GPIO
[    4.227865] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[    4.229745] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 259
[    4.234843] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    4.235915] tegra-se-nvhost 15810000.se: initialized
[    4.237020] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    4.237950] tegra-se-nvhost 15820000.se: initialized
[    4.238867] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    4.239497] tegra-se-nvhost 15830000.se: initialized
[    4.240251] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    4.240840] tegra-se-nvhost 15840000.se: initialized
[    4.241713] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    4.241962] hidraw: raw HID events driver (C) Jiri Kosina
[    4.253094] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[    4.253123] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[    4.253236] ina3221x: probe of 0-0042 failed with error -121
[    4.253492] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[    4.253518] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[    4.253615] ina3221x: probe of 0-0043 failed with error -121
[    4.256592] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    4.258769] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xbfef0000-0xbfefdb7f size=56192
[    4.259014] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    4.259155] tegra-ivc ivc-b000000.rtcpu:i2c@480: i2c: ver=0 grp=1 RX[8x128]=0x1900-0x1d80 TX[8x128]=0x1d80-0x2200
[    4.259335] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x2200-0x4280 TX[64x128]=0x4280-0x6300
[    4.260266] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x6300-0x63c0 TX[1x64]=0x63c0-0x6480
[    4.260329] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x6480-0x7900 TX[16x320]=0x7900-0x8d80
[    4.260376] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8d80-0x9200 TX[16x64]=0x9200-0x9680
[    4.260421] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x9680-0x9880 TX[1x384]=0x9880-0x9a80
[    4.260538] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x8192]=0x9a80-0xbb00 TX[1x8192]=0xbb00-0xdb80
[    4.260850] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (51)
[    4.260852] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[    4.261353] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=5 sha1=3ecb1dca25fa98771f988f238c025334776c9a96
[    4.263168] tegra_aon c1a0000.aon: tegra aon driver probe OK
[    4.263660] tegra186-aondbg aondbg: aondbg driver probe() OK
[    4.263821] register_ari_mca_banks: Registered MCA ROC:IOB
[    4.263890] register_ari_mca_banks: Registered MCA ROC:CCE
[    4.264391] tegra18-bridge 2390000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264393] tegra18-bridge 2390000.axi2apb: enabled timeout = 11155000
[    4.264395] tegra18-bridge 2390000.axi2apb: bridge probed OK
[    4.264461] tegra18-bridge 23a0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264463] tegra18-bridge 23a0000.axi2apb: enabled timeout = 11155000
[    4.264464] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[    4.264516] tegra18-bridge 23b0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264517] tegra18-bridge 23b0000.axi2apb: enabled timeout = 11155000
[    4.264519] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[    4.264571] tegra18-bridge 23c0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264573] tegra18-bridge 23c0000.axi2apb: enabled timeout = 11155000
[    4.264574] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[    4.264624] tegra18-bridge 23d0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264625] tegra18-bridge 23d0000.axi2apb: enabled timeout = 11155000
[    4.264627] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[    4.264678] tegra18-bridge 2100000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264682] tegra18-bridge 2100000.axip2p: enabled timeout = 11155000
[    4.264683] tegra18-bridge 2100000.axip2p: bridge probed OK
[    4.264742] tegra18-bridge 2110000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264746] tegra18-bridge 2110000.axip2p: enabled timeout = 11155000
[    4.264747] tegra18-bridge 2110000.axip2p: bridge probed OK
[    4.264801] tegra18-bridge 2120000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264804] tegra18-bridge 2120000.axip2p: enabled timeout = 11155000
[    4.264806] tegra18-bridge 2120000.axip2p: bridge probed OK
[    4.264856] tegra18-bridge 2130000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264860] tegra18-bridge 2130000.axip2p: enabled timeout = 11155000
[    4.264862] tegra18-bridge 2130000.axip2p: bridge probed OK
[    4.264911] tegra18-bridge 2140000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264913] tegra18-bridge 2140000.axip2p: enabled timeout = 11155000
[    4.264914] tegra18-bridge 2140000.axip2p: bridge probed OK
[    4.264964] tegra18-bridge 2150000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.264969] tegra18-bridge 2150000.axip2p: enabled timeout = 11155000
[    4.264970] tegra18-bridge 2150000.axip2p: bridge probed OK
[    4.265024] tegra18-bridge 2160000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.265029] tegra18-bridge 2160000.axip2p: enabled timeout = 11155000
[    4.265030] tegra18-bridge 2160000.axip2p: bridge probed OK
[    4.265080] tegra18-bridge 2170000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.265084] tegra18-bridge 2170000.axip2p: enabled timeout = 11155000
[    4.265086] tegra18-bridge 2170000.axip2p: bridge probed OK
[    4.265136] tegra18-bridge 2180000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.265141] tegra18-bridge 2180000.axip2p: enabled timeout = 11155000
[    4.265142] tegra18-bridge 2180000.axip2p: bridge probed OK
[    4.265194] tegra18-bridge 2190000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[    4.265198] tegra18-bridge 2190000.axip2p: enabled timeout = 11155000
[    4.265199] tegra18-bridge 2190000.axip2p: bridge probed OK
[    4.265255] **** A57 ECC: Enabled
[    4.265257] tegra18_a57_serr_init: on CPU 5 a A57 Core
[    4.265320] tegra18x_actmon d230000.actmon: in actmon_register()...
[    4.265715] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[    4.265809] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[    4.266317] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[    4.266449] denver_knobs_init:MTS_VERSION:47926945
[    4.269952] nvpmodel: initialized successfully
[    4.274500] trusty-virtio trusty:virtio: initializing
[    4.274610] trusty_ipc virtio0: vring0: va(pa)  ffffffc0ec874000(0) qsz 32 notifyid 1
[    4.274616] trusty_ipc virtio0: vring1: va(pa)  ffffffc0ec876000(0) qsz 32 notifyid 2
[    4.274682] trusty-virtio trusty:virtio: initializing done
[    4.274834] trusty_ipc virtio0: is online
[    4.277757] gpio tegra-gpio wake71 for gpio=125(P:5)
[    4.277810] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[    4.277922] usbcore: registered new interface driver snd-usb-audio
[    4.279179] Sound aic3x:===========probe===============
[    4.279227] Sound aic3x:===========probe=============== OK
[    4.279409] Sound aic3x:===========probe===============
[    4.285213] Sound aic3x:===========probe=============== OK
[    4.285213] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[    4.285335] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[    4.377285] OPE platform probe
[    4.377356] OPE platform probe successful
[    4.391834] SOUND MACHINE DRIVER Set master clock 12Mhz
[    4.442489] Sound aic3x:===========aic3x_probe===============
[    4.448892] Sound aic3x:===========aic3x_probe=============== OK
[    4.450662] Sound aic3x:===========aic3x_probe===============
[    4.454397] Sound aic3x:===========aic3x_probe=============== OK
[    4.454398] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    4.454484] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    4.454574] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    4.454660] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    4.454748] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    4.454831] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    4.454919] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    4.455007] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    4.455089] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    4.455173] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    4.455258] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[    4.455343] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[    4.455425] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[    4.455516] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[    4.455603] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[    4.455684] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[    4.455766] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[    4.455850] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[    4.455947] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[    4.456035] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[    4.459762] SOUND MACHINE DRIVER Set master clock 12Mhz
[    4.460025] aic3x: SOUND DAI format 16385 Master/Slave: 16384
[    4.460027] aic3x: SOUND DAI format Slave Mode
[    4.460949] SOUND MACHINE DRIVER Set master clock 12Mhz
[    4.461214] aic3x: SOUND DAI format 16385 Master/Slave: 16384
[    4.461216] aic3x: SOUND DAI format Slave Mode
[    4.492717] u32 classifier
[    4.492720]     Actions configured
[    4.492814] Initializing XFRM netlink socket
[    4.493439] NET: Registered protocol family 10
[    4.494226] NET: Registered protocol family 17
[    4.494239] NET: Registered protocol family 15
[    4.494296] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.494310] Key type dns_resolver registered
[    4.495075] Registered cp15_barrier emulation handler
[    4.495090] Registered setend emulation handler
[    4.496438] registered taskstats version 1
[    4.501949] isp 15600000.isp: initialized
[    4.508865] nvcsi 150c0000.nvcsi: initialized
[    4.515667] tegra-vi4 15700000.vi: initialized
[    4.516239] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[    4.516324] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[    4.516391] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[    4.516551] input: gpio-keys as /devices/gpio-keys/input/input2
[    4.517393] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--12 bound
[    4.517407] tegra-vi4 15700000.vi: subdev tp2854 2-0009 bound
[    4.520577] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--11 bound
[    4.520582] tegra-vi4 15700000.vi: subdev tp2854 2-0010 bound
[    4.522229] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--10 bound
[    4.522240] tegra-vi4 15700000.vi: subdev tp2854 2-0011 bound
[    4.523680] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--9 bound
[    4.523686] tegra-vi4 15700000.vi: subdev tp2854 2-0012 bound
[    4.525283] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--8 bound
[    4.525289] tegra-vi4 15700000.vi: subdev tp2854 0-0001 bound
[    4.526676] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--7 bound
[    4.526681] tegra-vi4 15700000.vi: subdev tp2854 0-0002 bound
[    4.528008] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--6 bound
[    4.528013] tegra-vi4 15700000.vi: subdev tp2854 0-0003 bound
[    4.529901] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--5 bound
[    4.529907] tegra-vi4 15700000.vi: subdev tp2854 0-0004 bound
[    4.531287] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--4 bound
[    4.531292] tegra-vi4 15700000.vi: subdev tp2854 0-0005 bound
[    4.532648] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--3 bound
[    4.532653] tegra-vi4 15700000.vi: subdev tp2854 0-0006 bound
[    4.533983] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--2 bound
[    4.533988] tegra-vi4 15700000.vi: subdev tp2854 0-0007 bound
[    4.535280] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--1 bound
[    4.535285] tegra-vi4 15700000.vi: subdev tp2854 0-0008 bound
[    4.551540] tegra_rtc c2a0000.rtc: setting system clock to 2020-04-06 15:32:51 UTC (1586187171)
[    4.581698] bpmp: mounted debugfs mirror
[    4.585116] bwmgr: missing cdev-type property
[    4.592382] spmic-ldo0: disabling
[    4.592651] spmic-ldo1: disabling
[    4.592815] en-vdd-sd: disabling
[    4.592818] vdd-usb0-5v: disabling
[    4.592820] vdd-usb1-5v: disabling
[    4.592822] vdd-3v3: disabling
[    4.592825] en-vdd-vcm-2v8: disabling
[    4.592827] vdd-sys-bl: disabling
[    4.592830] ALSA device list:
[    4.592833]   #0: tegra-hda at 0x3518000 irq 385
[    4.592835]   #1: tegra-sound
[    5.421531] Waiting for root device /dev/mmcblk0p33...
[    5.465669] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[    5.519548] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[    5.541537] mmc0: periodic cache flush enabled
[    5.546016] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    5.552889] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[    5.557677] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB
[    5.563824] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB
[    5.574034] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[    5.585147]  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 p30 p31 p32 p33
[    5.649837] EXT4-fs (mmcblk0p33): mounted filesystem with ordered data mode. Opts: (null)
[    5.658134] VFS: Mounted root (ext4 filesystem) on device 259:1.
[    5.666231] devtmpfs: mounted
[    5.670927] Freeing unused kernel memory: 7616K
[    5.753434] random: udevd: uninitialized urandom read (16 bytes read)
[    5.760370] random: udevd: uninitialized urandom read (16 bytes read)
[    5.767332] random: udevd: uninitialized urandom read (16 bytes read)
[    5.782865] udevd[1958]: starting eudev-3.2.8
[    5.913968] udevd[1966]: conflicting device node '/dev/input/event1' found, link to '/dev/input/event1' will not be created
[    5.918053] udevd[1960]: conflicting device node '/dev/input/event0' found, link to '/dev/input/event0' will not be created
[    6.052592] udevd[1962]: conflicting device node '/dev/input/event2' found, link to '/dev/input/event2' will not be created
[    6.076945] isawd: loading out-of-tree module taints kernel.
[    6.083191] isawatchdog: spi_isawd_probe: Registered SPI FPGA.
[    6.092035] isawatchdog: Register: 11B
[    6.096053] isawatchdog: Watchdog Presense: AA
[    6.100520] isawatchdog: Watchdog Part ID: 32
[    6.104913] isawatchdog: Watchdog Major Number:509
[    6.110733] isawatchdog: isawatchdog is ready
[    6.138963] EXT4-fs (mmcblk0p33): re-mounted. Opts: (null)
[    6.587510] nvgpu: 17000000.gp10b             railgate_enable_store:283  [INFO]  railgate is disabled.
[    6.655411] eqos 2490000.ether_qos: can't get pllrefe_vcoout clk (-2)
[    6.659501] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b e4 c7 10
[    6.659624] libphy: dwc_phy: probed
[    6.660115] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[    6.731955] tg3.c:v3.137 (May 11, 2014)
[    6.731979] tg3 0000:01:00.0: enabling device (0000 -> 0002)
[    6.755850] tg3 0000:01:00.0 eth1: Tigon3 [partno(BCM95719A1904AC) rev 5719001] (PCI Express) MAC address 00:0a:f7:85:4d:bc
[    6.755856] tg3 0000:01:00.0 eth1: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    6.755859] tg3 0000:01:00.0 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    6.755862] tg3 0000:01:00.0 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[    6.758031] tg3 0000:01:00.1: enabling device (0000 -> 0002)
[    6.779463] tg3 0000:01:00.1 eth2: Tigon3 [partno(BCM95719A1904AC) rev 5719001] (PCI Express) MAC address 00:0a:f7:85:4d:bd
[    6.779471] tg3 0000:01:00.1 eth2: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    6.779475] tg3 0000:01:00.1 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    6.779480] tg3 0000:01:00.1 eth2: dma_rwctrl[00000001] dma_mask[64-bit]
[    6.781620] tg3 0000:01:00.2: enabling device (0000 -> 0002)
[    6.806204] tg3 0000:01:00.2 eth3: Tigon3 [partno(BCM95719A1904AC) rev 5719001] (PCI Express) MAC address 00:0a:f7:85:4d:be
[    6.806212] tg3 0000:01:00.2 eth3: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    6.806216] tg3 0000:01:00.2 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    6.806221] tg3 0000:01:00.2 eth3: dma_rwctrl[00000001] dma_mask[64-bit]
[    6.989984] iommu: Removing device 0000:01:00.2 from group 61
[    6.994253] TP2854 driver version 0.7.8 loaded
[    6.995186] Detected TP28xx
[    6.995610] Detected ID&revision 5401
[    7.011062] Detected TP28xx
[    7.011391] Detected ID&revision 5401
[    7.027381] Detected TP28xx
[    7.027719] Detected ID&revision 5401
[    7.043480] TP2854_watchdog_init: done!
[    7.043482] TP2854 Driver Init Successful!
[    7.043488] TP2854_watchdog_deamon: start!
[    7.043751] 2video in ch00 chip 0
[    7.043893] video format  3 detected ch00 chip 0 count 0
[    7.048666] 2video in ch01 chip 0
[    7.048806] video format  c detected ch01 chip 0 count 0
[    7.054798] 2video in ch03 chip 0
[    7.054939] video format  b detected ch03 chip 0 count 0
[    7.060820] 2video in ch01 chip 1
[    7.060960] video format  e detected ch01 chip 1 count 0
[    7.069292] 2video in ch01 chip 2
[    7.069432] video format  a detected ch01 chip 2 count 0
[    7.075298] 2video in ch03 chip 2
[    7.075438] video format  c detected ch03 chip 2 count 0
[    7.605887] video locked 7e ch00 chip 0
[    7.606968] video format  c detected ch01 chip 0 count 1
[    7.616452] video locked 7b ch03 chip 0
[    7.617637] video locked 78 ch01 chip 1
[    7.619265] video locked 6b ch01 chip 2
[    7.620551] video format  c detected ch03 chip 2 count 1
[    7.850770] random: crng init done
[    7.850773] random: 3 urandom warning(s) missed due to ratelimiting
[    8.150265] status7e  ch00
[    8.150405] CVSTD03  ch00
[    8.150787] video format  c detected ch01 chip 0 count 2
[    8.156104] status7b  ch03
[    8.156244] CVSTD0b  ch03
[    8.157107] status78  ch01
[    8.157246] CVSTD0e  ch01
[    8.158594] status6b  ch01
[    8.158734] CVSTD0a  ch01
[    8.159356] video format  c detected ch03 chip 2 count 2
[    8.502256] tegra-xusb 3530000.xhci: USB2 port 0 has OTG_CAP
[    8.504429] tegra-xusb 3530000.xhci: extcon 0: ffffffc0ef34c000 id
[    8.509687] tegra-xusb 3530000.xhci: Firmware timestamp: 2019-07-08 19:32:42 UTC, Version: 55.15 release
[    8.515008] ahci 0000:02:00.0: version 3.0
[    8.525372] ahci 0000:02:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    8.525383] ahci 0000:02:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    8.527083] scsi host0: ahci
[    8.527917] scsi host1: ahci
[    8.528188] scsi host2: ahci
[    8.528967] scsi host3: ahci
[    8.529099] ata1: SATA max UDMA/133 abar m2048@0x40210000 port 0x40210100 irq 448
[    8.529105] ata2: SATA max UDMA/133 abar m2048@0x40210000 port 0x40210180 irq 448
[    8.529110] ata3: SATA max UDMA/133 abar m2048@0x40210000 port 0x40210200 irq 448
[    8.529115] ata4: SATA max UDMA/133 abar m2048@0x40210000 port 0x40210280 irq 448
[    8.538698] tegra-xusb 3530000.xhci: xHCI Host Controller
[    8.538723] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 1
[    8.539544] tegra-xusb 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00050810
[    8.539578] tegra-xusb 3530000.xhci: irq 72, io mem 0x03530000
[    8.539747] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    8.539752] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.539756] usb usb1: Product: xHCI Host Controller
[    8.539759] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[    8.539763] usb usb1: SerialNumber: 3530000.xhci
[    8.540063] hub 1-0:1.0: USB hub found
[    8.540114] hub 1-0:1.0: 4 ports detected
[    8.694282] video locked 7a ch01 chip 0
[    8.694668] CVSTD0c  ch01 chip 0
[    8.701685] RX=00 standard to 04  ch03
[    8.709870] RX=f3 standard to 01  ch01
[    8.710358] video locked 7b ch03 chip 2
[    8.710747] CVSTD0c  ch03 chip 2
[    8.844068] ata4: SATA link down (SStatus 0 SControl 300)
[    8.844423] ata3: SATA link down (SStatus 0 SControl 300)
[    9.005677] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    9.005726] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    9.008782] ata2.00: ATA-10: ST10000VX0004-1ZE101, AV01, max UDMA/133
[    9.008791] ata2.00: 19532873728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    9.011793] ata2.00: configured for UDMA/133
[    9.016493] ata1.00: ATA-10: ST10000VX0004-1ZE101, AV01, max UDMA/133
[    9.016500] ata1.00: 19532873728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    9.019463] ata1.00: configured for UDMA/133
[    9.019938] scsi 0:0:0:0: Direct-Access     ATA      ST10000VX0004-1Z AV01 PQ: 0 ANSI: 5
[    9.058291] sd 0:0:0:0: [sda] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[    9.058298] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    9.058387] sd 0:0:0:0: [sda] Write Protect is off
[    9.058393] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    9.058432] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.059281] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.059852] scsi 1:0:0:0: Direct-Access     ATA      ST10000VX0004-1Z AV01 PQ: 0 ANSI: 5
[    9.094064] sd 1:0:0:0: [sdb] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[    9.094071] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    9.094193] sd 1:0:0:0: [sdb] Write Protect is off
[    9.094200] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    9.094242] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.095593] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    9.114211]  sda: sda1 sda2 sda5 sda6 sda7 sda8 sda9
[    9.115462] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    9.149898]  sdb: sdb1 sdb2 sdb5 sdb6 sdb7 sdb8 sdb9
[    9.150896] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[    9.163876] fuse init (API version 7.26)
[    9.168751] usbcore: registered new interface driver usbserial
[    9.173775] usbcore: registered new interface driver ftdi_sio
[    9.173804] usbserial: USB Serial support registered for FTDI USB Serial Device
[    9.183357] usbcore: registered new interface driver asix
[    9.208900] usbcore: registered new interface driver rtl8812au
[    9.218057] usbcore: registered new interface driver usbhid
[    9.218063] usbhid: USB HID core driver
[    9.226765] udevd[1973]: conflicting device node '/dev/input/mice' found, link to '/dev/input/mice' will not be created
[    9.226975] mousedev: PS/2 mouse device common for all mice
[    9.242692] status7a  ch01
[    9.242836] CVSTD0c  ch01
[    9.245836] status7b  ch03
[    9.245974] CVSTD0c  ch03
[    9.577913] tegra-xusb 3530000.xhci: xHCI Host Controller
[    9.577926] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 2
[    9.579677] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    9.579683] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.579686] usb usb2: Product: xHCI Host Controller
[    9.579690] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[    9.579693] usb usb2: SerialNumber: 3530000.xhci
[    9.580921] hub 2-0:1.0: USB hub found
[    9.581308] hub 2-0:1.0: 3 ports detected
[    9.679178] gpio tegra-gpio wake18 for gpio=101(M:5)
[    9.682889] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    9.788339] RX=00 standard to 04  ch01
[    9.797245] RX=e1 standard to 01  ch03
[   11.041712] usb usb1-port2: over-current condition
[   11.161666] usb 1-3: new high-speed USB device number 2 using tegra-xusb
[   11.182010] usb 1-3: New USB device found, idVendor=0424, idProduct=2514
[   11.182015] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   11.183123] hub 1-3:1.0: USB hub found
[   11.183241] hub 1-3:1.0: 4 ports detected
[   12.089990] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   12.266131] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   12.410195] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control off
[   12.410768] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   12.715653] Wake76 for irq=199
[   12.715659] Wake77 for irq=199
[   12.715661] Wake78 for irq=199
[   12.715664] Wake79 for irq=199
[   12.715666] Wake80 for irq=199
[   12.715668] Wake81 for irq=199
[   12.715670] Wake82 for irq=199
[   12.715699] tegra-xusb 3530000.xhci: Upgrade port 0 to USB3.0
[   12.715702] tegra-xusb 3530000.xhci: port 1 over-current detected
[   12.715710] tegra-xusb 3530000.xhci: Upgrade port 1 to USB3.0
[   12.715721] tegra-xusb-padctl 3520000.xusb_padctl: tegra186_phy_xusb_handle_overcurrent: clear port 1 pin 1 OC
[   13.537652] usb 1-2: new high-speed USB device number 3 using tegra-xusb
[   13.558438] usb 1-2: New USB device found, idVendor=0424, idProduct=2744
[   13.558442] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   13.558444] usb 1-2: Product: USB2744
[   13.558447] usb 1-2: Manufacturer: Microchip Tech
[   13.559263] hub 1-2:1.0: USB hub found
[   13.559324] hub 1-2:1.0: 3 ports detected
[   13.917946] reg01=7a reg04@2f=0c 05 std02 ch03
[   13.918193] Cgain=0x23
[   13.919901] Cgain=0x0b
[   13.965885] Cgain=0x0c
[   14.521705] eqos 2490000.ether_qos eth0: Link is Down
[   15.004702] reg01=6a reg04@2f=0c 20 std01 ch01
[   15.004948] Cgain=0x1a
[   15.008035] Cgain=0x0e
[   16.357129] Adding 524284k swap on /dev/disk/by-type/ata/ZA2BHR23/part1.  Priority:-1 extents:1 across:524284k
[   16.413372] XFS (sdb2): Mounting V4 Filesystem
[   16.504705] XFS (sdb2): Ending clean mount
[   16.676681] XFS (sdb5): Mounting V4 Filesystem
[   16.779264] XFS (sdb5): Ending clean mount
[   17.017744] XFS (sdb6): Mounting V4 Filesystem
[   17.131768] XFS (sdb6): Ending clean mount
[   17.323062] XFS (sdb7): Mounting V4 Filesystem
[   17.461785] XFS (sdb7): Ending clean mount
[   17.700869] XFS (sdb8): Mounting V4 Filesystem
[   17.794223] XFS (sdb8): Ending clean mount
[   18.007465] XFS (sdb9): Mounting V4 Filesystem
[   18.081604] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control off
[   18.134784] XFS (sdb9): Ending clean mount
[   18.600210] Adding 524284k swap on /dev/disk/by-type/ata/ZA2BHRKM/part1.  Priority:-2 extents:1 across:524284k
[   18.646186] XFS (sda2): Mounting V4 Filesystem
[   18.722152] XFS (sda2): Ending clean mount
[   18.898944] XFS (sda5): Mounting V4 Filesystem
[   18.987373] XFS (sda5): Ending clean mount
[   19.169112] XFS (sda6): Mounting V4 Filesystem
[   19.273802] XFS (sda6): Ending clean mount
[   19.445598] XFS (sda7): Mounting V4 Filesystem
[   19.563418] XFS (sda7): Ending clean mount
[   19.766057] XFS (sda8): Mounting V4 Filesystem
[   19.858167] usb 2-3: new SuperSpeed USB device number 2 using tegra-xusb
[   19.871862] XFS (sda8): Ending clean mount
[   19.878437] usb 2-3: New USB device found, idVendor=0424, idProduct=5744
[   19.878445] usb 2-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[   19.878449] usb 2-3: Product: USB5744
[   19.878452] usb 2-3: Manufacturer: Microchip Tech
[   19.881113] hub 2-3:1.0: USB hub found
[   19.881495] hub 2-3:1.0: 3 ports detected
[   20.037748] usb 2-3: usb_suspend_both: status 0
[   20.059165] XFS (sda9): Mounting V4 Filesystem
[   20.184737] XFS (sda9): Ending clean mount
[   23.229961] usb usb2: usb_suspend_both: status 0
[   30.861604] tp2854 0-0001: SET MODE 1
[   30.861616] tp2854 0-0001: START M 1
[   31.635510] tp2854 0-0002: SET MODE 0
[   31.635522] tp2854 0-0002: START M 2
[   32.371035] tp2854 0-0004: SET MODE 1
[   32.371047] tp2854 0-0004: START M 4
[   33.229419] misc tegra_camera_ctrl: tegra_camera_update_isobw: Warning, Requested ISO BW 4640624 has been capped to VI's max BW 4500000
[   33.230191] tp2854 0-0006: SET MODE a
[   33.230198] tp2854 0-0006: START M 6
[   34.077665] misc tegra_camera_ctrl: tegra_camera_update_isobw: Warning, Requested ISO BW 5800780 has been capped to VI's max BW 4500000
[   34.077796] tp2854 2-0010: SET MODE 4
[   34.077808] tp2854 2-0010: START M 10
[   34.800980] misc tegra_camera_ctrl: tegra_camera_update_isobw: Warning, Requested ISO BW 6960936 has been capped to VI's max BW 4500000
[   34.801020] tp2854 2-0012: SET MODE 0
[   34.801028] tp2854 2-0012: START M 12
...
[  183.365979] tegradc 15210000.nvdisplay: blank - powerdown
[  183.373591] tegradc 15210000.nvdisplay: unblank
[  183.374733] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[  183.374835] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[  183.374930] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[  183.376702] Parent Clock set for DC plld2
[  183.380814] tegradc 15210000.nvdisplay: hdmi: tmds rate:154000K prod-setting:prod_c_hdmi_111m_223m
[  183.382136] tegradc 15210000.nvdisplay: hdmi: get RGB quant from EDID.
[  183.382160] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[  183.417673] extcon-disp-state external-connection:disp-state: cable 47 state 1
[  183.417676] Extcon AUX1(HDMI) enable

Hi MartinMontel,

I just checked the code and think it might be the nature of nvdrmvideosink. set_mode = 0 means you want to setup the mode from default screen setting. However, it seems fb mode will not set if fbcon is disabled.

What is your purpose to disable fbcon? If you just want to disable the log on screen, maybe you could just remove the tty0 in kernel commandline.

Hi Wayne,

yes purpose is to disable kernel logs on HDMI. I will investigate in that direction and let you know.

Thanks

Hi, thanks for suggestion.

We renabled framebuffer console, removed console and added vt.global_cursor_default=0 to kernel boot cmd

Now it works as expected.
Martin