Jetson TX2i Display port not working

Hi,
I have designed a carrier card around Jetson TX2i SOM. The display ports are not working.I am getting follwoing error messages. Can someone help to resolve this .
[ 182.366549] tegradc 15220000.nvdisplay: dp: aux write got error (0x10000100)
[ 182.366553] tegradc 15220000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[ 182.371565] tegradc 15220000.nvdisplay: dp: aux write got error (0x10000100)
[ 182.371570] tegradc 15220000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[ 182.376331] tegradc 15220000.nvdisplay: dp: aux write got error (0x10000100)
[ 182.376334] tegradc 15220000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[ 182.376337] tegradc 15220000.nvdisplay: dp: failed to exit panel power save mode (0xfffffff2)

Thanks
Goutam

Hi,

Did you configure the device tree?

set the dp-display under sor to “okay” while set hdmi-display under sor to “disabled” and enable dpaux@155c0000

Thanks for your reply !!
Which dts file should we make these changes. I have made changes in the file tegra186-quill-p3310-1000-a00-00-dsi-dp.dts located under

Linux_for_Tegra/sources/hardware/nvidia/platform/t18x/quill/kernel-dts.

Thanks
Goutam

First, you have to know what is the final dts flashed to you board.

Run “dmesg” and grep “dts” on your board shall tell you the answer.

I have flashed the following dtb file through jetson-tx2i.conf file
tegra186-quill-p3310-1000-a00-00-dsi-dp.dtb

Can you please explain which all files needs to be changed as there are so many dts files. It will be of great help.

Thanks
Goutam

Hi,

My answer is you could put it in any dts that tegra186-quill-p3310-1000-a00-00-dsi-dp.dts includes. Just make sure nothing gets override by the later dts files.

There is no specific rule of “you must put something in here but not there” in device tree.
All the device tree counts if your final dts includes them.

You could check /proc/device-tree on your board to know whether your dts change is there or not.

One thing to check, by default all the power tree for nvdisplay@15220000 are all dummy regulator.

Thus, please check tegra186-quill-power-tree-p3489-1000-a00-00.dtsi and add your regulator for it.

Thanks. I will check and get back to you.

Thanks
Goutam

How do we add regulator in this file? Can you please give an example of this ?

You should be able to see other nvdisplays which have their own regulator there.
Just grep this regulator name in side your dts file directory and you shall see the definition.

Hi,
Made following changes in tegra186-quill-power-tree-p3489-1000-a00-00.dtsi file

nvdisplay@15210000 {

avdd_hdmi-supply = <&spmic_ldo7>;avdd_hdmi_pll-supply = <&spmic_sd2>;
vdd_hdmi_5v0-supply = <&vdd_hdmi>;
vdd-dp-pwr-supply = <&battery_reg>;
avdd-dp-pll-supply = <&battery_reg>;
vdd-edp-sec-mode-supply = <&battery_reg>;
vdd-dp-pad-supply = <&battery_reg>;

};

Also made following changes in tegra186-quill-p3489-1000-a00-00-base.dts file

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

panel-s-edp-uhdtv-15-6 {
smartdimmer {
status = “disabled”;
};
};
};

dpaux@155c0000 {

status = “okay”;};

sor1 {
status = “okay”;
hdmi-display {
status = “disabled”;
};
dp-display {
status = “okay”;
};
};

nvdisplay@15200000 {
status = “disabled”;
};

nvdisplay@15220000 {
status = “disabled”;
};
};

