dmesg
`
carlos@JetsonNano:~$ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-3531) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Wed Mar 13 00:32:22 PDT 2019
[ 0.000000] Boot CPU: AArch64 Processor [411fd071]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
[ 0.000000] OF: fdt: - 80000000 , 7ee00000
[ 0.000000] OF: fdt: - 100000000 , 7f200000
[ 0.000000] Found tegra_fbmem: 00800000@92cb6000
[ 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: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[ 0.000000] On node 0 totalpages: 1039872
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 519168 pages, LIFO batch:31
[ 0.000000] Normal zone: 8136 pages used for memmap
[ 0.000000] Normal zone: 520704 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 23 pages/cpu @ffffffc0fefd2000 s53400 r8192 d32616 u94208
[ 0.000000] pcpu-alloc: s53400 r8192 d32616 u94208 alloc=23*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] CPU features: enabling workaround for ARM erratum 832075
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1023544
[ 0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x800000@0x92cb6000 is_hdmi_initialised=1 root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 root=/dev/mmcblk0p1 rw rootwait
[ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 131072 bytes
[ 0.000000] early log buf free: 29384(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: 3567872K/4159488K available (15166K kernel code, 2914K rwdata, 6616K rodata, 8512K init, 605K bss, 116480K reserved, 475136K 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 - 0xffffff8008f50000 ( 15168 KB)
[ 0.000000] .rodata : 0xffffff8008f50000 - 0xffffff80095d0000 ( 6656 KB)
[ 0.000000] .init : 0xffffff80095d0000 - 0xffffff8009e20000 ( 8512 KB)
[ 0.000000] .data : 0xffffff8009e20000 - 0xffffff800a0f8808 ( 2915 KB)
[ 0.000000] .bss : 0xffffff800a0f8808 - 0xffffff800a18fe3c ( 606 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 - 0xffffffbf03fc8000 ( 63 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc0ff200000 ( 4082 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[ 0.000000] t210 clock and reset probe
[ 0.000000] boot misc1 0x90000000: expected 0x10000000
[ 0.000000] (comparison mask = 0xf8000000)
[ 0.000000] boot misc2 0x0: expected 0xf6e0f620
[ 0.000000] (comparison mask = 0xffffffff)
[ 0.000000] boot misc3 0xf5c1: expected 0x10000
[ 0.000000] (comparison mask = 0xffffffff)
[ 0.000000] PLL_D2 already enabled. Postponing set full defaults
[ 0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000006] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.001506] Console: colour dummy device 80x25
[ 0.002445] console [tty0] enabled
[ 0.002469] kmemleak: Kernel memory leak detector disabled
[ 0.002498] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[ 0.002525] pid_max: default: 32768 minimum: 301
[ 0.002990] Security Framework initialized
[ 0.003224] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.003244] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.004512] ftrace: allocating 46802 entries in 183 pages
[ 0.177531] sched-energy: CPU device node has no sched-energy-costs
[ 0.177566] ASID allocator initialised with 65536 entries
[ 0.215701] tegra-id: chipid=22117.
[ 0.215749] tegra-id: opt_subrevision=0.
[ 0.215777] Tegra Speedo/IDDQ fuse revision 4
[ 0.215793] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[ 0.215810] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[ 0.215826] Tegra: CPU Speedo Value 2093, SoC Speedo Value 1995, GPU Speedo Value 2091
[ 0.215846] Tegra: CPU IDDQ Value 2484, SoC IDDQ Value 2480, GPU IDDQ Value 3135
[ 0.215881] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[ 0.215908] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-a02.dts
[ 0.215942] DTB Build time: Mar 15 2019 09:52:07
[ 0.265094] CPU1: Booted secondary processor [411fd071]
[ 0.297002] CPU2: Booted secondary processor [411fd071]
[ 0.328995] CPU3: Booted secondary processor [411fd071]
[ 0.329089] Brought up 4 CPUs
[ 0.329153] SMP: Total of 4 processors activated.
[ 0.329170] CPU features: detected feature: 32-bit EL0 Support
[ 0.329448] CPU: All CPU(s) started at EL2
[ 0.329478] alternatives: patching kernel code
[ 0.337776] devtmpfs: initialized
[ 0.372839] Initilizing CustomIPI irq domain
[ 0.373297] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.373345] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.384778] pinctrl core: initialized pinctrl subsystem
[ 0.385508] OS set in device tree is not L4T.
[ 0.385957] regulator-dummy: no parameters
[ 0.386244] Initializing plugin-manager
[ 0.386402] Plugin module not found
[ 0.386619] node /plugin-manager/fragement@0 match with board >=3448-0000-100
[ 0.387171] node /plugin-manager/fragment@1 match with board >=3448-0000-101
[ 0.387940] node /plugin-manager/fragment@5 match with board 3449-0000-200
[ 0.391329] NET: Registered protocol family 16
[ 0.395243] pstore: using zlib compression
[ 0.395936] console [pstore-1] enabled
[ 0.395953] pstore: Registered ramoops as persistent store backend
[ 0.395973] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[ 0.405114] cpuidle: using governor menu
[ 0.409217] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[ 0.410751] vdso: 2 pages (1 code @ ffffff8008f57000, 1 data @ ffffff8009e24000)
[ 0.410795] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.413682] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.415267] tegra_bpmp_of_clk_init: EMC proxy not found.
[ 0.416237] tegra_powergate_init: DONE
[ 0.416276] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-a02.dts
[ 0.416314] DTB Build time: Mar 15 2019 09:52:07
[ 0.418008] Tegra reboot handler registered.
[ 0.422417] iommu: Adding device tegra-carveouts to group 0
[ 0.422591] platform tegra-carveouts: domain=ffffffc0f9410318 allocates as[0]=ffffffc0f941c0a8
[ 0.422979] iommu: Adding device smmu_test to group 1
[ 0.423047] platform smmu_test: domain=ffffffc0f9410558 allocates as[0]=ffffffc0f941c110
[ 0.423888] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000
[ 0.423966] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000
[ 0.424040] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000
[ 0.424062] nv-tegra-mc 70019000.mc: No mssnvlink node
[ 0.424097] mc-err: mcerr ops are set to t21x
[ 0.433861] iommu: Adding device 70090000.xusb to group 2
[ 0.434185] iommu: Adding device 70006000.serial to group 3
[ 0.434285] platform 70006000.serial: domain=ffffffc0f9492618 allocates as[0]=ffffffc0f941c178
[ 0.434729] iommu: Adding device 70006040.serial to group 4
[ 0.435029] iommu: Adding device 70006200.serial to group 5
[ 0.435277] iommu: Adding device sound to group 6
[ 0.435339] platform sound: domain=ffffffc0f9492b58 allocates as[0]=ffffffc0f941c1e0
[ 0.435926] iommu: Adding device 7000d400.spi to group 7
[ 0.436203] iommu: Adding device 7000d600.spi to group 8
[ 0.436497] iommu: Adding device 70410000.spi to group 9
[ 0.436818] iommu: Adding device 50000000.host1x to group 10
[ 0.437305] iommu: Adding device 54080000.vi to group 11
[ 0.437742] iommu: Adding device 54600000.isp to group 12
[ 0.438030] iommu: Adding device 54680000.isp to group 13
[ 0.438363] iommu: Adding device tegradc.0 to group 14
[ 0.438444] platform tegradc.0: domain=ffffffc0f949fa98 allocates as[0]=ffffffc0f941c248
[ 0.442642] platform tegradc.0: IOVA linear map 0x0000000092cb6000(800000)
[ 0.443055] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[ 0.443396] iommu: Adding device tegradc.1 to group 15
[ 0.443464] platform tegradc.1: domain=ffffffc0f949fcd8 allocates as[0]=ffffffc0f941c2b0
[ 0.447653] platform tegradc.1: IOVA linear map 0x0000000092cb6000(800000)
[ 0.448067] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[ 0.448344] iommu: Adding device 54340000.vic to group 16
[ 0.448574] iommu: Adding device 544c0000.nvenc to group 17
[ 0.448802] iommu: Adding device 54500000.tsec to group 18
[ 0.449047] iommu: Adding device 54100000.tsecb to group 19
[ 0.449262] iommu: Adding device 54480000.nvdec to group 20
[ 0.449499] iommu: Adding device 54380000.nvjpg to group 21
[ 0.450557] iommu: Adding device 546c0000.i2c to group 22
[ 0.450912] iommu: Adding device 57000000.gpu to group 23
[ 0.450980] platform 57000000.gpu: domain=ffffffc0f94aecd8 allocates as[0]=ffffffc0f941c318
[ 0.451040] platform 57000000.gpu: domain=ffffffc0f94aecd8 allocates as[1]=ffffffc0f941c380
[ 0.451103] platform 57000000.gpu: domain=ffffffc0f94aecd8 allocates as[2]=ffffffc0f941c3e8
[ 0.451162] platform 57000000.gpu: domain=ffffffc0f94aecd8 allocates as[3]=ffffffc0f941c450
[ 0.452079] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[ 0.452119] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[ 0.452146] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET
[ 0.452167] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[ 0.452183] tegra-pmc: ### PMC reset status reg: 0x3
[ 0.505181] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.505217] tegra-pmc: Clear bootloader IO dpd settings
[ 0.505250] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[ 0.505330] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[ 0.505671] iommu: Adding device 70012000.se to group 24
[ 0.506470] iommu: Adding device 7000c000.i2c to group 25
[ 0.506741] iommu: Adding device 7000c400.i2c to group 26
[ 0.507011] iommu: Adding device 7000c500.i2c to group 27
[ 0.507281] iommu: Adding device 7000c700.i2c to group 28
[ 0.507589] iommu: Adding device 7000d000.i2c to group 29
[ 0.507854] iommu: Adding device 7000d100.i2c to group 30
[ 0.508176] iommu: Adding device sdhci-tegra.0 to group 31
[ 0.508243] platform sdhci-tegra.0: domain=ffffffc0f9539e58 allocates as[0]=ffffffc0f941c4b8
[ 0.509149] iommu: Adding device 700d0000.xudc to group 32
[ 0.513818] vdd-ac-bat: 5000 mV
[ 0.514206] vdd-5v0-sys: 5000 mV
[ 0.515220] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[ 0.515313] vdd-5v0-hdmi: 5000 mV
[ 0.515749] vdd-1v8: 1800 mV
[ 0.516159] vdd-fan: supplied by vdd-5v0-sys
[ 0.516212] vdd-fan: 5000 mV
[ 0.516631] vdd-usb-vbus: supplied by vdd-5v0-sys
[ 0.516711] vdd-usb-vbus: 5000 mV
[ 0.517302] vdd-usb-vbus2: 5000 mV
[ 0.549931] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.552544] GPIO line 151 (camera-control-output-low) hogged as output/low
[ 0.552909] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[ 0.561230] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.561610] SCSI subsystem initialized
[ 0.561840] libata version 3.00 loaded.
[ 0.562195] usbcore: registered new interface driver usbfs
[ 0.562268] usbcore: registered new interface driver hub
[ 0.562363] usbcore: registered new device driver usb
[ 0.566491] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[ 0.567975] random: fast init done
[ 0.572393] vdd-core: 600 <--> 1162 mV at 1075 mV
[ 0.573578] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[ 0.576452] vdd-ddr-1v1: 1150 mV
[ 0.580241] vdd-pre-reg-1v35: 1350 mV
[ 0.584252] vdd-1v8: 1800 mV
[ 0.584520] vdd-1v8: Failed to create debugfs directory
[ 0.588243] avdd-sys-1v2: 1200 mV
[ 0.592244] vdd-pex-1v0: 1050 mV
[ 0.593045] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV
[ 0.593759] max77620-ldo3: at 3100 mV
[ 0.596250] vdd-rtc: 850 <--> 1100 mV at 1000 mV
[ 0.596884] max77620-ldo5: at 3100 mV
[ 0.597533] max77620-ldo6: at 2800 mV
[ 0.600275] avdd-1v05-pll: 1050 mV
[ 0.604242] avdd-io-hdmi-dp: 1050 mV
[ 0.605573] GPIO line 505 (spmic-default-output-high) hogged as output/high
[ 0.605904] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[ 0.607997] max77620 4-003c: max77620 probe successful
[ 0.610347] i2c i2c-6: Unbalanced pm_runtime_enable!
[ 0.610907] media: Linux media interface: v0.10
[ 0.610977] Linux video capture interface: v2.00
[ 0.611948] pps_core: LinuxPPS API ver. 1 registered
[ 0.611977] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.612020] PTP clock support registered
[ 0.615508] tegra_fiq_debugger_init: found FIQ source (IRQ 98)
[ 0.621896] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[ 0.622726] Advanced Linux Sound Architecture Driver Initialized.
[ 0.623424] Bluetooth: Core ver 2.22
[ 0.623494] NET: Registered protocol family 31
[ 0.623512] Bluetooth: HCI device and connection manager initialized
[ 0.623539] Bluetooth: HCI socket layer initialized
[ 0.623565] Bluetooth: L2CAP socket layer initialized
[ 0.623607] Bluetooth: SCO socket layer initialized
[ 0.625376] tegra210_dvfs: no clock found for sdmmc2_ddr
[ 0.625417] tegra210_dvfs: no clock found for sdmmc4_ddr
[ 0.625480] tegra210_dvfs: no clock found for sdmmc1_ddr
[ 0.625508] tegra210_dvfs: no clock found for sdmmc3_ddr
[ 0.628217] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[ 0.629728] vdd-3v3-sys: supplied by vdd-5v0-sys
[ 0.629820] vdd-3v3-sys: 3300 mV
[ 0.630099] vdd-1v8: supplied by vdd-3v3-sys
[ 0.633169] vdd-usb-vbus2: supplied by vdd-3v3-sys
[ 0.633653] vdd-3v3-sd: supplied by vdd-3v3-sys
[ 0.633737] vdd-3v3-sd: 3300 mV
[ 0.634740] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[ 0.634797] avdd-io-edp-1v05: 1050 mV
[ 0.635281] vdd-usb-hub-en: supplied by vdd-1v8
[ 0.635336] vdd-usb-hub-en: 5000 mV
[ 0.636705] camchar: rtcpu character device driver loaded
[ 0.637465] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0
[ 0.638860] clocksource: Switched to clocksource arch_sys_counter
[ 0.680537] VFS: Disk quotas dquot_6.6.0
[ 0.680700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.681215] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.681663] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[ 0.681714] dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[ 0.682006] cma: enabled page replacement for spfn=d7000, epfn=f0000
[ 0.682042] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.682076] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 0.682151] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[ 0.682178] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[ 0.682211] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[ 0.682233] nvmap_page_pool_init: Total RAM pages: 1010752
[ 0.682250] nvmap_page_pool_init: nvmap page pool size: 126344 pages (493 MB)
[ 0.682426] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.682744] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[ 0.683875] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[ 0.692404] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[ 0.692812] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[ 0.693084] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.693324] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.693532] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 0.693850] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.693874] pre_t19x_iso_plat_init(): max_iso_bw=33280000KB
[ 0.694330] NET: Registered protocol family 2
[ 0.695372] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.695608] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.696151] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.696325] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.696427] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.696849] NET: Registered protocol family 1
[ 0.697629] RPC: Registered named UNIX socket transport module.
[ 0.697659] RPC: Registered udp transport module.
[ 0.697675] RPC: Registered tcp transport module.
[ 0.697692] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.697718] PCI: CLS 0 bytes, default 64
[ 0.697960] Trying to unpack rootfs image as initramfs...
[ 0.707370] host1x 50000000.host1x: initialized
[ 0.709269] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.712805] audit: initializing netlink subsys (disabled)
[ 0.712932] audit: type=2000 audit(0.559:1): initialized
[ 0.713711] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.723875] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.725406] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.726212] 9p: Installing v9fs 9p2000 file system support
[ 0.729706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.729868] io scheduler noop registered
[ 0.730178] io scheduler cfq registered (default)
[ 0.732990] gic 702f9000.agic: GIC IRQ controller registered
[ 0.736058] iommu: Adding device 702ef000.adsp to group 33
[ 0.743183] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[ 0.743393] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[ 0.744051] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x8a29412
[ 0.744085] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[ 0.745741] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[ 0.745874] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[ 0.745991] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[ 0.746190] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[ 0.746295] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[ 0.746402] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[ 0.746509] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[ 0.746631] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[ 0.746741] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[ 0.746900] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[ 0.753181] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[ 0.754507] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[ 0.756446] tegra-pcie 1003000.pcie-controller: 4x1, 1x1 configuration
[ 0.757760] tegra-pcie 1003000.pcie-controller: PCIE: Enable power rails
[ 0.758129] tegra-pcie 1003000.pcie-controller: probing port 0, using 4 lanes
[ 0.759468] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.759722] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=750000, max_bw=1500000
[ 0.760040] Adding domain tsec-pd to PM domain host1x-pd
[ 0.762027] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes
[ 0.762970] tsec 54500000.tsec: initialized
[ 0.764695] tsec 54100000.tsecb: initialized
[ 0.765461] Adding domain nvdec-pd to PM domain host1x-pd
[ 0.768718] nvdec 54480000.nvdec: initialized
[ 0.769813] Adding domain vic03-pd to PM domain host1x-pd
[ 0.770019] Adding domain msenc-pd to PM domain host1x-pd
[ 0.770194] Adding domain nvjpg-pd to PM domain host1x-pd
[ 0.774026] falcon 54340000.vic: initialized
[ 0.775308] falcon 544c0000.nvenc: initialized
[ 0.776610] falcon 54380000.nvjpg: initialized
[ 0.781335] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[ 0.781467] display board info: id 0x0, fab 0x0
[ 0.781547] generic_infoframe_type: 0x87
[ 0.781699] tegradc tegradc.0: DT parsed successfully
[ 0.781765] tegradc tegradc.0: Display dc.ffffff800ab40000 registered with id=0
[ 0.782514] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350781
[ 0.785747] tegradc tegradc.0: probed
[ 0.789497] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[ 0.794596] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 10 channels
[ 0.795636] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[ 0.796088] kfuse 7000fc00.kfuse: initialized
[ 0.797742] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[ 0.798759] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.800395] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[ 0.800442] vdd-cpu: 708 <--> 1322 mV at 708 mV
[ 0.800991] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[ 0.802679] vdd-gpu: applied init 1000000uV constraint
[ 0.802717] vdd-gpu: 708 <--> 1323 mV at 997 mV
[ 0.803282] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[ 0.808396] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.808601] No Device Node present for smmu client: serial8250 !!
[ 0.808631] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 0.808716] iommu: Adding device serial8250 to group 35
[ 0.812482] console [ttyS0] disabled
[ 0.812644] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[ 1.279632] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
[ 1.683986] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
[ 2.088362] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
[ 2.090380] tegra-pcie 1003000.pcie-controller: link 0 down, ignoring
[ 2.090812] tegra-pcie 1003000.pcie-controller: PCI host bridge to bus 0000:00
[ 2.090824] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.090829] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[ 2.090835] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[ 2.090868] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.090919] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[ 2.091042] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.091284] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.091460] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[ 2.091495] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 2.091538] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 2.091567] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 2.091764] pci 0000:01:00.0: supports D1 D2
[ 2.091768] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.102989] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.103044] pci 0000:00:02.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[ 2.103051] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 2.103061] pci 0000:01:00.0: BAR 4: assigned [mem 0x13000000-0x13003fff 64bit]
[ 2.103086] pci 0000:01:00.0: BAR 2: assigned [mem 0x13004000-0x13004fff 64bit]
[ 2.103109] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 2.103121] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 2.103128] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
[ 2.103135] pci 0000:00:02.0: bridge window [mem 0x13000000-0x130fffff]
[ 2.103916] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[ 2.103921] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 2.103929] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[ 2.104075] aer 0000:00:02.0:pcie002: service driver aer loaded
[ 3.226447] console [ttyS0] enabled
[ 3.227109] Console: switching to colour frame buffer device 240x67
[ 3.237077] tegradc tegradc.0: fb registered
[ 3.238263] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[ 3.238638] serial-tegra 70006200.serial: RX in PIO mode
[ 3.238727] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[ 3.239690] [drm] Initialized
[ 3.258032] brd: module loaded
[ 3.272261] loop: module loaded
[ 3.275586] tegra_profiler: version: 1.132, samples/io: 46/26
[ 3.280537] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[ 3.280580] tegradc tegradc.0: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_75m_150m
[ 3.281088] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[ 3.281099] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[ 3.281423] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 3.281425] Extcon AUX1(HDMI) enable
[ 3.282295] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[ 3.282365] tegradc tegradc.1: No lt-data, using default setting
[ 3.282389] tegradc tegradc.1: No hpd-gpio in DT
[ 3.282418] tegradc tegradc.1: DT parsed successfully
[ 3.282469] tegradc tegradc.1: Display dc.ffffff800f4c0000 registered with id=1
[ 3.284135] tegradc tegradc.1: dpd enable lookup fail:-19
[ 3.288415] tegradc tegradc.1: probed
[ 3.288698] edid invalid
[ 3.316193] tegradc tegradc.0: nominal-pclk:148351648 parent:148350781 div:1.0 pclk:148350781 146868084~161703244
[ 3.372281] tegradc tegradc.1: fb registered
[ 3.372409] tegra_profiler: auth: init
[ 3.373885] THERMAL EST: found 2 subdevs
[ 3.373892] THERMAL EST num_resources: 0
[ 3.373898] [THERMAL EST subdev 0]
[ 3.373904] [THERMAL EST subdev 1]
[ 3.374386] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[ 3.374388] THERMAL EST: thz register success.
[ 3.374586] THERMAL EST: end of probe, return err: 0
[ 3.375966] hisi_sas: driver version v1.6
[ 3.380179] tegra-qspi 70410000.spi: Prod settings list not found
[ 3.381437] qspi_mtd spi32766.0: MX25U3235F (4096 Kbytes)
[ 3.381447] qspi_mtd spi32766.0: mtd .name = spi32766.0, .size = 0x400000 (4MiB) .erasesize = 0x00001000 (4KiB) .numeraseregions = 0
[ 3.384649] libphy: Fixed MDIO Bus: probed
[ 3.385441] tun: Universal TUN/TAP device driver, 1.6
[ 3.385446] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 3.386618] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.386623] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.386686] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 3.386688] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.386735] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 3.386737] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 3.386790] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 3.386793] Copyright(c) 1999 - 2017 Intel Corporation.
[ 3.387876] r8168 0000:01:00.0: enabling device (0000 -> 0003)
[ 3.387907] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[ 3.402095] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[ 3.402252] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e4:0d:02 from device tree
[ 3.402941] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 3.402979] r8168 Copyright (C) 2017 Realtek NIC software team <nicfae@realtek.com>
This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 3.403633] PPP generic driver version 2.4.2
[ 3.403872] PPP BSD Compression module registered
[ 3.403877] PPP Deflate Compression module registered
[ 3.403919] PPP MPPE Compression module registered
[ 3.403926] NET: Registered protocol family 24
[ 3.403998] usbcore: registered new interface driver r8152
[ 3.404044] usbcore: registered new interface driver asix
[ 3.404105] usbcore: registered new interface driver ax88179_178a
[ 3.404151] usbcore: registered new interface driver cdc_ether
[ 3.404191] usbcore: registered new interface driver net1080
[ 3.404224] usbcore: registered new interface driver cdc_subset
[ 3.404255] usbcore: registered new interface driver zaurus
[ 3.404323] usbcore: registered new interface driver cdc_ncm
[ 3.404510] VFIO - User Level meta-driver version: 0.3
[ 3.405848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.405872] ehci-pci: EHCI PCI platform driver
[ 3.405918] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.405931] ohci-pci: OHCI PCI platform driver
[ 3.405975] ohci-platform: OHCI generic platform driver
[ 3.408772] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[ 3.409388] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[ 3.410562] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f90ec400 id
[ 3.410684] tegra-xusb 70090000.xusb: Direct firmware load for tegra21x_xusb_firmware failed with error -2
[ 3.410687] tegra-xusb 70090000.xusb: Falling back to user helper
[ 3.412020] usbcore: registered new interface driver uas
[ 3.412087] usbcore: registered new interface driver usb-storage
[ 3.412196] usbcore: registered new interface driver usbserial
[ 3.415872] tegra-xudc-new 700d0000.xudc: device count: 1
[ 3.417213] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[ 3.417227] tegra-xudc-new 700d0000.xudc: vbus state: 0
[ 3.417265] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 3.417522] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 3.418221] mousedev: PS/2 mouse device common for all mice
[ 3.418309] usbcore: registered new interface driver xpad
[ 3.670678] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 3.683286] rtc rtc1: alarm rtc device
[ 3.683307] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[ 3.683334] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[ 3.683931] i2c /dev entries driver
[ 3.685786] imx219 6-0010: tegracam sensor driver:imx219_v2.0.6
[ 3.709981] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 3.710050] imx219 6-0010: imx219_board_setup: error during i2c read probe (-121)
[ 3.710078] imx219 6-0010: board setup failed
[ 3.710176] imx219: probe of 6-0010 failed with error -121
[ 3.719672] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.761111] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[ 3.761116] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[ 3.761583] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 3.761600] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[ 3.761609] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[ 3.761747] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 3.761755] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[ 3.761761] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[ 3.761904] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 3.761914] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[ 3.761919] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[ 3.762098] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[ 3.762984] tegra_aotag tegra-aotag: Registering sensor 0
[ 3.763040] tegra_aotag tegra-aotag: Invalid temp readout
[ 3.763065] tegra_aotag tegra-aotag: Invalid temp readout
[ 3.763082] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[ 3.763091] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[ 3.764004] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 3.764023] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[ 3.764216] tegra_aotag tegra-aotag: Invalid temp readout
[ 3.764248] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[ 3.764690] parse_throttle_dt_data: Num cap clks = 6
[ 3.764695] parse_throttle_dt_data: clk=cclk_g type=2
[ 3.764711] parse_throttle_dt_data: clk=gpu type=4
[ 3.764737] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[ 3.764757] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[ 3.764778] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[ 3.764781] parse_throttle_dt_data: clk=emc type=3
[ 3.765720] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 3.765831] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 3.765994] tegra_throttle_probe: probe successful. #cdevs=4
[ 3.766875] FAN dev name: pwm-fan
[ 3.766931] FAN:gpio request success.
[ 3.767005] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 3.767336] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[ 3.767528] pwm_fan_driver pwm-fan: fan tach request irq success
[ 3.767536] pwm_fan_driver pwm-fan: tach period: 1000
[ 3.767625] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 3.767630] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 3.767633] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 3.767637] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 3.767640] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 3.767644] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 3.767647] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 3.767650] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 3.767654] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 3.767658] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 3.768298] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[ 3.768693] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[ 3.769623] device-mapper: uevent: version 1.0.3
[ 3.770119] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 3.775626] tegra210-cpufreq cpufreq: probe()...completed
[ 3.776409] sdhci: Secure Digital Host Controller Interface driver
[ 3.776410] sdhci: Copyright(c) Pierre Ossman
[ 3.776412] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.776910] sdhci-tegra sdhci-tegra.0: Got CD GPIO
[ 3.777266] sdhci-tegra sdhci-tegra.0: Client registration for eMC Successful
[ 3.777390] sdhci-tegra sdhci-tegra.0: wakeup init done, cdirq 300
[ 3.781369] tegra-se 70012000.se: tegra_se_probe: complete
[ 3.781902] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.783564] usbcore: registered new interface driver usbhid
[ 3.783565] usbhid: USB HID core driver
[ 3.808023] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[ 3.808253] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[ 3.810085] nvpmodel: initialized successfully
[ 3.811243] usbcore: registered new interface driver snd-usb-audio
[ 3.811304] No Device Node present for smmu client: snd-soc-dummy !!
[ 3.811309] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 3.811327] iommu: Adding device snd-soc-dummy to group 36
[ 3.823001] mmc0: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA 64-bit with 64 bit addr
[ 3.847785] OPE platform probe
[ 3.847867] OPE platform probe successful
[ 3.848245] OPE platform probe
[ 3.848332] OPE platform probe successful
[ 3.873904] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 3.874037] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 3.874162] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 3.874286] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 3.874409] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 3.874538] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 3.874663] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 3.874784] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 3.874929] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 3.875052] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 3.887465] u32 classifier
[ 3.887467] Actions configured
[ 3.887538] Initializing XFRM netlink socket
[ 3.888275] NET: Registered protocol family 10
[ 3.889000] NET: Registered protocol family 17
[ 3.889009] NET: Registered protocol family 15
[ 3.889087] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 3.898865] Bluetooth: RFCOMM socket layer initialized
[ 3.898874] Bluetooth: RFCOMM ver 1.11
[ 3.898879] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 3.898884] Bluetooth: HIDP socket layer initialized
[ 3.898903] 9pnet: Installing 9P2000 support
[ 3.898940] Key type dns_resolver registered
[ 3.906844] Registered cp15_barrier emulation handler
[ 3.906889] Registered setend emulation handler
[ 3.908304] registered taskstats version 1
[ 3.908881] Adding domain ve2-pd to PM domain host1x-pd
[ 3.909123] Adding domain ve-pd to PM domain host1x-pd
[ 4.485337] tegradc tegradc.0: blank - powerdown
[ 4.488444] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 4.488446] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 4.488451] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 4.489592] isp 54600000.isp: initialized
[ 4.490388] isp 54680000.isp: initialized
[ 4.503507] clk_cbus_recalc_rate: no gbus parent
[ 4.503511] clk_cbus_round_rate: no gbus parent
[ 4.503513] clk_cbus_round_rate: no gbus parent
[ 4.503519] clk_cbus_recalc_rate: no gbus parent
[ 4.503615] clk_cbus_recalc_rate: no gbus parent
[ 4.503618] clk_cbus_round_rate: no gbus parent
[ 4.503619] clk_cbus_round_rate: no gbus parent
[ 4.503622] clk_cbus_recalc_rate: no gbus parent
[ 4.504300] tegra_dvfs: GPU-cap: registered
[ 4.504371] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[ 4.504373] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[ 4.504375] tegra dvfs: vdd-gpu: nominal 1048mV, offset 708000uV, step 10000uV, scaling enabled
[ 4.506692] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[ 4.511271] tegra_dvfs: vdd-gpu-vts: registered
[ 4.515146] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[ 4.515755] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[ 4.516266] input: gpio-keys as /devices/gpio-keys/input/input1
[ 4.523322] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 4.523324] Extcon AUX1(HDMI) disable
[ 4.547639] tegra_rtc 7000e000.rtc: setting system clock to 2019-05-30 08:11:03 UTC (1559203863)
[ 4.548600] vi 54080000.vi: vi_probe: ++
[ 4.551559] tegradc tegradc.0: unblank
[ 4.552052] vi 54080000.vi: initialized
[ 4.554333] vi 54080000.vi: subdev nvcsi--1 bound
[ 4.555780] Disable partitions left on by BL
[ 4.555782] disb
[ 4.555827] bwmgr: missing cdev-type property
[ 4.555954] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 4.555960] DRAM derating cdev registered.
[ 4.556966] vdd-1v8: disabling
[ 4.556968] vdd-fan: disabling
[ 4.556969] vdd-usb-vbus: disabling
[ 4.556971] vdd-usb-vbus2: disabling
[ 4.556979] avdd-io-edp-1v05: disabling
[ 4.556981] vdd-usb-hub-en: disabling
[ 4.557143] ALSA device list:
[ 4.557145] #0: tegra-hda at 0x70038000 irq 83
[ 4.557146] #1: tegra-snd-t210ref-mobile-rt565x
[ 4.589462] mmc0: hw tuning done ...
[ 4.589496] mmc0: new ultra high speed SDR104 SDHC card at address 0001
[ 4.589861] mmcblk0: mmc0:0001 SD16G 15.0 GiB
[ 4.590761] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 4.590815] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 4.591825] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 4.591831] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 4.595050] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 4.595051] Extcon AUX1(HDMI) enable
[ 4.595320] tegradc tegradc.0: sync windows ret = 250
[ 4.595477] Alternate GPT is invalid, using primary GPT.
[ 4.595497] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
[ 5.009311] tegradc tegradc.1: blank - powerdown
[ 5.015784] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[ 5.015785] Extcon DP: HPD disabled
[ 5.015787] hpd: hpd_switch 0
[ 5.015790] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 5.015805] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 5.015810] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 5.060128] extcon-disp-state extcon:disp-state: cable 40 state 1
[ 5.068125] Extcon HDMI: HPD enabled
[ 5.068143] tegradc tegradc.0: hdmi: plugged
[ 5.090458] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 5.100434] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 5.112430] devtmpfs: mounted
[ 5.120198] Freeing unused kernel memory: 8512K
[ 5.450295] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 5.468457] cgroup: cgroup2: unknown option "nsdelegate"
[ 5.494004] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 5.520059] systemd[1]: Detected architecture arm64.
[ 5.556603] systemd[1]: Set hostname to <JetsonNano>.
[ 5.678320] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 5.697595] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 5.920612] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.931657] systemd[1]: Created slice User and Session Slice.
[ 5.942211] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.951958] systemd[1]: Created slice System Slice.
[ 5.961481] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.970490] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 5.982190] systemd[1]: Listening on udev Kernel Socket.
[ 5.993003] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 6.084824] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 6.251992] nvgpu: 57000000.gpu gm20b_init_clk_setup_sw:1268 [INFO] GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[ 6.436306] systemd-journald[1991]: Received request to flush runtime journal from PID 1
[ 7.524873] tegra-xusb 70090000.xusb: cannot find firmware....retry after 1 second
[ 7.624105] random: crng init done
[ 7.629125] random: 7 urandom warning(s) missed due to ratelimiting
[ 7.899384] nvs_dsm nvs_dsm: dsm_probe
[ 7.899409] nvs_dsm nvs_dsm: dsm_remove
[ 7.899412] nvs_dsm nvs_dsm: dsm_probe done
[ 7.939894] using random self ethernet address
[ 7.946735] using random host ethernet address
[ 7.967801] Mass Storage Function, version: 2009/09/11
[ 7.967807] LUN: removable file: (no medium)
[ 7.974429] using random self ethernet address
[ 7.990794] using random host ethernet address
[ 7.997574] rndis0: HOST MAC 2e:17:ed:71:83:d8
[ 7.997782] rndis0: MAC 2e:17:ed:71:83:d9
[ 8.003278] usb0: HOST MAC 2e:17:ed:71:83:da
[ 8.003306] usb0: MAC 2e:17:ed:71:83:db
[ 8.003330] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 8.004188] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 8.004204] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[ 8.004491] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 8.004727] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 8.004738] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 8.005261] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 8.005281] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 8.005506] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 8.566927] tegra-xusb 70090000.xusb: Firmware timestamp: 2017-11-03 13:36:19 UTC, Version: 50.20 release
[ 8.566968] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 8.566985] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[ 8.567845] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[ 8.567974] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[ 8.568106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 8.568111] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.568114] usb usb1: Product: xHCI Host Controller
[ 8.568117] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 8.568119] usb usb1: SerialNumber: 70090000.xusb
[ 8.568512] hub 1-0:1.0: USB hub found
[ 8.568541] hub 1-0:1.0: 5 ports detected
[ 8.568926] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 8.568934] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[ 8.569000] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 8.569070] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 8.569074] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.569077] usb usb2: Product: xHCI Host Controller
[ 8.569080] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 8.569083] usb usb2: SerialNumber: 70090000.xusb
[ 8.569420] hub 2-0:1.0: USB hub found
[ 8.569445] hub 2-0:1.0: 4 ports detected
[ 8.642737] l4tbr0: port 1(rndis0) entered blocking state
[ 8.642742] l4tbr0: port 1(rndis0) entered disabled state
[ 8.643545] device rndis0 entered promiscuous mode
[ 8.650364] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 8.655342] l4tbr0: port 2(usb0) entered blocking state
[ 8.655347] l4tbr0: port 2(usb0) entered disabled state
[ 8.655515] device usb0 entered promiscuous mode
[ 8.659853] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 8.659860] l4tbr0: port 2(usb0) entered blocking state
[ 8.659863] l4tbr0: port 2(usb0) entered forwarding state
[ 8.670956] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[ 8.671204] usb usb2: usb_suspend_both: status 0
[ 8.894945] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 8.931352] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411
[ 8.931359] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.931363] usb 1-2: Product: 4-Port USB 2.1 Hub
[ 8.931366] usb 1-2: Manufacturer: Generic
[ 8.933924] hub 1-2:1.0: USB hub found
[ 8.935115] hub 1-2:1.0: 4 ports detected
[ 9.019244] l4tbr0: port 2(usb0) entered disabled state
[ 9.040032] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[ 9.077885] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[ 9.077891] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.077895] usb 2-1: Product: 4-Port USB 3.1 Hub
[ 9.077898] usb 2-1: Manufacturer: Generic
[ 9.082307] hub 2-1:1.0: USB hub found
[ 9.085001] hub 2-1:1.0: 4 ports detected
[ 9.222900] usb 1-2.1: new full-speed USB device number 3 using tegra-xusb
[ 9.242896] usb 2-1: usb_suspend_both: status 0
[ 9.243209] usb usb2: usb_suspend_both: status 0
[ 9.247432] usb 1-2.1: New USB device found, idVendor=046d, idProduct=c52e
[ 9.247439] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.247443] usb 1-2.1: Product: USB Receiver
[ 9.247446] usb 1-2.1: Manufacturer: Logitech
[ 9.251321] input: Logitech USB Receiver as /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1:1.0/0003:046D:C52E.0001/input/input2
[ 9.311928] hid-generic 0003:046D:C52E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-70090000.xusb-2.1/input0
[ 9.315692] input: Logitech USB Receiver as /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1:1.1/0003:046D:C52E.0002/input/input3
[ 9.375336] hid-generic 0003:046D:C52E.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-70090000.xusb-2.1/input1
[ 9.448417] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.449536] eth0: 0xffffff800a35e000, 00:04:4b:e4:0d:02, IRQ 404
[ 9.501997] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.039173] tegradc tegradc.0: blank - powerdown
[ 12.100496] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 12.100499] Extcon AUX1(HDMI) disable
[ 12.120922] tegradc tegradc.0: unblank
[ 12.133122] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 12.133268] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 12.135286] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 12.135293] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 12.138566] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 12.138569] Extcon AUX1(HDMI) enable
[ 12.145147] tegradc tegradc.0: unblank
[ 12.145156] tegradc tegradc.1: blank - powerdown
[ 12.578507] r8168: eth0: link up
[ 12.579079] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 13.146084] fuse init (API version 7.26)
[ 15.144456] tegradc tegradc.0: blank - powerdown
[ 15.207128] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 15.207143] Extcon AUX1(HDMI) disable
[ 15.226425] tegradc tegradc.1: blank - powerdown
[ 15.232312] tegradc tegradc.0: blank - powerdown
[ 15.232333] tegradc tegradc.0: unblank
[ 15.244200] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 15.244281] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 15.245300] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 15.245308] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 15.249301] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 15.249304] Extcon AUX1(HDMI) enable
[ 15.249709] tegradc tegradc.0: sync windows ret = 250
[ 15.705430] tegradc tegradc.0: blank - powerdown
[ 15.763031] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 15.763034] Extcon AUX1(HDMI) disable
[ 15.783425] tegradc tegradc.0: unblank
[ 15.795535] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 15.795622] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 15.799338] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 15.799345] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 15.802631] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 15.802633] Extcon AUX1(HDMI) enable
[ 15.810726] tegradc tegradc.0: unblank
[ 15.810736] tegradc tegradc.1: blank - powerdown
[ 17.844337] tegradc tegradc.0: blank - powerdown
[ 17.904476] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 17.904498] Extcon AUX1(HDMI) disable
[ 17.922687] tegradc tegradc.1: blank - powerdown
[ 17.928511] tegradc tegradc.0: blank - powerdown
[ 17.928532] tegradc tegradc.0: unblank
[ 17.940549] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 17.940633] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 17.941651] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 17.941657] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 17.945588] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 17.945590] Extcon AUX1(HDMI) enable
[ 17.945960] tegradc tegradc.0: sync windows ret = 250
[ 18.309075] tegradc tegradc.0: blank - powerdown
[ 18.375889] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 18.375896] Extcon AUX1(HDMI) disable
[ 18.396331] tegradc tegradc.0: unblank
[ 18.408071] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 18.408152] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 18.409174] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 18.409181] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 18.412440] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 18.412442] Extcon AUX1(HDMI) enable
[ 18.418503] tegradc tegradc.0: unblank
[ 18.418901] tegradc tegradc.1: blank - powerdown
[ 20.304599] tegradc tegradc.0: blank - powerdown
[ 20.364774] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 20.364779] Extcon AUX1(HDMI) disable
[ 20.382447] tegradc tegradc.1: blank - powerdown
[ 20.387979] tegradc tegradc.0: blank - powerdown
[ 20.388001] tegradc tegradc.0: unblank
[ 20.399882] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 20.399965] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 20.400977] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 20.400984] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 20.404247] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 20.404249] Extcon AUX1(HDMI) enable
[ 20.404629] tegradc tegradc.0: sync windows ret = 250
[ 20.773357] tegradc tegradc.0: blank - powerdown
[ 20.839405] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 20.839410] Extcon AUX1(HDMI) disable
[ 20.855605] tegradc tegradc.0: unblank
[ 20.867553] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 20.867633] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 20.868639] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 20.868646] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 20.871906] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 20.871907] Extcon AUX1(HDMI) enable
[ 20.877855] tegradc tegradc.0: unblank
[ 20.877864] tegradc tegradc.1: blank - powerdown
[ 22.796471] tegradc tegradc.0: blank - powerdown
[ 22.865139] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 22.865144] Extcon AUX1(HDMI) disable
[ 22.875153] tegradc tegradc.1: blank - powerdown
[ 22.880564] tegradc tegradc.0: blank - powerdown
[ 22.880585] tegradc tegradc.0: unblank
[ 22.892491] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 22.892578] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 22.893598] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 22.893605] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 22.896870] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 22.896872] Extcon AUX1(HDMI) enable
[ 22.897246] tegradc tegradc.0: sync windows ret = 250
[ 23.256073] tegradc tegradc.0: blank - powerdown
[ 23.312113] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 23.312124] Extcon AUX1(HDMI) disable
[ 23.331506] tegradc tegradc.0: unblank
[ 23.343404] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 23.343483] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 23.344502] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 23.344510] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 23.347768] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 23.347770] Extcon AUX1(HDMI) enable
[ 23.354072] tegradc tegradc.0: unblank
[ 23.354082] tegradc tegradc.1: blank - powerdown
[ 25.284235] tegradc tegradc.0: blank - powerdown
[ 25.349046] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 25.349069] Extcon AUX1(HDMI) disable
[ 25.367751] tegradc tegradc.1: blank - powerdown
[ 25.380828] tegradc tegradc.0: blank - powerdown
[ 25.380872] tegradc tegradc.0: unblank
[ 25.397260] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 25.397337] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 25.398356] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 25.398363] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 25.402271] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 25.402273] Extcon AUX1(HDMI) enable
[ 25.402639] tegradc tegradc.0: sync windows ret = 250
[ 25.765913] tegradc tegradc.0: blank - powerdown
[ 25.832519] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 25.832521] Extcon AUX1(HDMI) disable
[ 25.852939] tegradc tegradc.0: unblank
[ 25.864857] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 25.864934] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 25.865952] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 25.865959] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 25.869227] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 25.869229] Extcon AUX1(HDMI) enable
[ 25.875163] tegradc tegradc.0: unblank
[ 25.875171] tegradc tegradc.1: blank - powerdown
[ 27.781173] tegradc tegradc.0: blank - powerdown
[ 27.837368] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 27.837391] Extcon AUX1(HDMI) disable
[ 27.855634] tegradc tegradc.1: blank - powerdown
[ 27.862792] tegradc tegradc.0: blank - powerdown
[ 27.862810] tegradc tegradc.0: unblank
[ 27.875028] tegradc tegradc.0: nominal-pclk:138500000 parent:138500000 div:1.0 pclk:138500000 137115000~150965000
[ 27.875104] tegradc tegradc.0: hdmi: tmds rate:138500K prod-setting:prod_c_hdmi_75m_150m
[ 27.876120] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 27.876127] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 27.880636] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 27.880638] Extcon AUX1(HDMI) enable
[ 27.881013] tegradc tegradc.0: sync windows ret = 250
[ 28.102563] tegradc tegradc.0: read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 28.118238] tegradc tegradc.0: hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 28.118244] tegradc tegradc.0: old edid len = 256
[ 28.118249] tegradc tegradc.0: hdmi: No EDID change after HPD bounce, taking no action
[ 28.251572] tegradc tegradc.0: blank - powerdown
[ 28.311452] extcon-disp-state extcon:disp-state: cable 47 state 0