HI
I developed a Toshiba TC358748 driver based on jetson-tx2. The source I used was L4T R28.1, but there was an error when the kernel started,
[5.260292]PC is at camera_common_g_fmt+0x34/0xa8
[5.260296] LR is at tc358748_get_fmt+0x10/0x18
I don’t know what is the cause, it worked fine on jetson-tx1,
Can you give me some advice?
The following is my debug information:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38 (root@ubuntu) (gcc version 4.8.5 (GCC) ) #13 SMP PREEMPT Sun Jan 14 21:14:36 PST 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options '')
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: 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] PERCPU: Embedded 17 pages/cpu @ffffffc1f5d6b000 s31232 r8192 d30208 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2018947
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0323717014423 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 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: 7973136K/8204288K available (10828K kernel code, 1773K rwdata, 5644K rodata, 1156K init, 681K bss, 165616K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9d7c400 ( 125 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f5f10000 ( 8031 MB)
[ 0.000000] .init : 0xffffffc001097000 - 0xffffffc0011b8000 ( 1156 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001097000 ( 16476 KB)
[ 0.000000] .data : 0xffffffc0011d9000 - 0xffffffc0013946a8 ( 1774 KB)
[ 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] 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.009486] Console: colour dummy device 80x25
[ 0.014144] console [tty0] enabled
[ 0.017700] bootconsole [uart0] disabled
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38 (root@ubuntu) (gcc version 4.8.5 (GCC) ) #13 SMP PREEMPT Sun Jan 14 21:14:36 PST 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options '')
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: 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] PERCPU: Embedded 17 pages/cpu @ffffffc1f5d6b000 s31232 r8192 d30208 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2018947
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0323717014423 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 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: 7973136K/8204288K available (10828K kernel code, 1773K rwdata, 5644K rodata, 1156K init, 681K bss, 165616K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9d7c400 ( 125 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f5f10000 ( 8031 MB)
[ 0.000000] .init : 0xffffffc001097000 - 0xffffffc0011b8000 ( 1156 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001097000 ( 16476 KB)
[ 0.000000] .data : 0xffffffc0011d9000 - 0xffffffc0013946a8 ( 1774 KB)
[ 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] 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.009486] Console: colour dummy device 80x25
[ 0.014144] console [tty0] enabled
[ 0.017700] bootconsole [uart0] disabled
[ 0.021802] kmemleak: Kernel memory leak detector disabled
[ 0.021812] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[ 0.021824] pid_max: default: 32768 minimum: 301
[ 0.021865] Security Framework initialized
[ 0.021892] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.021901] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022253] Initializing cgroup subsys freezer
[ 0.022264] Initializing cgroup subsys debug
[ 0.022400] CPU0 ipc=752
[ 0.022409] CPU1 ipc=1024
[ 0.022415] CPU2 ipc=1024
[ 0.022424] CPU3 ipc=752
[ 0.022433] CPU4 ipc=752
[ 0.022441] CPU5 ipc=752
[ 0.022478] ASID allocator initialised with 65536 entries
[ 0.044779] tegra-id: chipid=21817.
[ 0.044791] tegra-id: opt_subrevision=1.
[ 0.044800] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.045254] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.045269] DTB Build time: Jan 14 2018 17:31:49
[ 0.062417] CPU1: Booted secondary processor [4e0f0030]
[ 0.073938] CPU2: Booted secondary processor [4e0f0030]
[ 0.085632] CPU3: Booted secondary processor [411fd073]
[ 0.097624] CPU4: Booted secondary processor [411fd073]
[ 0.109625] CPU5: Booted secondary processor [411fd073]
[ 0.109685] Brought up 6 CPUs
[ 0.109732] SMP: Total of 6 processors activated.
[ 0.109744] CPU: All CPU(s) started at EL2
[ 0.110162] devtmpfs: initialized
[ 0.128458] Initilizing CustomIPI irq domain
[ 0.128642] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.129508] pinctrl core: initialized pinctrl subsystem
[ 0.129662] OS set in device tree is L4T.
[ 0.129862] regulator-dummy: no parameters
[ 0.129971] Initializing plugin-manager
[ 0.130021] Plugin module not found
[ 0.130420] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.130726] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.131314] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.132440] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.132762] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.133010] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.133241] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.133649] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[ 0.134072] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[ 0.134338] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[ 0.134708] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.134944] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.135153] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.135394] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.137446] Adding domain adsp-pd to PM domain ape-pd
[ 0.139157] NET: Registered protocol family 16
[ 0.139785] console [pstore-1] enabled
[ 0.139795] pstore: Registered ramoops as persistent store backend
[ 0.139807] ramoops: attached 0x200000@0x96080000, ecc: 0/0
[ 0.149175] cpuidle: using governor ladder
[ 0.153634] cpuidle: using governor menu
[ 0.154475] bpmp: waiting for handshake
[ 0.154487] bpmp: handshake completed
[ 0.154527] bpmp: synchronizing channels
[ 0.154552] bpmp: channels synchronized
[ 0.154562] bpmp: mail init ok
[ 0.154879] vdso: 2 pages (1 code @ ffffffc0011e1000, 1 data @ ffffffc0011e0000)
[ 0.154911] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.155833] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.157298] tegra_powergate_init: DONE
[ 0.157317] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.157337] DTB Build time: Jan 14 2018 17:31:49
[ 0.158163] Tegra reboot handler registered.
[ 0.158811] Registering Tegra186 clocks (this may take a while)...done
[ 0.160137] arm-smmu 12000000.iommu: probing hardware configuration...
[ 0.160152] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.160165] arm-smmu 12000000.iommu: stage 1 translation
[ 0.160176] arm-smmu 12000000.iommu: stage 2 translation
[ 0.160187] arm-smmu 12000000.iommu: nested translation
[ 0.160202] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.160220] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.160237] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.160250] arm-smmu 12000000.iommu: Stage-1: 39-bit VA -> 48-bit IPA
[ 0.160262] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA -> 48-bit PA
[ 0.196879] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.199002] iommu: Adding device 3460000.sdhci to group 0
[ 0.199417] iommu: Adding device 3400000.sdhci to group 1
[ 0.200734] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.200984] iommu: Adding device 3160000.i2c to group 3
[ 0.201213] iommu: Adding device c240000.i2c to group 4
[ 0.201418] iommu: Adding device 3180000.i2c to group 5
[ 0.201642] iommu: Adding device 3190000.i2c to group 6
[ 0.201917] iommu: Adding device 31b0000.i2c to group 7
[ 0.202119] iommu: Adding device 31c0000.i2c to group 8
[ 0.202325] iommu: Adding device c250000.i2c to group 9
[ 0.202529] iommu: Adding device 31e0000.i2c to group 10
[ 0.203658] iommu: Adding device 3210000.spi to group 11
[ 0.203860] iommu: Adding device c260000.spi to group 12
[ 0.204072] iommu: Adding device 3240000.spi to group 13
[ 0.204547] iommu: Adding device 3100000.serial to group 14
[ 0.204749] iommu: Adding device 3110000.serial to group 15
[ 0.204948] iommu: Adding device c280000.serial to group 16
[ 0.205146] iommu: Adding device 3130000.serial to group 17
[ 0.206044] iommu: Adding device 2490000.ether_qos to group 18
[ 0.206420] iommu: Adding device b000000.rtcpu to group 19
[ 0.206720] iommu: Adding device c1a0000.aon to group 20
[ 0.207317] Wake73 for irq=42
[ 0.207502] iommu: Adding device smmu_test to group 21
[ 0.207857] mc: mapped MMIO address: 0xffffff8000560000 -> 0x2c10000
[ 0.207876] mc: mapped MMIO address: 0xffffff8000640000 -> 0x2c20000
[ 0.207894] mc: mapped MMIO address: 0xffffff8000660000 -> 0x2c30000
[ 0.207912] mc: mapped MMIO address: 0xffffff8000fa0000 -> 0x2c40000
[ 0.207930] mc: mapped MMIO address: 0xffffff8000fc0000 -> 0x2c50000
[ 0.207948] mc-err: Set intmask: 0xf3140
[ 0.208212] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.209851] Wake76 for irq=199
[ 0.209894] Wake77 for irq=199
[ 0.209913] Wake78 for irq=199
[ 0.209932] Wake79 for irq=199
[ 0.209949] Wake80 for irq=199
[ 0.209966] Wake81 for irq=199
[ 0.209983] Wake82 for irq=199
[ 0.210184] iommu: Adding device 3530000.xhci to group 22
[ 0.210847] iommu: Adding device 3550000.xudc to group 23
[ 0.211972] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.212002] tegra-pmc: ### PMC reset source: Power on reset
[ 0.212025] tegra-pmc: ### PMC reset level: L0
[ 0.212044] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.212360] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.212399] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.212630] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.212658] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.213298] iommu: Adding device 13e10000.host1x to group 24
[ 0.213653] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.213943] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.214221] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.214546] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.214862] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.215125] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.215422] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.215701] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.216186] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.216771] iommu: Adding device 15700000.vi to group 34
[ 0.217105] iommu: Adding device 15600000.isp to group 35
[ 0.217486] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.217719] iommu: Adding device 15340000.vic to group 37
[ 0.217941] iommu: Adding device 154c0000.nvenc to group 38
[ 0.218169] iommu: Adding device 15480000.nvdec to group 39
[ 0.218486] iommu: Adding device 15380000.nvjpg to group 40
[ 0.218714] iommu: Adding device 15500000.tsec to group 41
[ 0.218932] iommu: Adding device 15100000.tsecb to group 42
[ 0.219620] iommu: Adding device 15810000.se to group 43
[ 0.219838] iommu: Adding device 15820000.se to group 44
[ 0.220060] iommu: Adding device 15830000.se to group 45
[ 0.220271] iommu: Adding device 15840000.se to group 46
[ 0.220760] iommu: Adding device 17000000.gp10b to group 47
[ 0.222017] tegra-reset 5000000.clock: registered 193 resets.
[ 0.223845] iommu: Adding device d000000.bpmp to group 48
[ 0.224058] bpmp: ping status is 0
[ 0.224268] bpmp d000000.bpmp: firmware tag is 0705d30e2bb4ef1fcf63b70c5fc3deef
[ 0.224655] bpmp d000000.bpmp: probe ok
[ 0.226755] iommu: Adding device 2600000.dma to group 49
[ 0.227520] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.227591] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.227640] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.227746] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.229529] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.229627] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.230514] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.230755] iommu: Adding device sound to group 51
[ 0.232346] iommu: Adding device 3510000.hda to group 52
[ 0.233366] iommu: Adding device adsp_audio to group 53
[ 0.234636] iommu: Adding device 2993000.adsp to group 54
[ 0.244673] vdd-ac-bat: 5000 mV
[ 0.247027] vdd-1v8-ap: 1800 mV
[ 0.248214] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 0.248617] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 0.264618] SCSI subsystem initialized
[ 0.265110] usbcore: registered new interface driver usbfs
[ 0.265180] usbcore: registered new interface driver hub
[ 0.265299] usbcore: registered new device driver usb
[ 0.268346] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[ 0.268800] pca953x 0-0074: failed reading register
[ 0.268875] pca953x: probe of 0-0074 failed with error -121
[ 0.269259] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[ 0.269702] pca953x 0-0077: failed reading register
[ 0.269767] pca953x: probe of 0-0077 failed with error -121
[ 0.273898] i2c i2c-2: of_i2c: modalias failure on /i2c@3180000/i2c@2
[ 0.282258] media: Linux media interface: v0.10
[ 0.282337] Linux video capture interface: v2.00
[ 0.286361] pps_core: LinuxPPS API ver. 1 registered
[ 0.286394] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.286449] PTP clock support registered
[ 0.287375] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.287423] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.288955] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.290982] GPIO line 253 (spmic_gpio_input_5) hogged as input
[ 0.291177] GPIO line 254 (spmic_gpio_input_6) hogged as input
[ 0.291292] gpiochip_add_data: registered GPIOs 248 to 255 on device: max77620-gpio
[ 0.298130] vddio-ddr: at 1125 mV
[ 0.301948] avdd_dsi_csi: 1200 mV
[ 0.305952] vdd-1v8: 1800 mV
[ 0.309954] vdd-3v3-sys: 3300 mV
[ 0.311061] spmic-ldo0: at 1800 mV
[ 0.311867] spmic-ldo1: at 800 mV
[ 0.313954] vddio-3v3: 3300 mV
[ 0.314643] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV
[ 0.317956] vdd-rtc: at 800 mV
[ 0.318732] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV
[ 0.321173] spmic-ldo6: at 1500 mV
[ 0.325170] vdd-pex-1v05: 1000 mV
[ 0.325715] dvdd-pex: 1000 mV
[ 0.325975] max77620 4-003c: max77620 probe successful
[ 0.326229] Advanced Linux Sound Architecture Driver Initialized.
[ 0.327184] en-vdd-sd: 3300 mV
[ 0.327430] vdd-usb0-5v: 5000 mV
[ 0.327585] vdd-usb1-5v: 5000 mV
[ 0.327943] vdd-3v3: 3300 mV
[ 0.328094] en-vdd-vcm-2v8: 2800 mV
[ 0.328228] vdd-sys-bl: 3300 mV
[ 0.329758] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.331387] extcon-gpio-states external-connection:extcon@1: Cable state 2
[ 0.331752] clocksource: Switched to clocksource arch_sys_counter
[ 0.363547] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.363768] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.364194] nvmap_page_pool_init: Total RAM pages: 2009668
[ 0.364209] nvmap_page_pool_init: nvmap page pool size: 251208 pages (981 MB)
[ 0.364289] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.372373] Wake76 for irq=199
[ 0.372413] Wake77 for irq=199
[ 0.372440] Wake78 for irq=199
[ 0.372465] Wake79 for irq=199
[ 0.372490] Wake80 for irq=199
[ 0.372515] Wake81 for irq=199
[ 0.372539] Wake82 for irq=199
[ 0.373857] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.374104] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.374296] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.374408] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.374849] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type AO-therm
[ 0.375084] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tboard_tegra
[ 0.375330] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tdiode_tegra
[ 0.375524] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type PMIC-Die
[ 0.375938] isomgr_init(): iso emc max clk=1866000KHz
[ 0.375964] isomgr_init(): max_iso_bw=26870400KB
[ 0.376105] NET: Registered protocol family 2
[ 0.376773] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.377542] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.378868] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.378949] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.379159] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.379497] NET: Registered protocol family 1
[ 0.379819] RPC: Registered named UNIX socket transport module.
[ 0.379840] RPC: Registered udp transport module.
[ 0.379858] RPC: Registered tcp transport module.
[ 0.379875] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.380126] Trying to unpack rootfs image as initramfs...
[ 0.399504] host1x 13e10000.host1x: initialized
[ 0.400580] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.403298] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.403458] audit: initializing netlink subsys (disabled)
[ 0.403504] audit: type=2000 audit(0.388:1): initialized
[ 0.412576] io scheduler noop registered (default)
[ 0.416087] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.417512] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.418781] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.420040] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.424072] tsec 15500000.tsec: initialized
[ 0.425650] tsec 15100000.tsecb: initialized
[ 0.428210] nvdec 15480000.nvdec: initialized
[ 0.431862] falcon 15340000.vic: initialized
[ 0.433188] falcon 154c0000.nvenc: initialized
[ 0.434444] falcon 15380000.nvjpg: initialized
[ 0.435506] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.436277] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.437036] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.437773] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.438582] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.439342] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.440124] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.440860] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.442584] DC OR NODE connected to /host1x/sor1
[ 0.442862] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.442908] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.442919] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.443107] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1000000, vi_iso_bw=1500000, max_bw=1500000
[ 0.450678] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.450696] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.450712] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.450753] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.450767] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.451157] hdmi: couldn't get regulator vdd_hdmi_5v0: -517
[ 0.452436] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.453067] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.453087] PD DISP0 index2 UP
[ 0.453985] PD DISP1 index3 UP
[ 0.454218] PD DISP2 index4 UP
[ 0.454810] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.455237] kfuse 3830000.kfuse: initialized
[ 0.456670] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.457186] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.459867] console [ttyS0] disabled
[ 0.459949] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 2.445646] console [ttyS0] enabled
[ 2.450837] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.451776] tegra-i2c 3190000.i2c: pio xfer timed out addr: 0x50
[ 2.451778] tegra-i2c 3190000.i2c: --- register dump for debugging ----
[ 2.451782] tegra-i2c 3190000.i2c: I2C_CNFG - 0x22c00
[ 2.451785] tegra-i2c 3190000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 2.451788] tegra-i2c 3190000.i2c: I2C_FIFO_CONTROL - 0xe0
[ 2.451791] tegra-i2c 3190000.i2c: I2C_FIFO_STATUS - 0x800040
[ 2.451795] tegra-i2c 3190000.i2c: I2C_INT_MASK - 0x7d
[ 2.451798] tegra-i2c 3190000.i2c: I2C_INT_STATUS - 0x0
[ 2.451802] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[ 2.452385] PD DISP2 index4 DOWN
[ 2.452548] PD DISP1 index3 DOWN
[ 2.452698] PD DISP0 index2 DOWN
[ 2.454424] tegradc 15210000.nvdisplay: probed
[ 2.527218] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.527411] serial-tegra 3130000.serial: RX in PIO mode
[ 2.528251] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.528327] Console: switching to colour frame buffer device 80x30
[ 2.537106] brd: module loaded
[ 2.541155] loop: module loaded
[ 2.541349] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 2.541368] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.541372] nct1008_nct72 7-004c: starting parse dt
[ 2.541448] nct1008_nct72 7-004c: success parsing dt
[ 2.541561] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.556596] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.577836] tmp451: Enabled overheat logging at 104.00C
[ 2.577947] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 2.577987] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.580086] THERMAL EST: found 3 subdevs
[ 2.580089] THERMAL EST num_resources: 0
[ 2.580093] [THERMAL EST subdev 0]
[ 2.580098] [THERMAL EST subdev 1]
[ 2.580102] [THERMAL EST subdev 2]
[ 2.580326] thermal thermal_zone8: Registering thermal zone thermal_zone8 for type thermal-fan-est
[ 2.580329] THERMAL EST: thz register success.
[ 2.580496] THERMAL EST: end of probe, return err: 0
[ 2.580689] tegra_profiler: Branch: Dev
[ 2.580691] tegra_profiler: Version: 1.109
[ 2.580693] tegra_profiler: Samples version: 37
[ 2.580695] tegra_profiler: IO version: 21
[ 2.580702] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.580706] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.580710] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.580714] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 2.580717] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.580720] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 2.580723] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.580726] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.580729] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.580731] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.580734] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.580737] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.580923] tegra_profiler: auth: init
[ 2.584141] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 2.584151] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 2.585123] scsi host0: tegra_ahci
[ 2.585496] scsi host1: tegra_ahci
[ 2.585626] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 2.585629] ata2: DUMMY
[ 2.586387] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.586815] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.587171] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.587931] tun: Universal TUN/TAP device driver, 1.6
[ 2.587934] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.588126] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.588128] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.588160] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.588162] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.589161] PPP generic driver version 2.4.2
[ 2.589272] PPP BSD Compression module registered
[ 2.589278] PPP Deflate Compression module registered
[ 2.589296] PPP MPPE Compression module registered
[ 2.589307] NET: Registered protocol family 24
[ 2.589347] usbcore: registered new interface driver r8152
[ 2.589382] usbcore: registered new interface driver asix
[ 2.589409] usbcore: registered new interface driver ax88179_178a
[ 2.589432] usbcore: registered new interface driver cdc_ether
[ 2.589466] usbcore: registered new interface driver smsc95xx
[ 2.589492] usbcore: registered new interface driver net1080
[ 2.589516] usbcore: registered new interface driver cdc_subset
[ 2.589539] usbcore: registered new interface driver zaurus
[ 2.589579] usbcore: registered new interface driver cdc_ncm
[ 2.589802] Wake76 for irq=199
[ 2.589805] Wake77 for irq=199
[ 2.589807] Wake78 for irq=199
[ 2.589809] Wake79 for irq=199
[ 2.589811] Wake80 for irq=199
[ 2.589813] Wake81 for irq=199
[ 2.589814] Wake82 for irq=199
[ 2.589869] tegra-xotg xotg: usb2 phy is not available yet
[ 2.590525] usbcore: registered new interface driver usb-storage
[ 2.590586] usbcore: registered new interface driver usbserial
[ 2.590609] usbcore: registered new interface driver ftdi_sio
[ 2.590629] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.590653] usbcore: registered new interface driver option
[ 2.590669] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.590690] usbcore: registered new interface driver pl2303
[ 2.590705] usbserial: USB Serial support registered for pl2303
[ 2.590866] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.592110] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b 8d 46 5b
[ 2.592692] libphy: dwc_phy: probed
[ 2.593379] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.656791] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 2.656936] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.725540] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 2.727582] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.727604] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.727768] i2c /dev entries driver
[ 2.728530] tc358748_module_init:module init
[ 2.728561] ############tc358748_probe#########3
[ 2.728563] tc358748_probe entry
[ 2.728584] tc358748_parse_dt:parse dt
[ 2.728586] tc358748_parse_dt done
[ 2.728590] #############test 0#########
[ 2.728592] #############test#########
[ 2.728667] tc358748_probe: gpio-CSI[A]=0
[ 2.728669] tc358748_probe: name tc358748_a
[ 2.728675] #############test###11######
[ 2.728678] tc358748_ctrls_init: entry
[ 2.728680] tc358748_ctrls_init: numctrls 2
[ 2.728681] tc358748_ctrls_init: ctrl_config_list[i].id 10100747
[ 2.728688] tc358748_ctrls_init:init Gain ctrl
[ 2.728689] tc358748_ctrls_init: ctrl_config_list[i].id 10100740
[ 2.728691] tc358748_ctrls_init:init HDR enable ctrl
[ 2.728694] tc358748_probe:tc358748_ctrls_init: done
[ 2.728695] tc358748_probe:media_entity_init done
[ 2.728696] tc358748_probe:v4l2_async_register_subdev done
[ 2.728698] HD mode[0]
[ 2.728699] *******************************************************
[ 2.728699] *******************************************************
[ 2.728700] *******************************************************
[ 2.739309] #############test###444######
[ 2.739313] tc358748_mipi 2-000e:
[ 2.739313] tc358748_probe:Detected tc358748 sensor
[ 2.739314] tc358748_probe:Complete!!!
[ 2.739358] tc358748_module_init:module init done err[0]
[ 2.739406] gspca_main: v2.14.0 registered
[ 2.739450] usbcore: registered new interface driver gspca_zc3xx
[ 2.739695] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 2.741425] FAN: coudln't get the regulator
[ 2.742137] device-mapper: uevent: version 1.0.3
[ 2.742308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 2.742628] sdhci: Secure Digital Host Controller Interface driver
[ 2.742629] sdhci: Copyright(c) Pierre Ossman
[ 2.742632] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.742879] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 2.743143] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 2.743366] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 2.743833] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 2.743952] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.745317] usbcore: registered new interface driver usbhid
[ 2.745318] usbhid: USB HID core driver
[ 2.747187] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 2.747717] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 2.747878] ina3221x: probe of 0-0042 failed with error -121
[ 2.748248] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 2.748916] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 2.749028] ina3221x: probe of 0-0043 failed with error -121
[ 2.749471] nvadsp 2993000.adsp: in probe()...
[ 2.750670] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 2.750701] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 2.750913] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 2.764455] Denver: backdoor interface is NOT available.
[ 2.766521] coresight-tmc 8030000.etf: TMC initialized
[ 2.768667] coresight-tmc 8050000.etr: TMC initialized
[ 2.769135] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 2.769725] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 2.770246] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 2.770734] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 2.771177] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 2.771899] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 2.772531] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 2.773156] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 2.773762] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 2.773792] Module initialized successfully
[ 2.777518] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 2.779135] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 2.779380] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 2.779733] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 2.779797] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 2.779836] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 2.779880] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 2.779920] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 2.779958] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 2.780004] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 2.780159] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 2.780162] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 2.780817] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 2.780820] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 2.780823] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 2.780826] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 2.780828] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 2.780830] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 2.780833] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 2.780859] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 2.783785] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.784038] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 2.784377] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 2.786134] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 2.789265] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 2.789360] camchar: rtcpu character device driver loaded
[ 2.793536] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 2.793834] register_ari_mca_banks: Registered MCA ROC:IOB
[ 2.793983] register_ari_mca_banks: Registered MCA ROC:CCE
[ 2.794435] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 2.794463] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 2.794488] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 2.794517] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 2.794542] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 2.794566] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 2.794591] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 2.794619] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 2.794643] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 2.794668] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 2.794692] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 2.794720] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 2.794746] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 2.794770] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 2.794794] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 2.794844] **** A57 ECC: Enabled
[ 2.794846] tegra18_a57_serr_init: on CPU 5 a A57 Core
[ 2.795011] parse_throttle_dt_data: Num cap clks = 4
[ 2.795013] parse_throttle_dt_data: clk=mcpu type=1
[ 2.795015] parse_throttle_dt_data: clk=bcpu type=2
[ 2.795022] parse_throttle_dt_data: clk=gpu type=4
[ 2.795024] parse_throttle_dt_data: clk=emc type=3
[ 2.795549] tegra_throttle_probe: probe successful. #cdevs=4
[ 2.795644] tegra18x_actmon d230000.actmon: in actmon_register()...
[ 2.798774] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 2.802380] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 2.833782] mmc0: MAN_BKOPS_EN bit is not set
[ 2.835775] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.836009] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 2.836058] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 2.836129] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 2.836154] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 256
[ 2.836398] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 2.841068] mmc0: Skipping tuning since strobe enabled
[ 2.848556] mmc0: periodic cache flush enabled
[ 2.848563] mmc0: new HS400 MMC card at address 0001
[ 2.848809] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 2.848927] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 2.849030] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 2.849128] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 2.850253] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[ 2.875819] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 2.875855] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.888220] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 2.907792] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.086066] mmc1 tuning done saved tap delay=67
[ 3.086069] mmc1: hw tuning done ...
[ 3.086077] mmc1: tuning_window[0]: 0xffffffff
[ 3.086084] mmc1: tuning_window[1]: 0xffffc3ff
[ 3.086089] mmc1: tuning_window[2]: 0xf1ffffff
[ 3.086124] mmc1: tuning_window[3]: 0x7fffffff
[ 3.086130] mmc1: tuning_window[4]: 0x0
[ 3.086136] mmc1: tuning_window[5]: 0x0
[ 3.086141] mmc1: tuning_window[6]: 0x0
[ 3.086146] mmc1: tuning_window[7]: 0x0
[ 3.086150] sdhci: Tap value: 67 | Trim value: 5
[ 3.086154] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 3.092432] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.092481] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 4.134622] tegradc 15210000.nvdisplay: fb registered
[ 4.140472] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 4.146059] PD DISP0 index2 UP
[ 4.150668] PD DISP1 index3 UP
[ 4.154468] PD DISP2 index4 UP
[ 4.159742] Parent Clock set for DC plld2
[ 4.167270] edid invalid
[ 4.171225] edid invalid
[ 4.174193] edid invalid
[ 4.177152] tegradc 15210000.nvdisplay: hdmi: pclk:25200K, set prod-setting:prod_c_54M
[ 4.203248] tegra-se-nvhost 15810000.se: initialized
[ 4.209295] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 4.216361] tegra-se-nvhost 15820000.se: initialized
[ 4.222441] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 4.229516] tegra-se-nvhost 15830000.se: initialized
[ 4.235301] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 4.242387] tegra-se-nvhost 15840000.se: initialized
[ 4.248465] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 4.259062] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 4.269602] cpufreq: platform driver Initialization: pass
[ 4.275712] tegra_cluster_clk e090000.cluster_clk_priv: in probe()...
[ 4.282794] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 4.289382] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 4.300027] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 4.310413] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2eb496
[ 4.318012] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 4.326441] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 4.335173] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 4.345035] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 4.352333] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 4.360419] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 4.369213] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 4.379992] tegra210_adsp_audio_platform_probe: platform probe started
[ 4.391774] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 4.392760] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 4.392932] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 4.419016] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 4.427295] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 4.435139] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 4.443424] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 4.451017] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 4.459651] tegra210-adsp adsp_audio: using adma channel page 0
[ 4.466169] tegra210_adsp_audio_platform_probe probe successfull.
[ 4.483673] OPE platform probe
[ 4.488079] OPE platform probe successful
[ 4.509367] tegra-snd-t186ref-mobile-rt565x sound: Failed to get HP Det GPIO, should be handled by codec
[ 4.598693] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 4.607390] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 4.616046] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 4.624673] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 4.633313] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 4.641967] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 4.650642] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 4.659323] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 4.668089] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 4.676885] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 4.685923] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 4.699240] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 4.708325] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 4.717402] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 4.726470] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 4.735563] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 4.744652] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 4.753736] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 4.762809] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 4.771880] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 4.784398] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 4.793607] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 4.802703] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 4.809268] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 4.848446] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[ 4.859766] tegra-snd-t186ref-mobile-rt565x sound: codec-dai "dit-hifi" registered
[ 4.868595] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[ 4.876410] GACT probability NOT on
[ 4.880567] Mirror/redirect action on
[ 4.884856] u32 classifier
[ 4.888154] Actions configured
[ 4.892165] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 4.899628] ipip: IPv4 over IPv4 tunneling driver
[ 4.905229] Initializing XFRM netlink socket
[ 4.910363] NET: Registered protocol family 10
[ 4.916091] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.922102] NET: Registered protocol family 17
[ 4.927089] NET: Registered protocol family 15
[ 4.932084] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 4.945703] 8021q: 802.1Q VLAN Support v1.8
[ 4.950644] Registered cp15_barrier emulation handler
[ 4.956213] Registered setend emulation handler
[ 4.962531] registered taskstats version 1
[ 4.970105] isp 15600000.isp: initialized
[ 4.978028] nvcsi 150c0000.nvcsi: initialized
[ 4.984770] Wake76 for irq=199
[ 4.988536] Wake77 for irq=199
[ 4.992266] Wake78 for irq=199
[ 4.995954] Wake79 for irq=199
[ 4.999586] Wake80 for irq=199
[ 5.003183] Wake81 for irq=199
[ 5.006751] Wake82 for irq=199
[ 5.010499] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[ 5.017383] spi-tegra114 3210000.spi: Static pin configuration used
[ 5.024853] spi-tegra114 c260000.spi: Static pin configuration used
[ 5.032272] spi-tegra114 3240000.spi: Static pin configuration used
[ 5.039563] Wake76 for irq=199
[ 5.043101] Wake77 for irq=199
[ 5.046630] Wake78 for irq=199
[ 5.050127] Wake79 for irq=199
[ 5.053601] Wake80 for irq=199
[ 5.057076] Wake81 for irq=199
[ 5.060517] Wake82 for irq=199
[ 5.063951] tegra-xotg xotg: usb2 phy is not available yet
[ 5.070309] tegra-usb-cd usb_cd: otg phy is not available yet
[ 5.076871] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 5.083890] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 5.093933] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 5.103685] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2eb496
[ 5.110887] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 5.118711] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 5.128140] Wake76 for irq=199
[ 5.131538] Wake77 for irq=199
[ 5.134929] Wake78 for irq=199
[ 5.138318] Wake79 for irq=199
[ 5.141697] Wake80 for irq=199
[ 5.145052] Wake81 for irq=199
[ 5.148403] Wake82 for irq=199
[ 5.151950] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[ 5.159033] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 5.164833] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 5.170695] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 5.176569] input: gpio-keys as /devices/gpio-keys/input/input3
[ 5.183338] Wake76 for irq=199
[ 5.186747] Wake77 for irq=199
[ 5.190150] Wake78 for irq=199
[ 5.193540] Wake79 for irq=199
[ 5.196917] Wake80 for irq=199
[ 5.200273] Wake81 for irq=199
[ 5.203613] Wake82 for irq=199
[ 5.207008] tegra-xotg xotg: usb2 phy is not available yet
[ 5.212963] tegra-usb-cd usb_cd: otg phy is not available yet
[ 5.218983] tegra_rtc c2a0000.rtc: setting system clock to 2000-01-01 01:01:39 UTC (946688499)
[ 5.228649] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 5.235689] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 5.245785] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 5.248450] bpmp: mounted debugfs mirror
[ 5.248846] [dram-timers] DRAM derating cdev registered.
[ 5.252258] spmic-ldo0: disabling
[ 5.252426] spmic-ldo1: disabling
[ 5.252609] en-vdd-sd: disabling
[ 5.252611] vdd-usb0-5v: disabling
[ 5.252612] vdd-usb1-5v: disabling
[ 5.252614] vdd-3v3: disabling
[ 5.252616] en-vdd-vcm-2v8: disabling
[ 5.252617] vdd-sys-bl: disabling
[ 5.258245] ALSA device list:
[ 5.258247] #0: tegra-hda at 0x3518000 irq 400
[ 5.258248] #1: tegra-snd-t186ref-mobile-rt565x
[ 5.259032] tegra-vi4 15700000.vi: initialized
[ 5.260265] Unable to handle kernel NULL pointer dereference at virtual address 00000000
[ 5.260266] pgd = ffffffc001442000
[ 5.260270] [00000000] *pgd=000000026cdd6003, *pud=000000026cdd6003, *pmd=000000026cdd7003, *pte=00e8000003881707
[ 5.260273] Internal error: Oops: 96000005 [#1] PREEMPT SMP
[ 5.260276] Modules linked in:
[ 5.260279] CPU: 5 PID: 114 Comm: kworker/u12:2 Not tainted 4.4.38 #13
[ 5.260280] Hardware name: quill (DT)
[ 5.260286] Workqueue: events_unbound async_run_entry_fn
[ 5.260288] task: ffffffc1ea930000 ti: ffffffc1ea938000 task.ti: ffffffc1ea938000
[ 5.260292] PC is at camera_common_g_fmt+0x34/0xa8
[ 5.260296] LR is at tc358748_get_fmt+0x10/0x18
[ 5.260297] pc : [<ffffffc0007756f4>] lr : [<ffffffc000749750>] pstate: 60000045
[ 5.260298] sp : ffffffc1ea93b890
[ 5.260300] x29: ffffffc1ea93b890 x28: 0000000000000018
[ 5.260302] x27: ffffffc000fb0338 x26: ffffffc000fb0340
[ 5.260304] x25: ffffffc1ea981060 x24: ffffffc1ea981060
[ 5.260306] x23: ffffffc1eb5a2b80 x22: ffffffc1eb5a2018
[ 5.260307] x21: ffffffc1ea981060 x20: 0000000000000000
[ 5.260309] x19: ffffffc1ea93b918 x18: 0000000000000000
[ 5.260311] x17: ffffffc000b13a60 x16: ffffffc000b13a60
[ 5.260313] x15: ffffffc000b13a60 x14: 0ffffffffffffffe
[ 5.260314] x13: 0000000000000020 x12: 0101010101010101
[ 5.260316] x11: 7f7f7f7f7f7f7f7f x10: fefefeff642f2f2f
[ 5.260318] x9 : 7f7f7f7f7f7f7f7f x8 : 8080808000000000
[ 5.260319] x7 : 0000000080808080 x6 : 0000000000000001
[ 5.260321] x5 : 0000000000000018 x4 : ffffffc1eb5a2630
[ 5.260322] x3 : 0000000000000000 x2 : ffffffc1ebbe1800
[ 5.260324] x1 : ffffffc1ea93b918 x0 : ffffffc0013867c0
[ 5.260324]
[ 5.260326] Process kworker/u12:2 (pid: 114, stack limit = 0xffffffc1ea938020)
[ 5.260327] Call trace:
[ 5.260329] [<ffffffc0007756f4>] camera_common_g_fmt+0x34/0xa8
[ 5.260331] [<ffffffc000749750>] tc358748_get_fmt+0x10/0x18
[ 5.260334] [<ffffffc00076b3cc>] tegra_channel_fmts_bitmap_init+0x134/0x1f4
[ 5.260336] [<ffffffc00076c440>] tegra_channel_init_subdevices+0x12c/0x2c0
[ 5.260339] [<ffffffc00076d45c>] tegra_vi_graph_notify_complete+0x44c/0x6a4
[ 5.260343] [<ffffffc00075dd10>] v4l2_async_test_notify+0xfc/0x114
[ 5.260345] [<ffffffc00075de58>] v4l2_async_notifier_register+0x130/0x194
[ 5.260347] [<ffffffc00076dc58>] tegra_vi_graph_init+0xf0/0x19c
[ 5.260349] [<ffffffc00076a454>] tegra_vi_media_controller_init+0x188/0x1f8
[ 5.260353] [<ffffffc0008d7b84>] tegra_vi4_probe+0x1f8/0x2c0
[ 5.260356] [<ffffffc00054a400>] platform_drv_probe+0x50/0xbc
[ 5.260358] [<ffffffc000547e90>] driver_probe_device+0xc8/0x408
[ 5.260360] [<ffffffc00054826c>] __driver_attach+0x9c/0xa0
[ 5.260363] [<ffffffc000545f0c>] bus_for_each_dev+0x58/0x98
[ 5.260364] [<ffffffc000547938>] driver_attach+0x20/0x28
[ 5.260366] [<ffffffc0005463c8>] driver_attach_async+0x14/0x50
[ 5.260368] [<ffffffc0000c4264>] async_run_entry_fn+0x44/0x180
[ 5.260371] [<ffffffc0000bbc24>] process_one_work+0x154/0x434
[ 5.260372] [<ffffffc0000bc038>] worker_thread+0x134/0x40c
[ 5.260375] [<ffffffc0000c18c8>] kthread+0xe0/0xf4
[ 5.260378] [<ffffffc000084f90>] ret_from_fork+0x10/0x40
[ 5.260380] ---[ end trace 9d64f83ba18799c1 ]---
[ 5.261349] Unable to handle kernel paging request at virtual address ffffffffffffffd8
[ 5.261350] pgd = ffffffc001442000
[ 5.261352] [ffffffffffffffd8] *pgd=0000000000000000, *pud=0000000000000000
[ 5.261354] Internal error: Oops: 96000005 [#2] PREEMPT SMP
[ 5.261355] Modules linked in:
[ 5.261357] CPU: 5 PID: 114 Comm: kworker/u12:2 Tainted: G D 4.4.38 #13
[ 5.261358] Hardware name: quill (DT)
[ 5.261362] task: ffffffc1ea930000 ti: ffffffc1ea938000 task.ti: ffffffc1ea938000
[ 5.261365] PC is at kthread_data+0x4/0xc
[ 5.261367] LR is at wq_worker_sleeping+0x10/0xc4
[ 5.261368] pc : [<ffffffc0000c1f90>] lr : [<ffffffc0000bcae4>] pstate: a00000c5
[ 5.261369] sp : ffffffc1ea93b480
[ 5.261371] x29: ffffffc1ea93b480 x28: ffffffc1ea938000
[ 5.261372] x27: ffffffc000fb0338 x26: ffffffc0011e5000
[ 5.261374] x25: 0000000000000005 x24: ffffffc000b04918
[ 5.261376] x23: 0000000000000000 x22: ffffffc1ea930590
[ 5.261377] x21: ffffffc0011b6000 x20: ffffffc1ea930000
[ 5.261379] x19: ffffffc1f5dc6500 x18: ffffffc000b83f38
[ 5.261380] x17: 000000000000000e x16: ffffffc000b13a60
[ 5.261382] x15: 00000000fa83b2da x14: 00000000003b297f
[ 5.261383] x13: 0000000000000000 x12: 00000000003b297f
[ 5.261385] x11: 0000000000000400 x10: 0000000000185c5f
[ 5.261386] x9 : 0000000000185c5f x8 : 0000000000000400
[ 5.261388] x7 : 0000000000000001 x6 : 000000000046c92f
[ 5.261390] x5 : ffffffc1f5dc6500 x4 : ffffffc1f5dc6ee0
[ 5.261391] x3 : 000000000001af3b x2 : ffffffc1ecc03000
[ 5.261392] x1 : 0000000000000005 x0 : 0000000000000000
[ 5.261393]
[ 5.261394] Process kworker/u12:2 (pid: 114, stack limit = 0xffffffc1ea938020)
[ 5.261395] Call trace:
[ 5.261397] [<ffffffc0000c1f90>] kthread_data+0x4/0xc
[ 5.261400] [<ffffffc000b04548>] __schedule+0x348/0x6d4
[ 5.261402] [<ffffffc000b04918>] schedule+0x44/0xa8
[ 5.261404] [<ffffffc0000a6bc8>] do_exit+0x5b0/0x9a0
[ 5.261408] [<ffffffc000089bcc>] bug_handler.part.3+0x0/0x7c
[ 5.261411] [<ffffffc00009c780>] __do_kernel_fault.part.7+0x74/0x84
[ 5.261413] [<ffffffc00009a8f8>] do_page_fault+0x350/0x444
[ 5.261415] [<ffffffc00009aaac>] do_translation_fault+0xc0/0xf0
[ 5.261416] [<ffffffc00008139c>] do_mem_abort+0x40/0xa0
[ 5.261418] [<ffffffc000084540>] el1_da+0x18/0x78
[ 5.261421] [<ffffffc000749750>] tc358748_get_fmt+0x10/0x18
[ 5.261423] [<ffffffc00076b3cc>] tegra_channel_fmts_bitmap_init+0x134/0x1f4
[ 5.261425] [<ffffffc00076c440>] tegra_channel_init_subdevices+0x12c/0x2c0
[ 5.261428] [<ffffffc00076d45c>] tegra_vi_graph_notify_complete+0x44c/0x6a4
[ 5.261430] [<ffffffc00075dd10>] v4l2_async_test_notify+0xfc/0x114
[ 5.261432] [<ffffffc00075de58>] v4l2_async_notifier_register+0x130/0x194
[ 5.261434] [<ffffffc00076dc58>] tegra_vi_graph_init+0xf0/0x19c
[ 5.261436] [<ffffffc00076a454>] tegra_vi_media_controller_init+0x188/0x1f8
[ 5.261438] [<ffffffc0008d7b84>] tegra_vi4_probe+0x1f8/0x2c0
[ 5.261440] [<ffffffc00054a400>] platform_drv_probe+0x50/0xbc
[ 5.261441] [<ffffffc000547e90>] driver_probe_device+0xc8/0x408
[ 5.261443] [<ffffffc00054826c>] __driver_attach+0x9c/0xa0
[ 5.261445] [<ffffffc000545f0c>] bus_for_each_dev+0x58/0x98
[ 5.261446] [<ffffffc000547938>] driver_attach+0x20/0x28
[ 5.261448] [<ffffffc0005463c8>] driver_attach_async+0x14/0x50
[ 5.261450] [<ffffffc0000c4264>] async_run_entry_fn+0x44/0x180
[ 5.261452] [<ffffffc0000bbc24>] process_one_work+0x154/0x434
[ 5.261453] [<ffffffc0000bc038>] worker_thread+0x134/0x40c
[ 5.261455] [<ffffffc0000c18c8>] kthread+0xe0/0xf4
[ 5.261457] [<ffffffc000084f90>] ret_from_fork+0x10/0x40
[ 5.261458] ---[ end trace 9d64f83ba18799c2 ]---
[ 5.262505] Fixing recursive fault but reboot is needed!
[ 5.991278] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2eb496
[ 5.998527] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 6.006219] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 6.015659] Wake76 for irq=199
[ 6.019066] Wake77 for irq=199
[ 6.022448] Wake78 for irq=199
[ 6.025817] Wake79 for irq=199
[ 6.029178] Wake80 for irq=199
[ 6.032526] Wake81 for irq=199
[ 6.035861] Wake82 for irq=199
[ 6.039367] xhci-tegra 3530000.xhci: can't get usb3-0 phy (-517)
[ 8.455767] random: nonblocking pool is initialized
5.log (74.1 KB)