But the display ports are still not working. We need to enable both the DP ports DP0 as well as DP1. Should we do it under different nvdisplay controller (nvdisplay@15220000 and nvdisplay@15210000 as shown below :

host1x {
nvdisplay@15200000 {
status = “disabled”;
win-mask = <0x7>;
nvidia,fb-win = <0x0>;
nvidia,dc-or-node = “/host1x/dsi”;
};
nvdisplay@15210000 {
status = “okay”;
win-mask = <0x18>;
nvidia,fb-win = <0x3>;
nvidia,dc-or-node = “/host1x/sor1”;

};
nvdisplay@15220000 {
status = “okay”;
win-mask = <0x20>;
nvidia,fb-win = <0x5>;
nvidia,dc-or-node = “/host1x/sor”;

};

dsi {
status = “disabled”;
nvidia,active-panel = <&panel_s_wuxga_8_0>;
panel-s-wuxga-8-0 {
bootloader-status = “disabled”;
status = “disabled”;
};
};
sor {status = “okay”;
nvidia,active-panel = <&sor0_hdmi_display>;
dp-display {
bootloader-status = “okay”;
status = “okay”;
};
hdmi-display {
status = “disabled”;
};
};

sor1 {
status = “okay”;
nvidia,active-panel = <&sor1_hdmi_display>;
dp-display {
bootloader-status = “okay”;
status = “okay”;
};
hdmi-display {
status = “disabled”;
};
};

dpaux@155c0000 {
status = “okay”;
};
};

Thanks
Goutam

Hi,

Try to do it one by one when you are trying to enable dual display. Otherwise the log will mess together and not easy to check.

sor0 maps to dp0 while sor1 maps to dp1.

These two are mapped to each nvdisplay.

That is why dc-or-node exists.

Also, the nvidia,active-panel on your side is still the hdmi. You have to configure it to dp.

Also, are you sure you want to use battery_reg as power source? Is there any GPIO for it?

Hi ,What should be the active panel settings for dp? Should it be <&sor0_dp_display>?Yes,there is no gpio connection ,so should we use power source as <&vdd_dp>?

Thanks.

For sor0, you have to write

nvidia,active-panel = <&sor0_dp_display>;

and for sor1, you should write

nvidia,active-panel = <&sor1_dp_display>;

there is no gpio connection ,so should we use power source as <&vdd_dp>?

Then please keep using battery_reg. It is a dummy regulator to let driver no print error.

Hi WayneWWW,

Thanks for your reply. We have implemented all the suggested changes. The display ports are still not working. We are getting the same error.
Can you please confirm if the HP display (HP Elite Display E243) that we are using for testing the DP ports is supported by L4T or not ?

Thanks
Goutam

Hi,

Please convert your current dtb file back to dts file and paste here.

Also, please share the full dmesg.

Hi,
We tried to enable DP1 port on sor1.

Please find below the demsg log :
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 4.9.140-tegra (root@elma-ThinkPad-T440) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc0
[ 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 , 145600000
[ 0.000000] OF: fdt: - 235e00000 , 200000
[ 0.000000] OF: fdt: - 236600000 , 200000
[ 0.000000] OF: fdt: - 237000000 , 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: 1793024
[ 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: 19912 pages used for memmap
[ 0.000000] Normal zone: 1269248 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 25 pages/cpu @ffffffc1b676a000 s61656 r8192 d32552 u102400
[ 0.000000] pcpu-alloc: s61656 r8192 d32552 u102400 alloc=25*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: 1764920
[ 0.000000] Kernel command line: console=ttyS0,115200 androidboot.presilicon=true firmware_class.path=/etc/firmware root=/dev/mmcblk0p1 rw
[ 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: 29208(89%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 6936680K/7172096K available (15294K kernel code, 2934K rwdata, 6708K rodata, 8576K init, 609K bss, 169880K reserved, 6)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008f70000 ( 15296 KB)
[ 0.000000] .rodata : 0xffffff8008f70000 - 0xffffff8009610000 ( 6784 KB)
[ 0.000000] .init : 0xffffff8009610000 - 0xffffff8009e70000 ( 8576 KB)
[ 0.000000] .data : 0xffffff8009e70000 - 0xffffff800a14d808 ( 2935 KB)
[ 0.000000] .bss : 0xffffff800a14d808 - 0xffffff800a1e5f7c ( 610 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 - 0xffffffbf06dc8000 ( 109 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1b7200000 ( 7026 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.001581] Console: colour dummy device 80x25
[ 0.001587] console [tty0] enabled
[ 0.001591] bootconsole [uart8250] disabled
[ 0.001599] kmemleak: Kernel memory leak detector disabled
[ 0.001608] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.001615] pid_max: default: 32768 minimum: 301
[ 0.001931] Security Framework initialized
[ 0.002089] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002093] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002726] ftrace: allocating 47104 entries in 185 pages
[ 0.129018] sched-energy: Sched-energy-costs installed from DT
[ 0.129029] ASID allocator initialised with 65536 entries
[ 0.168361] tegra-id: chipid=21817.
[ 0.168366] tegra-id: opt_subrevision=1.
[ 0.168381] Tegra Revision: A02p SKU: 0x90 CPU Process: 0 SoC Process: 0
[ 0.168389] DTS File Name: /home/elma/nvidia/JetPack_4.4_Linux_JETSON_TX2I/Linux_for_Tegra/sources/kernel/kernel-4.9/arch/arm64/boot/dts/.s
[ 0.168394] DTB Build time:
[ 0.217742] CPU1: Booted secondary processor [4e0f0030]
[ 0.249349] CPU2: Booted secondary processor [4e0f0030]
[ 0.281134] CPU3: Booted secondary processor [411fd073]
[ 0.313115] CPU4: Booted secondary processor [411fd073]
[ 0.345109] CPU5: Booted secondary processor [411fd073]
[ 0.345163] Brought up 6 CPUs
[ 0.345167] SMP: Total of 6 processors activated.
[ 0.345172] CPU features: detected feature: 32-bit EL0 Support
[ 0.345933] CPU: All CPU(s) started at EL2
[ 0.345983] alternatives: patching kernel code
[ 0.348884] devtmpfs: initialized
[ 0.388508] Initilizing CustomIPI irq domain
[ 0.388714] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.388723] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.389634] pinctrl core: initialized pinctrl subsystem
[ 0.389856] OS set in device tree is not L4T.
[ 0.390014] regulator-dummy: no parameters
[ 0.390153] Initializing plugin-manager
[ 0.390204] Plugin module not found
[ 0.390240] Plugin-manager status disabled
[ 0.392140] NET: Registered protocol family 16
[ 0.392942] pstore: using zlib compression
[ 0.392957] console [pstore-1] enabled
[ 0.392959] pstore: Registered ramoops as persistent store backend
[ 0.392963] ramoops: attached 0x200000@0x235880000, ecc: 0/0
[ 0.409146] cpuidle: using governor menu
[ 0.410786] bpmp: waiting for handshake
[ 0.410790] bpmp: handshake completed
[ 0.410806] bpmp: synchronizing channels
[ 0.410824] bpmp: channels synchronized
[ 0.410827] bpmp: mail init ok
[ 0.413024] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.413029] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.413033] arm-smmu 12000000.iommu: stage 1 translation
[ 0.413037] arm-smmu 12000000.iommu: stage 2 translation
[ 0.413040] arm-smmu 12000000.iommu: nested translation
[ 0.413045] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.413050] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.413054] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.413059] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.413063] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.415382] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e74000)
[ 0.415398] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.417411] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.419612] Registering BPMP clocks…
[ 0.419706] tegra_bpmp_clk_init: clock init ok (638 clks)
[ 0.420686] Serial: AMBA PL011 UART driver
[ 0.421783] tegra_powergate_init: DONE
[ 0.421791] DTS File Name: /home/elma/nvidia/JetPack_4.4_Linux_JETSON_TX2I/Linux_for_Tegra/sources/kernel/kernel-4.9/arch/arm64/boot/dts/.s
[ 0.421797] DTB Build time:
[ 0.424083] Tegra reboot handler registered.
[ 0.425711] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.425784] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.425797] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.425799] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.425802] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.425959] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.425971] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.426312] iommu: Adding device 3460000.sdhci to group 0
[ 0.426794] iommu: Adding device 3440000.sdhci to group 1
[ 0.427263] iommu: Adding device 3400000.sdhci to group 2
[ 0.428364] iommu: Adding device 3507000.ahci-sata to group 3
[ 0.428376] arm-smmu: forcing sodev map for 3507000.ahci-sata
[ 0.428876] iommu: Adding device 3160000.i2c to group 4
[ 0.429351] iommu: Adding device c240000.i2c to group 5
[ 0.429710] iommu: Adding device 3180000.i2c to group 6
[ 0.430065] iommu: Adding device 3190000.i2c to group 7
[ 0.430495] iommu: Adding device 31b0000.i2c to group 8
[ 0.430842] iommu: Adding device 31c0000.i2c to group 9
[ 0.431189] iommu: Adding device c250000.i2c to group 10
[ 0.431530] iommu: Adding device 31e0000.i2c to group 11
[ 0.433146] iommu: Adding device 3210000.spi to group 12
[ 0.433501] iommu: Adding device c260000.spi to group 13
[ 0.433850] iommu: Adding device 3240000.spi to group 14
[ 0.434559] iommu: Adding device 3100000.serial to group 15
[ 0.434912] iommu: Adding device 3110000.serial to group 16
[ 0.435257] iommu: Adding device c280000.serial to group 17
[ 0.435601] iommu: Adding device 3130000.serial to group 18
[ 0.437039] iommu: Adding device 2490000.ether_qos to group 19
[ 0.437059] arm-smmu: forcing sodev map for 2490000.ether_qos
[ 0.437760] iommu: Adding device b000000.rtcpu to group 20
[ 0.439981] iommu: Adding device 13e10000.host1x to group 21
[ 0.440295] iommu: Adding device 13e10000.host1x:ctx0 to group 22
[ 0.440624] iommu: Adding device 13e10000.host1x:ctx1 to group 23
[ 0.440999] iommu: Adding device 13e10000.host1x:ctx2 to group 24
[ 0.441327] iommu: Adding device 13e10000.host1x:ctx3 to group 25
[ 0.441662] iommu: Adding device 13e10000.host1x:ctx4 to group 26
[ 0.441980] iommu: Adding device 13e10000.host1x:ctx5 to group 27
[ 0.442297] iommu: Adding device 13e10000.host1x:ctx6 to group 28
[ 0.442623] iommu: Adding device 13e10000.host1x:ctx7 to group 29
[ 0.443124] iommu: Adding device 150c0000.nvcsi to group 30
[ 0.443787] iommu: Adding device 15700000.vi to group 31
[ 0.444146] iommu: Adding device 15600000.isp to group 32
[ 0.444612] iommu: Adding device 15210000.nvdisplay to group 33
[ 0.445250] iommu: Adding device 15340000.vic to group 34
[ 0.445484] iommu: Adding device 154c0000.nvenc to group 35
[ 0.445699] iommu: Adding device 15480000.nvdec to group 36
[ 0.446040] iommu: Adding device 15380000.nvjpg to group 37
[ 0.446257] iommu: Adding device 15500000.tsec to group 38
[ 0.446478] iommu: Adding device 15100000.tsecb to group 39
[ 0.447408] iommu: Adding device 15810000.se to group 40
[ 0.447628] iommu: Adding device 15820000.se to group 41
[ 0.447860] iommu: Adding device 15830000.se to group 42
[ 0.448085] iommu: Adding device 15840000.se to group 43
[ 0.449025] iommu: Adding device smmu_test to group 44
[ 0.449663] mc: mapped MMIO address: 0xffffff800a6e0000 → 0x2c10000
[ 0.449675] mc: mapped MMIO address: 0xffffff800a7b0000 → 0x2c20000
[ 0.449686] mc: mapped MMIO address: 0xffffff800a7d0000 → 0x2c30000
[ 0.449696] mc: mapped MMIO address: 0xffffff800b110000 → 0x2c40000
[ 0.449706] mc: mapped MMIO address: 0xffffff800b130000 → 0x2c50000
[ 0.449714] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.449724] mc-err: mcerr ops are set to t18x
[ 0.449868] dram-ecc: DRAM ECC enabled-MC_ECC_CONTROL:0x0000000d
[ 0.449891] dram-ecc: SCE-R5 is booted with Camera FW
[ 0.449894] dram-ecc: DRAM ECC interrupts handled in Camera FW
[ 0.451064] iommu: Adding device 3530000.xhci to group 45
[ 0.451079] arm-smmu: forcing sodev map for 3530000.xhci
[ 0.451550] iommu: Adding device 3550000.xudc to group 46
[ 0.451561] arm-smmu: forcing sodev map for 3550000.xudc
[ 0.452300] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.452307] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.452911] iommu: Adding device 17000000.gp10b to group 47
[ 0.454015] tegra-reset 5000000.clock: registered 193 resets.
[ 0.456291] iommu: Adding device d000000.bpmp to group 48
[ 0.456501] bpmp: ping status is 0
[ 0.456601] bpmp d000000.bpmp: firmware tag is 4208eb5c85fe47a2235fbc0b8eb87dca
[ 0.459190] bpmp d000000.bpmp: probe ok
[ 0.462494] iommu: Adding device 2600000.dma to group 49
[ 0.463704] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[ 0.463730] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[ 0.463761] GPIO line 461 (camera-control-output-low) hogged as output/low
[ 0.463786] GPIO line 456 (camera-control-output-low) hogged as output/low
[ 0.463810] GPIO line 457 (camera-control-output-low) hogged as output/low
[ 0.463831] GPIO line 426 (camera-control-output-low) hogged as output/low
[ 0.463993] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.467846] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[ 0.469475] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.469493] arm-smmu: forcing sodev map for 10003000.pcie-controller
[ 0.469846] iommu: Adding device sound to group 51
[ 0.470221] iommu: Adding device 3510000.hda to group 52
[ 0.477971] iommu: Adding device c1a0000.aon to group 53
[ 0.478424] vdd-ac-bat: 5000 mV
[ 0.480190] vdd-1v8-ap: 1800 mV
[ 0.505239] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.505354] random: fast init done
[ 0.508207] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.508403] SCSI subsystem initialized
[ 0.508537] libata version 3.00 loaded.
[ 0.508687] usbcore: registered new interface driver usbfs
[ 0.508721] usbcore: registered new interface driver hub
[ 0.508768] usbcore: registered new device driver usb
[ 0.511894] GPIO line 241 (touch-rails) hogged as output/high
[ 0.512298] GPIO line 242 (touch-rails) hogged as output/high
[ 0.512453] gpiochip_setup_dev: registered GPIOs 240 to 255 on device: gpiochip2 (tca9539)
[ 0.513804] GPIO line 228 (lcd-bias-rails) hogged as output/high
[ 0.513942] gpiochip_setup_dev: registered GPIOs 224 to 239 on device: gpiochip3 (tca9539)
[ 0.523783] max77620 4-003c: PMIC Version OTP:0x4D and ES:0x1
[ 0.528964] vddio-ddr: at 1125 mV
[ 0.532689] avdd_dsi_csi: 1200 mV
[ 0.536695] vdd-1v8: 1800 mV
[ 0.540688] vdd-3v3-sys: 3300 mV
[ 0.541256] max77620-sd4: at 600 mV
[ 0.542211] spmic-ldo0: at 1800 mV
[ 0.542918] spmic-ldo1: at 800 mV
[ 0.544694] vddio-3v3: 3300 mV
[ 0.545291] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.548689] vdd-rtc: at 800 mV
[ 0.549419] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.552721] spmic-ldo6: at 1500 mV
[ 0.556685] vdd-pex-1v00: 1000 mV
[ 0.557293] dvdd-pex: 1000 mV
[ 0.559370] GPIO line 221 (spmic_gpio_input) hogged as input
[ 0.559510] GPIO line 222 (spmic_gpio_input) hogged as input
[ 0.559661] gpiochip_setup_dev: registered GPIOs 216 to 223 on device: gpiochip4 (max77620-gpio)
[ 0.559848] max77620 4-003c: max77620 probe successful
[ 0.560247] media: Linux media interface: v0.10
[ 0.560275] Linux video capture interface: v2.00
[ 0.563852] pps_core: LinuxPPS API ver. 1 registered

