Last active
February 25, 2021 01:14
-
-
Save paralin/a14162632299dddd55de6fc2f8050f4d to your computer and use it in GitHub Desktop.
jetson tx2: boot failure against 32.5 kernel version 4.9.201 (oe4t)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| U-Boot 2016.07-g7a7e3f476e (Oct 16 2020 - 12:15:13 -0700) | |
| TEGRA186 | |
| Model: NVIDIA P2771-0000-500 | |
| DRAM: 7.8 GiB | |
| MC: Tegra SD/MMC: 0, Tegra SD/MMC: 1 | |
| *** Warning - bad CRC, using default environment | |
| In: serial | |
| Out: serial | |
| Err: serial | |
| Net: eth0: ethernet@2490000 | |
| Hit any key to stop autoboot: 0 | |
| MMC: no card present | |
| switch to partitions #0, OK | |
| mmc0(part 0) is current device | |
| Scanning mmc 0:1... | |
| Found U-Boot script /boot/boot.scr | |
| 880 bytes read in 46 ms (18.6 KiB/s) | |
| ## Executing script at 88600000 | |
| 374454 bytes read in 77 ms (4.6 MiB/s) | |
| 33292296 bytes read in 835 ms (38 MiB/s) | |
| ## Flattened Device Tree blob at 88400000 | |
| Booting using the fdt blob at 0x88400000 | |
| reserving fdt memory region: addr=80000000 size=10000 | |
| reserving fdt memory region: addr=88400000 size=5c000 | |
| Using Device Tree in place at 0000000088400000, end 000000008845efff | |
| Starting kernel ... | |
| [ 0.000000] Booting Linux on physical CPU 0x100 | |
| [ 0.000000] Linux version 4.9.201 (paralin@forge) (gcc version 8.4.0 (Buildroot 2020.11.3-48-g956ff80505-dirty) ) #1 SMP PREEMPT Mon Feb 22 00:10:11 PST 2021 | |
| [ 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 , 185600000 | |
| [ 0.000000] OF: fdt: - 275e00000 , 200000 | |
| [ 0.000000] OF: fdt: - 276600000 , 200000 | |
| [ 0.000000] OF: fdt: - 277000000 , 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] 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 s57880 r8192 d32232 u98304 | |
| [ 0.000000] Speculative Store Bypass Disable mitigation not required | |
| [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2022968 | |
| [ 0.000000] Kernel command line: console=ttyS0,115200 androidboot.presilicon=true firmware_class.path=/etc/firmware root=/dev/mmcblk0p1 rw rootwaitconsole=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1 console=ttyS0,115200 rootwaitconsole=ttyS0,115200n8 console=tty0 rw init=/boot/skiff-init/skiff-init-squashfs fsck.repair=yes governor=schedutil | |
| [ 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: 29312(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: 7975292K/8220672K available (14270K kernel code, 2560K rwdata, 8376K rodata, 7232K init, 600K bss, 179844K reserved, 65536K cma-reserved) | |
| [ 0.000000] Virtual kernel memory layout: | |
| [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) | |
| [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) | |
| [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008e70000 ( 14272 KB) | |
| [ 0.000000] .rodata : 0xffffff8008e70000 - 0xffffff80096b0000 ( 8448 KB) | |
| [ 0.000000] .init : 0xffffff80096b0000 - 0xffffff8009dc0000 ( 7232 KB) | |
| [ 0.000000] .data : 0xffffff8009dc0000 - 0xffffff800a040008 ( 2561 KB) | |
| [ 0.000000] .bss : 0xffffff800a040008 - 0xffffff800a0d6344 ( 601 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 - 0xffffffbf07dc8000 ( 125 MB actual) | |
| [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f7200000 ( 8050 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.009969] Console: colour dummy device 80x25 | |
| [ 0.014630] console [tty0] enabled | |
| [ 0.018186] bootconsole [uart8250] disabled | |
| [ 0.000000] Booting Linux on physical CPU 0x100 | |
| [ 0.000000] Linux version 4.9.201 (paralin@forge) (gcc version 8.4.0 (Buildroot 2020.11.3-48-g956ff80505-dirty) ) #1 SMP PREEMPT Mon Feb 22 00:10:11 PST 2021 | |
| [ 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 , 185600000 | |
| [ 0.000000] OF: fdt: - 275e00000 , 200000 | |
| [ 0.000000] OF: fdt: - 276600000 , 200000 | |
| [ 0.000000] OF: fdt: - 277000000 , 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] 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 s57880 r8192 d32232 u98304 | |
| [ 0.000000] Speculative Store Bypass Disable mitigation not required | |
| [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2022968 | |
| [ 0.000000] Kernel command line: console=ttyS0,115200 androidboot.presilicon=true firmware_class.path=/etc/firmware root=/dev/mmcblk0p1 rw rootwaitconsole=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1 console=ttyS0,115200 rootwaitconsole=ttyS0,115200n8 console=tty0 rw init=/boot/skiff-init/skiff-init-squashfs fsck.repair=yes governor=schedutil | |
| [ 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: 29312(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: 7975292K/8220672K available (14270K kernel code, 2560K rwdata, 8376K rodata, 7232K init, 600K bss, 179844K reserved, 65536K cma-reserved) | |
| [ 0.000000] Virtual kernel memory layout: | |
| [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) | |
| [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) | |
| [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008e70000 ( 14272 KB) | |
| [ 0.000000] .rodata : 0xffffff8008e70000 - 0xffffff80096b0000 ( 8448 KB) | |
| [ 0.000000] .init : 0xffffff80096b0000 - 0xffffff8009dc0000 ( 7232 KB) | |
| [ 0.000000] .data : 0xffffff8009dc0000 - 0xffffff800a040008 ( 2561 KB) | |
| [ 0.000000] .bss : 0xffffff800a040008 - 0xffffff800a0d6344 ( 601 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 - 0xffffffbf07dc8000 ( 125 MB actual) | |
| [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f7200000 ( 8050 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.009969] Console: colour dummy device 80x25 | |
| [ 0.014630] console [tty0] enabled | |
| [ 0.018186] bootconsole [uart8250] disabled | |
| [ 0.022561] kmemleak: Kernel memory leak detector disabled | |
| [ 0.022576] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) | |
| [ 0.022590] pid_max: default: 32768 minimum: 301 | |
| [ 0.022911] Security Framework initialized | |
| [ 0.023072] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
| [ 0.023082] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
| [ 0.023675] ftrace: allocating 43431 entries in 170 pages | |
| [ 0.139504] sched-energy: Sched-energy-costs installed from DT | |
| [ 0.139522] ASID allocator initialised with 65536 entries | |
| [ 0.176187] tegra-id: chipid=21817. | |
| [ 0.176200] tegra-id: opt_subrevision=1. | |
| [ 0.176222] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0 | |
| [ 0.176234] DTS File Name: arch/arm64/boot/dts/../../../../nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts | |
| [ 0.176246] DTB Build time: Feb 22 2021 06:06:20 | |
| [ 0.222022] CPU1: Booted secondary processor [4e0f0030] | |
| [ 0.253648] CPU2: Booted secondary processor [4e0f0030] | |
| [ 0.285441] CPU3: Booted secondary processor [411fd073] | |
| [ 0.317435] CPU4: Booted secondary processor [411fd073] | |
| [ 0.349431] CPU5: Booted secondary processor [411fd073] | |
| [ 0.349487] Brought up 6 CPUs | |
| [ 0.349518] SMP: Total of 6 processors activated. | |
| [ 0.349530] CPU features: detected feature: 32-bit EL0 Support | |
| [ 0.350303] CPU: All CPU(s) started at EL2 | |
| [ 0.350353] alternatives: patching kernel code | |
| [ 0.353222] devtmpfs: initialized | |
| [ 0.392483] Initilizing CustomIPI irq domain | |
| [ 0.392689] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
| [ 0.392713] futex hash table entries: 2048 (order: 5, 131072 bytes) | |
| [ 0.393621] pinctrl core: initialized pinctrl subsystem | |
| [ 0.393835] OS set in device tree is not L4T. | |
| [ 0.393990] regulator-dummy: no parameters | |
| [ 0.394125] Initializing plugin-manager | |
| [ 0.394185] Plugin module not found | |
| [ 0.394605] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt | |
| [ 0.395340] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt | |
| [ 0.396540] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300 | |
| [ 0.396901] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300 | |
| [ 0.397162] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800 | |
| [ 0.397388] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200 | |
| [ 0.397842] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500 | |
| [ 0.398304] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500 | |
| [ 0.398618] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500 | |
| [ 0.399006] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800 | |
| [ 0.399258] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800 | |
| [ 0.399484] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900 | |
| [ 0.399748] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00 | |
| [ 0.401561] node /plugin-manager/fragment-e3326@0 match with board 3326-* | |
| [ 0.402687] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800 | |
| [ 0.405807] NET: Registered protocol family 16 | |
| [ 0.406637] pstore: using zlib compression | |
| [ 0.406936] console [pstore-1] enabled | |
| [ 0.406947] pstore: Registered ramoops as persistent store backend | |
| [ 0.406960] ramoops: attached 0x200000@0x275880000, ecc: 0/0 | |
| [ 0.421455] cpuidle: using governor menu | |
| [ 0.422994] bpmp: waiting for handshake | |
| [ 0.423010] bpmp: handshake completed | |
| [ 0.423031] bpmp: synchronizing channels | |
| [ 0.423049] bpmp: channels synchronized | |
| [ 0.423061] bpmp: mail init ok | |
| [ 0.425147] arm-smmu 12000000.iommu: probing hardware configuration... | |
| [ 0.425165] arm-smmu 12000000.iommu: SMMUv2 with: | |
| [ 0.425179] arm-smmu 12000000.iommu: stage 1 translation | |
| [ 0.425190] arm-smmu 12000000.iommu: stage 2 translation | |
| [ 0.425202] arm-smmu 12000000.iommu: nested translation | |
| [ 0.425217] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80 | |
| [ 0.425236] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)! | |
| [ 0.425254] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only) | |
| [ 0.425267] arm-smmu 12000000.iommu: Stage-1: 39-bit VA -> 48-bit IPA | |
| [ 0.425280] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA -> 48-bit PA | |
| [ 0.427426] vdso: 2 pages (1 code @ ffffff8008e77000, 1 data @ ffffff8009dc4000) | |
| [ 0.427455] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
| [ 0.428603] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations | |
| [ 0.430767] Registering BPMP clocks... | |
| [ 0.430867] tegra_bpmp_clk_init: clock init ok (638 clks) | |
| [ 0.431831] Serial: AMBA PL011 UART driver | |
| [ 0.433005] tegra_powergate_init: DONE | |
| [ 0.433023] DTS File Name: arch/arm64/boot/dts/../../../../nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts | |
| [ 0.433045] DTB Build time: Feb 22 2021 06:06:20 | |
| [ 0.435236] Tegra reboot handler registered. | |
| [ 0.436794] tegra-pmc c360000.pmc: scratch reg offset dts data not present | |
| [ 0.436870] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0 | |
| [ 0.436892] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET | |
| [ 0.436904] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L1 | |
| [ 0.436915] tegra-pmc: ### PMC reset status reg: 0x2d | |
| [ 0.437083] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered | |
| [ 0.437109] tegra-pmc c360000.pmc: IO padctrl driver initialized | |
| [ 0.437492] iommu: Adding device 3460000.sdhci to group 0 | |
| [ 0.438194] iommu: Adding device 3400000.sdhci to group 1 | |
| [ 0.439261] iommu: Adding device 3507000.ahci-sata to group 2 | |
| [ 0.439286] arm-smmu: forcing sodev map for 3507000.ahci-sata | |
| [ 0.439745] iommu: Adding device 3160000.i2c to group 3 | |
| [ 0.440195] iommu: Adding device c240000.i2c to group 4 | |
| [ 0.440547] iommu: Adding device 3180000.i2c to group 5 | |
| [ 0.440896] iommu: Adding device 3190000.i2c to group 6 | |
| [ 0.441340] iommu: Adding device 31b0000.i2c to group 7 | |
| [ 0.441705] iommu: Adding device 31c0000.i2c to group 8 | |
| [ 0.442056] iommu: Adding device c250000.i2c to group 9 | |
| [ 0.442399] iommu: Adding device 31e0000.i2c to group 10 | |
| [ 0.443888] iommu: Adding device 3210000.spi to group 11 | |
| [ 0.444241] iommu: Adding device c260000.spi to group 12 | |
| [ 0.444588] iommu: Adding device 3240000.spi to group 13 | |
| [ 0.445296] iommu: Adding device 3100000.serial to group 14 | |
| [ 0.445687] iommu: Adding device 3110000.serial to group 15 | |
| [ 0.446027] iommu: Adding device c280000.serial to group 16 | |
| [ 0.446370] iommu: Adding device 3130000.serial to group 17 | |
| [ 0.447742] iommu: Adding device 2490000.ether_qos to group 18 | |
| [ 0.447769] arm-smmu: forcing sodev map for 2490000.ether_qos | |
| [ 0.448650] iommu: Adding device b000000.rtcpu to group 19 | |
| [ 0.450886] iommu: Adding device 13e10000.host1x to group 20 | |
| [ 0.451208] iommu: Adding device 13e10000.host1x:ctx0 to group 21 | |
| [ 0.451519] iommu: Adding device 13e10000.host1x:ctx1 to group 22 | |
| [ 0.451838] iommu: Adding device 13e10000.host1x:ctx2 to group 23 | |
| [ 0.452144] iommu: Adding device 13e10000.host1x:ctx3 to group 24 | |
| [ 0.452460] iommu: Adding device 13e10000.host1x:ctx4 to group 25 | |
| [ 0.452770] iommu: Adding device 13e10000.host1x:ctx5 to group 26 | |
| [ 0.453094] iommu: Adding device 13e10000.host1x:ctx6 to group 27 | |
| [ 0.453412] iommu: Adding device 13e10000.host1x:ctx7 to group 28 | |
| [ 0.453918] iommu: Adding device 150c0000.nvcsi to group 29 | |
| [ 0.454576] iommu: Adding device 15700000.vi to group 30 | |
| [ 0.454944] iommu: Adding device 15600000.isp to group 31 | |
| [ 0.455416] iommu: Adding device 15210000.nvdisplay to group 32 | |
| [ 0.456034] iommu: Adding device 15340000.vic to group 33 | |
| [ 0.456263] iommu: Adding device 154c0000.nvenc to group 34 | |
| [ 0.456492] iommu: Adding device 15480000.nvdec to group 35 | |
| [ 0.456852] iommu: Adding device 15380000.nvjpg to group 36 | |
| [ 0.457092] iommu: Adding device 15500000.tsec to group 37 | |
| [ 0.457321] iommu: Adding device 15100000.tsecb to group 38 | |
| [ 0.458032] iommu: Adding device 15810000.se to group 39 | |
| [ 0.458264] iommu: Adding device 15820000.se to group 40 | |
| [ 0.458485] iommu: Adding device 15830000.se to group 41 | |
| [ 0.458710] iommu: Adding device 15840000.se to group 42 | |
| [ 0.459601] iommu: Adding device smmu_test to group 43 | |
| [ 0.460214] mc: mapped MMIO address: 0xffffff800a5c0000 -> 0x2c10000 | |
| [ 0.460236] mc: mapped MMIO address: 0xffffff800a5e0000 -> 0x2c20000 | |
| [ 0.460256] mc: mapped MMIO address: 0xffffff800a7b0000 -> 0x2c30000 | |
| [ 0.460276] mc: mapped MMIO address: 0xffffff800a7d0000 -> 0x2c40000 | |
| [ 0.460297] mc: mapped MMIO address: 0xffffff800b010000 -> 0x2c50000 | |
| [ 0.460314] nv-tegra-mc 2c10000.mc: No mssnvlink node | |
| [ 0.460333] mc-err: mcerr ops are set to t18x | |
| [ 0.460482] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c | |
| [ 0.461664] iommu: Adding device 3530000.xhci to group 44 | |
| [ 0.461687] arm-smmu: forcing sodev map for 3530000.xhci | |
| [ 0.462154] iommu: Adding device 3550000.xudc to group 45 | |
| [ 0.462177] arm-smmu: forcing sodev map for 3550000.xudc | |
| [ 0.462893] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_83 = 0x10a | |
| [ 0.462911] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3 | |
| [ 0.462925] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256 | |
| [ 0.463584] iommu: Adding device 17000000.gp10b to group 46 | |
| [ 0.464649] tegra-reset 5000000.clock: registered 193 resets. | |
| [ 0.467009] iommu: Adding device d000000.bpmp to group 47 | |
| [ 0.467217] bpmp: ping status is 0 | |
| [ 0.467318] bpmp d000000.bpmp: firmware tag is 4208eb5c85fe47a2235fbc0b8eb87dca | |
| [ 0.469842] bpmp d000000.bpmp: probe ok | |
| [ 0.473036] iommu: Adding device 2600000.dma to group 48 | |
| [ 0.474361] gpio gpiochip0: gpio-line-names specifies 180 line names but there are 192 lines on the chip | |
| [ 0.474866] GPIO line 461 (camera-control-output-low) hogged as output/low | |
| [ 0.474908] GPIO line 456 (camera-control-output-low) hogged as output/low | |
| [ 0.474948] GPIO line 457 (camera-control-output-low) hogged as output/low | |
| [ 0.474987] GPIO line 426 (camera-control-output-low) hogged as output/low | |
| [ 0.475029] GPIO line 424 (wifi-enable) hogged as output/high | |
| [ 0.475067] GPIO line 445 (sdmmc-wake-support-input) hogged as input | |
| [ 0.475107] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low | |
| [ 0.475288] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio) | |
| [ 0.479025] gpio gpiochip1: gpio-line-names specifies 60 line names but there are 64 lines on the chip | |
| [ 0.479160] GPIO line 315 (wifi-wake-ap) hogged as input | |
| [ 0.479306] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon) | |
| [ 0.480942] iommu: Adding device 10003000.pcie-controller to group 49 | |
| [ 0.480967] arm-smmu: forcing sodev map for 10003000.pcie-controller | |
| [ 0.481305] iommu: Adding device sound to group 50 | |
| [ 0.481762] iommu: Adding device 3510000.hda to group 51 | |
| [ 0.489277] iommu: Adding device c1a0000.aon to group 52 | |
| [ 0.489755] vdd-ac-bat: 5000 mV | |
| [ 0.491405] vdd-1v8-ap: 1800 mV | |
| [ 0.509653] random: fast init done | |
| [ 0.513913] HugeTLB registered 2 MB page size, pre-allocated 0 pages | |
| [ 0.516613] eventlib_kernel: keventlib is initialized, test id: 0 | |
| [ 0.516810] SCSI subsystem initialized | |
| [ 0.517070] usbcore: registered new interface driver usbfs | |
| [ 0.517112] usbcore: registered new interface driver hub | |
| [ 0.517182] usbcore: registered new device driver usb | |
| [ 0.520288] GPIO line 241 (touch-rails) hogged as output/high | |
| [ 0.520710] GPIO line 242 (touch-rails) hogged as output/high | |
| [ 0.520882] gpiochip_setup_dev: registered GPIOs 240 to 255 on device: gpiochip2 (tca9539) | |
| [ 0.522241] GPIO line 228 (lcd-bias-rails) hogged as output/high | |
| [ 0.522380] gpiochip_setup_dev: registered GPIOs 224 to 239 on device: gpiochip3 (tca9539) | |
| [ 0.532344] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8 | |
| [ 0.537598] vddio-ddr: at 1125 mV | |
| [ 0.541448] avdd_dsi_csi: 1200 mV | |
| [ 0.545448] vdd-1v8: 1800 mV | |
| [ 0.549448] vdd-3v3-sys: 3300 mV | |
| [ 0.550188] spmic-ldo0: at 1800 mV | |
| [ 0.550773] spmic-ldo1: at 800 mV | |
| [ 0.553447] vddio-3v3: 3300 mV | |
| [ 0.554190] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV | |
| [ 0.557047] vdd-rtc: at 800 mV | |
| [ 0.557691] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV | |
| [ 0.561044] spmic-ldo6: at 1500 mV | |
| [ 0.565042] vdd-pex-1v00: 1000 mV | |
| [ 0.565713] dvdd-pex: 1000 mV | |
| [ 0.568038] GPIO line 221 (spmic_gpio_input) hogged as input | |
| [ 0.568199] GPIO line 222 (spmic_gpio_input) hogged as input | |
| [ 0.568354] gpiochip_setup_dev: registered GPIOs 216 to 223 on device: gpiochip4 (max77620-gpio) | |
| [ 0.568575] max77620 4-003c: max77620 probe successful | |
| [ 0.568955] media: Linux media interface: v0.10 | |
| [ 0.568991] Linux video capture interface: v2.00 | |
| [ 0.572633] pps_core: LinuxPPS API ver. 1 registered | |
| [ 0.572647] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
| [ 0.572675] PTP clock support registered | |
| [ 0.572881] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated | |
| [ 0.573087] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec | |
| [ 0.573115] tegra_wdt_t18x 30c0000.watchdog: Registered successfully | |
| [ 0.574480] trusty trusty: trusty version: Built: 12:18:15 Oct 16 2020 | |
| [ 0.574509] trusty trusty: selected api version: 3 (requested 3) | |
| [ 0.576469] en-vdd-sd: 3300 mV | |
| [ 0.577208] en-vdd-cam: 1800 mV | |
| [ 0.581043] vdd-hdmi: 5000 mV | |
| [ 0.581334] vdd-usb0-5v: 5000 mV | |
| [ 0.581637] vdd-usb1-5v: 5000 mV | |
| [ 0.585044] en-vdd-ts-1v8: 1800 mV | |
| [ 0.589447] en-vdd-ts-hv-3v3: 3300 mV | |
| [ 0.590132] en-vdd-disp-3v3: 3300 mV | |
| [ 0.590786] en-mdm-pwr-3v7: 3700 mV | |
| [ 0.591452] en-vdd-disp-1v8: 1800 mV | |
| [ 0.592120] en-vdd-cam-hv-2v8: 2800 mV | |
| [ 0.592799] en-vdd-cam-1v2: 1200 mV | |
| [ 0.593492] vdd-fan: 5000 mV | |
| [ 0.593744] vdd-3v3: 3300 mV | |
| [ 0.594652] dis-vdd-1v2: 1200 mV | |
| [ 0.594922] en-vdd-vcm-2v8: 2800 mV | |
| [ 0.595625] vdd-usb2-5v: 5000 mV | |
| [ 0.595891] vdd-sys-bl: 3300 mV | |
| [ 0.596598] en-vdd-sys: 1200 mV | |
| [ 0.598671] camchar: rtcpu character device driver loaded | |
| [ 0.599191] gpio tegra-gpio wake53 for gpio=159(X:7) | |
| [ 0.600882] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:1 | |
| [ 0.601692] clocksource: Switched to clocksource arch_sys_counter | |
| [ 0.622788] VFS: Disk quotas dquot_6.6.0 | |
| [ 0.622876] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
| [ 0.623120] nvmap_heap_init: nvmap_heap_init: created heap block cache | |
| [ 0.623823] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc | |
| [ 0.623842] nvmap_page_pool_init: Total RAM pages: 2010207 | |
| [ 0.623854] nvmap_page_pool_init: nvmap page pool size: 251275 pages (981 MB) | |
| [ 0.623935] nvmap_background_zero_thread: PP zeroing thread starting. | |
| [ 0.626370] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels | |
| [ 0.632104] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm | |
| [ 0.632344] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm | |
| [ 0.632783] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm | |
| [ 0.632873] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm | |
| [ 0.632993] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra | |
| [ 0.633110] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra | |
| [ 0.633281] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die | |
| [ 0.633496] la/ptsa driver initialized. | |
| [ 0.633514] pre_t19x_iso_plat_init(): iso emc max clk=1866000KHz | |
| [ 0.633525] pre_t19x_iso_plat_init(): max_iso_bw=26870400KB | |
| [ 0.633853] NET: Registered protocol family 2 | |
| [ 0.634468] TCP established hash table entries: 65536 (order: 7, 524288 bytes) | |
| [ 0.634787] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) | |
| [ 0.635387] TCP: Hash tables configured (established 65536 bind 65536) | |
| [ 0.635445] UDP hash table entries: 4096 (order: 5, 131072 bytes) | |
| [ 0.635572] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) | |
| [ 0.635978] NET: Registered protocol family 1 | |
| [ 0.636351] RPC: Registered named UNIX socket transport module. | |
| [ 0.636365] RPC: Registered udp transport module. | |
| [ 0.636376] RPC: Registered tcp transport module. | |
| [ 0.636385] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
| [ 0.636511] Trying to unpack rootfs image as initramfs... | |
| [ 0.652153] host1x 13e10000.host1x: initialized | |
| [ 0.653296] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available | |
| [ 0.655506] audit: initializing netlink subsys (disabled) | |
| [ 0.655554] audit: type=2000 audit(0.544:1): initialized | |
| [ 0.655988] workingset: timestamp_bits=46 max_order=21 bucket_order=0 | |
| [ 0.662545] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
| [ 0.663531] ntfs: driver 2.1.32 [Flags: R/W]. | |
| [ 0.665884] NET: Registered protocol family 38 | |
| [ 0.666074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) | |
| [ 0.666164] io scheduler noop registered | |
| [ 0.666372] io scheduler cfq registered (default) | |
| [ 0.669519] gic 2a41000.agic-controller: GIC IRQ controller registered | |
| [ 0.684371] iommu: Adding device aconnect@2a41000:adsp_audio to group 53 | |
| [ 0.688178] iommu: Adding device 2993000.adsp to group 54 | |
| [ 0.688284] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered | |
| [ 0.690783] tegra-xusb-padctl 3520000.xusb_padctl: VBUS over-current detection enabled | |
| [ 0.694012] tegra-pwm 3280000.pwm: PWM clk can sleep in ops | |
| [ 0.695155] tegra-pwm 3290000.pwm: PWM clk can sleep in ops | |
| [ 0.696210] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops | |
| [ 0.697242] tegra-pwm c340000.pwm: PWM clk can sleep in ops | |
| [ 0.699434] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration | |
| [ 0.700385] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails | |
| [ 0.700715] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe | |
| [ 0.700739] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes | |
| [ 0.700860] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs | |
| [ 0.700879] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500 | |
| [ 0.703088] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes | |
| [ 0.704349] tsec 15500000.tsec: initialized | |
| [ 0.705661] tsec 15100000.tsecb: initialized | |
| [ 0.709136] nvdec 15480000.nvdec: initialized | |
| [ 0.715266] falcon 15340000.vic: initialized | |
| [ 0.716571] falcon 154c0000.nvenc: initialized | |
| [ 0.717785] falcon 15380000.nvjpg: initialized | |
| [ 0.719581] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56) | |
| [ 0.720919] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57) | |
| [ 0.722273] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58) | |
| [ 0.723607] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59) | |
| [ 0.724943] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60) | |
| [ 0.726336] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61) | |
| [ 0.727677] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62) | |
| [ 0.729028] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63) | |
| [ 0.732098] tegradccommon 15200000.dc_common: host1x channel mapped | |
| [ 0.732119] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated | |
| [ 0.732163] tegradccommon 15200000.dc_common: dma mapping done | |
| [ 0.732323] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=391 | |
| [ 0.732835] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1 | |
| [ 0.732892] generic_infoframe_type: 0x87 | |
| [ 0.732982] tegradc 15210000.nvdisplay: DT parsed successfully | |
| [ 0.732987] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0. | |
| [ 0.733046] tegradc 15210000.nvdisplay: Display dc.ffffff800b620000 registered with id=0 | |
| [ 0.733189] tegra_cec 3960000.tegra_cec: Enable clock result: 0. | |
| [ 0.733218] tegra_cec 3960000.tegra_cec: tegra_cec_init started | |
| [ 0.733400] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0 | |
| [ 0.733415] tegra_cec 3960000.tegra_cec: probed | |
| [ 0.741608] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s | |
| [ 0.741630] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz | |
| [ 0.741649] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz | |
| [ 0.741878] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1 | |
| [ 0.741895] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1 | |
| [ 0.745546] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board | |
| [ 0.745569] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed | |
| [ 0.748383] tegradc 15210000.nvdisplay: probed | |
| [ 0.748768] Console: switching to colour frame buffer device 80x30 | |
| [ 0.748793] tegradc 15210000.nvdisplay: fb registered | |
| [ 0.749022] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels | |
| [ 0.749176] gpio tegra-gpio wake21 for gpio=121(P:1) | |
| [ 0.749663] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled | |
| [ 0.749729] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized | |
| [ 0.750150] kfuse 3830000.kfuse: initialized | |
| [ 0.751490] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0 | |
| [ 0.754114] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled | |
| [ 0.756399] console [ttyS0] disabled | |
| [ 0.756448] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra | |
| [ 1.127369] tegra-pcie 10003000.pcie-controller: link 0 down, retrying | |
| [ 1.531486] tegra-pcie 10003000.pcie-controller: link 0 down, retrying | |
| [ 1.737721] tegra_cec 3960000.tegra_cec: Can't find physical addresse. | |
| [ 1.737724] tegra_cec 3960000.tegra_cec: tegra_cec_init Done. | |
| [ 1.935614] tegra-pcie 10003000.pcie-controller: link 0 down, retrying | |
| [ 1.937629] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring | |
| [ 2.339751] tegra-pcie 10003000.pcie-controller: link 2 down, retrying | |
| [ 2.743873] tegra-pcie 10003000.pcie-controller: link 2 down, retrying | |
| [ 3.148005] tegra-pcie 10003000.pcie-controller: link 2 down, retrying | |
| [ 3.150021] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring | |
| [ 3.256248] console [ttyS0] enabled | |
| [ 3.261128] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART | |
| [ 3.270694] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART | |
| [ 3.279562] serial-tegra 3130000.serial: RX in PIO mode | |
| [ 3.285573] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART | |
| [ 3.295199] [drm] Initialized | |
| [ 3.299703] brd: module loaded | |
| [ 3.306089] loop: module loaded | |
| [ 3.309297] tegra_profiler: version: 1.143, samples/io: 48/28 | |
| [ 3.315134] tegra_profiler: auth: init | |
| [ 3.319198] nct1008_nct72 7-004c: starting parse dt | |
| [ 3.319507] THERMAL EST: found 3 subdevs | |
| [ 3.319510] THERMAL EST num_resources: 0 | |
| [ 3.319513] [THERMAL EST subdev 0] | |
| [ 3.319516] [THERMAL EST subdev 1] | |
| [ 3.319519] [THERMAL EST subdev 2] | |
| [ 3.319752] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est | |
| [ 3.319753] THERMAL EST: thz register success. | |
| [ 3.319844] THERMAL EST: end of probe, return err: 0 | |
| [ 3.320351] sd: No Scsi addr parsed to reserve index | |
| [ 3.320369] hisi_sas: driver version v1.6 | |
| [ 3.369749] nct1008_nct72 7-004c: !!!Found deprecated property!!! | |
| [ 3.375860] nct1008_nct72 7-004c: success parsing dt | |
| [ 3.380933] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail | |
| [ 3.387921] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected | |
| [ 3.388273] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode | |
| [ 3.388279] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst | |
| [ 3.388979] scsi host0: tegra_ahci | |
| [ 3.389353] scsi host1: tegra_ahci | |
| [ 3.389484] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24 | |
| [ 3.389486] ata2: DUMMY | |
| [ 3.415518] libphy: Fixed MDIO Bus: probed | |
| [ 3.416348] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k | |
| [ 3.416350] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
| [ 3.416376] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k | |
| [ 3.416377] igb: Copyright (c) 2007-2014 Intel Corporation. | |
| [ 3.416403] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k | |
| [ 3.416405] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
| [ 3.416431] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4 | |
| [ 3.416432] Copyright(c) 1999 - 2017 Intel Corporation. | |
| [ 3.419841] nct1008_nct72 7-004c: LOC shutdown limit 107 | |
| [ 3.420335] nct1008_nct72 7-004c: EXT shutdown limit 107 | |
| [ 3.425817] eqos 2490000.ether_qos: can't get pllrefe_vcoout clk (-2) | |
| [ 3.428139] eqos 2490000.ether_qos: failed to read eqos_auto_cal_config_0_reg | |
| [ 3.428595] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b dd dc c9 | |
| [ 3.428691] libphy: dwc_phy: probed | |
| [ 3.428975] bcm54xx_low_power_mode(): put phy in iddq-lp mode | |
| [ 3.430832] PPP generic driver version 2.4.2 | |
| [ 3.430945] PPP BSD Compression module registered | |
| [ 3.430946] PPP Deflate Compression module registered | |
| [ 3.430960] PPP MPPE Compression module registered | |
| [ 3.430963] NET: Registered protocol family 24 | |
| [ 3.430999] usbcore: registered new interface driver r8152 | |
| [ 3.431026] usbcore: registered new interface driver asix | |
| [ 3.431050] usbcore: registered new interface driver ax88179_178a | |
| [ 3.431076] usbcore: registered new interface driver cdc_ether | |
| [ 3.431101] usbcore: registered new interface driver net1080 | |
| [ 3.431126] usbcore: registered new interface driver cdc_subset | |
| [ 3.431149] usbcore: registered new interface driver zaurus | |
| [ 3.431179] usbcore: registered new interface driver cdc_ncm | |
| [ 3.431284] VFIO - User Level meta-driver version: 0.3 | |
| [ 3.432065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
| [ 3.432075] ehci-pci: EHCI PCI platform driver | |
| [ 3.432103] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
| [ 3.432117] ohci-pci: OHCI PCI platform driver | |
| [ 3.432143] ohci-platform: OHCI generic platform driver | |
| [ 3.436917] tegra-xusb 3530000.xhci: USB2 port 0 has OTG_CAP | |
| [ 3.438547] tegra-xusb 3530000.xhci: extcon 0: ffffffc1eac49000 id | |
| [ 3.438882] usbcore: registered new interface driver uas | |
| [ 3.438917] usbcore: registered new interface driver usb-storage | |
| [ 3.441241] tegra-xusb 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2 | |
| [ 3.441244] tegra-xusb 3530000.xhci: Falling back to user helper | |
| [ 3.443046] tegra-xudc-new 3550000.xudc: device count: 1 | |
| [ 3.444123] tegra-xudc-new 3550000.xudc: vbus state: 1 | |
| [ 3.453068] nct1008_nct72 7-004c: initial LOC temp: 24000 | |
| [ 3.453373] nct1008_nct72 7-004c: initial EXT temp: 24000 | |
| [ 3.453993] nct1008_nct72 7-004c: hi_b:-11, lo_b:0 | |
| [ 3.454287] gpio tegra-gpio-aon wake35 for gpio=16(V:0) | |
| [ 3.454468] nct1008_nct72 7-004c: nct1008_probe: initialized | |
| [ 3.703529] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails | |
| [ 3.704076] ata1: SATA link down (SStatus 0 SControl 300) | |
| [ 3.982598] tegra-xusb-padctl 3520000.xusb_padctl: tegra186_xusb_padctl_utmi_pad_dcd: DCD timeout 418 ms | |
| [ 4.037922] tegra-usb-cd usb_cd: notification status (0x0, 0x1) | |
| [ 4.043853] tegra-usb-cd usb_cd: connected to SDP | |
| [ 4.048602] tegra-xudc-new 3550000.xudc: device mode on: 0 | |
| [ 4.054258] tegra-xudc-new 3550000.xudc: active: 0 => 1 | |
| [ 4.059964] mousedev: PS/2 mouse device common for all mice | |
| [ 4.065597] usbcore: registered new interface driver xpad | |
| [ 4.202611] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0 | |
| [ 4.211091] Wake73 for irq=42 | |
| [ 4.215250] rtc rtc1: alarm rtc device | |
| [ 4.219019] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1 | |
| [ 4.225995] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock | |
| [ 4.232253] i2c /dev entries driver | |
| [ 4.237807] max77620-power max77620-power: Event recorder REG_NVERC : 0x0 | |
| [ 4.249652] parse_throttle_dt_data: Num cap clks = 4 | |
| [ 4.254632] parse_throttle_dt_data: clk=mcpu type=1 | |
| [ 4.259513] parse_throttle_dt_data: clk=bcpu type=2 | |
| [ 4.264397] parse_throttle_dt_data: clk=gpu type=4 | |
| [ 4.269192] parse_throttle_dt_data: clk=emc type=3 | |
| [ 4.274685] tegra_throttle_probe: probe successful. #cdevs=4 | |
| [ 4.280898] FAN dev name: pwm-fan | |
| [ 4.284283] FAN:gpio request success. | |
| [ 4.287956] FAN: can't find tach_gpio | |
| [ 4.291642] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255 | |
| [ 4.297487] pwm_fan_driver pwm-fan: got pwm for fan. polarity is inversed | |
| [ 4.304283] pwm_fan_driver pwm-fan: tach period: 1000 | |
| [ 4.309922] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2 | |
| [ 4.317499] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2 | |
| [ 4.325247] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2 | |
| [ 4.333076] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2 | |
| [ 4.340913] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3 | |
| [ 4.348743] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3 | |
| [ 4.356577] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3 | |
| [ 4.364407] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4 | |
| [ 4.372240] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4 | |
| [ 4.380159] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4 | |
| [ 4.388303] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf000002 | |
| [ 4.388306] CPU3: SError detected, daif=1c0, spsr=0xc5, mpidr=80000101, esr=bf40c000 | |
| [ 4.388310] CPU4: SError detected, daif=1c0, spsr=0xc5, mpidr=80000102, esr=bf40c000 | |
| [ 4.388313] CPU5: SError detected, daif=1c0, spsr=0xc5, mpidr=80000103, esr=bf40c000 | |
| [ 4.419753] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf40c000 | |
| [ 4.428023] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf000002 | |
| [ 4.436300] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.444573] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.452848] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.461114] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.469381] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.477644] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.485911] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.494175] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.502437] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.510701] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.518963] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.527226] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.535488] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.543751] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.552015] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.560278] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.568541] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.576805] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.585066] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.593329] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.601597] CPU0: SError detected, daif=1c0, spsr=0x20000045, mpidr=80000100, esr=bf000002 | |
| [ 4.609860] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf000002 | |
| [ 4.618364] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf000002 | |
| [ 4.626635] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf000002 | |
| [ 4.634904] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf000002 | |
| [ 4.643168] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf000002 | |
| [ 4.651435] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf000002 | |
| [ 4.659700] CPU0: SError detected, daif=1c0, spsr=0x60000045, mpidr=80000100, esr=bf000002 | |
| [ 4.667964] tegra-oc-event d280000.soctherm-oc-event: OC driver initialized | |
| [ 4.675705] CPU EMC frequency mapping table: from device tree | |
| [ 32.181688] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [swapper/0:1] | |
| [ 32.188988] Modules linked in: | |
| [ 32.192048] | |
| [ 32.193538] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.201 #1 | |
| [ 32.199535] Hardware name: quill (DT) | |
| [ 32.203191] task: ffffffc1ecb28000 task.stack: ffffffc1eca6c000 | |
| [ 32.209110] PC is at smp_call_function_single+0x170/0x1b0 | |
| [ 32.214501] LR is at smp_call_function_single+0x144/0x1b0 | |
| [ 32.219891] pc : [<ffffff8008150b20>] lr : [<ffffff8008150af4>] pstate: 80400045 | |
| [ 32.227276] sp : ffffffc1eca6fb10 | |
| [ 32.230584] x29: ffffffc1eca6fb10 x28: ffffff800a07fa68 | |
| [ 32.235909] x27: ffffff800a0ac6d8 x26: ffffff80092c9000 | |
| [ 32.241234] x25: ffffff800a0ac000 x24: ffffff80092c96e8 | |
| [ 32.246560] x23: ffffffc1eb27a800 x22: 0000000000000001 | |
| [ 32.251885] x21: ffffff800a0ac6d8 x20: ffffff8008b82bd0 | |
| [ 32.257209] x19: 0000000000000001 x18: ffffffffffffffff | |
| [ 32.262533] x17: 0000000000000000 x16: 0000000000000000 | |
| [ 32.267859] x15: ffffffc1eca6fc4f x14: 00000000021e6483 | |
| [ 32.273183] x13: 00000000021e6483 x12: ffffff8009312000 | |
| [ 32.278507] x11: 0000000000000018 x10: 0101010101010101 | |
| [ 32.283833] x9 : 0000000000000002 x8 : 7f7f7f7f7f7f7f7f | |
| [ 32.289156] x7 : 0000000000000001 x6 : ffffffc1eca6fb50 | |
| [ 32.294481] x5 : 0000000000000002 x4 : 0000000000000000 | |
| [ 32.299805] x3 : ffffffc1eca6fb68 x2 : 0000000000000000 | |
| [ 32.305131] x1 : 0000000000000003 x0 : 0000000000000000 | |
| [ 32.310454] | |
| [ 32.311943] Kernel panic - not syncing: softlockup: hung tasks | |
| [ 32.317708] random: crng init done | |
| [ 32.321162] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G L 4.9.201 #1 | |
| [ 32.328372] Hardware name: quill (DT) | |
| [ 32.332027] Call trace: | |
| [ 32.334474] [<ffffff800808be40>] dump_backtrace+0x0/0x180 | |
| [ 32.339866] [<ffffff800808bfe4>] show_stack+0x24/0x30 | |
| [ 32.344913] [<ffffff8008477c9c>] dump_stack+0xa4/0xc8 | |
| [ 32.349958] [<ffffff80081cd964>] panic+0x124/0x288 | |
| [ 32.354744] [<ffffff80081829ac>] watchdog_timer_fn+0x26c/0x2a0 | |
| [ 32.360568] [<ffffff8008139f68>] __hrtimer_run_queues+0xf8/0x350 | |
| [ 32.366564] [<ffffff800813a8bc>] hrtimer_interrupt+0xac/0x1e0 | |
| [ 32.372303] [<ffffff8008bdf504>] tegra186_timer_isr+0x34/0x50 | |
| [ 32.378041] [<ffffff80081224d0>] __handle_irq_event_percpu+0x60/0x280 | |
| [ 32.384471] [<ffffff8008122718>] handle_irq_event_percpu+0x28/0x70 | |
| [ 32.390641] [<ffffff80081227b0>] handle_irq_event+0x50/0x80 | |
| [ 32.396206] [<ffffff8008126500>] handle_fasteoi_irq+0xd0/0x1b0 | |
| [ 32.402031] [<ffffff8008121484>] generic_handle_irq+0x34/0x50 | |
| [ 32.407768] [<ffffff8008121b8c>] __handle_domain_irq+0x6c/0xc0 | |
| [ 32.413592] [<ffffff8008080d54>] gic_handle_irq+0x54/0xb0 | |
| [ 32.418981] [<ffffff8008082c28>] el1_irq+0xe8/0x194 | |
| [ 32.423852] [<ffffff8008150b20>] smp_call_function_single+0x170/0x1b0 | |
| [ 32.430283] [<ffffff8008150cb8>] smp_call_function_any+0x78/0x160 | |
| [ 32.436370] [<ffffff80096f97f0>] tegra186_cpufreq_probe+0x824/0xa3c | |
| [ 32.442629] [<ffffff8008795380>] platform_drv_probe+0x60/0xc0 | |
| [ 32.448367] [<ffffff8008792964>] driver_probe_device+0xd4/0x3e0 | |
| [ 32.454277] [<ffffff8008792d68>] __driver_attach+0xf8/0x120 | |
| [ 32.459841] [<ffffff80087903fc>] bus_for_each_dev+0x7c/0xc0 | |
| [ 32.465406] [<ffffff8008792150>] driver_attach+0x30/0x40 | |
| [ 32.470710] [<ffffff8008791b78>] bus_add_driver+0x1a8/0x290 | |
| [ 32.476273] [<ffffff8008793c48>] driver_register+0x68/0x100 | |
| [ 32.481838] [<ffffff80087952bc>] __platform_driver_register+0x5c/0x70 | |
| [ 32.488269] [<ffffff80096f8fc4>] tegra186_cpufreq_platform_driver_init+0x18/0x20 | |
| [ 32.495653] [<ffffff8008083aa4>] do_one_initcall+0x44/0x130 | |
| [ 32.501219] [<ffffff80096b0ce4>] kernel_init_freeable+0x194/0x228 | |
| [ 32.507305] [<ffffff8008e54680>] kernel_init+0x18/0x108 | |
| [ 32.512523] [<ffffff80080838a0>] ret_from_fork+0x10/0x30 | |
| [ 32.517828] SMP: stopping secondary CPUs | |
| [ 33.603334] SMP: failed to stop secondary CPUs 0-2 | |
| [ 33.608118] Kernel Offset: disabled | |
| [ 33.611600] Memory Limit: none | |
| [ 33.619829] Rebooting in 5 seconds.. | |
| [ 38.623779] SMP: stopping secondary CPUs | |
| [ 39.709108] SMP: failed to stop secondary CPUs 0-2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment