When Jetson TX2 NX is in the suspended state and CAN or serial port wake-up is added, how should I operate
Hi 2652280495,
Are you using the devkit or custom board for TX2-NX?
What’s the Jetpack version in use?
You have to configure the wake up source(by adding wakeup-source
property in device tree) for CAN or Serial.
Thank you for your reply. I’m using a custom board with Jetpack version 4.6.6. How CAN I add attributes in the device tree to configure the wake-up source for can and Serial? Could you provide the configuration code? The current device tree file code is:
serial@3100000 {
compatible = “nvidia,tegra20-uart”, “nvidia,tegra186-hsuart”;
iommus = <0x11 0x20>;
reg = <0x0 0x3100000 0x0 0x40>;
reg-shift = <0x2>;
interrupts = <0x0 0x70 0x4>;
nvidia,memory-clients = <0xe>;
dmas = <0x22 0x8 0x22 0x8>;
dma-names = “rx”, “tx”;
clocks = <0x10 0x37 0x10 0x10d>;
clock-names = “serial”, “parent”;
status = “okay”;
nvidia,tolerance-low-range = <0x0>;
nvidia,tolerance-high-range = <0x4>;
nvidia,adjust-baud-rates = <0x1c200 0x1c200 0x64>;
console-port;
sqa-automation-port;
linux,phandle = <0xca>;
phandle = <0xca>;
};
mttcan@c310000 {
compatible = “nvidia,tegra186-mttcan”;
reg = <0x0 0xc310000 0x0 0x400 0x0 0xc311000 0x0 0x32 0x0 0xc312000 0x0 0x1000>;
reg-names = “can-regs”, “glue-regs”, “msg-ram”;
interrupts = <0x0 0x28 0x4>;
pll_source = “pllaon”;
clocks = <0x10 0xd2 0x10 0xd3 0x10 0x214>;
clock-names = “can”, “can_host”, “pllaon”;
resets = <0x10 0x3c>;
reset-names = “can”;
mram-params = <0x0 0x10 0x10 0x20 0x0 0x0 0x10 0x10 0x10>;
tx-config = <0x0 0x10 0x0 0x40>;
rx-config = <0x40 0x40 0x40>;
status = “okay”;
gpio_can_stb = <0x23 0x28 0x0>;
gpio_can_en = <0x23 0x29 0x0>;
linux,phandle = <0x154>;
phandle = <0x154>;
};
Okay, let’s focus on serial device first.
You can try to run the following commands on your board.
# cat /sys/class/tty/ttyS0/power/wakeup
(if it reports "disabled", please try to configure it as "enabled")
# echo enabled > /sys/class/tty/ttyS0/power/wakeup
Please also share the full dmesg for further check.
Hello, thank you for your reply. We have operated as per your requirements, and the output of dmesg is:
sudo su
[sudo] nvidia 的密码:
root@nvidia-desktop:/home/nvidia# echo enabled > /sys/class/tty/ttyS0/power/wakeup
root@nvidia-desktop:/home/nvidia# cat /sys/class/tty/ttyS0/power/wakeup
enabled
root@nvidia-desktop:/home/nvidia# exit
exit
nvidia@nvidia-desktop:~$ cat /sys/class/tty/ttyS0/power/wakeup
enabled
nvidia@nvidia-desktop:~$ dmesg
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 4.9.337-tegra (buildbrain@mobile-u64-5497-d8000) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Mon Nov 4 23:40:52 PST 2024
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 80,
[ 0.000000] OF: fdt: - 80000000 , 70000000
[ 0.000000] OF: fdt: - f0200000 , 85600000
[ 0.000000] OF: fdt: - 175e00000 , 200000
[ 0.000000] OF: fdt: - 176600000 , 200000
[ 0.000000] OF: fdt: - 177000000 , 200000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options '')
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] Found tegra_fbmem: 00800000@96085000
[ 0.000000] Found lut_mem: 00002008@96081000
[ 0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 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: 1004541
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 521725 pages, LIFO batch:31
[ 0.000000] Normal zone: 7624 pages used for memmap
[ 0.000000] Normal zone: 482816 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 24 pages/cpu s57816 r8192 d32296 u98304
[ 0.000000] pcpu-alloc: s57816 r8192 d32296 u98304 alloc=24*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] CPU features: enabling workaround for Spectre-BHB
[ 0.000000] CPU features: enabling workaround for ARM erratum 1742098
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 988725
[ 0.000000] Kernel command line: console=ttyS0,115200 root=PARTUUID=82c4471a-fac6-4f3e-a829-4fb9700d1205 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x1772e0000 gpt rootfs.slot_suffix= tegra_fbmem=0x800000@0x96085000 lut_mem=0x2008@0x96081000 usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 no_console_suspend boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x175840000 sdhci_tegra.en_boot_part_access=1 quiet root=PARTUUID=82c4471a-fac6-4f3e-a829-4fb9700d1205 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2
[ 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: 29564(90%)
[ 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: 3147684K/4018164K available (15486K kernel code, 2982K rwdata, 6716K rodata, 8640K init, 614K bss, 116816K reserved, 753664K 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 : 0x (ptrval) - 0x (ptrval) ( 15488 KB)
[ 0.000000] .rodata : 0x (ptrval) - 0x (ptrval) ( 6784 KB)
[ 0.000000] .init : 0x (ptrval) - 0x (ptrval) ( 8640 KB)
[ 0.000000] .data : 0x (ptrval) - 0x (ptrval) ( 2983 KB)
[ 0.000000] .bss : 0x (ptrval) - 0x (ptrval) ( 615 KB)
[ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[ 0.000000] 0xffffffbf00000000 - 0xffffffbf03dc8000 ( 61 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc0f7200000 ( 3954 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.000979] Console: colour dummy device 80x25
[ 0.000984] console [tty0] enabled
[ 0.000987] bootconsole [uart8250] disabled
[ 0.000995] kmemleak: Kernel memory leak detector disabled
[ 0.001004] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[ 0.001012] pid_max: default: 32768 minimum: 301
[ 0.001341] Security Framework initialized
[ 0.001509] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.001513] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002096] ftrace: allocating 47298 entries in 185 pages
[ 0.131532] sched-energy: Sched-energy-costs installed from DT
[ 0.140561] ASID allocator initialised with 65536 entries
[ 0.164954] tegra-id: chipid=21817.
[ 0.164960] tegra-id: opt_subrevision=1.
[ 0.164981] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.164988] DTS File Name: /home/cx/kernel/32.7.6/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/lanai/kernel-dts/tegra186-p3636-0001-p3509-0000-a01.dts
[ 0.164993] DTB Build time: <unknown>
[ 0.214664] CPU1: Booted secondary processor [4e0f0030]
[ 0.246049] CPU2: Booted secondary processor [4e0f0030]
[ 0.277033] CPU3: Booted secondary processor [411fd073]
[ 0.308992] CPU4: Booted secondary processor [411fd073]
[ 0.340981] CPU5: Booted secondary processor [411fd073]
[ 0.341035] Brought up 6 CPUs
[ 0.341039] SMP: Total of 6 processors activated.
[ 0.341044] CPU features: detected feature: 32-bit EL0 Support
[ 0.342771] CPU: All CPU(s) started at EL2
[ 0.342904] alternatives: patching kernel code
[ 0.345269] devtmpfs: initialized
[ 0.367562] Initilizing CustomIPI irq domain
[ 0.367703] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.367711] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.376494] pinctrl core: initialized pinctrl subsystem
[ 0.376735] OS set in device tree is not L4T.
[ 0.376948] regulator-dummy: no parameters
[ 0.377106] Initializing plugin-manager
[ 0.377166] Plugin module not found
[ 0.377200] Plugin-manager status disabled
[ 0.378449] NET: Registered protocol family 16
[ 0.379393] pstore: using zlib compression
[ 0.379406] console [pstore-1] enabled
[ 0.379408] pstore: Registered ramoops as persistent store backend
[ 0.379412] ramoops: attached 0x200000@0x175880000, ecc: 0/0
[ 0.393045] cpuidle: using governor menu
[ 0.393951] bpmp: waiting for handshake
[ 0.393955] bpmp: handshake completed
[ 0.393973] bpmp: synchronizing channels
[ 0.393980] bpmp: channels synchronized
[ 0.393984] bpmp: mail init ok
[ 0.395404] arm-smmu 12000000.iommu: probing hardware configuration...
[ 0.395409] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.395413] arm-smmu 12000000.iommu: stage 1 translation
[ 0.395416] arm-smmu 12000000.iommu: stage 2 translation
[ 0.395418] arm-smmu 12000000.iommu: nested translation
[ 0.395425] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.395430] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.395434] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.395438] arm-smmu 12000000.iommu: Stage-1: 39-bit VA -> 48-bit IPA
[ 0.395441] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA -> 48-bit PA
[ 0.397236] vdso: 2 pages (1 code @ (ptrval), 1 data @ (ptrval))
[ 0.397249] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.400591] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.401578] Registering BPMP clocks...
[ 0.401643] tegra_bpmp_clk_init: clock init ok (638 clks)
[ 0.402090] Serial: AMBA PL011 UART driver
[ 0.403022] tegra_powergate_init: DONE
[ 0.403030] DTS File Name: /home/cx/kernel/32.7.6/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/lanai/kernel-dts/tegra186-p3636-0001-p3509-0000-a01.dts
[ 0.403034] DTB Build time: <unknown>
[ 0.404286] Tegra reboot handler registered.
[ 0.405439] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.405502] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.405515] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.405517] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.405519] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.405663] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.405673] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.405939] iommu: Adding device 3460000.sdhci to group 0
[ 0.407066] iommu: Adding device 3160000.i2c to group 1
[ 0.407459] iommu: Adding device c240000.i2c to group 2
[ 0.407765] iommu: Adding device 3180000.i2c to group 3
[ 0.408047] iommu: Adding device 3190000.i2c to group 4
[ 0.408411] iommu: Adding device 31b0000.i2c to group 5
[ 0.408697] iommu: Adding device 31c0000.i2c to group 6
[ 0.408975] iommu: Adding device c250000.i2c to group 7
[ 0.409274] iommu: Adding device 31e0000.i2c to group 8
[ 0.410706] iommu: Adding device 3210000.spi to group 9
[ 0.410998] iommu: Adding device c260000.spi to group 10
[ 0.411633] iommu: Adding device 3100000.serial to group 11
[ 0.411917] iommu: Adding device 3110000.serial to group 12
[ 0.412193] iommu: Adding device c280000.serial to group 13
[ 0.412469] iommu: Adding device 3130000.serial to group 14
[ 0.413607] iommu: Adding device 2490000.ether_qos to group 15
[ 0.413619] arm-smmu: forcing sodev map for 2490000.ether_qos
[ 0.414433] iommu: Adding device b000000.rtcpu to group 16
[ 0.416097] iommu: Adding device 13e10000.host1x to group 17
[ 0.416375] iommu: Adding device 13e10000.host1x:ctx0 to group 18
[ 0.416660] iommu: Adding device 13e10000.host1x:ctx1 to group 19
[ 0.416929] iommu: Adding device 13e10000.host1x:ctx2 to group 20
[ 0.417228] iommu: Adding device 13e10000.host1x:ctx3 to group 21
[ 0.417500] iommu: Adding device 13e10000.host1x:ctx4 to group 22
[ 0.417785] iommu: Adding device 13e10000.host1x:ctx5 to group 23
[ 0.418060] iommu: Adding device 13e10000.host1x:ctx6 to group 24
[ 0.418336] iommu: Adding device 13e10000.host1x:ctx7 to group 25
[ 0.418760] iommu: Adding device 150c0000.nvcsi to group 26
[ 0.419308] iommu: Adding device 15700000.vi to group 27
[ 0.419609] iommu: Adding device 15600000.isp to group 28
[ 0.419804] iommu: Adding device 15200000.dc_common to group 29
[ 0.419845] platform 15200000.dc_common: OF IOVA linear map 0x96085000 size (0x800000)
[ 0.419889] platform 15200000.dc_common: OF IOVA linear map 0x96081000 size (0x2008)
[ 0.420343] iommu: Adding device 15200000.nvdisplay to group 30
[ 0.420656] iommu: Adding device 15210000.nvdisplay to group 31
[ 0.420972] iommu: Adding device 15340000.vic to group 32
[ 0.421195] iommu: Adding device 154c0000.nvenc to group 33
[ 0.421385] iommu: Adding device 15480000.nvdec to group 34
[ 0.421674] iommu: Adding device 15380000.nvjpg to group 35
[ 0.421864] iommu: Adding device 15500000.tsec to group 36
[ 0.422052] iommu: Adding device 15100000.tsecb to group 37
[ 0.422939] iommu: Adding device 15810000.se to group 38
[ 0.423129] iommu: Adding device 15820000.se to group 39
[ 0.423317] iommu: Adding device 15830000.se to group 40
[ 0.423503] iommu: Adding device 15840000.se to group 41
[ 0.424254] iommu: Adding device smmu_test to group 42
[ 0.424817] mc: mapped MMIO address: 0x (ptrval) -> 0x2c10000
[ 0.424827] mc: mapped MMIO address: 0x (ptrval) -> 0x2c20000
[ 0.424837] mc: mapped MMIO address: 0x (ptrval) -> 0x2c30000
[ 0.424847] mc: mapped MMIO address: 0x (ptrval) -> 0x2c40000
[ 0.424857] mc: mapped MMIO address: 0x (ptrval) -> 0x2c50000
[ 0.424864] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.424874] mc-err: mcerr ops are set to t18x
[ 0.425090] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.425849] iommu: Adding device 3530000.xhci to group 43
[ 0.425864] arm-smmu: forcing sodev map for 3530000.xhci
[ 0.426256] iommu: Adding device 3550000.xudc to group 44
[ 0.426267] arm-smmu: forcing sodev map for 3550000.xudc
[ 0.426766] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_83 = 0x10a
[ 0.426773] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.426778] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.427358] iommu: Adding device 17000000.gp10b to group 45
[ 0.428262] tegra-reset 5000000.clock: registered 193 resets.
[ 0.430149] iommu: Adding device d000000.bpmp to group 46
[ 0.430349] bpmp: ping status is 0
[ 0.430423] bpmp d000000.bpmp: firmware tag is 91572a54614f84d0fd0c270beec2c56f
[ 0.432042] bpmp d000000.bpmp: probe ok
[ 0.434713] iommu: Adding device 2600000.dma to group 47
[ 0.435519] GPIO line 424 (camera-control-output-low) hogged as output/low
[ 0.435550] GPIO line 427 (camera-control-output-low) hogged as output/low
[ 0.435590] GPIO line 408 (w-disable1) hogged as output/high
[ 0.435626] GPIO line 410 (w-disable2) hogged as output/high
[ 0.435782] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.439653] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[ 0.441231] iommu: Adding device 10003000.pcie-controller to group 48
[ 0.441246] arm-smmu: forcing sodev map for 10003000.pcie-controller
[ 0.441555] iommu: Adding device sound to group 49
[ 0.441872] iommu: Adding device 3510000.hda to group 50
[ 0.448293] iommu: Adding device c1a0000.aon to group 51
[ 0.448813] vdd-1v8-ap: 1800 mV
[ 0.449030] vdd-ac-bat: 5000 mV
[ 0.449217] vdd-3v3-disp-cvb: 3300 mV
[ 0.449485] vdd-3v3-cvb: 3300 mV
[ 0.449660] vdd-1v8-cvb: 1800 mV
[ 0.449841] vdd-fan: 5000 mV
[ 0.450028] vdd-hdmi-5v0: 5000 mV
[ 0.450206] vdd_sys_en: 1200 mV
[ 0.477428] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.480051] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.480241] SCSI subsystem initialized
[ 0.480340] libata version 3.00 loaded.
[ 0.480506] usbcore: registered new interface driver usbfs
[ 0.480545] usbcore: registered new interface driver hub
[ 0.480574] usbcore: registered new device driver usb
[ 0.489573] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.493181] vddio-ddr: at 1125 mV
[ 0.496994] avdd_dsi_csi: 1200 mV
[ 0.500995] vdd-1v8: 1800 mV
[ 0.504994] vdd-3v3-sys: 3300 mV
[ 0.505878] spmic-ldo0: at 1800 mV
[ 0.506503] spmic-ldo1: at 800 mV
[ 0.508995] vddio-3v3: 3300 mV
[ 0.509646] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV
[ 0.512996] vdd-rtc: at 800 mV
[ 0.513661] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV
[ 0.516995] spmic-ldo6: at 800 mV
[ 0.520994] vdd-pex-1v00: 1000 mV
[ 0.521574] dvdd-pex: 1000 mV
[ 0.523537] GPIO line 253 (spmic_gpio_input) hogged as input
[ 0.523667] GPIO line 254 (spmic_gpio_input) hogged as input
[ 0.523815] gpiochip_setup_dev: registered GPIOs 248 to 255 on device: gpiochip2 (max77620-gpio)
[ 0.523985] max77620 4-003c: max77620 probe successful
[ 0.524340] media: Linux media interface: v0.10
[ 0.524368] Linux video capture interface: v2.00
[ 0.526647] pps_core: LinuxPPS API ver. 1 registered
[ 0.526650] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.526661] PTP clock support registered
[ 0.526844] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[ 0.527025] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.527040] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.528120] trusty trusty: trusty version: Built: 23:39:30 Nov 4 2024
[ 0.528133] trusty trusty: selected api version: 3 (requested 3)
[ 0.528907] Advanced Linux Sound Architecture Driver Initialized.
[ 0.529226] Bluetooth: Core ver 2.22
[ 0.529287] NET: Registered protocol family 31
[ 0.529290] Bluetooth: HCI device and connection manager initialized
[ 0.529297] Bluetooth: HCI socket layer initialized
[ 0.529302] Bluetooth: L2CAP socket layer initialized
[ 0.529315] Bluetooth: SCO socket layer initialized
[ 0.529871] vdd-sys-bl: 3300 mV
[ 0.531569] camchar: rtcpu character device driver loaded
[ 0.532021] gpio tegra-gpio wake61 for gpio=92(L:4)
[ 0.532090] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[ 0.533020] clocksource: Switched to clocksource arch_sys_counter
[ 0.555273] VFS: Disk quotas dquot_6.6.0
[ 0.555352] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.555612] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.556052] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[ 0.556160] cma: enabled page replacement for spfn=c6000, epfn=f0000
[ 0.556163] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.556172] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[ 0.556176] nvmap_page_pool_init: Total RAM pages: 975337
[ 0.556179] nvmap_page_pool_init: nvmap page pool size: 121917 pages (476 MB)
[ 0.556240] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.556712] misc nvmap: created heap vpr base 0x (ptrval) size (688128KiB)
[ 0.559100] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 0.565660] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.565844] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.566161] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.566237] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.566368] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 0.566579] la/ptsa driver initialized.
[ 0.566587] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.566590] pre_t19x_iso_plat_init(): max_iso_bw=23040000KB
[ 0.566897] NET: Registered protocol family 2
[ 0.566986] IP idents hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.585233] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.585388] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.585684] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.585733] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.585793] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.586064] NET: Registered protocol family 1
[ 0.586483] RPC: Registered named UNIX socket transport module.
[ 0.586486] RPC: Registered udp transport module.
[ 0.586488] RPC: Registered tcp transport module.
[ 0.586491] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.586497] PCI: CLS 0 bytes, default 64
[ 0.586609] Trying to unpack rootfs image as initramfs...
[ 0.798185] Freeing initrd memory: 7068K
[ 0.812807] host1x 13e10000.host1x: initialized
[ 0.814095] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.816138] audit: initializing netlink subsys (disabled)
[ 0.816164] audit: type=2000 audit(0.700:1): initialized
[ 0.816544] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.822980] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.823975] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.824506] 9p: Installing v9fs 9p2000 file system support
[ 0.826613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.826676] io scheduler noop registered
[ 0.826894] io scheduler cfq registered (default)
[ 0.829766] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 0.840314] iommu: Adding device aconnect@2a41000:adsp_audio to group 52
[ 0.845480] iommu: Adding device 2993000.adsp to group 53
[ 0.845595] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 0.850350] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.851222] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.852015] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.852798] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.854781] tegra-pcie 10003000.pcie-controller: 2x1, 1x1, 1x1 configuration
[ 0.855525] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 0.855812] tegra-pcie 10003000.pcie-controller: probing port 0, using 2 lanes
[ 0.856048] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.856148] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[ 0.857323] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 0.858365] tsec 15500000.tsec: initialized
[ 0.859235] tsec 15100000.tsecb: initialized
[ 0.861624] nvdec 15480000.nvdec: initialized
[ 0.865382] falcon 15340000.vic: initialized
[ 0.866452] falcon 154c0000.nvenc: initialized
[ 0.867448] falcon 15380000.nvjpg: initialized
[ 0.869210] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.870566] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.871918] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.873329] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.874693] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.876060] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.877493] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.878978] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.881692] tegradccommon 15200000.dc_common: host1x channel mapped
[ 0.881700] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 0.881735] tegradccommon 15200000.dc_common: dma mapping done
[ 0.882247] tegradc 15200000.nvdisplay: disp0 connected to head0->/host1x/sor1
[ 0.882286] generic_infoframe_type: 0x87
[ 0.882357] tegradc 15200000.nvdisplay: DT parsed successfully
[ 0.882377] tegradc 15200000.nvdisplay: Display dc. (ptrval) registered with id=0
[ 0.887996] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.888000] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.888002] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.888151] tegradc 15200000.nvdisplay: vblank syncpt # 8 for dc 0
[ 0.888156] tegradc 15200000.nvdisplay: vpulse3 syncpt # 9 for dc 0
[ 0.889116] tegradc 15200000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[ 0.891052] tegradc 15200000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 0.891056] tegradc 15200000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 0.893687] tegradc 15200000.nvdisplay: probed
[ 0.894113] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[ 0.894691] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[ 0.894711] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.895299] kfuse 3830000.kfuse: initialized
[ 0.896501] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.899326] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.901477] console [ttyS0] disabled
[ 0.901522] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 33, base_baud = 25500000) is a Tegra
[ 0.901568] console [ttyS0] enabled
[ 0.902711] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 34, base_baud = 0) is a TEGRA_UART
[ 0.903401] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 35, base_baud = 0) is a TEGRA_UART
[ 0.903557] serial-tegra 3130000.serial: RX in PIO mode
[ 0.904129] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 36, base_baud = 0) is a TEGRA_UART
[ 0.905045] Console: switching to colour frame buffer device 240x67
[ 0.905131] tegradc 15200000.nvdisplay: fb registered
[ 0.905191] [drm] Initialized
[ 0.905325] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 0.905708] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 0.905754] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 0.906793] Parent Clock set for DC plld2
[ 0.912125] brd: module loaded
[ 0.916602] loop: module loaded
[ 0.916677] tegra_profiler: version: 1.145, samples/io: 49/28
[ 0.916774] tegra_profiler: auth: init
[ 0.917531] THERMAL EST: found 3 subdevs
[ 0.917535] THERMAL EST num_resources: 0
[ 0.917539] [THERMAL EST subdev 0]
[ 0.917544] [THERMAL EST subdev 1]
[ 0.917547] [THERMAL EST subdev 2]
[ 0.917557] THERMAL EST: Found 2 profiles, default profile is quiet
[ 0.917884] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[ 0.917886] THERMAL EST: thz register success.
[ 0.917980] THERMAL EST: end of probe, return err: 0
[ 0.918669] sd: No Scsi addr parsed to reserve index
[ 0.918692] hisi_sas: driver version v1.6
[ 0.924187] tun: Universal TUN/TAP device driver, 1.6
[ 0.924191] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.924864] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 0.924867] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.924904] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 0.924907] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.924966] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 0.924968] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.924996] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.4.0-k
[ 0.924998] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 0.961199] tegradc 15200000.nvdisplay: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_111m_223m
[ 0.961631] tegradc 15200000.nvdisplay: hdmi: get RGB quant from REG programmed by BL.
[ 0.961640] tegradc 15200000.nvdisplay: hdmi: get YCC quant from REG programmed by BL.
[ 0.987599] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 0.987602] Extcon AUX1(HDMI) enable
[ 0.987974] tegradc 15210000.nvdisplay: disp1 connected to head1->/host1x/sor
[ 0.988087] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.988108] tegradc 15210000.nvdisplay: Display dc. (ptrval) registered with id=1
[ 0.988288] tegradc 15210000.nvdisplay: vblank syncpt # 11 for dc 1
[ 0.988293] tegradc 15210000.nvdisplay: vpulse3 syncpt # 12 for dc 1
[ 0.996109] tegradc 15210000.nvdisplay: probed
[ 0.996275] tegradc 15210000.nvdisplay: fb registered
[ 0.999466] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 0.999469] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 0.999477] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 0.999485] tegradc 15210000.nvdisplay: blank - powerdown
[ 0.999495] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[ 0.999498] Extcon DP: HPD disabled
[ 0.999500] hpd: hpd_switch 0
[ 0.999503] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 0.999510] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 0.999516] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 1.120624] tegradc 15200000.nvdisplay: blank - powerdown
[ 1.161502] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 1.161504] Extcon AUX1(HDMI) disable
[ 1.165022] eqos 2490000.ether_qos: can't get pllrefe_vcoout clk (-2)
[ 1.166894] eqos 2490000.ether_qos: failed to read eqos_auto_cal_config_0_reg
[ 1.167300] eqos 2490000.ether_qos: Setting local MAC: 3c 6d 66 1d 14 b5
[ 1.167322] Using phyrst_lpmode = 1 from DT
[ 1.169416] PPP generic driver version 2.4.2
[ 1.169635] PPP BSD Compression module registered
[ 1.169637] PPP Deflate Compression module registered
[ 1.169652] PPP MPPE Compression module registered
[ 1.169655] NET: Registered protocol family 24
[ 1.169697] usbcore: registered new interface driver r8152
[ 1.169728] usbcore: registered new interface driver asix
[ 1.169754] usbcore: registered new interface driver ax88179_178a
[ 1.169775] usbcore: registered new interface driver cdc_ether
[ 1.169801] usbcore: registered new interface driver net1080
[ 1.169823] usbcore: registered new interface driver cdc_subset
[ 1.169845] usbcore: registered new interface driver zaurus
[ 1.169889] usbcore: registered new interface driver cdc_ncm
[ 1.170007] VFIO - User Level meta-driver version: 0.3
[ 1.170830] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.170839] ehci-pci: EHCI PCI platform driver
[ 1.170862] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.170877] ohci-pci: OHCI PCI platform driver
[ 1.170905] ohci-platform: OHCI generic platform driver
[ 1.174530] tegra-xusb 3530000.xhci: USB2 port 0 has OTG_CAP
[ 1.175949] tegra-xusb 3530000.xhci: extcon 0: (ptrval) id
[ 1.176700] usbcore: registered new interface driver uas
[ 1.176772] usbcore: registered new interface driver usb-storage
[ 1.176834] usbcore: registered new interface driver usbserial
[ 1.178299] tegra-xusb 3530000.xhci: Firmware timestamp: 2020-07-06 13:39:28 UTC, Version: 55.18 release
[ 1.178321] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.178335] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 1
[ 1.179099] tegra-xusb 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00050810
[ 1.179123] tegra-xusb 3530000.xhci: irq 69, io mem 0x03530000
[ 1.179274] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.179279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.179282] usb usb1: Product: xHCI Host Controller
[ 1.179284] usb usb1: Manufacturer: Linux 4.9.337-tegra xhci-hcd
[ 1.179287] usb usb1: SerialNumber: 3530000.xhci
[ 1.179611] hub 1-0:1.0: USB hub found
[ 1.179639] hub 1-0:1.0: 4 ports detected
[ 1.180116] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.180123] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 2
[ 1.180255] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.180259] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.180261] usb usb2: Product: xHCI Host Controller
[ 1.180264] usb usb2: Manufacturer: Linux 4.9.337-tegra xhci-hcd
[ 1.180266] usb usb2: SerialNumber: 3530000.xhci
[ 1.180370] tegra-xudc-new 3550000.xudc: device count: 1
[ 1.180617] hub 2-0:1.0: USB hub found
[ 1.180642] hub 2-0:1.0: 3 ports detected
[ 1.181132] Wake76 for irq=199
[ 1.181134] Wake77 for irq=199
[ 1.181135] Wake78 for irq=199
[ 1.181136] Wake79 for irq=199
[ 1.181138] Wake80 for irq=199
[ 1.181139] Wake81 for irq=199
[ 1.181140] Wake82 for irq=199
[ 1.181164] tegra-xusb 3530000.xhci: Upgrade port 0 to USB3.0
[ 1.181168] tegra-xusb 3530000.xhci: Upgrade port 1 to USB3.0
[ 1.181887] tegra-xudc-new 3550000.xudc: USB charger detection disabled
[ 1.181893] tegra-xudc-new 3550000.xudc: vbus state: 0
[ 1.182101] tegra-xudc-new 3550000.xudc: entering ELPG
[ 1.182921] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 1.182950] mousedev: PS/2 mouse device common for all mice
[ 1.183039] usbcore: registered new interface driver xpad
[ 1.187520] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 1.188258] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 1.200226] tegradc 15200000.nvdisplay: unblank
[ 1.201502] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 1.201653] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1.205273] Parent Clock set for DC plld2
[ 1.208461] tegradc 15200000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 1.209628] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[ 1.244736] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 1.244738] Extcon AUX1(HDMI) enable
[ 1.259753] tegradc 15200000.nvdisplay: sync windows ret = 246
[ 1.273039] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.283291] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.284427] Wake73 for irq=42
[ 1.284779] extcon-disp-state external-connection:disp-state: cable 51 state 1
[ 1.284782] Extcon HDMI: HPD enabled
[ 1.284799] tegradc 15200000.nvdisplay: hdmi: plugged
[ 1.285676] rtc rtc1: alarm rtc device
[ 1.285687] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 1.285702] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 1.285883] i2c /dev entries driver
[ 1.287493] i2c i2c-2: Added multiplexed i2c bus 9
[ 1.287781] i2c i2c-2: Added multiplexed i2c bus 10
[ 1.287786] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[ 1.288193] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.311533] tegra-i2c 3180000.i2c: no acknowledge from address 0x10
[ 1.311573] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.319184] imx219 9-0010: board setup failed
[ 1.323622] imx219: probe of 9-0010 failed with error -121
[ 1.323922] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.347121] tegra-i2c 3180000.i2c: no acknowledge from address 0x10
[ 1.347165] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.354837] imx219 10-0010: board setup failed
[ 1.359358] imx219: probe of 10-0010 failed with error -121
[ 1.360476] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 1.364854] parse_throttle_dt_data: Num cap clks = 4
[ 1.364858] parse_throttle_dt_data: clk=mcpu type=1
[ 1.364861] parse_throttle_dt_data: clk=bcpu type=2
[ 1.364867] parse_throttle_dt_data: clk=gpu type=4
[ 1.364870] parse_throttle_dt_data: clk=emc type=3
[ 1.365515] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.366076] FAN dev name: pwm-fan
[ 1.366126] FAN:gpio request success.
[ 1.366134] FAN: can't find tach_gpio
[ 1.366142] pwm_fan_driver pwm-fan: Found 2 profiles, default profile is quiet
[ 1.366161] pwm_fan_driver pwm-fan: cap state:4, cap pwm:255
[ 1.366369] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[ 1.366375] pwm_fan_driver pwm-fan: tach period: 1000
[ 1.366822] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 1.366826] pwm_fan_driver pwm-fan: index 1: pwm=130, rpm=1000, rru=2, rrd=2, state:2
[ 1.366830] pwm_fan_driver pwm-fan: index 2: pwm=160, rpm=2000, rru=1, rrd=1, state:2
[ 1.366833] pwm_fan_driver pwm-fan: index 3: pwm=200, rpm=3000, rru=1, rrd=1, state:2
[ 1.366837] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 1.366841] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 1.366844] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 1.366848] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 1.366851] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 1.366855] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 1.367432] tegra-oc-event d280000.soctherm-oc-event: OC driver initialized
[ 1.368359] device-mapper: uevent: version 1.0.3
[ 1.368701] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 1.368965] CPU EMC frequency mapping table: from device tree
[ 1.370729] cpufreq: platform driver Initialization: pass
[ 1.371315] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 1.371439] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 1.372257] sdhci: Secure Digital Host Controller Interface driver
[ 1.372259] sdhci: Copyright(c) Pierre Ossman
[ 1.372261] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.373272] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 1.374841] CMDQ: cmdq_platfm_init successful
[ 1.375712] CQE: CMD_TIMING bit set for R1B DCMD
[ 1.376565] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 1.384548] tegra-se-nvhost 15810000.se: initialized
[ 1.385681] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 1.386160] tegra-se-nvhost 15820000.se: initialized
[ 1.387099] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 1.387544] tegra-se-nvhost 15830000.se: initialized
[ 1.388327] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 1.388768] tegra-se-nvhost 15840000.se: initialized
[ 1.389732] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 1.390429] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 1.390556] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.391478] usbcore: registered new interface driver usbhid
[ 1.391480] usbhid: USB HID core driver
[ 1.394119] ashmem: initialized
[ 1.396226] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 1.397928] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xbfef0000-0xbfefdb7f size=56192
[ 1.398150] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 1.398280] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 1.398354] tegra186-cam-rtcpu b000000.rtcpu: no priority specified, using 99 as default
[ 1.399036] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 1.399111] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 1.399151] tegra-capture-ivc ivc-b000000.rtcpu:ivccontrol@52c0: no priority specified, using 99 as default
[ 1.399207] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 1.399252] tegra-capture-ivc ivc-b000000.rtcpu:ivccapture@72c0: no priority specified, using 99 as default
[ 1.399301] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 1.399407] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x8192]=0x9180-0xb200 TX[1x8192]=0xb200-0xd280
[ 1.399709] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (49)
[ 1.399711] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 1.400190] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=5 sha1=bf12e2c549579b8fe7e0596d313688814d0c34ea
[ 1.401817] tegra_aon c1a0000.aon: tegra aon driver probe OK
[ 1.402222] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 1.402608] register_ari_mca_banks: Registered MCA ROC:IOB
[ 1.402911] register_ari_mca_banks: Registered MCA ROC:CCE
[ 1.403624] tegra18-bridge 2390000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.403627] tegra18-bridge 2390000.axi2apb: enabled timeout = 9894000
[ 1.403629] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 1.403679] tegra18-bridge 23a0000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.403682] tegra18-bridge 23a0000.axi2apb: enabled timeout = 9894000
[ 1.403684] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 1.403727] tegra18-bridge 23b0000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.403729] tegra18-bridge 23b0000.axi2apb: enabled timeout = 9894000
[ 1.403731] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 1.403772] tegra18-bridge 23c0000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.403774] tegra18-bridge 23c0000.axi2apb: enabled timeout = 9894000
[ 1.403776] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 1.403821] tegra18-bridge 23d0000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.403823] tegra18-bridge 23d0000.axi2apb: enabled timeout = 9894000
[ 1.403825] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 1.403869] tegra18-bridge 2100000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.403874] tegra18-bridge 2100000.axip2p: enabled timeout = 9894000
[ 1.403876] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 1.403916] tegra18-bridge 2110000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.403921] tegra18-bridge 2110000.axip2p: enabled timeout = 9894000
[ 1.403923] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 1.403963] tegra18-bridge 2120000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.403968] tegra18-bridge 2120000.axip2p: enabled timeout = 9894000
[ 1.403969] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 1.404009] tegra18-bridge 2130000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.404014] tegra18-bridge 2130000.axip2p: enabled timeout = 9894000
[ 1.404016] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 1.404056] tegra18-bridge 2140000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.404059] tegra18-bridge 2140000.axip2p: enabled timeout = 9894000
[ 1.404061] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 1.404103] tegra18-bridge 2150000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.404108] tegra18-bridge 2150000.axip2p: enabled timeout = 9894000
[ 1.404110] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 1.404151] tegra18-bridge 2160000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.404156] tegra18-bridge 2160000.axip2p: enabled timeout = 9894000
[ 1.404158] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 1.404203] tegra18-bridge 2170000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.404208] tegra18-bridge 2170000.axip2p: enabled timeout = 9894000
[ 1.404210] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 1.404251] tegra18-bridge 2180000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.404257] tegra18-bridge 2180000.axip2p: enabled timeout = 9894000
[ 1.404259] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 1.404307] tegra18-bridge 2190000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.404312] tegra18-bridge 2190000.axip2p: enabled timeout = 9894000
[ 1.404314] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 1.404363] **** A57 ECC: Enabled
[ 1.404365] tegra18_a57_serr_init: on CPU 4 a A57 Core
[ 1.404427] tegra18x_actmon d230000.actmon: in actmon_register()...
[ 1.404786] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 1.405186] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 1.405298] denver_knobs_init:MTS_VERSION:66340021
[ 1.407656] nvpmodel: initialized successfully
[ 1.408399] trusty-virtio trusty:virtio: initializing
[ 1.408499] trusty_ipc virtio0: vring0: va(pa) (ptrval)(0) qsz 32 notifyid 1
[ 1.408505] trusty_ipc virtio0: vring1: va(pa) (ptrval)(0) qsz 32 notifyid 2
[ 1.408572] trusty-virtio trusty:virtio: initializing done
[ 1.408659] trusty_ipc virtio0: is online
[ 1.409780] usbcore: registered new interface driver snd-usb-audio
[ 1.416940] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.426578] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 1.426708] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 1.428945] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.429042] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 1.449350] usb 1-2: New USB device found, idVendor=214b, idProduct=7250
[ 1.449354] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.449357] usb 1-2: Product: USB2.0 HUB
[ 1.450013] hub 1-2:1.0: USB hub found
[ 1.450082] hub 1-2:1.0: 4 ports detected
[ 1.462635] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[ 1.477473] mmc0: periodic cache flush enabled
[ 1.477481] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 1.481807] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[ 1.485962] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB
[ 1.487807] OPE platform probe
[ 1.487878] OPE platform probe successful
[ 1.490104] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB
[ 1.494264] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[ 1.499269] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33
[ 1.540156] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 1.540232] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 1.540297] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 1.540363] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 1.540431] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 1.540496] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 1.540569] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 1.540636] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 1.540702] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 1.540766] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 1.540835] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 1.540898] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 1.541025] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 1.541095] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 1.541156] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 1.541224] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 1.541288] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 1.541353] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 1.541418] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 1.541483] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 1.561237] u32 classifier
[ 1.561239] Actions configured
[ 1.561300] Initializing XFRM netlink socket
[ 1.561850] NET: Registered protocol family 10
[ 1.562435] NET: Registered protocol family 17
[ 1.562445] NET: Registered protocol family 15
[ 1.562504] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.562542] Bluetooth: RFCOMM socket layer initialized
[ 1.562551] Bluetooth: RFCOMM ver 1.11
[ 1.562555] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.562558] Bluetooth: HIDP socket layer initialized
[ 1.562572] 9pnet: Installing 9P2000 support
[ 1.562606] Key type dns_resolver registered
[ 1.562901] Registered cp15_barrier emulation handler
[ 1.562914] Registered setend emulation handler
[ 1.563766] registered taskstats version 1
[ 1.566407] isp 15600000.isp: initialized
[ 1.569553] nvcsi 150c0000.nvcsi: initialized
[ 1.570461] tegra-vi4 15700000.vi: using default number of vi channels,15
[ 1.573258] Wake83 for irq=51
[ 1.573348] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 1.573436] gpio tegra-gpio-aon wake48 for gpio=44(AA:4)
[ 1.573586] input: gpio-keys as /devices/gpio-keys/input/input2
[ 1.574476] tegra-vi4 15700000.vi: initialized
[ 1.575286] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--2 bound
[ 1.575362] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--1 bound
[ 1.593006] usb 1-2: usb_suspend_both: status 0
[ 1.605606] tegra_rtc c2a0000.rtc: setting system clock to 2000-01-01 01:00:09 UTC (946688409)
[ 1.606343] mmcblk mmc0:0001: Card claimed for testing.
[ 1.607503] mmc1: hw tuning done ...
[ 1.608157] mmc1: new HS200 MMC card at address 0001
[ 1.612425] mmcblk1: mmc1:0001 DA4064 58.2 GiB
[ 1.616600] mmcblk1boot0: mmc1:0001 DA4064 partition 1 4.00 MiB
[ 1.620784] mmcblk1boot1: mmc1:0001 DA4064 partition 2 4.00 MiB
[ 1.623094] bpmp: mounted debugfs mirror
[ 1.623955] bwmgr: missing cdev-type property
[ 1.625033] mmcblk1rpmb: mmc1:0001 DA4064 partition 3 16.0 MiB
[ 1.627981] ALSA device list:
[ 1.627984] #0: tegra-hda at 0x3518000 irq 382
[ 1.627986] #1: tegra-snd-t186ref-mobile-rt565x
[ 1.630524] Freeing unused kernel memory: 8640K
[ 1.635195] mmcblk1: p1
[ 1.652954] Root device found: PARTUUID=82c4471a-fac6-4f3e-a829-4fb9700d1205
[ 1.681156] usb usb2: usb_suspend_both: status 0
[ 1.681198] usb usb1: usb_suspend_both: status 0
[ 1.686580] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 2.096690] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 2.099450] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 2.258965] tegra-pcie 10003000.pcie-controller: PCI host bridge to bus 0000:00
[ 2.258971] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.258974] pci_bus 0000:00: root bus resource [mem 0x40100000-0x47ffffff]
[ 2.258976] pci_bus 0000:00: root bus resource [mem 0x48000000-0x7fffffff pref]
[ 2.258980] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.259011] pci 0000:00:03.0: [10de:10e6] type 01 class 0x060400
[ 2.259124] pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.259276] iommu: Adding device 0000:00:03.0 to group 54
[ 2.259284] arm-smmu: forcing sodev map for 0000:00:03.0
[ 2.259353] pci 0000:00:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.259519] pci 0000:01:00.0: [8086:2526] type 00 class 0x028000
[ 2.259611] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 2.260198] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 2.260431] iommu: Adding device 0000:01:00.0 to group 55
[ 2.260435] arm-smmu: forcing sodev map for 0000:01:00.0
[ 2.269057] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.269146] pci 0000:00:03.0: BAR 14: assigned [mem 0x40100000-0x401fffff]
[ 2.269151] pci 0000:01:00.0: BAR 0: assigned [mem 0x40100000-0x40103fff 64bit]
[ 2.269193] pci 0000:00:03.0: PCI bridge to [bus 01]
[ 2.269201] pci 0000:00:03.0: bridge window [mem 0x40100000-0x401fffff]
[ 2.269676] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[ 2.269679] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 2.269685] pcie_pme 0000:00:03.0:pcie001: service driver pcie_pme loaded
[ 2.269758] aer 0000:00:03.0:pcie002: service driver aer loaded
[ 2.864907] EXT4-fs (mmcblk1p1): 31 orphan inodes deleted
[ 2.864928] EXT4-fs (mmcblk1p1): recovery complete
[ 2.879273] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.883983] Rootfs mounted over PARTUUID=82c4471a-fac6-4f3e-a829-4fb9700d1205
[ 2.896880] Switching from initrd to actual rootfs
[ 3.098879] systemd[1]: System time before build time, advancing clock.
[ 3.132074] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.142424] cgroup: cgroup2: unknown option "nsdelegate"
[ 3.165322] 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)
[ 3.166048] systemd[1]: Detected architecture arm64.
[ 3.183219] systemd[1]: Set hostname to <nvidia-desktop>.
[ 3.281702] 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.
[ 3.281710] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 3.405264] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.405485] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.405561] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.405578] systemd[1]: Reached target User and Group Name Lookups.
[ 3.405647] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.406957] systemd[1]: Created slice System Slice.
[ 3.407277] systemd[1]: Listening on Journal Audit Socket.
[ 3.407491] systemd[1]: Listening on Journal Socket.
[ 3.479769] EXT4-fs (mmcblk1p1): re-mounted. Opts: (null)
[ 3.606053] Adding 1048572k swap on /swfile_1. Priority:-1 extents:4 across:2211836k SS
[ 3.694204] systemd-journald[2184]: Received request to flush runtime journal from PID 1
[ 3.703637] Adding 1048572k swap on /swfile_0. Priority:-2 extents:1 across:1048572k SS
[ 3.787117] Adding 4194300k swap on /swapfile. Priority:10 extents:4 across:4939772k SS
[ 4.000952] random: crng init done
[ 4.004390] random: 90 urandom warning(s) missed due to ratelimiting
[ 4.172974] tegra-xusb 3530000.xhci: entering ELPG
[ 4.175803] tegra-xusb 3530000.xhci: entering ELPG done
[ 4.503558] bcpu-throttle-alert cooling device registered.
[ 4.506183] mcpu-throttle-alert cooling device registered.
[ 4.507653] gpu-throttle-alert cooling device registered.
[ 6.202110] using random self ethernet address
[ 6.219178] using random host ethernet address
[ 6.788084] Mass Storage Function, version: 2009/09/11
[ 6.788091] LUN: removable file: (no medium)
[ 6.801408] using random self ethernet address
[ 6.807724] using random host ethernet address
[ 7.477235] rndis0: HOST MAC b6:1c:1b:15:7e:20
[ 7.477564] rndis0: MAC b6:1c:1b:15:7e:21
[ 7.479037] usb0: HOST MAC b6:1c:1b:15:7e:22
[ 7.479071] usb0: MAC b6:1c:1b:15:7e:23
[ 7.479089] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 7.483898] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 7.483919] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[ 7.483954] tegra-xudc-new 3550000.xudc: entering ELPG
[ 7.484907] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 7.485155] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 7.486598] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 7.486614] tegra-xudc-new 3550000.xudc: entering ELPG
[ 7.488539] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 7.494118] l4tbr0: port 1(rndis0) entered blocking state
[ 7.494122] l4tbr0: port 1(rndis0) entered disabled state
[ 7.494405] device rndis0 entered promiscuous mode
[ 7.499640] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 7.504067] l4tbr0: port 2(usb0) entered blocking state
[ 7.504072] l4tbr0: port 2(usb0) entered disabled state
[ 7.504219] device usb0 entered promiscuous mode
[ 7.508416] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 7.551773] zram: Added device: zram0
[ 7.553538] zram: Added device: zram1
[ 7.557171] zram: Added device: zram2
[ 7.560907] zram: Added device: zram3
[ 7.563250] zram: Added device: zram4
[ 7.567672] zram: Added device: zram5
[ 7.574052] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.591816] zram0: detected capacity change from 0 to 334258176
[ 7.719531] Adding 326420k swap on /dev/zram0. Priority:5 extents:1 across:326420k SS
[ 7.722385] zram1: detected capacity change from 0 to 334258176
[ 7.736857] Adding 326420k swap on /dev/zram1. Priority:5 extents:1 across:326420k SS
[ 7.743505] zram2: detected capacity change from 0 to 334258176
[ 7.757101] Adding 326420k swap on /dev/zram2. Priority:5 extents:1 across:326420k SS
[ 7.759989] zram3: detected capacity change from 0 to 334258176
[ 7.777527] Adding 326420k swap on /dev/zram3. Priority:5 extents:1 across:326420k SS
[ 7.781715] zram4: detected capacity change from 0 to 334258176
[ 7.792396] Adding 326420k swap on /dev/zram4. Priority:5 extents:1 across:326420k SS
[ 7.796613] zram5: detected capacity change from 0 to 334258176
[ 7.805949] Adding 326420k swap on /dev/zram5. Priority:5 extents:1 across:326420k SS
[ 7.893961] gpio tegra-gpio-aon wake51 for gpio=47(AA:7)
[ 7.896152] net eth0: get_configure_l3v4_filter -->
[ 7.896672] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.882315] Bridge firewalling registered
[ 9.905310] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 10.041603] Netfilter messages via NETLINK v0.30.
[ 10.045953] ctnetlink v0.93: registering with nfnetlink.
[ 10.163010] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[ 10.792117] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 10.793507] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 10.801723] tegradc 15200000.nvdisplay: unblank
[ 10.801738] tegradc 15210000.nvdisplay: blank - powerdown
[ 11.682055] fuse init (API version 7.26)
[ 11.940137] tegra-i2c 3160000.i2c: no acknowledge from address 0x50
[ 11.947121] tegra-i2c c240000.i2c: no acknowledge from address 0x50
[ 11.953783] tegra-i2c 3180000.i2c: no acknowledge from address 0x50
[ 12.113295] pwm-tegra-tachometer 39c0000.tachometer: Tachometer Overflow is detected
[ 15.439035] tegra-xusb 3530000.xhci: exiting ELPG
[ 15.442528] tegra-xusb 3530000.xhci: Firmware timestamp: 2020-07-06 13:39:28 UTC, Version: 55.18 release
[ 15.568976] tegra-xusb 3530000.xhci: exiting ELPG done
[ 15.597108] usb usb2: usb_suspend_both: status 0
[ 15.868992] usb 1-2.3: new low-speed USB device number 3 using tegra-xusb
[ 15.895253] usb 1-2.3: New USB device found, idVendor=1c4f, idProduct=0002
[ 15.895259] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 15.895261] usb 1-2.3: Product: USB Keyboard
[ 15.895264] usb 1-2.3: Manufacturer: SIGMACHIP
[ 15.901447] input: SIGMACHIP USB Keyboard as /devices/3530000.xhci/usb1/1-2/1-2.3/1-2.3:1.0/0003:1C4F:0002.0001/input/input3
[ 15.961562] hid-generic 0003:1C4F:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-3530000.xhci-2.3/input0
[ 15.964208] input: SIGMACHIP USB Keyboard as /devices/3530000.xhci/usb1/1-2/1-2.3/1-2.3:1.1/0003:1C4F:0002.0002/input/input4
[ 16.021342] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-3530000.xhci-2.3/input1
[ 16.100974] usb 1-2.4: new high-speed USB device number 4 using tegra-xusb
[ 16.121991] usb 1-2.4: New USB device found, idVendor=0bda, idProduct=8152
[ 16.121998] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 16.122001] usb 1-2.4: Product: USB 10/100 LAN
[ 16.122003] usb 1-2.4: Manufacturer: Realtek
[ 16.122005] usb 1-2.4: SerialNumber: 00E04C3616E3
[ 16.205229] usb 1-2.4: reset high-speed USB device number 4 using tegra-xusb
[ 16.298093] r8152 1-2.4:1.0 eth1: v2.09.00 (2017/08/21)
[ 16.298099] r8152 1-2.4:1.0 eth1: This product is covered by one or more of the following patents:
US6,570,884, US6,115,776, and US6,327,625.
[ 16.535748] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 16.591264] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.456998] usb 1-2.2: new low-speed USB device number 5 using tegra-xusb
[ 17.481039] usb 1-2.2: New USB device found, idVendor=18f8, idProduct=1286
[ 17.481045] usb 1-2.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 17.481047] usb 1-2.2: Product: USB GAMING MOUSE
[ 17.484263] input: USB GAMING MOUSE as /devices/3530000.xhci/usb1/1-2/1-2.2/1-2.2:1.0/0003:18F8:1286.0003/input/input5
[ 17.541337] hid-generic 0003:18F8:1286.0003: input,hidraw2: USB HID v1.10 Mouse [USB GAMING MOUSE ] on usb-3530000.xhci-2.2/input0
[ 17.546149] input: USB GAMING MOUSE as /devices/3530000.xhci/usb1/1-2/1-2.2/1-2.2:1.1/0003:18F8:1286.0004/input/input6
[ 17.605359] hid-generic 0003:18F8:1286.0004: input,hidraw3: USB HID v1.10 Keyboard [USB GAMING MOUSE ] on usb-3530000.xhci-2.2/input1
[ 28.655508] tegradc 15200000.nvdisplay: blank - powerdown
[ 28.709780] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 28.709782] Extcon AUX1(HDMI) disable
[ 28.731121] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 28.731450] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 28.731559] tegradc 15210000.nvdisplay: blank - powerdown
[ 28.851318] tegradc 15200000.nvdisplay: blank - powerdown
[ 28.851328] tegradc 15200000.nvdisplay: unblank
[ 28.851815] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 28.851883] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 28.852872] Parent Clock set for DC plld2
[ 28.856267] tegradc 15200000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 28.857441] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[ 28.893774] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 28.893777] Extcon AUX1(HDMI) enable
[ 28.894093] tegradc 15200000.nvdisplay: unblank
[ 28.894337] tegradc 15210000.nvdisplay: blank - powerdown
[ 29.757013] tegra-i2c 3160000.i2c: no acknowledge from address 0x50
[ 29.764142] tegra-i2c c240000.i2c: no acknowledge from address 0x50
[ 29.771088] tegra-i2c 3180000.i2c: no acknowledge from address 0x50
[ 31.821089] vdd-3v3-disp-cvb: disabling
[ 31.821094] vdd-3v3-cvb: disabling
[ 31.821096] vdd-1v8-cvb: disabling
[ 31.821098] vdd-fan: disabling
[ 31.821101] vdd_sys_en: disabling
[ 31.821111] spmic-ldo1: disabling
[ 31.821308] vddio-sdmmc1: disabling
[ 31.821441] vdd-sys-bl: disabling
[ 32.139039] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 32.139051] Bluetooth: BNEP socket layer initialized
[ 32.402429] tegradc 15200000.nvdisplay: unblank
[ 32.402439] tegradc 15210000.nvdisplay: blank - powerdown
[ 34.616835] EXT4-fs (mmcblk0p1): recovery complete
[ 34.616845] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
Please share the log as file instead of pasting whole content for better reading.
[ 0.901522] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 33, base_baud = 25500000) is a Tegra
It seems serial@3100000
maps to /dev/ttyS0
in your case.
Please just refer to the commands I shared above to verify if your device can be waken by serial device.
The complete dmesg output log file is as follows:
log.txt (62.6 KB)
Hello, Jetson TX2 NX is in the suspended state. I used another device to send data to the ttyS0 serial port, but it didn’t wake up. I want to use ttyTHS1 as the wake-up serial port later. And I will/sys/bus/platform/devices / 3110000. The serial/tty/ttyTHS1 / power/wakeup value changes to enabled, use the serial port can’t wake up
Could you refer to Jetson AGX Orin Devkit GPIO as a Wake-Up Source - #10 by KevinFFF and Enabling GPIO as a Wake-Up Source to check if it could help for your use case?
It’s from T234 series, but the similar method may also work for your TX2-NX.