This is not the full log. Is it being truncated?

How did you dump the log?

I copied from the terminal. Please find below the updated dmesg log :

[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 4.9.140-tegra (root@elma-ThinkPad-T440) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc0
[ 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 , 145600000
[ 0.000000] OF: fdt: - 235e00000 , 200000
[ 0.000000] OF: fdt: - 236600000 , 200000
[ 0.000000] OF: fdt: - 237000000 , 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: 1793024
[ 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: 19912 pages used for memmap
[ 0.000000] Normal zone: 1269248 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 25 pages/cpu @ffffffc1b676a000 s61656 r8192 d32552 u102400
[ 0.000000] pcpu-alloc: s61656 r8192 d32552 u102400 alloc=25*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: 1764920
[ 0.000000] Kernel command line: console=ttyS0,115200 androidboot.presilicon=true firmware_class.path=/etc/firmware root=/dev/mmcblk0p1 rw
[ 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: 29208(89%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 6936680K/7172096K available (15294K kernel code, 2934K rwdata, 6708K rodata, 8576K init, 609K bss, 169880K reserved, 6)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008f70000 ( 15296 KB)
[ 0.000000] .rodata : 0xffffff8008f70000 - 0xffffff8009610000 ( 6784 KB)
[ 0.000000] .init : 0xffffff8009610000 - 0xffffff8009e70000 ( 8576 KB)
[ 0.000000] .data : 0xffffff8009e70000 - 0xffffff800a14d808 ( 2935 KB)
[ 0.000000] .bss : 0xffffff800a14d808 - 0xffffff800a1e5f7c ( 610 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 - 0xffffffbf06dc8000 ( 109 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1b7200000 ( 7026 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.001562] Console: colour dummy device 80x25
[ 0.001568] console [tty0] enabled
[ 0.001572] bootconsole [uart8250] disabled
[ 0.001579] kmemleak: Kernel memory leak detector disabled
[ 0.001589] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.001597] pid_max: default: 32768 minimum: 301
[ 0.001913] Security Framework initialized
[ 0.002072] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002077] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002709] ftrace: allocating 47104 entries in 185 pages
[ 0.128905] sched-energy: Sched-energy-costs installed from DT
[ 0.128915] ASID allocator initialised with 65536 entries
[ 0.168174] tegra-id: chipid=21817.
[ 0.168180] tegra-id: opt_subrevision=1.
[ 0.168195] Tegra Revision: A02p SKU: 0x90 CPU Process: 0 SoC Process: 0
[ 0.168203] DTS File Name: /home/elma/nvidia/JetPack_4.4_Linux_JETSON_TX2I/Linux_for_Tegra/sources/kernel/kernel-4.9/arch/arm64/boot/dts/.s
[ 0.168209] DTB Build time:
[ 0.217738] CPU1: Booted secondary processor [4e0f0030]
[ 0.249350] CPU2: Booted secondary processor [4e0f0030]
[ 0.281132] CPU3: Booted secondary processor [411fd073]
[ 0.313113] CPU4: Booted secondary processor [411fd073]
[ 0.345111] CPU5: Booted secondary processor [411fd073]
[ 0.345167] Brought up 6 CPUs
[ 0.345170] SMP: Total of 6 processors activated.
[ 0.345175] CPU features: detected feature: 32-bit EL0 Support
[ 0.345908] CPU: All CPU(s) started at EL2
[ 0.345953] alternatives: patching kernel code
[ 0.348921] devtmpfs: initialized
[ 0.387899] Initilizing CustomIPI irq domain
[ 0.388095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.388103] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.389018] pinctrl core: initialized pinctrl subsystem
[ 0.389254] OS set in device tree is not L4T.
[ 0.389418] regulator-dummy: no parameters
[ 0.389556] Initializing plugin-manager
[ 0.389613] Plugin module not found
[ 0.389649] Plugin-manager status disabled
[ 0.391470] NET: Registered protocol family 16
[ 0.392247] pstore: using zlib compression
[ 0.392260] console [pstore-1] enabled
[ 0.392263] pstore: Registered ramoops as persistent store backend
[ 0.392267] ramoops: attached 0x200000@0x235880000, ecc: 0/0
[ 0.405146] cpuidle: using governor menu
[ 0.406743] bpmp: waiting for handshake
[ 0.406746] bpmp: handshake completed
[ 0.406757] bpmp: synchronizing channels
[ 0.406776] bpmp: channels synchronized
[ 0.406778] bpmp: mail init ok
[ 0.408895] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.408900] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.408903] arm-smmu 12000000.iommu: stage 1 translation
[ 0.408907] arm-smmu 12000000.iommu: stage 2 translation
[ 0.408909] arm-smmu 12000000.iommu: nested translation
[ 0.408915] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.408920] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.408924] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.408928] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.408932] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.411209] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e74000)
[ 0.411221] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.413428] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.415555] Registering BPMP clocks…
[ 0.415648] tegra_bpmp_clk_init: clock init ok (638 clks)
[ 0.416630] Serial: AMBA PL011 UART driver
[ 0.417708] tegra_powergate_init: DONE
[ 0.417716] DTS File Name: /home/elma/nvidia/JetPack_4.4_Linux_JETSON_TX2I/Linux_for_Tegra/sources/kernel/kernel-4.9/arch/arm64/boot/dts/.s
[ 0.417721] DTB Build time:
[ 0.419941] Tegra reboot handler registered.
[ 0.421488] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.421555] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.421567] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.421570] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.421572] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.421722] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.421732] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.422067] iommu: Adding device 3460000.sdhci to group 0
[ 0.422527] iommu: Adding device 3440000.sdhci to group 1
[ 0.422974] iommu: Adding device 3400000.sdhci to group 2
[ 0.424036] iommu: Adding device 3507000.ahci-sata to group 3
[ 0.424049] arm-smmu: forcing sodev map for 3507000.ahci-sata
[ 0.424501] iommu: Adding device 3160000.i2c to group 4
[ 0.424961] iommu: Adding device c240000.i2c to group 5
[ 0.425332] iommu: Adding device 3180000.i2c to group 6
[ 0.425668] iommu: Adding device 3190000.i2c to group 7
[ 0.426081] iommu: Adding device 31b0000.i2c to group 8
[ 0.426415] iommu: Adding device 31c0000.i2c to group 9
[ 0.426745] iommu: Adding device c250000.i2c to group 10
[ 0.427081] iommu: Adding device 31e0000.i2c to group 11
[ 0.428553] iommu: Adding device 3210000.spi to group 12
[ 0.428893] iommu: Adding device c260000.spi to group 13
[ 0.429267] iommu: Adding device 3240000.spi to group 14
[ 0.429982] iommu: Adding device 3100000.serial to group 15
[ 0.430334] iommu: Adding device 3110000.serial to group 16
[ 0.430676] iommu: Adding device c280000.serial to group 17
[ 0.431029] iommu: Adding device 3130000.serial to group 18
[ 0.432373] iommu: Adding device 2490000.ether_qos to group 19
[ 0.432385] arm-smmu: forcing sodev map for 2490000.ether_qos
[ 0.433059] iommu: Adding device b000000.rtcpu to group 20
[ 0.435323] iommu: Adding device 13e10000.host1x to group 21
[ 0.435651] iommu: Adding device 13e10000.host1x:ctx0 to group 22
[ 0.435959] iommu: Adding device 13e10000.host1x:ctx1 to group 23
[ 0.436264] iommu: Adding device 13e10000.host1x:ctx2 to group 24
[ 0.436570] iommu: Adding device 13e10000.host1x:ctx3 to group 25
[ 0.436900] iommu: Adding device 13e10000.host1x:ctx4 to group 26
[ 0.437264] iommu: Adding device 13e10000.host1x:ctx5 to group 27
[ 0.437579] iommu: Adding device 13e10000.host1x:ctx6 to group 28
[ 0.437905] iommu: Adding device 13e10000.host1x:ctx7 to group 29
[ 0.438391] iommu: Adding device 150c0000.nvcsi to group 30
[ 0.439038] iommu: Adding device 15700000.vi to group 31
[ 0.439397] iommu: Adding device 15600000.isp to group 32
[ 0.439851] iommu: Adding device 15210000.nvdisplay to group 33
[ 0.440474] iommu: Adding device 15340000.vic to group 34
[ 0.440693] iommu: Adding device 154c0000.nvenc to group 35
[ 0.440914] iommu: Adding device 15480000.nvdec to group 36
[ 0.441287] iommu: Adding device 15380000.nvjpg to group 37
[ 0.441508] iommu: Adding device 15500000.tsec to group 38
[ 0.441718] iommu: Adding device 15100000.tsecb to group 39
[ 0.442616] iommu: Adding device 15810000.se to group 40
[ 0.442849] iommu: Adding device 15820000.se to group 41
[ 0.443063] iommu: Adding device 15830000.se to group 42
[ 0.443279] iommu: Adding device 15840000.se to group 43
[ 0.444160] iommu: Adding device smmu_test to group 44
[ 0.444784] mc: mapped MMIO address: 0xffffff800a6e0000 → 0x2c10000
[ 0.444796] mc: mapped MMIO address: 0xffffff800a7b0000 → 0x2c20000
[ 0.444806] mc: mapped MMIO address: 0xffffff800a7d0000 → 0x2c30000
[ 0.444817] mc: mapped MMIO address: 0xffffff800b110000 → 0x2c40000
[ 0.444827] mc: mapped MMIO address: 0xffffff800b130000 → 0x2c50000
[ 0.444836] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.444845] mc-err: mcerr ops are set to t18x
[ 0.444989] dram-ecc: DRAM ECC enabled-MC_ECC_CONTROL:0x0000000d
[ 0.445015] dram-ecc: SCE-R5 is booted with Camera FW
[ 0.445018] dram-ecc: DRAM ECC interrupts handled in Camera FW
[ 0.446203] iommu: Adding device 3530000.xhci to group 45
[ 0.446215] arm-smmu: forcing sodev map for 3530000.xhci
[ 0.446667] iommu: Adding device 3550000.xudc to group 46
[ 0.446677] arm-smmu: forcing sodev map for 3550000.xudc
[ 0.447393] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.447399] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.447980] iommu: Adding device 17000000.gp10b to group 47
[ 0.449041] tegra-reset 5000000.clock: registered 193 resets.
[ 0.451269] iommu: Adding device d000000.bpmp to group 48
[ 0.451485] bpmp: ping status is 0
[ 0.451587] bpmp d000000.bpmp: firmware tag is 4208eb5c85fe47a2235fbc0b8eb87dca
[ 0.454222] bpmp d000000.bpmp: probe ok
[ 0.457465] iommu: Adding device 2600000.dma to group 49
[ 0.458642] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[ 0.458668] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[ 0.458698] GPIO line 461 (camera-control-output-low) hogged as output/low
[ 0.458722] GPIO line 456 (camera-control-output-low) hogged as output/low
[ 0.458746] GPIO line 457 (camera-control-output-low) hogged as output/low
[ 0.458767] GPIO line 426 (camera-control-output-low) hogged as output/low
[ 0.458928] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.462654] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[ 0.464206] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.464221] arm-smmu: forcing sodev map for 10003000.pcie-controller
[ 0.464559] iommu: Adding device sound to group 51
[ 0.464950] iommu: Adding device 3510000.hda to group 52
[ 0.472458] iommu: Adding device c1a0000.aon to group 53
[ 0.472952] vdd-ac-bat: 5000 mV
[ 0.474640] vdd-1v8-ap: 1800 mV
[ 0.501141] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.504209] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.504412] SCSI subsystem initialized
[ 0.504538] libata version 3.00 loaded.
[ 0.504669] usbcore: registered new interface driver usbfs
[ 0.504702] usbcore: registered new interface driver hub
[ 0.504757] usbcore: registered new device driver usb
[ 0.505355] random: fast init done
[ 0.507849] GPIO line 241 (touch-rails) hogged as output/high
[ 0.508250] GPIO line 242 (touch-rails) hogged as output/high
[ 0.508408] gpiochip_setup_dev: registered GPIOs 240 to 255 on device: gpiochip2 (tca9539)
[ 0.509739] GPIO line 228 (lcd-bias-rails) hogged as output/high
[ 0.509874] gpiochip_setup_dev: registered GPIOs 224 to 239 on device: gpiochip3 (tca9539)
[ 0.519623] max77620 4-003c: PMIC Version OTP:0x4D and ES:0x1
[ 0.524829] vddio-ddr: at 1125 mV
[ 0.528709] avdd_dsi_csi: 1200 mV
[ 0.532684] vdd-1v8: 1800 mV
[ 0.536685] vdd-3v3-sys: 3300 mV
[ 0.537237] max77620-sd4: at 600 mV
[ 0.538213] spmic-ldo0: at 1800 mV
[ 0.538902] spmic-ldo1: at 800 mV
[ 0.540685] vddio-3v3: 3300 mV
[ 0.541271] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.544706] vdd-rtc: at 800 mV
[ 0.545448] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.548685] spmic-ldo6: at 1500 mV
[ 0.552687] vdd-pex-1v00: 1000 mV
[ 0.553315] dvdd-pex: 1000 mV
[ 0.555457] GPIO line 221 (spmic_gpio_input) hogged as input
[ 0.555602] GPIO line 222 (spmic_gpio_input) hogged as input
[ 0.555757] gpiochip_setup_dev: registered GPIOs 216 to 223 on device: gpiochip4 (max77620-gpio)
[ 0.555934] max77620 4-003c: max77620 probe successful
[ 0.556316] media: Linux media interface: v0.10
[ 0.556343] Linux video capture interface: v2.00
[ 0.559882] pps_core: LinuxPPS API ver. 1 registered
[ 0.559885] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.559901] PTP clock support registered
[ 0.560088] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[ 0.560291] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.560309] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.561764] trusty trusty: trusty version: Built: 21:16:26 Jun 25 2020
[ 0.561779] trusty trusty: selected api version: 3 (requested 3)
[ 0.562590] Advanced Linux Sound Architecture Driver Initialized.
[ 0.562906] Bluetooth: Core ver 2.22
[ 0.562932] NET: Registered protocol family 31
[ 0.562935] Bluetooth: HCI device and connection manager initialized
[ 0.562942] Bluetooth: HCI socket layer initialized
[ 0.562946] Bluetooth: L2CAP socket layer initialized
[ 0.562960] Bluetooth: SCO socket layer initialized
[ 0.563694] en-vdd-sd: 3300 mV
[ 0.564390] en-vdd-cam: 1800 mV
[ 0.569168] vdd-hdmi: 5000 mV
[ 0.569491] vdd-usb0-5v: 5000 mV
[ 0.569802] vdd-usb1-5v: 5000 mV
[ 0.573123] en-vdd-ts-1v8: 1800 mV
[ 0.577120] en-vdd-ts-hv-3v3: 3300 mV
[ 0.577803] en-vdd-disp-3v3: 3300 mV
[ 0.578460] en-mdm-pwr-3v7: 3700 mV
[ 0.579129] en-vdd-disp-1v8: 1800 mV
[ 0.579808] en-vdd-cam-hv-2v8: 2800 mV
[ 0.580480] en-vdd-cam-1v2: 1200 mV
[ 0.581169] vdd-fan: 5000 mV
[ 0.581428] vdd-3v3: 3300 mV
[ 0.582316] dis-vdd-1v2: 1200 mV
[ 0.582579] en-vdd-vcm-2v8: 2800 mV
[ 0.583277] vdd-usb2-5v: 5000 mV
[ 0.583541] vdd-sys-bl: 3300 mV
[ 0.584237] en-vdd-sys: 1200 mV
[ 0.586404] camchar: rtcpu character device driver loaded
[ 0.586930] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.588581] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:2
[ 0.589418] clocksource: Switched to clocksource arch_sys_counter
[ 0.612093] VFS: Disk quotas dquot_6.6.0
[ 0.612165] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.612415] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.612953] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[ 0.612959] nvmap_page_pool_init: Total RAM pages: 1750554
[ 0.612962] nvmap_page_pool_init: nvmap page pool size: 218819 pages (854 MB)
[ 0.613031] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.615539] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 0.621070] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.621236] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.621636] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.621711] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.621811] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.621911] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.622065] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.622219] la/ptsa driver initialized.
[ 0.622228] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.622231] pre_t19x_iso_plat_init(): max_iso_bw=7680000KB
[ 0.622541] NET: Registered protocol family 2
[ 0.623147] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.623451] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.624042] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.624096] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.624211] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.624550] NET: Registered protocol family 1
[ 0.624936] RPC: Registered named UNIX socket transport module.
[ 0.624939] RPC: Registered udp transport module.
[ 0.624942] RPC: Registered tcp transport module.
[ 0.624944] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.624951] PCI: CLS 0 bytes, default 64
[ 0.625080] Trying to unpack rootfs image as initramfs…
[ 0.792059] Freeing initrd memory: 5432K
[ 0.807794] host1x 13e10000.host1x: initialized
[ 0.809052] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.811204] audit: initializing netlink subsys (disabled)
[ 0.811231] audit: type=2000 audit(0.704:1): initialized
[ 0.811668] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.818252] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.819247] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.819750] 9p: Installing v9fs 9p2000 file system support
[ 0.821914] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.821996] io scheduler noop registered
[ 0.822207] io scheduler cfq registered (default)
[ 0.825513] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 0.925257] iommu: Adding device aconnect@2a41000:adsp_audio to group 54
[ 0.958233] iommu: Adding device 2993000.adsp to group 55
[ 0.959255] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 0.961744] tegra-xusb-padctl 3520000.xusb_padctl: VBUS over-current detection enabled
[ 0.965224] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.966413] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.967456] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.968490] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.970690] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 0.971630] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 0.971951] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 0.972091] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.972200] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.972205] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=2000000, max_bw=4687500
[ 0.974416] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 0.975621] tsec 15500000.tsec: initialized
[ 0.976584] tsec 15100000.tsecb: initialized
[ 0.980014] nvdec 15480000.nvdec: initialized
[ 0.986004] falcon 15340000.vic: initialized
[ 0.987188] falcon 154c0000.nvenc: initialized
[ 0.988273] falcon 15380000.nvjpg: initialized
[ 0.990179] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.991517] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.992837] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.994190] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.995522] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.996834] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.998157] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.999478] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 1.002624] tegradccommon 15200000.dc_common: host1x channel mapped
[ 1.002632] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 1.002659] tegradccommon 15200000.dc_common: dma mapping done
[ 1.003292] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=391
[ 1.003453] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[ 1.003488] tegradc 15210000.nvdisplay: tegra_dc_parse_panel_ops: panel: /host1x/sor1/hdmi-display is not active
[ 1.003510] tegradc 15210000.nvdisplay: err:-19 parsing panel_ops
[ 1.003889] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[ 1.004088] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[ 1.004104] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[ 1.004262] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[ 1.004265] tegra_cec 3960000.tegra_cec: probed
[ 1.014132] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[ 1.014734] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[ 1.014762] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 1.015171] kfuse 3830000.kfuse: initialized
[ 1.016519] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 1.019409] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.021782] console [ttyS0] disabled
[ 1.021827] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra
[ 1.038137] console [ttyS0] enabled
[ 1.039455] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART
[ 1.040317] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 1.040477] serial-tegra 3130000.serial: RX in PIO mode
[ 1.041221] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 1.042214] [drm] Initialized
[ 1.048977] brd: module loaded
[ 1.052465] loop: module loaded
[ 1.052530] tegra_profiler: version: 1.141, samples/io: 48/28
[ 1.052605] tegra_profiler: auth: init
[ 1.052951] nct1008_nct72 7-004c: starting parse dt
[ 1.053047] nct1008_nct72 7-004c: !!!Found deprecated property!!!
[ 1.053052] nct1008_nct72 7-004c: success parsing dt
[ 1.053152] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 1.053527] THERMAL EST: found 3 subdevs
[ 1.053531] THERMAL EST num_resources: 0
[ 1.053535] [THERMAL EST subdev 0]
[ 1.053539] [THERMAL EST subdev 1]
[ 1.053543] [THERMAL EST subdev 2]
[ 1.053798] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 1.053800] THERMAL EST: thz register success.
[ 1.053884] THERMAL EST: end of probe, return err: 0
[ 1.054509] sd: No Scsi addr parsed to reserve index
[ 1.054529] hisi_sas: driver version v1.6
[ 1.058085] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 1.058093] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 1.058820] scsi host0: tegra_ahci
[ 1.059191] scsi host1: tegra_ahci
[ 1.059322] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24
[ 1.059325] ata2: DUMMY
[ 1.064422] libphy: Fixed MDIO Bus: probed
[ 1.064973] tun: Universal TUN/TAP device driver, 1.6
[ 1.064976] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 1.065655] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.065658] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.065691] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.065693] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.065723] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.065726] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.065755] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 1.065757] Copyright(c) 1999 - 2017 Intel Corporation.
[ 1.073622] eqos 2490000.ether_qos: can’t get pllrefe_vcoout clk (-2)
[ 1.076352] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b a9 31 b4
[ 1.076452] libphy: dwc_phy: probed
[ 1.076746] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 1.078620] PPP generic driver version 2.4.2
[ 1.078728] PPP BSD Compression module registered
[ 1.078731] PPP Deflate Compression module registered
[ 1.078746] PPP MPPE Compression module registered
[ 1.078750] NET: Registered protocol family 24
[ 1.078787] usbcore: registered new interface driver r8152
[ 1.078818] usbcore: registered new interface driver asix
[ 1.078845] usbcore: registered new interface driver ax88179_178a
[ 1.078869] usbcore: registered new interface driver cdc_ether
[ 1.078892] usbcore: registered new interface driver net1080
[ 1.078916] usbcore: registered new interface driver cdc_subset
[ 1.078943] usbcore: registered new interface driver zaurus
[ 1.078976] usbcore: registered new interface driver cdc_ncm
[ 1.079072] VFIO - User Level meta-driver version: 0.3
[ 1.079867] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.079879] ehci-pci: EHCI PCI platform driver
[ 1.079911] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.079917] ohci-pci: OHCI PCI platform driver
[ 1.079944] ohci-platform: OHCI generic platform driver
[ 1.084676] tegra-xusb 3530000.xhci: USB2 port 0 has OTG_CAP
[ 1.085564] nct1008_nct72 7-004c: LOC shutdown limit 110
[ 1.086042] nct1008_nct72 7-004c: EXT shutdown limit 110
[ 1.086339] tegra-xusb 3530000.xhci: extcon 0: ffffffc1ac47b400 id
[ 1.087033] usbcore: registered new interface driver uas
[ 1.087071] usbcore: registered new interface driver usb-storage
[ 1.087133] usbcore: registered new interface driver usbserial
[ 1.088728] tegra-xusb 3530000.xhci: Firmware timestamp: 2019-10-31 05:52:15 UTC, Version: 55.17 release
[ 1.091466] tegra-xudc-new 3550000.xudc: device count: 1
[ 1.092459] tegra-xudc-new 3550000.xudc: vbus state: 0
[ 1.092787] tegra-xudc-new 3550000.xudc: entering ELPG
[ 1.092918] mousedev: PS/2 mouse device common for all mice
[ 1.092966] usbcore: registered new interface driver xpad
[ 1.094599] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 1.117753] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.117774] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 1
[ 1.118467] tegra-xusb 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00050810
[ 1.118498] tegra-xusb 3530000.xhci: irq 71, io mem 0x03530000
[ 1.118628] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.118634] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.118638] usb usb1: Product: xHCI Host Controller
[ 1.118642] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 1.118645] usb usb1: SerialNumber: 3530000.xhci
[ 1.118751] nct1008_nct72 7-004c: initial LOC temp: 42000
[ 1.118965] hub 1-0:1.0: USB hub found
[ 1.118993] hub 1-0:1.0: 4 ports detected
[ 1.119048] nct1008_nct72 7-004c: initial EXT temp: 54250
[ 1.119314] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.119322] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 2
[ 1.119453] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.119458] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.119461] usb usb2: Product: xHCI Host Controller
[ 1.119465] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 1.119468] usb usb2: SerialNumber: 3530000.xhci
[ 1.119622] nct1008_nct72 7-004c: hi_b:-11, lo_b:0
[ 1.119757] hub 2-0:1.0: USB hub found
[ 1.119791] hub 2-0:1.0: 3 ports detected
[ 1.119903] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 1.120078] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 1.193294] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.194255] Wake73 for irq=42
[ 1.195492] rtc rtc1: alarm rtc device
[ 1.195503] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 1.195519] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 1.195723] i2c /dev entries driver
[ 1.197386] max77620-power max20024-power: Event recorder REG_NVERC : 0x0
[ 1.202259] parse_throttle_dt_data: Num cap clks = 4
[ 1.202264] parse_throttle_dt_data: clk=mcpu type=1
[ 1.202267] parse_throttle_dt_data: clk=bcpu type=2
[ 1.202274] parse_throttle_dt_data: clk=gpu type=4
[ 1.202276] parse_throttle_dt_data: clk=emc type=3
[ 1.203264] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.203834] FAN dev name: pwm-fan
[ 1.203897] FAN:gpio request success.
[ 1.203906] FAN: can’t find tach_gpio
[ 1.203929] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 1.204112] pwm_fan_driver pwm-fan: got pwm for fan. polarity is inversed
[ 1.204117] pwm_fan_driver pwm-fan: tach period: 1000
[ 1.204681] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 1.204686] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 1.204690] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 1.204694] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 1.204697] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 1.204701] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 1.204705] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 1.204709] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 1.204712] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 1.204716] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 1.205691] device-mapper: uevent: version 1.0.3
[ 1.206018] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 1.206265] CPU EMC frequency mapping table: default setting
[ 1.208341] cpufreq: platform driver Initialization: pass
[ 1.208950] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 1.209092] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 1.209907] sdhci: Secure Digital Host Controller Interface driver
[ 1.209910] sdhci: Copyright(c) Pierre Ossman
[ 1.209911] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.211101] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 1.212827] CMDQ: cmdq_platfm_init successful
[ 1.213751] CQE: CMD_TIMING bit set for R1B DCMD
[ 1.214002] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 1.221226] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 1.221276] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 1.221591] usb usb1: usb_suspend_both: status 0
[ 1.223026] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 1.224695] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 258
[ 1.229001] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 1.229845] tegra-se-nvhost 15810000.se: initialized
[ 1.231006] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 1.231604] tegra-se-nvhost 15820000.se: initialized
[ 1.232609] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 1.233183] tegra-se-nvhost 15830000.se: initialized
[ 1.234062] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 1.234638] tegra-se-nvhost 15840000.se: initialized
[ 1.235607] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 1.235859] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.238029] usbcore: registered new interface driver usbhid
[ 1.238032] usbhid: USB HID core driver
[ 1.241360] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 1.241384] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 1.247962] ina3221x: probe of 0-0042 failed with error -121
[ 1.248192] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 1.248213] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 1.254738] ina3221x: probe of 0-0043 failed with error -121
[ 1.257448] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.257567] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 1.259910] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xbfef0000-0xbfefdb7f size=56192
[ 1.260149] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 1.260281] tegra-ivc ivc-b000000.rtcpu:i2c@480: i2c: ver=0 grp=1 RX[8x128]=0x1900-0x1d80 TX[8x128]=0x1d80-0x2200
[ 1.260485] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x2200-0x4280 TX[64x128]=0x4280-0x6300
[ 1.261241] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x6300-0x63c0 TX[1x64]=0x63c0-0x6480
[ 1.261338] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x6480-0x7900 TX[16x320]=0x7900-0x8d80
[ 1.261392] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8d80-0x9200 TX[16x64]=0x9200-0x9680
[ 1.261434] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.261464] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x9680-0x9880 TX[1x384]=0x9880-0x9a80
[ 1.261575] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x8192]=0x9a80-0xbb00 TX[1x8192]=0xbb00-0xdb80
[ 1.262003] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (51)
[ 1.262006] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 1.262623] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=5 sha1=3ecb1dca25fa98771f988f238c025334776c9a96
[ 1.264525] tegra_aon c1a0000.aon: tegra aon driver probe OK
[ 1.264993] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 1.265180] register_ari_mca_banks: Registered MCA ROC:IOB
[ 1.265256] register_ari_mca_banks: Registered MCA ROC:CCE
[ 1.265650] tegra18-bridge 2390000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.265654] tegra18-bridge 2390000.axi2apb: enabled timeout = 16684000
[ 1.265656] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 1.265714] tegra18-bridge 23a0000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.265717] tegra18-bridge 23a0000.axi2apb: enabled timeout = 16684000
[ 1.265719] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 1.265773] tegra18-bridge 23b0000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.265775] tegra18-bridge 23b0000.axi2apb: enabled timeout = 16684000
[ 1.265777] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 1.265825] tegra18-bridge 23c0000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.265827] tegra18-bridge 23c0000.axi2apb: enabled timeout = 16684000
[ 1.265829] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 1.265876] tegra18-bridge 23d0000.axi2apb: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.265878] tegra18-bridge 23d0000.axi2apb: enabled timeout = 16684000
[ 1.265880] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 1.265948] tegra18-bridge 2100000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.265952] tegra18-bridge 2100000.axip2p: enabled timeout = 16684000
[ 1.265954] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 1.266001] tegra18-bridge 2110000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.266005] tegra18-bridge 2110000.axip2p: enabled timeout = 16684000
[ 1.266007] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 1.266054] tegra18-bridge 2120000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.266058] tegra18-bridge 2120000.axip2p: enabled timeout = 16684000
[ 1.266060] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 1.266112] tegra18-bridge 2130000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.266116] tegra18-bridge 2130000.axip2p: enabled timeout = 16684000
[ 1.266118] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 1.266167] tegra18-bridge 2140000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.266170] tegra18-bridge 2140000.axip2p: enabled timeout = 16684000
[ 1.266172] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 1.266218] tegra18-bridge 2150000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.266223] tegra18-bridge 2150000.axip2p: enabled timeout = 16684000
[ 1.266224] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 1.266276] tegra18-bridge 2160000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.266294] tegra18-bridge 2160000.axip2p: enabled timeout = 16684000
[ 1.266296] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 1.266346] tegra18-bridge 2170000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.266351] tegra18-bridge 2170000.axip2p: enabled timeout = 16684000
[ 1.266353] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 1.266400] tegra18-bridge 2180000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.266405] tegra18-bridge 2180000.axip2p: enabled timeout = 16684000
[ 1.266406] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 1.266462] tegra18-bridge 2190000.axip2p: axi_cbb clk rate = 172 MHZ, timeout = 97000 useconds
[ 1.266466] tegra18-bridge 2190000.axip2p: enabled timeout = 16684000
[ 1.266468] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 1.266527] **** A57 ECC: Enabled
[ 1.266529] tegra18_a57_serr_init: on CPU 5 a A57 Core
[ 1.266595] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 1.267106] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 1.267573] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 1.267699] denver_knobs_init:MTS_VERSION:47926945
[ 1.269790] nvpmodel: initialized successfully
[ 1.271293] trusty-virtio trusty:virtio: initializing
[ 1.271398] trusty_ipc virtio0: vring0: va¶ ffffffc1aa35e000(0) qsz 32 notifyid 1
[ 1.271405] trusty_ipc virtio0: vring1: va¶ ffffffc1aa368000(0) qsz 32 notifyid 2
[ 1.271468] trusty-virtio trusty:virtio: initializing done
[ 1.273497] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 1.273545] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.273645] usbcore: registered new interface driver snd-usb-audio
[ 1.274444] trusty_ipc virtio0: is online
[ 1.281359] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 1.281573] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 1.306829] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[ 1.319903] mmc0: periodic cache flush enabled
[ 1.319913] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 1.320372] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 1.320510] mmcblk0boot0: mmc0:0001 032G34 partition 1 8.00 MiB
[ 1.320638] mmcblk0boot1: mmc0:0001 032G34 partition 2 8.00 MiB
[ 1.324764] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 1.328312] 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 p3
[ 1.335736] OPE platform probe
[ 1.335803] OPE platform probe successful
[ 1.371840] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.388618] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 1.388696] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 1.388769] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 1.388836] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 1.388905] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 1.388976] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 1.389047] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 1.389115] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 1.389184] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 1.389254] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 1.389326] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 1.389404] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 1.389511] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 1.389584] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 1.389652] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 1.389722] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 1.389792] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 1.389862] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 1.389931] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 1.390002] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 1.402446] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 1.410810] u32 classifier
[ 1.410815] Actions configured
[ 1.410876] Initializing XFRM netlink socket
[ 1.411448] NET: Registered protocol family 10
[ 1.412086] NET: Registered protocol family 17
[ 1.412099] NET: Registered protocol family 15
[ 1.412162] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need.
[ 1.412204] Bluetooth: RFCOMM socket layer initialized
[ 1.412212] Bluetooth: RFCOMM ver 1.11
[ 1.412216] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.412220] Bluetooth: HIDP socket layer initialized
[ 1.412236] 9pnet: Installing 9P2000 support
[ 1.412270] Key type dns_resolver registered
[ 1.412548] Registered cp15_barrier emulation handler
[ 1.412559] Registered setend emulation handler
[ 1.413450] registered taskstats version 1
[ 1.417253] isp 15600000.isp: initialized
[ 1.421869] nvcsi 150c0000.nvcsi: initialized
[ 1.423790] tegra-vi4 15700000.vi: using default number of vi channels,15
[ 1.426565] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 1.426637] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 1.426718] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 1.426855] input: gpio-keys as /devices/gpio-keys/input/input2
[ 1.428948] tegra-vi4 15700000.vi: initialized
[ 1.429754] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@0/endpoint.
[ 1.429759] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@1/endpoint.
[ 1.458090] tegra_rtc c2a0000.rtc: setting system clock to 2000-01-01 01:33:16 UTC (946690396)
[ 1.459450] mmcblk mmc0:0001: Card claimed for testing.
[ 1.483803] bpmp: mounted debugfs mirror
[ 1.485103] bwmgr: missing cdev-type property
[ 1.489668] spmic-ldo0: disabling
[ 1.489868] spmic-ldo1: disabling
[ 1.490000] en-vdd-sd: disabling
[ 1.490002] en-vdd-cam: disabling
[ 1.490005] vdd-usb0-5v: disabling
[ 1.490007] vdd-usb1-5v: disabling
[ 1.490010] en-vdd-disp-3v3: disabling
[ 1.490013] en-mdm-pwr-3v7: disabling
[ 1.490015] en-vdd-disp-1v8: disabling
[ 1.490017] en-vdd-cam-hv-2v8: disabling
[ 1.490019] en-vdd-cam-1v2: disabling
[ 1.490021] vdd-fan: disabling
[ 1.490023] vdd-3v3: disabling
[ 1.490025] en-vdd-vcm-2v8: disabling
[ 1.490028] vdd-sys-bl: disabling
[ 1.490031] en-vdd-sys: disabling
[ 1.490033] ALSA device list:
[ 1.490037] #0: tegra-hda at 0x3518000 irq 384
[ 1.490039] #1: tegra-snd-t186ref-mobile-rt565x
[ 1.492472] Freeing unused kernel memory: 8576K
[ 1.515147] Root device found: mmcblk0p1
[ 1.516036] Found dev node: /dev/mmcblk0p1
[ 1.805501] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 1.908914] EXT4-fs (mmcblk0p1): 2 orphan inodes deleted
[ 1.908919] EXT4-fs (mmcblk0p1): recovery complete
[ 1.912157] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 1.912923] Rootfs mounted over mmcblk0p1
[ 1.927823] Switching from initrd to actual rootfs
[ 2.013076] systemd[1]: System time before build time, advancing clock.
[ 2.021443] tegra_cec 3960000.tegra_cec: Can’t find physical addresse.
[ 2.021447] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[ 2.041450] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.050779] cgroup: cgroup2: unknown option “nsdelegate”
[ 2.065851] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GC)
[ 2.066669] systemd[1]: Detected architecture arm64.
[ 2.085898] systemd[1]: Set hostname to .
[ 2.175964] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local .
[ 2.175973] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalli)
[ 2.215368] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 2.217390] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 2.285877] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.285909] systemd[1]: Reached target Swap.
[ 2.286113] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.286131] systemd[1]: Reached target User and Group Name Lookups.
[ 2.286151] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.287665] systemd[1]: Created slice User and Session Slice.
[ 2.289284] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.289490] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.322452] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 2.331031] tegra-pcie 10003000.pcie-controller: PCI host bridge to bus 0000:00
[ 2.331036] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.331039] pci_bus 0000:00: root bus resource [mem 0x40100000-0x47ffffff]
[ 2.331041] pci_bus 0000:00: root bus resource [mem 0x48000000-0x7fffffff pref]
[ 2.331044] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.331067] pci 0000:00:01.0: [10de:10e5] type 01 class 0x060400
[ 2.331147] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.331493] iommu: Adding device 0000:00:01.0 to group 56
[ 2.331503] arm-smmu: forcing sodev map for 0000:00:01.0
[ 2.331583] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.331740] pci 0000:01:00.0: [10b5:8714] type 01 class 0x060400
[ 2.331774] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0003ffff]
[ 2.332013] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 2.332288] iommu: Adding device 0000:01:00.0 to group 57
[ 2.332295] arm-smmu: forcing sodev map for 0000:01:00.0
[ 2.341563] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.341764] pci 0000:02:01.0: [10b5:8714] type 01 class 0x060400
[ 2.342039] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[ 2.342413] iommu: Adding device 0000:02:01.0 to group 58
[ 2.342422] arm-smmu: forcing sodev map for 0000:02:01.0
[ 2.342520] pci 0000:02:02.0: [10b5:8714] type 01 class 0x060400
[ 2.342791] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[ 2.343076] iommu: Adding device 0000:02:02.0 to group 59
[ 2.343083] arm-smmu: forcing sodev map for 0000:02:02.0
[ 2.343171] pci 0000:02:03.0: [10b5:8714] type 01 class 0x060400
[ 2.343440] pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
[ 2.343703] iommu: Adding device 0000:02:03.0 to group 60
[ 2.343709] arm-smmu: forcing sodev map for 0000:02:03.0
[ 2.343797] pci 0000:02:04.0: [10b5:8714] type 01 class 0x060400
[ 2.344125] pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
[ 2.344396] iommu: Adding device 0000:02:04.0 to group 61
[ 2.344402] arm-smmu: forcing sodev map for 0000:02:04.0
[ 2.344646] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.344869] pci 0000:02:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.344886] pci 0000:02:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.345014] pci 0000:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.345197] pci 0000:03:00.0: [1af2:a001] type 00 class 0xff0000
[ 2.345240] pci 0000:03:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[ 2.345260] pci 0000:03:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.345977] iommu: Adding device 0000:03:00.0 to group 62
[ 2.345986] arm-smmu: forcing sodev map for 0000:03:00.0
[ 2.357593] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
[ 2.357808] pci 0000:04:00.0: [8086:10d3] type 00 class 0x020000
[ 2.357854] pci 0000:04:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
[ 2.357895] pci 0000:04:00.0: reg 0x18: [io 0x0000-0x001f]
[ 2.357917] pci 0000:04:00.0: reg 0x1c: [mem 0x00000000-0x00003fff]
[ 2.358172] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 2.358551] iommu: Adding device 0000:04:00.0 to group 63
[ 2.358561] arm-smmu: forcing sodev map for 0000:04:00.0
[ 2.369598] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
[ 2.369810] pci 0000:05:00.0: [8086:10d3] type 00 class 0x020000
[ 2.369857] pci 0000:05:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
[ 2.369898] pci 0000:05:00.0: reg 0x18: [io 0x0000-0x001f]
[ 2.369920] pci 0000:05:00.0: reg 0x1c: [mem 0x00000000-0x00003fff]
[ 2.370192] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 2.370555] iommu: Adding device 0000:05:00.0 to group 64
[ 2.370563] arm-smmu: forcing sodev map for 0000:05:00.0
[ 2.381646] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
[ 2.381843] pci 0000:06:00.0: [1af2:a001] type 00 class 0xff0000
[ 2.381884] pci 0000:06:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[ 2.381905] pci 0000:06:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 2.382702] iommu: Adding device 0000:06:00.0 to group 65
[ 2.382711] arm-smmu: forcing sodev map for 0000:06:00.0
[ 2.393620] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 06
[ 2.393635] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 06
[ 2.393644] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 06
[ 2.393823] pci 0000:00:01.0: BAR 14: assigned [mem 0x40100000-0x405fffff]
[ 2.393827] pci 0000:00:01.0: BAR 13: assigned [io 0x1000-0x2fff]
[ 2.393832] pci 0000:01:00.0: BAR 14: assigned [mem 0x40100000-0x404fffff]
[ 2.393835] pci 0000:01:00.0: BAR 0: assigned [mem 0x40500000-0x4053ffff]
[ 2.393844] pci 0000:01:00.0: BAR 13: assigned [io 0x1000-0x2fff]
[ 2.393849] pci 0000:02:01.0: BAR 14: assigned [mem 0x40100000-0x401fffff]
[ 2.393852] pci 0000:02:02.0: BAR 14: assigned [mem 0x40200000-0x402fffff]
[ 2.393856] pci 0000:02:03.0: BAR 14: assigned [mem 0x40300000-0x403fffff]
[ 2.393859] pci 0000:02:04.0: BAR 14: assigned [mem 0x40400000-0x404fffff]
[ 2.393862] pci 0000:02:02.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 2.393864] pci 0000:02:03.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 2.393868] pci 0000:03:00.0: BAR 0: assigned [mem 0x40100000-0x4010ffff]
[ 2.393878] pci 0000:03:00.0: BAR 1: assigned [mem 0x40110000-0x4011ffff]
[ 2.393888] pci 0000:02:01.0: PCI bridge to [bus 03]
[ 2.393899] pci 0000:02:01.0: bridge window [mem 0x40100000-0x401fffff]
[ 2.393918] pci 0000:04:00.0: BAR 0: assigned [mem 0x40200000-0x4021ffff]
[ 2.393929] pci 0000:04:00.0: BAR 3: assigned [mem 0x40220000-0x40223fff]
[ 2.393939] pci 0000:04:00.0: BAR 2: assigned [io 0x1000-0x101f]
[ 2.393949] pci 0000:02:02.0: PCI bridge to [bus 04]
[ 2.393954] pci 0000:02:02.0: bridge window [io 0x1000-0x1fff]
[ 2.393964] pci 0000:02:02.0: bridge window [mem 0x40200000-0x402fffff]
[ 2.393984] pci 0000:05:00.0: BAR 0: assigned [mem 0x40300000-0x4031ffff]
[ 2.393995] pci 0000:05:00.0: BAR 3: assigned [mem 0x40320000-0x40323fff]
[ 2.394005] pci 0000:05:00.0: BAR 2: assigned [io 0x2000-0x201f]
[ 2.394015] pci 0000:02:03.0: PCI bridge to [bus 05]
[ 2.394020] pci 0000:02:03.0: bridge window [io 0x2000-0x2fff]
[ 2.394030] pci 0000:02:03.0: bridge window [mem 0x40300000-0x403fffff]
[ 2.394048] pci 0000:06:00.0: BAR 0: assigned [mem 0x40400000-0x4040ffff]
[ 2.394058] pci 0000:06:00.0: BAR 1: assigned [mem 0x40410000-0x4041ffff]
[ 2.394067] pci 0000:02:04.0: PCI bridge to [bus 06]
[ 2.394077] pci 0000:02:04.0: bridge window [mem 0x40400000-0x404fffff]
[ 2.394095] pci 0000:01:00.0: PCI bridge to [bus 02-06]
[ 2.394100] pci 0000:01:00.0: bridge window [io 0x1000-0x2fff]
[ 2.394110] pci 0000:01:00.0: bridge window [mem 0x40100000-0x404fffff]
[ 2.394127] pci 0000:00:01.0: PCI bridge to [bus 01-06]
[ 2.394130] pci 0000:00:01.0: bridge window [io 0x1000-0x2fff]
[ 2.394135] pci 0000:00:01.0: bridge window [mem 0x40100000-0x405fffff]
[ 2.394767] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 2.394771] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 2.394774] pci 0000:02:01.0: Signaling PME through PCIe PME interrupt
[ 2.394777] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 2.394779] pci 0000:02:02.0: Signaling PME through PCIe PME interrupt
[ 2.394781] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[ 2.394783] pci 0000:02:03.0: Signaling PME through PCIe PME interrupt
[ 2.394785] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[ 2.394788] pci 0000:02:04.0: Signaling PME through PCIe PME interrupt
[ 2.394790] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[ 2.394795] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[ 2.394897] aer 0000:00:01.0:pcie002: service driver aer loaded
[ 2.399551] e1000e 0000:04:00.0: enabling device (0000 → 0002)
[ 2.399765] e1000e 0000:04:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 2.458610] e1000e 0000:04:00.0 0000:04:00.0 (uninitialized): registered PHC clock
[ 2.520156] e1000e 0000:04:00.0 eth1: (PCI Express:2.5GT/s:Width x1) 00:0c:8b:51:0a:24
[ 2.520164] e1000e 0000:04:00.0 eth1: Intel(R) PRO/1000 Network Connection
[ 2.520257] e1000e 0000:04:00.0 eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[ 2.520677] e1000e 0000:05:00.0: enabling device (0000 → 0002)
[ 2.520890] e1000e 0000:05:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 2.556038] systemd-journald[2137]: Received request to flush runtime journal from PID 1
[ 2.576777] e1000e 0000:05:00.0 0000:05:00.0 (uninitialized): registered PHC clock
[ 2.636094] e1000e 0000:05:00.0 eth2: (PCI Express:2.5GT/s:Width x1) 00:0c:8b:51:0a:21
[ 2.636101] e1000e 0000:05:00.0 eth2: Intel(R) PRO/1000 Network Connection
[ 2.636194] e1000e 0000:05:00.0 eth2: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[ 3.484125] using random self ethernet address
[ 3.497080] using random host ethernet address
[ 3.600808] random: crng init done
[ 3.604219] random: 7 urandom warning(s) missed due to ratelimiting
[ 3.927023] Mass Storage Function, version: 2009/09/11
[ 3.927030] LUN: removable file: (no medium)
[ 3.933906] using random self ethernet address
[ 3.939464] using random host ethernet address
[ 3.983080] rndis0: HOST MAC 96:b3:7e:5c:e0:bc
[ 3.983276] rndis0: MAC 96:b3:7e:5c:e0:bd
[ 3.989281] usb0: HOST MAC 96:b3:7e:5c:e0:be
[ 3.989314] usb0: MAC 96:b3:7e:5c:e0:bf
[ 3.989339] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 3.998282] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 3.998301] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[ 3.998689] tegra-xudc-new 3550000.xudc: entering ELPG
[ 4.000083] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 4.000149] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 4.004072] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 4.004100] tegra-xudc-new 3550000.xudc: entering ELPG
[ 4.005486] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 4.013328] l4tbr0: port 1(rndis0) entered blocking state
[ 4.013335] l4tbr0: port 1(rndis0) entered disabled state
[ 4.013647] device rndis0 entered promiscuous mode
[ 4.044240] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 4.064759] l4tbr0: port 2(usb0) entered blocking state
[ 4.064766] l4tbr0: port 2(usb0) entered disabled state
[ 4.073735] device usb0 entered promiscuous mode
[ 4.092491] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 4.228246] CPU1: shutdown
[ 4.231832] psci: CPU1 killed.
[ 4.241824] Wake76 for irq=199
[ 4.241829] Wake77 for irq=199
[ 4.241831] Wake78 for irq=199
[ 4.241832] Wake79 for irq=199
[ 4.241833] Wake80 for irq=199
[ 4.241835] Wake81 for irq=199
[ 4.241836] Wake82 for irq=199
[ 4.241879] tegra-xusb 3530000.xhci: Upgrade port 0 to USB3.0
[ 4.241883] tegra-xusb 3530000.xhci: Upgrade port 1 to USB3.0
[ 4.257675] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:2
[ 4.305207] CPU2: shutdown
[ 4.308059] psci: CPU2 killed.
[ 4.341671] usb usb2: usb_suspend_both: status 0
[ 4.368148] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 4.450814] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 4.458902] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 4.485608] zram: Added device: zram0
[ 4.490222] zram: Added device: zram1
[ 4.494312] zram: Added device: zram2
[ 4.496887] zram: Added device: zram3
[ 4.497500] usb 1-1: new high-speed USB device number 2 using tegra-xusb
[ 4.517803] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[ 4.517809] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.518601] hub 1-1:1.0: USB hub found
[ 4.518699] hub 1-1:1.0: 4 ports detected
[ 4.529096] zram0: detected capacity change from 0 to 898076672
[ 4.546455] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 4.580428] Adding 877024k swap on /dev/zram0. Priority:5 extents:1 across:877024k SS
[ 4.620960] zram1: detected capacity change from 0 to 898076672
[ 4.659174] Adding 877024k swap on /dev/zram1. Priority:5 extents:1 across:877024k SS
[ 4.661495] usb 1-1: usb_suspend_both: status 0
[ 4.661604] usb usb1: usb_suspend_both: status 0
[ 4.665522] zram2: detected capacity change from 0 to 898076672
[ 4.692079] Adding 877024k swap on /dev/zram2. Priority:5 extents:1 across:877024k SS
[ 4.705306] zram3: detected capacity change from 0 to 898076672
[ 4.721750] Adding 877024k swap on /dev/zram3. Priority:5 extents:1 across:877024k SS
[ 4.847801] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.928977] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 4.934391] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.671820] fuse init (API version 7.26)
[ 6.981474] tegra-xusb 3530000.xhci: entering ELPG
[ 6.985250] tegra-xusb 3530000.xhci: entering ELPG done