MT9M021: Error while attempting capture using gstreamer and nvgstcapture

I am able to capture images using yavta and v4l2-ctl. Following is the command I use to capture frames using v4l2-ctl:

v4l2-ctl -d /dev/video0 --verbose --set-fmt-video=width=1280,height=720,pixelformat=RG12 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=1 --stream-to=data.raw

I attempted to capture frames using gstreamer as mentioned in http://developer.ridgerun.com/wiki/index.php?title=Compile_gstreamer_on_tegra_X1_and_X2 but I am getting the following error:

ubuntu@tegra-ubuntu:~/build$ gst-launch-1.0 -vvv v4l2src num-buffers=10  ! 'video/x-bayer, width=(int)1280, height=(int)720, format=(string)rggb, framerate=(fraction)30/1' ! multifilesink location=test%d.raw  -v
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data flow error.
Additional debug info:
gstbasesrc.c(2948): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming task paused, reason not-negotiated (-4)
Execution ended after 0:00:00.210018729
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

Here is the result from v4l2:

ubuntu@tegra-ubuntu:~/build$ v4l2-ctl --list-formats
ioctl: VIDIOC_ENUM_FMT
	Index       : 0
	Type        : Video Capture
	Pixel Format: 'RG12'
	Name        : RGRG.. GBGB..
ubuntu@tegra-ubuntu:~/build$ v4l2-ctl --all
Driver Info (not using libv4l2):
	Driver name   : tegra-video
	Card type     : vi-output-0, mt9m021 6-0010
	Bus info      : platform:vi:0
	Driver version: 3.10.96
	Capabilities  : 0x84200001
		Video Capture
		Streaming
		Extended Pix Format
		Device Capabilities
	Device Caps   : 0x04200001
		Video Capture
		Streaming
		Extended Pix Format
Priority: 2
Video input : 0 (Camera 0: no power)
Format Video Capture:
	Width/Height      : 1280/720
	Pixel Format      : 'RG12'
	Field             : None
	Bytes per Line    : 2560
	Size Image        : 1843200
	Colorspace        : sRGB
	Transfer Function : Default
	YCbCr Encoding    : Default
	Quantization      : Default
	Flags             : 

User Controls

                horizontal_flip (int)    : min=0 max=1 step=1 default=0 value=0
                  vertical_flip (int)    : min=0 max=1 step=1 default=0 value=0
                       gain_red (int)    : min=4 max=6476 step=1 default=100 value=100
                   gain_green_r (int)    : min=4 max=6476 step=1 default=100 value=100
                   gain_green_b (int)    : min=4 max=6476 step=1 default=100 value=100
                      gain_blue (int)    : min=4 max=6476 step=1 default=100 value=100
                    gain_column (int)    : min=0 max=3 step=1 default=0 value=0

Camera Controls

                  auto_exposure (int)    : min=1 max=2 step=1 default=1 value=1
                   frame_length (int)    : min=39 max=757 step=1 default=757 value=757 flags=slider
                    coarse_time (int)    : min=1 max=672 step=1 default=450 value=450 flags=slider
                    bypass_mode (intmenu): min=0 max=1 default=0 value=0
                           gain (int)    : min=4 max=6476 step=1 default=100 value=100 flags=slider

Flash Controls

                          flash (int)    : min=0 max=1 step=1 default=1 value=1

Image Processing Controls

                   test_pattern (menu)   : min=0 max=4 default=0 value=0

Can someone please help me fix this issue.

hello EV,

could you please try launch with nvcamerasrc element as below command?

gst-launch-1.0 nvcamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM),width=1280, height=720, framerate=30/1, format=NV12' ! nvoverlaysink -ev

I get the following error:

ubuntu@tegra-ubuntu:~$ gst-launch-1.0 nvcamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM),width=1280, height=720, framerate=30/1, format=NV12' ! nvoverlaysink -ev
Setting pipeline to PAUSED ...
Inside NvxLiteH264DecoderLowLatencyInitNvxLiteH264DecoderLowLatencyInit set DPB and MjstreamingInside NvxLiteH265DecoderLowLatencyInitNvxLiteH265DecoderLowLatencyInit set DPB and MjstreamingSocket read error. Camera Daemon stopped functioning.....
gst_nvcamera_open() failed ret=0
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstNvCameraSrc:nvcamerasrc0: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure.
Additional debug info:
gstbasesrc.c(3354): gst_base_src_start (): /GstPipeline:pipeline0/GstNvCameraSrc:nvcamerasrc0:
Failed to start
Setting pipeline to NULL ...
Freeing pipeline ...

Here are the prints from dmesg:

[  +0.139456] nvcamera-daemon[1198]: unhandled level 2 translation fault (11) at 0x00000000, esr 0x92000006
[  +0.000009] pgd = ffffffc097adb000
[  +0.003404] [00000000] *pgd=000000012a7ca003, *pmd=0000000000000000

[  +0.006591] CPU: 0 PID: 1198 Comm: nvcamera-daemon Not tainted 3.10.96+ #29
[  +0.000028] task: ffffffc0f7c7a4c0 ti: ffffffc0ac130000 task.ti: ffffffc0ac130000
[  +0.000008] PC is at 0x40322c
[  +0.000004] LR is at 0x403228
[  +0.000006] pc : [<000000000040322c>] lr : [<0000000000403228>] pstate: 60000000
[  +0.000004] sp : 0000007f797234a0
[  +0.000004] x29: 0000007f797279d0 x28: 0000007f797281e0 
[  +0.000008] x27: 0000000000000001 x26: 0000000000000314 
[  +0.000007] x25: 0000007f79725510 x24: 0000007f7b277000 
[  +0.000007] x23: 0000007f79723520 x22: 0000000000000002 
[  +0.000007] x21: 0000007f79724510 x20: 0000000000000000 
[  +0.000006] x19: 0000007f79725b30 x18: 0000000000000014 
[  +0.000006] x17: 0000007f7b256fb0 x16: 0000007f7aff1488 
[  +0.000007] x15: 0000007f7bbf6000 x14: 7265766972446172 
[  +0.000006] x13: 656d61432f697061 x12: 2f637273206d6f72 
[  +0.000007] x11: 6620676e69746167 x10: 61706f7270282020 
[  +0.000006] x9 : 3a726574656d6172 x8 : 0000000000000040 
[  +0.000006] x7 : 0000007f74dc04f0 x6 : 0000000000000001 
[  +0.000007] x5 : 0000000000000000 x4 : 0000007f74000b10 
[  +0.000006] x3 : 0000000000000000 x2 : 0000000000000000 
[  +0.000006] x1 : 0000000000000000 x0 : 0000000000000000 

[  +0.000014] Library at 0x40322c: 0x400000 /usr/sbin/nvcamera-daemon
[  +0.007125] Library at 0x403228: 0x400000 /usr/sbin/nvcamera-daemon
[  +0.006399] vdso base = 0x7f7bbf4000

hello EV,

could you also gather full kernel message for us.

dmesg > klog.txt

Hi Jerry,

Here is the full kernel log: [ 0.000000] Initializing cgroup subsys cpuset[ 0.000000] Initializing cg - Pastebin.com

Jerry,

As I understand it, the missing piece for us is to understand what causes nvgstcapture to trap. In the dmesg log, we see a software crash. And nvgstcapture is also in the pipeline for gstreamer.

Do you have the information in these logs to be able to sleuth that issue out? Please let us know if you need any other data to help. We have a lot of robots waiting for the answer ;-)

sorry for late replay, i’m not able to access the web page you shared at comment #5.
the reason that checking the kernel message is to understand what kind of the software crash happening.
it would also helps if you could copy/paste snippet of crash message.

BTW, may i know who is your sensor vendor?
had you contact your sensor vendor to confirm sensor driver is workable on JetsonTX1?
thanks

Can you try accessing the logs using the following link?

Can you try accessing the logs using the following link?
https://gist.github.com/aravindev/3368caf659c899014092fc6960e61cea#file-klog

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.96+ (ev@ev) (gcc version 5.4.1 20161213 (Linaro GCC 5.4-2017.01) ) #29 SMP PREEMPT Sat Aug 19 18:20:46 CEST 2017
[ 0.000000] CPU: Cortex A57 Processor [411fd071] revision 1
[ 0.000000] alternative: enabling workaround for ARM erratum 832075
[ 0.000000] Machine: jetson_tx1
[ 0.000000] bootconsole [earlycon0] enabled
[ 0.000000] Reserved memory: initialized node iram-carveout, compatible id nvidia,iram-carveout
[ 0.000000] Tegra reserved memory:
LP0: ff2bf000 - ff2bffff
Bootloader framebuffer: 00000000 - 00000000
Bootloader framebuffer2: 00000000 - 00000000
Framebuffer: 00000000 - 00000000
2nd Framebuffer: 00000000 - 00000000
Carveout: 00000000 - 00000000
Vpr: 00000000 - 16bfffff
Tsec: 00000000 - 00000000
Bootloader Debug Data: 00000000 - 00000000
[ 0.000000] Nvdumper: ff23f000 - ff23ffff
[ 0.000000] cma: CMA: reserved 364 MiB at e8000000
[ 0.000000] cma: CMA: reserved 16 MiB at e7000000
[ 0.000000] On node 0 totalpages: 1043968
[ 0.000000] DMA32 zone: 7168 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 519680 pages, LIFO batch:31
[ 0.000000] Normal zone: 7168 pages used for memmap
[ 0.000000] Normal zone: 524288 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv0.2 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] DTS File Name: arch/arm64/boot/dts/mono-tegra210-jetson-tx1-CTI-ASG002.dts
[ 0.000000] DTB Build time: Aug 19 2017 10:55:28
[ 0.000000] Tegra21: Speedo/IDDQ fuse revision 4
[ 0.000000] Tegra21: CPU Speedo ID 7, Soc Speedo ID 0, Gpu Speedo ID 2
[ 0.000000] Tegra21: CPU Process ID 0, Soc Process ID 0, Gpu Process ID 0
[ 0.000000] Tegra21: CPU Speedo value 2058, Soc Speedo value 1946, Gpu Speedo value 2079
[ 0.000000] Tegra21: CPU IDDQ 2160, Soc IDDQ 2620, Gpu IDDQ 3180
[ 0.000000] Tegra Revision: A02 SKU: 0x17 CPU Process: 0 Core Process: 0 Bootrom patch v0x3f
[ 0.000000] tegra: PLLP fixed rate: 408000000
[ 0.000000] pll_u: boot with h/w control already set
[ 0.000000] pll_x boot misc1 0x0 : expected 0x20
[ 0.000000] (comparison mask = 0xffffff)
[ 0.000000] pll_c4 rates match 204000000 max sdmmc: vco=998400000 out0=998400000 out3=998400000
[ 0.000000] Lowering vic03 maximum rate from 1000000000 to 627200000
[ 0.000000] Lowering nvjpg maximum rate from 1000000000 to 627200000
[ 0.000000] Lowering se maximum rate from 1000000000 to 627200000
[ 0.000000] Lowering tsecb maximum rate from 1000000000 to 627200000
[ 0.000000] Lowering msenc maximum rate from 1000000000 to 716800000
[ 0.000000] Lowering nvdec maximum rate from 1000000000 to 716800000
[ 0.000000] Lowering vi maximum rate from 1000000000 to 793600000
[ 0.000000] Lowering isp maximum rate from 1000000000 to 793600000
[ 0.000000] Lowering adsp_bus maximum rate from 1200000000 to 844800000
[ 0.000000] Lowering sbus maximum rate from 600000000 to 408000000
[ 0.000000] Lowering host1x maximum rate from 600000000 to 408000000
[ 0.000000] Lowering pll_c maximum rate from 1200000000 to 1130000000
[ 0.000000] Lowering pll_c2 maximum rate from 1200000000 to 1130000000
[ 0.000000] Lowering pll_c3 maximum rate from 1200000000 to 1130000000
[ 0.000000] Lowering pll_d2 maximum rate from 1500000000 to 1130000000
[ 0.000000] Lowering pll_dp maximum rate from 1500000000 to 1130000000
[ 0.000000] Lowering sor0 maximum rate from 600000000 to 540000000
[ 0.000000] Lowering sor1 maximum rate from 600000000 to 594000000
[ 0.000000] Lowering dmic1 maximum rate from 12288000 to 12190000
[ 0.000000] Lowering dmic2 maximum rate from 12288000 to 12190000
[ 0.000000] Lowering dmic3 maximum rate from 12288000 to 12190000
[ 0.000000] Lowering hda maximum rate from 102000000 to 51000000
[ 0.000000] Lowering sdmmc2 maximum rate from 266000000 to 204000000
[ 0.000000] Lowering qspi maximum rate from 163200000 to 116600000
[ 0.000000] Lowering gbus maximum rate from 1300000000 to 998400000
[ 0.000000] Lowering cpu_g maximum rate from 3000000000 to 1734000000
[ 0.000000] Lowering cpu_lp maximum rate from 1350000000 to 1132800000
[ 0.000000] tegra dvfs: vdd_cpu: nominal 1226mV, offset 708000uV, step 19200uV, scaling enabled
[ 0.000000] tegra dvfs: vdd_core: nominal 1125mV, offset 0uV, step 12500uV, scaling enabled
[ 0.000000] tegra dvfs: vdd_gpu: nominal 1100mV, offset 710000uV, step 10000uV, scaling enabled
[ 0.000000] Tegra reset control registration success
[ 0.000000] tegra_powergate_init: DONE
[ 0.000000] PERCPU: Embedded 13 pages/cpu @ffffffc01fe17000 s20800 r8192 d24256 u53248
[ 0.000000] pcpu-alloc: s20800 r8192 d24256 u53248 alloc=13*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1029632
[ 0.000000] Kernel command line: fbcon=map:0 console=tty0 console=ttyS0,115200n8 androidboot.modem=none androidboot.serialno=P2180A00P00940c003fd androidboot.security=non-secure tegraid=21.1.2.0.0 ddr_die=2048M@2048M ddr_die=2048M@4096M section=256M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff2bf000 nvdumper_reserved=0xff23f000 core_edp_mv=1125 core_edp_ma=4000 gpt android.kerneltype=normal androidboot.touch_vendor_id=0 androidboot.touch_panel_id=63 androidboot.touch_feature=0 androidboot.bootreason=pmc:software_reset,pmic:0x0 net.ifnames=0 root=/dev/mmcblk0p1 rw rootwait
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Memory: 2030MB 2048MB = 4078MB total
[ 0.000000] Memory: 3693816k/3693816k available, 482056k reserved
[ 0.000000] Virtual kernel memory layout:
vmalloc : 0xffffff8000000000 - 0xffffffbbffff0000 (245759 MB)
vmemmap : 0xffffffbc01c00000 - 0xffffffbc05400000 ( 56 MB)
modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
memory : 0xffffffc000000000 - 0xffffffc100000000 ( 4096 MB)
.init : 0xffffffc00110b000 - 0xffffffc001174140 ( 421 kB)
.text : 0xffffffc000080000 - 0xffffffc00110a3d4 ( 16937 kB)
.data : 0xffffffc001184000 - 0xffffffc001351500 ( 1846 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] NR_IRQS:704 nr_irqs:704 0
[ 0.000000] the number of interrupt controllers found is 6
[ 0.000000] Architected local timer running at 19.20MHz (phys).
[ 0.000000] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 16777216 bytes of page_cgroup
[ 0.000000] please try ‘cgroup_disable=memory’ option if you don’t want memory cgroups
[ 0.023615] Calibrating delay loop (skipped), value calculated using timer frequency… lpj=192000
[ 0.032424] pid_max: default: 32768 minimum: 301
[ 0.037112] Security Framework initialized
[ 0.041145] Mount-cache hash table entries: 256
[ 0.098497] Initializing cgroup subsys debug
[ 0.100801] Initializing cgroup subsys memory
[ 0.105139] Initializing cgroup subsys devices
[ 0.109528] Initializing cgroup subsys freezer
[ 0.113957] Initializing cgroup subsys net_cls
[ 0.118367] Initializing cgroup subsys blkio
[ 0.122620] Initializing cgroup subsys perf_event
[ 0.127478] hw perfevents: enabled with arm/armv8-pmuv3 PMU driver, 7 counters available
[ 0.170247] ftrace: Allocated trace_printk buffers
[ 0.230778] Brought up 4 CPUs
[ 0.231756] SMP: Total of 4 processors activated.
[ 0.236447] alternatives: patching kernel code
[ 0.242983] devtmpfs: initialized
[ 0.252872] pinctrl core: initialized pinctrl subsystem
[ 0.256315] regulator-dummy: ; Rail ON
[ 0.266035] Initializing plugin-manager
[ 0.268665] node /plugin-manager/fragement@0 match with board >=2180-1000-300
[ 0.275590] NET: Registered protocol family 16
[ 0.281501] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.287016] console [pstore-1] enabled
[ 0.290212] ramoops: attached 0x200000@0xff03f000, ecc: 0/0
[ 0.295992] I2C first dynamic bus number based on alias = 7
[ 0.301331] cpuidle: using governor ladder
[ 0.305355] cpuidle: using governor menu
[ 0.309953] PMC: Setting PMIC interrupt active-low
[ 0.314673] tegra-pmc device create success
[ 0.318233] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.325390] Clear bootloader IO dpd settings
[ 0.329624] PMC: configuring io pad defaults
[ 0.334047] PMC: IO pad audio voltage is 1800000
[ 0.338563] PMC: IO pad cam voltage is 1800000
[ 0.342991] PMC: IO pad dbg voltage is 1800000
[ 0.347403] PMC: IO pad dmic voltage is 1800000
[ 0.351917] PMC: IO pad pex-ctrl voltage is 1800000
[ 0.356763] PMC: IO pad spi voltage is 1800000
[ 0.361190] PMC: IO pad uart voltage is 1800000
[ 0.365689] PMC: IO pad bb voltage is 1800000
[ 0.370022] PMC: IO pad audio-hv voltage is 1800000
[ 0.374884] PMC: IO pad spi-hv voltage is 1800000
[ 0.379557] PMC: IO pad gpio voltage is 1800000
[ 0.384071] PMC: IO pad sdmmc3 voltage is 1800000
[ 0.388650] PMC: IO pad pex-bias power is disable
[ 0.393337] PMC: IO pad pex-clk1 power is disable
[ 0.398009] PMC: IO pad pex-clk2 power is disable
[ 0.402688] T210 pmc padctrl driver initialized
[ 0.407221] T210 pmc config for bootrom command passed
[ 0.413196] INFO: pinmux CLAMP_INPUTS_WHEN_TRISTATED: disabled
[ 0.419814] clk_init_from_dt_table: clocks are set from t210-clk-init-table:clkinit-0
[ 0.427828] platform tegra-carveouts.23: SMMU isn’t ready yet
[ 0.432130] platform tegra-carveouts.23: domain=ffffffc0fe21bc58 allocates as[0]=ffffffc0fe2200a8
[ 0.440518] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[ 0.447036] bpmp: connect returned 0
[ 0.450413] mapped MMIO address: 0xffffff8000038000 → 0x70019000
[ 0.456123] mapped MMIO address: 0xffffff800005e000 → 0x7001c000
[ 0.462198] mapped MMIO address: 0xffffff8000096000 → 0x7001d000
[ 0.469033] Wake16 for irq=34
[ 0.475827] tegra210-pinctrl 700008d4.pinmux: lookup the user state drive not found
[ 0.481506] tegra210-pinctrl 700008d4.pinmux: lookup the user state unused not found
[ 0.489200] tegra210-pinctrl 700008d4.pinmux: Probed Tegra pinctrl driver
[ 0.496300] GPIO chip tegra-gpio: created GPIO range 0->245 ==> 700008d4.pinmux PIN 0->245
[ 0.504246] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name wlan-default
[ 0.511757] tegra-gpio 6000d000.gpio: Initialising GPIO state 1: name camera_control
[ 0.519482] tegra-gpio 6000d000.gpio: Initialising GPIO state 2: name camera-control
[ 0.527220] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
[ 0.535903] Wake44 for irq=81
[ 0.536898] Wake40 for irq=53
[ 0.539821] Wake41 for irq=53
[ 0.542767] Wake42 for irq=53
[ 0.545713] Wake43 for irq=53
[ 0.549009] platform 70006000.serial: domain=ffffffc0fe274e58 allocates as[0]=ffffffc0fe220110
[ 0.557886] platform sound.27: domain=ffffffc0fe274bd8 allocates as[0]=ffffffc0fe220178
[ 0.566601] platform tegradc.1: domain=ffffffc0fe2747d8 allocates as[0]=ffffffc0fe2201e0
[ 0.573559] platform tegradc.1: IOVA linear map 0x00000000e8000000(16c00000)
[ 0.581712] platform gpu.0: domain=ffffffc0fe274558 allocates as[0]=ffffffc0fe220248
[ 0.588050] platform gpu.0: domain=ffffffc0fe274558 allocates as[1]=ffffffc0fe2202b0
[ 0.595777] platform gpu.0: domain=ffffffc0fe274558 allocates as[2]=ffffffc0fe220318
[ 0.603480] platform gpu.0: domain=ffffffc0fe274558 allocates as[3]=ffffffc0fe220380
[ 0.612475] platform 1003000.pcie-controller: domain=ffffffc0fe274358 allocates as[0]=ffffffc0fe2203e8
[ 0.621695] platform sdhci-tegra.3: domain=ffffffc0fe2cedd8 allocates as[0]=ffffffc0fe220450
[ 0.629130] platform sdhci-tegra.0: domain=ffffffc0fe2cebd8 allocates as[0]=ffffffc0fe2204b8
[ 0.637435] Wake39 for irq=52
[ 0.645625] gpio wake52 for gpio=61
[ 0.647322] gpio wake8 for gpio=58
[ 0.650545] gpio wake8 for gpio=58
[ 0.654643] irq: no irq domain found for /soctherm@0x700E2000 !
[ 0.659887] irq: no irq domain found for /soctherm@0x700E2000 !
[ 0.665823] board_info: id:sku:fab:major:minor = 0x0884:0x03e8:0x00:0x00:0x00
[ 0.672797] PMC dt information non-NULL tegra_init_suspend
[ 0.683084] Loading EMC tables…
[ 0.684486] tegra: Using EMC sequence ‘21021’ for Rev. 7 tables
[ 0.690322] tegra: emc: Derated table is valid.
[ 0.694812] Lowering emc maximum rate from 1800000000 to 1600000000
[ 0.701065] tegra: validated EMC DFS table
[ 0.710748] swapper/0 isomgr_init(): iso emc max clk=1600000KHz
[ 0.714676] swapper/0 isomgr_init(): max_iso_bw=11520000KB
[ 0.720310] mcp251x_controller_initialisation IRQ 460
[ 0.725164] setting mcp251x interrupt pin direction
[ 0.730029] gpio wake32 for gpio=187
[ 0.733581] vdso: 2 pages (1 code, 1 data) at base ffffffc00118a000
[ 0.739820] vdso32: 2 pages (1 code, 1 data) at base ffffffc001189000
[ 0.746257] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.753107] nvdumper: last reboot was unknown
[ 0.757318] nvdumper: set_dirty_state 0x2badface
[ 0.762253] Tegra restart notifier registered.
[ 0.773172] bio: create slab at 0
[ 0.776372] vdd-ac-bat: 5000 mV ; Rail ON
[ 0.779316] vdd-cpu-fixed: 1000 mV ; Rail ON
[ 0.783581] cti-buck: 1800 mV ; Rail ON
[ 0.787362] vdd-fan: 5000 mV ; Rail ON
[ 0.791395] vgaarb: loaded
[ 0.793915] SCSI subsystem initialized
[ 0.797406] libata version 3.00 loaded.
[ 0.797520] usbcore: registered new interface driver usbfs
[ 0.802874] usbcore: registered new interface driver hub
[ 0.808190] usbcore: registered new device driver usb
[ 0.813713] gpio wake33 for gpio=188
[ 0.818275] regulator_get() failed for (1-0074,vcc), -19
[ 0.822010] pca953x 1-0074: no regulator found for vcc. Assuming vcc is always powered
[ 0.829948] tegra-i2c 7000c400.i2c: no acknowledge from address 0x74
[ 0.836254] pca953x 1-0074: failed reading register
[ 0.841072] pca953x: probe of 1-0074 failed with error -121
[ 0.846822] regulator_get() failed for (1-0077,vcc), -19
[ 0.851905] pca953x 1-0077: no regulator found for vcc. Assuming vcc is always powered
[ 0.859841] tegra-i2c 7000c400.i2c: no acknowledge from address 0x77
[ 0.866150] pca953x 1-0077: failed reading register
[ 0.870969] pca953x: probe of 1-0077 failed with error -121
[ 0.876879] i2c i2c-3: of_i2c: modalias failure on /i2c@7000c700/prod-settings
[ 0.884495] max77620 4-003c: CID0: 0xb7
[ 0.887590] max77620 4-003c: CID1: 0x0f
[ 0.891417] max77620 4-003c: CID2: 0x25
[ 0.895214] max77620 4-003c: CID3: 0x59
[ 0.899027] max77620 4-003c: CID4: 0x3c
[ 0.902854] max77620 4-003c: CID5: 0x80
[ 0.906654] max77620 4-003c: MAX77620 PMIC OTP Version is 0x3C
[ 0.913727] max77620-pmic max77620-pmic: Consumer c2 does not have device name
[ 0.920536] vdd_core: 600 <–> 1400 mV at 1000 mV with ramp delay 27500 uV/us ; Rail ON
[ 0.928317] vddio-ddr: at 1125 mV with ramp delay 27500 uV/us ; Rail ON
[ 0.934645] vdd-pre-reg: 1350 mV with ramp delay 27500 uV/us ; Rail ON
[ 0.941628] vdd-1v8: 1800 mV with ramp delay 27500 uV/us ; Rail ON
[ 0.947455] avdd-sys: 1200 mV with ramp delay 100000 uV/us ; Rail ON
[ 0.953187] avdd-sys: supplied by vdd-pre-reg
[ 0.958012] vdd-pex: 1050 mV with ramp delay 100000 uV/us ; Rail ON
[ 0.963739] vdd-pex: supplied by vdd-pre-reg
[ 0.968290] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV with ramp delay 100000 uV/us ; Rail ON
[ 0.976866] vdd-cam-hv: 2800 mV with ramp delay 100000 uV/us ; Rail OFF
[ 0.983570] vdd-rtc: 850 mV with ramp delay 100000 uV/us ; Rail ON
[ 0.989585] avdd-ts-hv: 3300 mV with ramp delay 100000 uV/us ; Rail OFF
[ 0.996863] vdd-ts: 1800 mV with ramp delay 100000 uV/us ; Rail OFF
[ 1.002677] vdd-gen-pll-edp: 1050 mV with ramp delay 100000 uV/us ; Rail ON
[ 1.008972] vdd-gen-pll-edp: supplied by vdd-pre-reg
[ 1.014508] vdd-hdmi-dp: 1050 mV with ramp delay 100000 uV/us ; Rail ON
[ 1.020506] vdd-hdmi-dp: supplied by vdd-pre-reg
[ 1.025442] max77620-gpio max77620-gpio.0: Initialising GPIO state 1: name gpio_default
[ 1.033095] gpiochip_add: registered GPIOs 1016 to 1023 on device: max77620-gpio
[ 1.041385] max77620-gpio max77620-gpio.0: max77620 gpio successfully initialized
[ 1.050706] max77620 4-003c: max77620 probe successfully
[ 1.054542] media: Linux media interface: v0.10
[ 1.058556] Linux video capture interface: v2.00
[ 1.063516] pps_core: LinuxPPS API ver. 1 registered
[ 1.068063] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.077187] PTP clock support registered
[ 1.081357] Tegra WDT enabled on probe. Timeout = 120 seconds.
[ 1.087048] tegra_wdt 60005100.watchdog: tegra_wdt_probe done
[ 1.093792] Advanced Linux Sound Architecture Driver Initialized.
[ 1.098933] Bluetooth: Core ver 2.16
[ 1.102247] NET: Registered protocol family 31
[ 1.106627] Bluetooth: HCI device and connection manager initialized
[ 1.112971] Bluetooth: HCI socket layer initialized
[ 1.117810] Bluetooth: L2CAP socket layer initialized
[ 1.122854] Bluetooth: SCO socket layer initialized
[ 1.128796] vdd-3v3: 3300 mV ; Rail ON
[ 1.132559] max77620-gpio7: 1050 mV ; Rail ON
[ 1.135783] max77620-gpio7: supplied by vdd-gen-pll-edp
[ 1.141148] lcd-bl-en: 1800 mV ; Rail ON
[ 1.145011] en-vdd-sd: 3300 mV ; Rail OFF
[ 1.148877] en-vdd-sd: supplied by vdd-3v3
[ 1.153018] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 1.160754] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.175289] vdd-sys-boost: 5000 mV ; Rail ON
[ 1.177688] platform 7.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.185645] aux-3v3: 3300 mV ; Rail ON
[ 1.189387] snsr_pm: 3300 mV ; Rail ON
[ 1.193618] vdd-disp-3v0: 3000 mV ; Rail ON
[ 1.197258] platform d.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.205255] usb-vbus1: 5000 mV ; Rail OFF
[ 1.209146] usb-vbus1: supplied by vdd-3v3
[ 1.213362] usb-vbus3: 5000 mV ; Rail OFF
[ 1.217203] usb-vbus3: supplied by vdd-3v3
[ 1.221377] platform c9.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.229368] platform ca.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.237442] platform cb.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.245496] platform cc.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.253559] platform cd.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.261596] reg-fixed-sync-voltage ce.regulator: Consumer c0 does not have device name
[ 1.269459] platform ce.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.277619] rtl-5v0: ; Rail OFF
[ 1.280770] en-usb-vbus2: ; Rail OFF
[ 1.284262] platform d1.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.292335] en-vdd-vcm-2v8: ; Rail ON
[ 1.295896] en-vdd-vcm-2v8: supplied by vdd-3v3
[ 1.300502] platform d3.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 1.308868] regulator-pwm 0.pwm-regulator: PWM request deferred
[ 1.314343] platform 0.pwm-regulator: Driver regulator-pwm requests probe deferral
[ 1.322335] vdd_gpu: applied init 1000000uV constraint
[ 1.326980] vdd_gpu: 710 <–> 1320 mV at 1000 mV ; Rail OFF
[ 1.332949] vdd_cpu: applied init 1000000uV constraint
[ 1.337640] vdd_cpu: 708 <–> 1322 mV at 1000 mV normal ; Rail ON
[ 1.344255] gpio wake34 for gpio=200
[ 1.348417] extcon-gpio-states 1.extcon: Cable state 2
[ 1.353650] Switching to clocksource arch_sys_counter
[ 1.371010] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 1.375709] tegra-carveouts tegra-carveouts.23: iram :dma coherent mem declare 0x0000000040001000,258048
[ 1.385024] tegra-carveouts tegra-carveouts.23: assigned reserved memory node iram-carveout
[ 1.393332] dma_declare_coherent_resizable_cma_memory:278: resizable heap=vpr, base=0x0x00000000e8000000, size=0x16c00000
[ 1.404250] dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (12) rem_chunk_size(0xc00000)
[ 1.414948] cma: enabled page replacement for spfn=e8000, epfn=fec00
[ 1.421145] dma_declare_coherent_resizable_cma_memory:325: resizable cma heap=vpr create successful
[ 1.429983] nvmap_page_pool_init: Total RAM pages: 1020734
[ 1.435602] nvmap_page_pool_init: nvmap page pool size: 127591 pages (498 MB)
[ 1.442779] nvmap_background_zero_thread: PP zeroing thread starting.
[ 1.449695] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[ 1.456878] misc nvmap: created heap vpr base 0x00000000e8000000 size (372736KiB)
[ 1.464005] nvmap:inner cache maint threshold=2097152
[ 1.475066] Wake39 for irq=52
[ 1.476228] Could not add tegra-otg to power domain using device tree
[ 1.482683] tegra-otg tegra-otg: otg transceiver registered
[ 1.488460] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[ 1.497258] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[ 1.505131] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 1.513425] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 1.521812] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 1.530790] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 1.538838] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tboard_tegra
[ 1.547963] tegra21_plle_clk_enable: pll_e is already enabled
[ 1.553101] t210_sata_uphy_pll_init: init sata uphy pll
[ 1.558303] t210_sata_uphy_pll_init SATA uses SATA Lane
[ 1.563795] tegra_xusb_padctl_phy_enable: init pex uphy pll
[ 1.570255] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-sys is having fixed voltage 1800000
[ 1.577949] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-uart is having fixed voltage 1800000
[ 1.586857] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-audio is having fixed voltage 1800000
[ 1.595883] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-cam is having fixed voltage 1800000
[ 1.604726] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-pex-ctrl is having fixed voltage 1800000
[ 1.614004] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-sdmmc1 is having voltages: 1800000:3300000
[ 1.623450] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-sdmmc3 is having fixed voltage 1800000
[ 1.632539] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-sdmmc4 is having fixed voltage 1800000
[ 1.641643] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-audio-hv is having fixed voltage 1800000
[ 1.650918] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-debug is having fixed voltage 1800000
[ 1.659927] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-dmic is having fixed voltage 1800000
[ 1.668857] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-gpio is having fixed voltage 1800000
[ 1.677784] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-spi is having fixed voltage 1800000
[ 1.686610] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-spi-hv is having fixed voltage 1800000
[ 1.695721] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-sdmmc2 is having fixed voltage 1800000
[ 1.704823] tegra210-pmc-iopower pmc-iopower.29: Rail iopower-dp is having fixed voltage 1800000
[ 1.713522] tegra210-pmc-iopower pmc-iopower.29: NO_IO_POWER setting 0x0
[ 1.720377] NET: Registered protocol family 2
[ 1.725083] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[ 1.731880] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 1.738486] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.744849] TCP: reno registered
[ 1.748018] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 1.754006] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 1.760608] NET: Registered protocol family 1
[ 1.764986] RPC: Registered named UNIX socket transport module.
[ 1.770636] RPC: Registered udp transport module.
[ 1.775296] RPC: Registered tcp transport module.
[ 1.779985] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.786394] PCI: CLS 0 bytes, default 64
[ 1.786702] tegra-fuse tegra-fuse: Fuse driver initialized succesfully
[ 1.793263] Trying to unpack rootfs image as initramfs…
[ 2.033820] Freeing initrd memory: 6740K (ffffffc003100000 - ffffffc003795000)
[ 2.042675] host1x host1x: initialized
[ 2.047930] NTFS driver 2.1.30 [Flags: R/O].
[ 2.050356] fuse init (API version 7.22)
[ 2.054225] msgmni has been set to 7987
[ 2.058919] io scheduler noop registered (default)
[ 2.062812] Tegra cpuquiet initialized: disabled
[ 2.068834] tegra-pcie 1003000.pcie-controller: PCIE: Enable power rails
[ 2.074790] tegra-pcie 1003000.pcie-controller: probing port 0, using 4 lanes and lane map as 0x14
[ 2.085082] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes and lane map as 0x14
[ 2.115285] tegra-pcie 1003000.pcie-controller: link 0 down, ignoring
[ 2.119759] tegra-pcie 1003000.pcie-controller: link 1 down, ignoring
[ 2.126141] tegra-pcie 1003000.pcie-controller: PCIE: no ports detected
[ 2.132758] tegra-pcie 1003000.pcie-controller: PCIE: Disable power rails
[ 2.141183] tsec tsec: initialized
[ 2.143812] tsec tsecb: initialized
[ 2.147979] nvdec nvdec: initialized
[ 2.152266] falcon vic03: initialized
[ 2.155195] falcon msenc: initialized
[ 2.158604] falcon nvjpg: initialized
[ 2.162030] tegradc tegradc.1: Display dc.54240000 registered with id=0
[ 2.167824] of_dc_parse_platform_data: DC OR node is connected to /host1x/sor1
[ 2.175141] display board info: id 0x0, fab 0x0
[ 2.180165] display board info: id 0x0, fab 0x0
[ 2.184357] invalid panel compatible
[ 2.187581] parse_tmds_config: No tmds-config node
[ 2.192426] of_dc_parse_platform_data: could not find vrr-settings node
[ 2.198950] of_dc_parse_platform_data: nvidia,hdmi-vrr-caps not present
[ 2.205501] of_dc_parse_platform_data: could not find SD settings node
[ 2.212085] of_dc_parse_platform_data: could not find cmu node
[ 2.217834] of_dc_parse_platform_data: could not find cmu node for adobeRGB
[ 2.224750] tegradc tegradc.1: DT parsed successfully
[ 2.229991] hdmi: couldn’t get regulator vdd_hdmi_5v0
[ 2.234927] display board info: id 0x0, fab 0x0
[ 2.239896] gpio wake53 for gpio=225
[ 2.243746] tegradc tegradc.1: probed
[ 2.316542] Console: switching to colour frame buffer device 80x30
[ 2.323965] tegradc tegradc.1: fb registered
[ 2.328836] tegra_camera_platform tegra-camera-platform.46: tegra_camera_probe:camera_platform_driver probe
[ 2.339250] misc tegra_camera_ctrl: tegra_camera_isomgr_register camera’s max_iso_bw 3600000
[ 2.350101] tegra-apbdma tegra-apbdma: Tegra20 APB DMA driver register 32 channels
[ 2.359320] tegra-adma tegra210-adma: Tegra210 ADMA driver register 10 channels
[ 2.367403] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 2.374040] of_serial 70006000.serial: RX periodic polling enabled
[ 2.379809] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 68) is a Tegra
[ 2.386578] console [ttyS0] enabled, bootconsole disabled
[ 2.397405] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 69) is a SERIAL_TEGRA
[ 2.408672] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 78) is a SERIAL_TEGRA
[ 2.419585] serial-tegra 70006300.serial: RX in PIO mode
[ 2.426495] 70006300.serial: ttyTHS3 at MMIO 0x70006300 (irq = 122) is a SERIAL_TEGRA
[ 2.455075] brd: module loaded
[ 2.461834] loop: module loaded
[ 2.466841] zram: Created 1 device(s) …
[ 2.472492] nct1008_nct72 0-004c: find device tree node, parsing dt
[ 2.480379] nct1008_nct72 0-004c: starting parse dt
[ 2.486898] nct1008_nct72 0-004c: success parsing dt
[ 2.493523] nct1008_nct72 0-004c: success in enabling rail vdd_nct72
[ 2.568792] NCT72: Enabled overheat logging at 104.00C
[ 2.575487] gpio wake33 for gpio=188
[ 2.580560] nct1008_nct72 0-004c: nct1008_probe: initialized
[ 2.590016] THERMAL EST start of therm_fan_est_probe.
[ 2.596516] THERMAL EST: found 2 subdevs
[ 2.601803] THERMAL EST name: thermal-fan-est.
[ 2.607551] THERMAL EST num_resources: 0
[ 2.612720] [THERMAL EST subdev 0]
[ 2.617337] THERMAL EST subdev name: CPU-therm
[ 2.623004] THERMAL EST index 0 coeffs 50
[ 2.628182] THERMAL EST index 1 coeffs 0
[ 2.633205] THERMAL EST index 2 coeffs 0
[ 2.638183] THERMAL EST index 3 coeffs 0
[ 2.643075] THERMAL EST index 4 coeffs 0
[ 2.647916] THERMAL EST index 5 coeffs 0
[ 2.652695] THERMAL EST index 6 coeffs 0
[ 2.657413] THERMAL EST index 7 coeffs 0
[ 2.662089] THERMAL EST index 8 coeffs 0
[ 2.666719] THERMAL EST index 9 coeffs 0
[ 2.671339] [THERMAL EST subdev 1]
[ 2.675427] THERMAL EST subdev name: GPU-therm
[ 2.680569] THERMAL EST index 0 coeffs 50
[ 2.685240] THERMAL EST index 1 coeffs 0
[ 2.689820] THERMAL EST index 2 coeffs 0
[ 2.694365] THERMAL EST index 3 coeffs 0
[ 2.698881] THERMAL EST index 4 coeffs 0
[ 2.703337] THERMAL EST index 5 coeffs 0
[ 2.707774] THERMAL EST index 6 coeffs 0
[ 2.712143] THERMAL EST index 7 coeffs 0
[ 2.716484] THERMAL EST index 8 coeffs 0
[ 2.720827] THERMAL EST index 9 coeffs 0
[ 2.725135] THERMAL EST index 0: trip_temp 0, hyst 0
[ 2.730493] THERMAL EST index 1: trip_temp 51000, hyst 15000
[ 2.736531] THERMAL EST index 2: trip_temp 61000, hyst 9000
[ 2.742487] THERMAL EST index 3: trip_temp 71000, hyst 9000
[ 2.748434] THERMAL EST index 4: trip_temp 82000, hyst 10000
[ 2.754461] THERMAL EST index 5: trip_temp 140000, hyst 0
[ 2.760262] THERMAL EST index 6: trip_temp 150000, hyst 0
[ 2.766043] THERMAL EST index 7: trip_temp 160000, hyst 0
[ 2.771834] THERMAL EST index 8: trip_temp 170000, hyst 0
[ 2.777639] THERMAL EST index 9: trip_temp 180000, hyst 0
[ 2.783425] THERMAL EST index 0: trip_temps_hyst 0
[ 2.788619] THERMAL EST index 1: trip_temps_hyst 36000
[ 2.794159] THERMAL EST index 2: trip_temps_hyst 51000
[ 2.799700] THERMAL EST index 3: trip_temps_hyst 52000
[ 2.805191] THERMAL EST index 4: trip_temps_hyst 61000
[ 2.810675] THERMAL EST index 5: trip_temps_hyst 62000
[ 2.816148] THERMAL EST index 6: trip_temps_hyst 71000
[ 2.821647] THERMAL EST index 7: trip_temps_hyst 72000
[ 2.827127] THERMAL EST index 8: trip_temps_hyst 82000
[ 2.832616] THERMAL EST index 9: trip_temps_hyst 140000
[ 2.838209] THERMAL EST index 10: trip_temps_hyst 140000
[ 2.843889] THERMAL EST index 11: trip_temps_hyst 150000
[ 2.849579] THERMAL EST index 12: trip_temps_hyst 150000
[ 2.855262] THERMAL EST index 13: trip_temps_hyst 160000
[ 2.860964] THERMAL EST index 14: trip_temps_hyst 160000
[ 2.866627] THERMAL EST index 15: trip_temps_hyst 170000
[ 2.872283] THERMAL EST index 16: trip_temps_hyst 170000
[ 2.877948] THERMAL EST index 17: trip_temps_hyst 180000
[ 2.883589] THERMAL EST index 18: trip_temps_hyst 180000
[ 2.889235] THERMAL EST index 19: trip_temps_hyst 0
[ 2.894426] THERMAL EST index 20: trip_temps_hyst 0
[ 2.899639] THERMAL EST init dev[0] temp hist to 25000
[ 2.905117] THERMAL EST init dev[1] temp hist to 25000
[ 2.910617] THERMAL EST cdev_type: pwm-fan.
[ 2.915155] THERMAL EST governor name: pid_thermal_gov
[ 2.920870] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est.47
[ 2.931022] THERMAL EST: thz register success.
[ 2.936080] THERMAL EST: end of probe, return err: 0
[ 2.941680] tegra_profiler: Branch: Dev
[ 2.946091] tegra_profiler: Version: 1.107
[ 2.950784] tegra_profiler: Samples version: 36
[ 2.955919] tegra_profiler: IO version: 20
[ 2.960657] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.965658] armv8_pmu: arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.972967] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.978052] armv8_pmu: arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.985438] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.990594] armv8_pmu: arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.998086] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.003317] armv8_pmu: arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.010983] tegra_profiler: auth: init
[ 3.015970] GPS: mt3332_gps_mod_init: platform_driver_register ret = 0
[ 3.023899] tegra-sata tegra-sata.0: version 1.0
[ 3.024305] t210_sata_uphy_pll_init: sata uphy already enabled
[ 3.031866] tegra-sata tegra-sata.0: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl TEGRA-SATA mode
[ 3.043325] tegra-sata tegra-sata.0: flags: 64bit ncq sntf pm led pmp pio slum part sadm apst
[ 3.055187] Rounding down aligned max_sectors from 4294967295 to 4294967288
[ 3.063760] spi-tegra114 7000d400.spi: /spi@7000d400/prod-settings has no reg property
[ 3.074416] spi-tegra114 7000d400.spi: Static pin configuration used
[ 3.082392] spi_master spi0: cannot find modalias for /spi@7000d400/prod-settings
[ 3.092728] spi-tegra114 7000da00.spi: /spi@7000da00/prod-settings has no reg property
[ 3.103713] spi-tegra114 7000da00.spi: Static pin configuration used
[ 3.111935] spi_master spi3: cannot find modalias for /spi@7000da00/prod-settings
[ 3.123151] tun: Universal TUN/TAP device driver, 1.6
[ 3.129829] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 3.137810] CAN device driver interface
[ 4.147494] mcp251x spi3.0: MCP251x didn’t enter in conf mode after reset
[ 4.156075] mcp251x spi3.0: Probe failed
[ 4.161645] mcp251x spi3.0: probe failed
[ 4.167627] PPP generic driver version 2.4.2
[ 4.173557] PPP BSD Compression module registered
[ 4.179839] PPP Deflate Compression module registered
[ 4.186412] PPP MPPE Compression module registered
[ 4.192707] NET: Registered protocol family 24
[ 4.198673] usbcore: registered new interface driver r8152
[ 4.205634] usbcore: registered new interface driver asix
[ 4.212454] usbcore: registered new interface driver ax88179_178a
[ 4.219929] usbcore: registered new interface driver cdc_ether
[ 4.227071] usbcore: registered new interface driver smsc95xx
[ 4.234069] usbcore: registered new interface driver net1080
[ 4.240941] usbcore: registered new interface driver cdc_subset
[ 4.248035] usbcore: registered new interface driver zaurus
[ 4.254702] usbcore: registered new interface driver cdc_ncm
[ 4.261406] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 4.269211] ehci-pci: EHCI PCI platform driver
[ 4.274800] tegra_xusb_read_usb_calib: usb_calib0 = 0x08209413
[ 4.282958] tegra-xhci tegra-xhci: XUSB device id = 0xfac (T210)
[ 4.290486] tegra-xhci tegra-xhci: Firmware File: tegra21x_xusb_firmware (124416 Bytes)
[ 4.300554] tegra-xhci tegra-xhci: Firmware DMA Memory: dma 0x0000000080040000 mapped 0xffffff8000339000 (124416 Bytes)
[ 4.300746] usbcore: registered new interface driver cdc_acm
[ 4.300748] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 4.300775] usbcore: registered new interface driver cdc_wdm
[ 4.300807] usbcore: registered new interface driver usb-storage
[ 4.300884] usbcore: registered new interface driver usbserial
[ 4.300908] usbcore: registered new interface driver ftdi_sio
[ 4.300926] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 4.300946] usbcore: registered new interface driver option
[ 4.300962] usbserial: USB Serial support registered for GSM modem (1-port)
[ 4.300981] usbcore: registered new interface driver pl2303
[ 4.300997] usbserial: USB Serial support registered for pl2303
[ 4.301018] usbcore: registered new interface driver nvshieldled
[ 4.301021] Nvidia Tegra High-Speed USB Device Controller driver (Apr 30, 2012)
[ 4.301268] tegra USB phy - inst[0] platform info:
[ 4.301270] port_otg: yes
[ 4.301271] has_hostpc: yes
[ 4.301273] phy_interface: USB_PHY_INTF_UTMI
[ 4.301274] op_mode: TEGRA_USB_OPMODE_DEVICE
[ 4.301276] qc2_voltage: 0
[ 4.301277] vbus_pmu_irq: 0
[ 4.301279] charging: enabled
[ 4.301281] remote_wakeup: disabled
[ 4.305996] regulator_get() failed for (tegra-udc.0,usb_bat_chg), -19
[ 4.306003] tegra-udc tegra-udc.0: usb_bat_chg regulator not registered: USB charging will not be enabled
[ 4.306351] usbcore: registered new interface driver xpad
[ 4.306374] usbcore: registered new interface driver usb_acecad
[ 4.306396] usbcore: registered new interface driver aiptek
[ 4.306417] usbcore: registered new interface driver gtco
[ 4.306442] usbcore: registered new interface driver hanwang
[ 4.306466] usbcore: registered new interface driver kbtab
[ 4.306490] usbcore: registered new interface driver wacom
[ 4.357446] otg state changed: SUSPEND → HOST
[ 4.357476] tegra_start_host(): enable ehci node
[ 4.357837] tegra USB phy - inst[0] platform info:
[ 4.357839] port_otg: yes
[ 4.357840] has_hostpc: yes
[ 4.357842] phy_interface: USB_PHY_INTF_UTMI
[ 4.357843] op_mode: TEGRA_USB_OPMODE_HOST
[ 4.357845] qc2_voltage: 0
[ 4.357846] hot_plug: disabled
[ 4.357847] remote_wakeup: enabled
[ 4.358094] regulator_get() failed for (tegra-ehci.0,usb_vbus), -19
[ 4.358097] usb_phy: failed regulator_get vdd_vbus_usb:-19, inst:0
[ 4.579529] tegra-xhci tegra-xhci: num_hsic_port 0
[ 4.587340] tegra-xhci tegra-xhci: Firmware timestamp: 2016-06-16 13:21:43 UTC, Version: 50.16 release, Falcon state 0x20
[ 4.600213] tegra-xhci tegra-xhci: Nvidia xHCI Host Controller
[ 4.606998] tegra-xhci tegra-xhci: new USB bus registered, assigned bus number 1
[ 4.616919] tegra-xhci tegra-xhci: irq 71, io mem 0x70090000
[ 4.623628] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.631453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.640798] usb usb1: Product: Nvidia xHCI Host Controller
[ 4.647443] usb usb1: Manufacturer: Linux 3.10.96+ tegra-xhci
[ 4.654375] usb usb1: SerialNumber: tegra-xhci
[ 4.660237] xHCI xhci_add_endpoint called for root hub
[ 4.660244] xHCI xhci_check_bandwidth called for root hub
[ 4.660327] hub 1-0:1.0: USB hub found
[ 4.665251] hub 1-0:1.0: 5 ports detected
[ 4.703144] max77620-rtc max77620-rtc.1: rtc core: registered max77620-rtc as rtc1
[ 4.747449] tegra-xhci tegra-xhci: Nvidia xHCI Host Controller
[ 4.754566] tegra-xhci tegra-xhci: new USB bus registered, assigned bus number 2
[ 4.764655] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 4.772849] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.782857] usb usb2: Product: Nvidia xHCI Host Controller
[ 4.789804] usb usb2: Manufacturer: Linux 3.10.96+ tegra-xhci
[ 4.796993] usb usb2: SerialNumber: tegra-xhci
[ 4.802863] Wake51 for irq=118
[ 4.807262] Enabling wake51
[ 4.811540] xHCI xhci_add_endpoint called for root hub
[ 4.811547] xHCI xhci_check_bandwidth called for root hub
[ 4.811623] hub 2-0:1.0: USB hub found
[ 4.811691] Wake16 for irq=34
[ 4.811693] Enabling wake16
[ 4.812401] tegra-rtc 7000e000.rtc: rtc core: registered tegra-rtc as rtc0
[ 4.812623] i2c /dev entries driver
[ 4.837697] hub 2-0:1.0: 4 ports detected
[ 4.838117] mt9m021 0-0010: mt9m021_probe
[ 4.838122] mt9m021 0-0010: mt9m021_parse_dt
[ 4.838133] mt9m021 0-0010: mt9m021_get_trigger_mode
[ 4.838138] mt9m021 0-0010: mt9m021_clk_setup
[ 4.838184] mt9m021 0-0010: mt9m021_power_get
[ 4.838364] mt9m021 0-0010: power on complete
[ 4.838368] mt9m021 0-0010: mt9m021_power_on
[ 4.877449] mt9m021 0-0010: mt9m021_write: 0x00d9 to 0x301a
[ 4.877526] tegra-i2c 7000c000.i2c: no acknowledge from address 0x10
[ 4.885143] mt9m021 0-0010: write failed at 0x301a error -121
[ 4.892192] mt9m021: probe of 0-0010 failed with error -121
[ 4.899076] mt9m021 6-0010: mt9m021_probe
[ 4.899103] mt9m021 6-0010: mt9m021_parse_dt
[ 4.899115] mt9m021 6-0010: mt9m021_get_trigger_mode
[ 4.899123] mt9m021 6-0010: mt9m021_clk_setup
[ 4.899165] mt9m021 6-0010: mt9m021_power_get
[ 4.899250] avdd-sys: Failed to create debugfs directory
[ 4.905878] mt9m021 6-0010: power on complete
[ 4.911484] mt9m021 6-0010: mt9m021_power_on
[ 4.927494] Wake44 for irq=81
[ 4.931652] Wake40 for irq=53
[ 4.935740] Wake41 for irq=53
[ 4.939787] Wake42 for irq=53
[ 4.943768] Wake43 for irq=53
[ 4.947723] mt9m021 6-0010: mt9m021_write: 0x00d9 to 0x301a
[ 5.157684] mt9m021 6-0010: mt9m021_read: 0x2401 from 0x3000
[ 5.157694] mt9m021 6-0010: Aptina MT9M021 detected at address 0x10
[ 5.164977] mt9m021 6-0010: name mt9m021_a
[ 5.165000] mt9m021 6-0010: mt9m021_ctrls_init
[ 5.165007] mt9m021 6-0010: initializing 13 controls
[ 5.165015] mt9m021 6-0010: control 0: Gain
[ 5.165028] mt9m021 6-0010: control 1: Test Pattern
[ 5.165038] mt9m021 6-0010: control 2: Gain, Green (R)
[ 5.165047] mt9m021 6-0010: control 3: Gain, Red
[ 5.165054] mt9m021 6-0010: control 4: Gain, Blue
[ 5.165061] mt9m021 6-0010: control 5: Gain, Green (B)
[ 5.165068] mt9m021 6-0010: control 6: Gain, Column
[ 5.165076] mt9m021 6-0010: control 7: Coarse Time
[ 5.165082] mt9m021 6-0010: control 8: Auto Exposure
[ 5.165090] mt9m021 6-0010: control 9: Flash
[ 5.165098] mt9m021 6-0010: control 10: Horizontal Flip
[ 5.165105] mt9m021 6-0010: control 11: Vertical Flip
[ 5.165112] mt9m021 6-0010: control 12: Frame Length
[ 5.165122] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN
[ 5.165347] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[ 5.165354] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[ 5.165544] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x305e
[ 5.165734] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x30c4
[ 5.165925] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_TEST_PATTERN
[ 5.165933] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[ 5.166122] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[ 5.166311] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN1
[ 5.166318] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3056
[ 5.166507] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30bc
[ 5.166696] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_RED
[ 5.166703] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305a
[ 5.166891] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c0
[ 5.167080] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_BLUE
[ 5.167087] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3058
[ 5.167275] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30be
[ 5.167476] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN2
[ 5.167484] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305c
[ 5.167674] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c2
[ 5.167863] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_ANALOG_GAIN
[ 5.168083] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[ 5.168090] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[ 5.168278] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_COARSE_TIME
[ 5.168285] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3012
[ 5.168474] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3016
[ 5.168663] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_EXPOSURE_AUTO
[ 5.168671] mt9m021 6-0010: mt9m021_set_autoexposure
[ 5.168890] mt9m021 6-0010: mt9m021_read: 0x00d8 from 0x301a
[ 5.168897] mt9m021 6-0010: mt9m021_is_streaming ? 0
[ 5.168904] mt9m021 6-0010: mt9m021_write: 0x1802 to 0x3064
[ 5.169092] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3100
[ 5.169282] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FLASH_LED_MODE
[ 5.169289] mt9m021 6-0010: mt9m021_set_flash
[ 5.169296] mt9m021 6-0010: mt9m021_write: 0x0180 to 0x3046
[ 5.169484] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_HFLIP
[ 5.169704] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[ 5.169712] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[ 5.169900] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_VFLIP
[ 5.170120] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[ 5.170127] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[ 5.170315] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FRAME_LENGTH
[ 5.170322] mt9m021 6-0010: mt9m021_write: 0x02f5 to 0x300a
[ 5.170508] mt9m021: initializing media entity.
[ 5.176010] mt9m021 6-0010: probe successful.
[ 5.181617] virtual_init
[ 5.185556] [IMX135] sensor driver loading
[ 5.190644] [imx132] sensor driver loading
[ 5.195677] [ar0261] sensor driver loading
[ 5.200738] ov7695 sensor driver loading
[ 5.205594] mt9m114 sensor driver loading
[ 5.210667] [ov10823] sensor driver loading
[ 5.215945] usbcore: registered new interface driver uvcvideo
[ 5.222636] USB Video Class driver (1.1.1)
[ 5.228973] tegra-i2c 7000c400.i2c: no acknowledge from address 0x42
[ 5.236331] ina3221x 1-0042: ina3221 reset failure status: 0xffffff87
[ 5.243883] ina3221x: probe of 1-0042 failed with error -121
[ 5.250818] tegra-i2c 7000c400.i2c: no acknowledge from address 0x43
[ 5.258206] ina3221x 1-0043: ina3221 reset failure status: 0xffffff87
[ 5.265731] ina3221x: probe of 1-0043 failed with error -121
[ 5.272731] max77620-power-off max77620-power-off.4: Event recorder REG_NVERC : 0x0
[ 5.282752] FAN dev name: pwm-fan
[ 5.287099] FAN:gpio request success.
[ 5.291859] pwm_fan_driver pwm-fan.44: cap state:7, cap pwm:255
[ 5.299041] pwm_fan_driver pwm-fan.44: got pwm for fan
[ 5.305377] pwm_fan_driver pwm-fan.44: fan tach request irq: 360. success
[ 5.313323] pwm_fan_driver pwm-fan.44: tach period: 1000
[ 5.319801] pwm_fan_driver pwm-fan.44: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 5.329926] pwm_fan_driver pwm-fan.44: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 5.340363] usb 2-1: new SuperSpeed USB device number 2 using tegra-xhci
[ 5.348404] pwm_fan_driver pwm-fan.44: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 5.359185] pwm_fan_driver pwm-fan.44: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 5.368794] usb 2-1: New USB device found, idVendor=0955, idProduct=09ff
[ 5.368799] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 5.368803] usb 2-1: Product: USB 10/100/1000 LAN
[ 5.368806] usb 2-1: Manufacturer: Nvidia
[ 5.368809] usb 2-1: SerialNumber: 000001000000
[ 5.405395] pwm_fan_driver pwm-fan.44: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 5.416330] pwm_fan_driver pwm-fan.44: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 5.418283] tegra-ehci tegra-ehci.0: Tegra EHCI Host Controller
[ 5.418300] tegra-ehci tegra-ehci.0: new USB bus registered, assigned bus number 3
[ 5.418378] tegra-ehci tegra-ehci.0: irq 52, io mem 0x7d000000
[ 5.437446] tegra-ehci tegra-ehci.0: USB 2.0 started, EHCI 1.10
[ 5.437495] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 5.437501] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.437504] usb usb3: Product: Tegra EHCI Host Controller
[ 5.437507] usb usb3: Manufacturer: Linux 3.10.96+ ehci_hcd
[ 5.437511] usb usb3: SerialNumber: tegra-ehci.0
[ 5.437790] hub 3-0:1.0: USB hub found
[ 5.437803] hub 3-0:1.0: 1 port detected
[ 5.437944] Could not add tegra-ehci.0 to power domain using device tree
[ 5.516830] pwm_fan_driver pwm-fan.44: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 5.518014] usb 2-1: reset SuperSpeed USB device number 2 using tegra-xhci
[ 5.535814] pwm_fan_driver pwm-fan.44: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 5.546668] pwm_fan_driver pwm-fan.44: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 5.557759] pwm_fan_driver pwm-fan.44: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 5.570180] tegra_aotag tegra-aotag.30: AOTAG probe started
[ 5.577274] tegra_aotag tegra-aotag.30: nominal ft – 105
[ 5.584139] tegra_aotag tegra-aotag.30: tall – 76
[ 5.590419] tegra_aotag tegra-aotag.30: tiddq – 1
[ 5.591230] r8152 2-1:1.0 eth0: v2.03.3 (2015/01/29)
[ 5.591235] r8152 2-1:1.0 eth0: This product is covered by one or more of the following patents:
US6,570,884, US6,115,776, and US6,327,625.

[ 5.623696] tegra_aotag tegra-aotag.30: ten-count – 16
[ 5.630255] tegra_aotag tegra-aotag.30: tsample – 9
[ 5.636522] tegra_aotag tegra-aotag.30: pdiv – 8
[ 5.642514] tegra_aotag tegra-aotag.30: nominal cp – 25
[ 5.649110] tegra_aotag tegra-aotag.30: pdiv-ate – 8
[ 5.655430] tegra_aotag tegra-aotag.30: tsamp-ate – 39
[ 5.661894] tegra_aotag tegra-aotag.30: compensation A,B – 10632,-67490
[ 5.669820] tegra_aotag tegra-aotag.30: sensor found :ID 0, Name: aotag0
[ 5.677705] tegra_aotag tegra-aotag.30: reading fuse value for sensor 0
[ 5.685457] tegra_aotag tegra-aotag.30: base-cp:22b shifted-cp:1
[ 5.692576] tegra_aotag tegra-aotag.30: base-ft:4bd shifted-ft:fffffffc
[ 5.700258] tegra_aotag tegra-aotag.30: actual_aotag_cp 255, ft 1030
[ 5.707642] tegra_aotag tegra-aotag.30: - Tsens calib value - 0x365ba92
[ 5.715239] tegra_aotag tegra-aotag.30: CPmask 1fff FTmask 3ffe000
[ 5.722367] tegra_aotag tegra-aotag.30: Tsense calib CP - 0x1a92
[ 5.729283] tegra_aotag tegra-aotag.30: Tsense Actual CP d.34130
[ 5.736149] tegra_aotag tegra-aotag.30: Tsense calib FT - 0x1b2d
[ 5.743020] tegra_aotag tegra-aotag.30: Tsense Actual FT d.37581
[ 5.749896] tegra_aotag tegra-aotag.30: delta ts 3451, temp 775
[ 5.756688] tegra_aotag tegra-aotag.30: thermA-847, thermB–793
[ 5.763473] tegra_aotag tegra-aotag.30: Registering sensor 0
[ 5.770025] tegra_aotag tegra-aotag.30: Bound to TZ : ID 0
[ 5.776304] tegra_aotag tegra-aotag.30: shutdown temperature - 110
[ 5.783265] tegra_aotag tegra-aotag.30: AOTAG EN 60
[ 5.788900] tegra_aotag tegra-aotag.30: Probe done [SUCCESS]:0
[ 5.795758] md: raid0 personality registered for level 0
[ 5.801890] device-mapper: uevent: version 1.0.3
[ 5.807456] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[ 5.817916] Tegra210 cpuidle driver
[ 5.823022] sdhci: Secure Digital Host Controller Interface driver
[ 5.830149] sdhci: Copyright(c) Pierre Ossman
[ 5.835429] sdhci-pltfm: SDHCI platform and OF driver helper
[ 5.842313] mmc0: sdhci_tegra_probe line=5737 runtime pm type=mmc rtpm coupled with clock gate, disable-clock-gate=0
[ 5.854859] sdhci-tegra sdhci-tegra.3: Parent select= pll_p rate=408000000
[ 5.862827] sdhci-tegra sdhci-tegra.3: Parent select= pll_c4_out2 rate=199680000
[ 5.872332] Could not add sdhci-tegra.3 to power domain using device tree
[ 5.880867] sdhci-tegra sdhci-tegra.3: Speedo value 1946
[ 5.887356] sdhci-tegra sdhci-tegra.3: Tuning constraints: nom_mv 1125, boot_mv 1125, min_or_mv 0
[ 5.898736] regulator_get() failed for (sdhci-tegra.3,vqmmc), -19
[ 5.906111] mmc0: no vqmmc regulator found
[ 5.911512] regulator_get() failed for (sdhci-tegra.3,vmmc), -19
[ 5.918877] mmc0: no vmmc regulator found
[ 5.957459] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
[ 5.967682] mmc1: sdhci_tegra_probe line=5737 runtime pm type=mmc rtpm coupled with clock gate, disable-clock-gate=0
[ 5.981264] sdhci-tegra sdhci-tegra.1: Parent select= pll_p rate=408000000
[ 5.990753] Could not add sdhci-tegra.1 to power domain using device tree
[ 6.001747] sdhci-tegra sdhci-tegra.1: Speedo value 1946
[ 6.008648] sdhci-tegra sdhci-tegra.1: Tuning constraints: nom_mv 1125, boot_mv 1125, min_or_mv 0
[ 6.021090] regulator_get() failed for (sdhci-tegra.1,vqmmc), -19
[ 6.028897] mmc1: no vqmmc regulator found
[ 6.035624] regulator_get() failed for (sdhci-tegra.1,vmmc), -19
[ 6.043249] mmc1: no vmmc regulator found
[ 6.087443] mmc1: SDHCI controller on sdhci-tegra.1 [sdhci-tegra.1] using ADMA
[ 6.098524] mmc2: sdhci_tegra_probe line=5737 runtime pm type=mmc rtpm coupled with clock gate, disable-clock-gate=0
[ 6.112211] sdhci-tegra sdhci-tegra.0: Parent select= pll_p rate=408000000
[ 6.120764] Could not add sdhci-tegra.0 to power domain using device tree
[ 6.129731] sdhci-tegra sdhci-tegra.0: Speedo value 1946
[ 6.136721] sdhci-tegra sdhci-tegra.0: Tuning constraints: nom_mv 1125, boot_mv 1125, min_or_mv 0
[ 6.148951] regulator_get() failed for (sdhci-tegra.0,vqmmc), -19
[ 6.156727] mmc2: no vqmmc regulator found
[ 6.162514] regulator_get() failed for (sdhci-tegra.0,vmmc), -19
[ 6.170162] mmc2: no vmmc regulator found
[ 6.175772] mmc0: BKOPS_EN bit is not set
[ 6.217451] mmc2: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA
[ 6.227828] gpio wake35 for gpio=201
[ 6.234922] tegra-se tegra21-se: tegra_se_probe: complete
[ 6.242091] hidraw: raw HID events driver (C) Jiri Kosina
[ 6.251190] usbcore: registered new interface driver usbhid
[ 6.258247] usbhid: USB HID core driver
[ 6.263515] tegra_bootloader_debug: Created tegra_bootloader directory
[ 6.271516] tegra_bootloader_debug: Created sysfs interface tegra_bootloader_verify_regs in tegra_bootloader directory
[ 6.285081] tegra_bootloader_debug: Created sysfs interface tegra_bootloader_prof in tegra_bootloader directory
[ 6.298421] nvadsp 702ef000.adsp: in probe()…
[ 6.304981] nvadsp 702ef000.adsp: AMC/ARAM initialized.
[ 6.311694] nvadsp 702ef000.adsp: nvadsp_app_module_probe
[ 6.318757] mmc0: tap value and tuning window after hw tuning completion …
[ 6.327157] mmc0: tuning_window[0]: 0xffffffff
[ 6.328419] tegra_throttle : init passed
[ 6.329360] cpu-tegra: init EDP limit: 1224 MHz
[ 6.329812] pll_x: not ready for dynamic ramp to 921600000
[ 6.329844] pll_x: not ready for dynamic ramp to 921600000
[ 6.331035] soctherm: prog thresholds
[ 6.331038] soctherm: prog thresholds
[ 6.331040] soctherm: tz:2 not found, skip thresh prog
[ 6.331042] soctherm: prog thresholds
[ 6.331052] soctherm: skipping sensor 4 programming
[ 6.331055] soctherm: skipping sensor 5 programming
[ 6.331060] soctherm: trip_point temp 127500 forced to 127000
[ 6.398202] mmc0: tuning_window[1]: 0xfffffff3
[ 6.403803] mmc0: tuning_window[2]: 0xfffff9ff
[ 6.409368] mmc0: tuning_window[3]: 0x7ffc7fff
[ 6.414880] mmc0: tuning_window[4]: 0x0
[ 6.419748] mmc0: tuning_window[5]: 0x0
[ 6.424574] mmc0: tuning_window[6]: 0x0
[ 6.429355] mmc0: tuning_window[7]: 0x0
[ 6.434062] sdhci: Tap value: 54 | Trim value: 8
[ 6.439534] sdhci: SDMMC Interrupt status: 0x00040000
[ 6.446510] mmc0: switch to HS400 mode is successful
[ 6.453216] usbcore: registered new interface driver snd-usb-audio
[ 6.456846] mmc0: new HS400 MMC card at address 0001
[ 6.466222] mmcblk0: mmc0:0001 016G32 14.6 GiB
[ 6.471814] mmcblk0rpmb: mmc0:0001 016G32 partition 3 4.00 MiB
[ 6.480112] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18
[ 6.516913] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 6.716409] mmc1: tap value and tuning window after hw tuning completion …
[ 6.724490] mmc1: tuning_window[0]: 0x9fffffff
[ 6.729985] mmc1: tuning_window[1]: 0xffffffff
[ 6.735439] mmc1: tuning_window[2]: 0xffffff8f
[ 6.740881] mmc1: tuning_window[3]: 0x7fff8fff
[ 6.746290] mmc1: tuning_window[4]: 0x0
[ 6.751107] mmc1: tuning_window[5]: 0x0
[ 6.755880] mmc1: tuning_window[6]: 0x0
[ 6.760619] mmc1: tuning_window[7]: 0x0
[ 6.765337] sdhci: Tap value: 49 | Trim value: 8
[ 6.770885] sdhci: SDMMC Interrupt status: 0x00040000
[ 6.780977] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 6.820131] tegra-i2c 7000c000.i2c: no acknowledge from address 0x1b
[ 6.827654] rt5659 0-001b: Device with ID register ffffffc0 is not rt5659
[ 6.843695] tegra210-i2s tegra210-i2s.0: Missing prop fsync-width for I2S0
[ 6.852507] tegra210-i2s tegra210-i2s.2: Missing prop fsync-width for I2S2
[ 6.860738] tegra210-i2s tegra210-i2s.3: Missing prop fsync-width for I2S3
[ 6.868989] tegra210-i2s tegra210-i2s.4: Missing prop fsync-width for I2S4
[ 6.881281] OPE platform probe
[ 6.885536] OPE platform probe successful
[ 6.890608] OPE platform probe
[ 6.894793] OPE platform probe successful
[ 6.899895] tegra210_adsp_audio_platform_probe: platform probe started
[ 6.908573] tegra210-adsp adsp_audio.3: Default param-type to BYTE for mp3-dec1
[ 6.917949] tegra210-adsp adsp_audio.3: Default param-type to BYTE for spkprot
[ 6.927435] tegra210-adsp adsp_audio.3: Default param-type to BYTE for src
[ 6.935664] tegra210-adsp adsp_audio.3: Default param-type to BYTE for aac-dec1
[ 6.945510] tegra210-adsp adsp_audio.3: Default param-type to BYTE for aec
[ 6.953678] tegra210_adsp_audio_platform_probe probe successfull.
[ 6.960951] tegra-snd-t210ref-mobile-rt565x sound.27: Failed to get HP Det GPIO,should be handled by codec
[ 7.027323] tegra210-ape-admaif tegra210-admaif: ASoC: Failed to create codec debugfs directory
[ 7.040193] tegra210-adsp adsp_audio.3: ASoC: Failed to create platform debugfs directory
[ 7.080742] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF1 <-> ADMAIF1 mapping ok
[ 7.092148] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF2 <-> ADMAIF2 mapping ok
[ 7.103756] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF3 <-> ADMAIF3 mapping ok
[ 7.115397] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF4 <-> ADMAIF4 mapping ok
[ 7.127288] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF5 <-> ADMAIF5 mapping ok
[ 7.139282] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF6 <-> ADMAIF6 mapping ok
[ 7.151308] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF7 <-> ADMAIF7 mapping ok
[ 7.163350] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF8 <-> ADMAIF8 mapping ok
[ 7.175546] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF9 <-> ADMAIF9 mapping ok
[ 7.187794] tegra-snd-t210ref-mobile-rt565x sound.27: ADMAIF10 <-> ADMAIF10 mapping ok
[ 7.232387] tegra-snd-t210ref-mobile-rt565x sound.27: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 7.244950] tegra-snd-t210ref-mobile-rt565x sound.27: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 7.257413] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 7.265599] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 7.283397] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no source widget found for x HPO L Playback
[ 7.296673] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x HPO L Playback → direct → x Headphone Jack
[ 7.311987] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no source widget found for x HPO R Playback
[ 7.325252] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x HPO R Playback → direct → x Headphone Jack
[ 7.340561] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no sink widget found for x MICBIAS1
[ 7.353126] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x Mic Jack → direct → x MICBIAS1
[ 7.367379] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no sink widget found for x IN1P
[ 7.379591] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x Mic Jack → direct → x IN1P
[ 7.393494] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no sink widget found for x Mic Det Power
[ 7.406501] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x Mic Jack → direct → x Mic Det Power
[ 7.421197] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no source widget found for x SPO Playback
[ 7.434292] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x SPO Playback → direct → x Int Spk
[ 7.448917] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no sink widget found for x DMIC L1
[ 7.461596] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x Int Mic → direct → x DMIC L1
[ 7.475874] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no sink widget found for x DMIC L2
[ 7.488551] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x Int Mic → direct → x DMIC L2
[ 7.502824] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no sink widget found for x DMIC R1
[ 7.515497] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x Int Mic → direct → x DMIC R1
[ 7.529770] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: no sink widget found for x DMIC R2
[ 7.542444] tegra-snd-t210ref-mobile-rt565x sound.27: ASoC: Failed to add route x Int Mic → direct → x DMIC R2
[ 7.562369] input: tegra-snd-t210ref-mobile-rt565x Headphone Jack as /devices/platform/sound.27/sound/card1/input0
[ 7.579420] tegra-snd-t210ref-mobile-rt565x sound.27: codec-dai “dit-hifi” registered
[ 7.591333] tegra-snd-t210ref-mobile-rt565x sound.27: This is a dummy codec
[ 7.601192] GACT probability NOT on
[ 7.606713] Mirror/redirect action on
[ 7.612354] u32 classifier
[ 7.616963] Actions configured
[ 7.622233] Netfilter messages via NETLINK v0.30.
[ 7.628826] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 7.637058] ctnetlink v0.93: registering with nfnetlink.
[ 7.644275] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 7.653060] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 7.660933] xt_time: kernel timezone is -0000
[ 7.667126] ipip: IPv4 over IPv4 tunneling driver
[ 7.673913] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 7.681056] arp_tables: (C) 2002 David S. Miller
[ 7.687350] TCP: cubic registered
[ 7.692265] Initializing XFRM netlink socket
[ 7.698221] NET: Registered protocol family 10
[ 7.704881] mip6: Mobile IPv6
[ 7.709366] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 7.716358] sit: IPv6 over IPv4 tunneling driver
[ 7.723043] NET: Registered protocol family 17
[ 7.728911] NET: Registered protocol family 15
[ 7.734708] Bridge firewalling registered
[ 7.740004] can: controller area network core (rev 20120528 abi 9)
[ 7.747517] NET: Registered protocol family 29
[ 7.753185] can: raw protocol (rev 20120528)
[ 7.758657] can: broadcast manager protocol (rev 20120528 t)
[ 7.765545] can: netlink gateway (rev 20130117) max_hops=1
[ 7.772302] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 7.779520] Bluetooth: HIDP socket layer initialized
[ 7.785770] NET: Registered protocol family 35
[ 7.791540] Key type dns_resolver registered
[ 7.797034] NET: Registered protocol family 41
[ 7.804340] Registering SWP/SWPB emulation handler
[ 7.832431] isp isp.0: initialized
[ 7.838212] isp isp.1: initialized
[ 7.843026] vdd_gpu: disabling
[ 7.847182] en-vdd-vcm-2v8: disabling

[ 7.851948] usb-vbus3: disabling
[ 7.856248] vdd-disp-3v0: disabling
[ 7.860811] snsr_pm: disabling
[ 7.864910] aux-3v3: disabling
[ 7.868992] en-vdd-sd: disabling
[ 7.878093] lcd-bl-en: disabling
[ 7.882277] max77620-gpio7: disabling
[ 7.898461] vdd-fan: disabling
[ 7.908697] vdd-cpu-fixed: disabling
[ 7.913236] regulator-dummy: disabling
[ 7.918158] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 7.928019] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 7.938407] platform 7.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 7.948821] platform d.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 7.959391] platform c9.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 7.970176] platform ca.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 7.981160] platform cb.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 7.992351] platform cc.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.003763] platform cd.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.015364] reg-fixed-sync-voltage ce.regulator: Consumer c0 does not have device name
[ 8.026915] platform ce.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.039012] platform d1.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.051305] platform d3.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.064267] gpio wake24 for gpio=189
[ 8.069922] gpio wake27 for gpio=192
[ 8.075461] gpio wake25 for gpio=190
[ 8.081061] input: gpio-keys as /devices/platform/gpio-keys.48/input/input1
[ 8.090145] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 8.101732] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.113637] platform 7.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.125522] platform d.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.137386] platform c9.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.149145] tegra-rtc 7000e000.rtc: setting system clock to 2013-01-01 00:00:00 UTC (1356998400)
[ 8.149358] platform ca.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.149540] platform cb.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.149720] platform cc.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.149900] platform cd.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.150057] reg-fixed-sync-voltage ce.regulator: Consumer c0 does not have device name
[ 8.150089] platform ce.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.150268] platform d1.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.150447] platform d3.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.256841] vi vi: vi_probe: ++
[ 8.263958] vi vi: initialized
[ 8.269422] vi vi: parsing node /host1x/vi
[ 8.275402] vi vi: handling endpoint /host1x/vi/ports/port@0/endpoint
[ 8.283769] vi vi: handling endpoint /host1x/vi/ports/port@1/endpoint
[ 8.292052] vi vi: handling endpoint /host1x/vi/ports/port@2/endpoint
[ 8.300253] vi vi: handling endpoint /host1x/vi/ports/port@3/endpoint
[ 8.308386] vi vi: handling endpoint /host1x/vi/ports/port@4/endpoint
[ 8.316427] vi vi: handling endpoint /host1x/vi/ports/port@5/endpoint
[ 8.324426] vi vi: parsing node /host1x/i2c@546c0000/mt9m021_a@10
[ 8.332012] vi vi: handling endpoint /host1x/i2c@546c0000/mt9m021_a@10/ports/port@0/endpoint
[ 8.343358] vi vi: parsing node /i2c@7000c000/mt9m021_b@10
[ 8.350294] vi vi: handling endpoint /i2c@7000c000/mt9m021_b@10/ports/port@0/endpoint
[ 8.360965] vi vi: subdev mt9m021 6-0010 bound
[ 8.366792] mt9m021 6-0010: mt9m021_power_on
[ 8.398012] mt9m021 6-0010: mt9m021_read: 0x2401 from 0x3000
[ 8.398022] mt9m021 6-0010: Aptina MT9M021 detected at address 0x10
[ 8.405675] mt9m021 6-0010: mt9m021_power_off
[ 8.507486] vi vi: notify complete, all subdevs registered
[ 8.514349] vi vi: creating links for entity mt9m021 6-0010
[ 8.521259] vi vi: processing endpoint /host1x/i2c@546c0000/mt9m021_a@10/ports/port@0/endpoint
[ 8.532498] vi vi: skipping channel port /host1x/i2c@546c0000/mt9m021_a@10:0
[ 8.540883] vi vi: creating links for channels
[ 8.546603] vi vi: processing endpoint /host1x/vi/ports/port@0/endpoint
[ 8.554541] vi vi: creating link for channel vi-output-0
[ 8.561152] vi vi: creating mt9m021 6-0010:0 → vi-output-0:0 link
[ 8.568683] mt9m021 6-0010: mt9m021_enum_mbus_code
[ 8.568691] mt9m021 6-0010: mt9m021_enum_mbus_code
[ 8.568721] vi vi: processing endpoint /host1x/vi/ports/port@1/endpoint
[ 8.576717] vi vi: creating link for channel vi-output-1
[ 8.583688] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 8.594474] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.595067] [dram-timers] DRAM derating cdev registered.
[ 8.595075] Disable partitions left on by BL
[ 8.595078] sata
[ 8.595204] disb
[ 8.595225] Disabling clocks left on by bootloader:
[ 8.595227] audio2_dmic
[ 8.595229] audio1_dmic
[ 8.595232] audio0_dmic
[ 8.595234] audio_2x
[ 8.595239] audio
[ 8.595242] audio4
[ 8.595244] audio3
[ 8.595247] audio2
[ 8.595249] audio1
[ 8.595251] audio0
[ 8.595304] entropy
[ 8.595312] dsi2-fixed
[ 8.595314] dsi1-fixed
[ 8.595327] sdmmc4_ddr
[ 8.595334] sdmmc1_ddr
[ 8.595353] sor1_src
[ 8.595364] cclk_lp
[ 8.595971] tegra_cl_dvfs 70110000.dfll-ovr: DT data retrieved successfully
[ 8.596116] tune_cpu_trimmers: init soctherm cpu zone LOW
[ 8.596203] tegra_cl_dvfs_init_cdev: cpu_cold cooling device registered
[ 8.596273] tegra_cl_dvfs_init_cdev: cpu_hot cooling device registered
[ 8.596538] Tegra CPU DFLL is initialized with use_dfll = 1
[ 8.596653] tegra_dvfs: 0.vdd-cpu-rail-ovr connected to regulator
[ 8.732389] tegra_dvfs: 4.vdd-core-rail-max77620 connected to regulator
[ 8.732649] platform 7.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.732843] platform d.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.733029] platform c9.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.733213] platform ca.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.733399] platform cb.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.733580] platform cc.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.733763] platform cd.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.733923] reg-fixed-sync-voltage ce.regulator: Consumer c0 does not have device name
[ 8.733956] platform ce.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.734139] platform d1.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.734321] platform d3.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.734478] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 8.734511] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 8.883506] tegra_dvfs: 1.vdd-gpu-rail-ovr connected to regulator
[ 8.892202] CPU rate: 921 MHz
[ 8.896898] last reset is due to power on reset

[ 8.905665] KERNEL: PMC reset status reg: 0x0
[ 8.911961] tegra_actmon.emc: Completed initialization (0)
[ 8.919190] tegra_actmon.avp: Completed initialization (0)
[ 9.107312] tegra dvfs: tegra sysfs cap interface is initialized
[ 9.114723] tegra dvfs: tegra sysfs gpu & emc interface is initialized
[ 9.123421] Set maximum possible CPU frequency 1734000
[ 9.129932] ALSA device list:
[ 9.133769] #0: HDA NVIDIA Tegra at 0x70038000 irq 113
[ 9.139965] #1: tegra-snd-t210ref-mobile-rt565x
[ 9.145741] Freeing unused kernel memory: 420K (ffffffc00110b000 - ffffffc001174000)
[ 9.155190] Freeing alternatives memory: 40K (ffffffc001175000 - ffffffc00117f000)
[ 9.200251] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 9.272814] systemd[1]: System time before build time, advancing clock.
[ 9.304054] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 9.324861] systemd[1]: Detected architecture arm64.
[ 9.349710] systemd[1]: Set hostname to .
[ 9.487008] systemd[1]: Listening on udev Kernel Socket.
[ 9.507491] systemd[1]: Reached target User and Group Name Lookups.
[ 9.527516] systemd[1]: Reached target Encrypted Volumes.
[ 9.547532] systemd[1]: Listening on Syslog Socket.
[ 9.567691] systemd[1]: Created slice User and Session Slice.
[ 9.587532] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 9.617644] systemd[1]: Listening on Journal Socket (/dev/log).
[ 9.637562] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 9.667539] systemd[1]: Listening on udev Control Socket.
[ 9.687482] systemd[1]: Reached target Swap.
[ 9.707479] systemd[1]: Reached target Remote File Systems (Pre).
[ 9.727479] systemd[1]: Reached target Remote File Systems.
[ 9.747604] systemd[1]: Created slice System Slice.
[ 9.767488] systemd[1]: Reached target Slices.
[ 9.787615] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 9.807555] systemd[1]: Listening on Journal Socket.
[ 9.828280] systemd[1]: Started Braille Device Support.
[ 9.852824] systemd[1]: Starting Create list of required static device nodes for the current kernel…
[ 9.891283] systemd[1]: Starting Load Kernel Modules…
[ 9.904333] gpio wake52 for gpio=61
[ 9.908715] platform 7.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 9.919210] platform d.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 9.928895] platform c9.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 9.928903] systemd[1]: Starting Set console keymap…
[ 9.944793] platform ca.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 9.957899] platform cb.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 9.967828] platform cc.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 9.977774] platform cd.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 9.987816] reg-fixed-sync-voltage ce.regulator: Consumer c0 does not have device name
[ 9.988496] systemd[1]: Mounting POSIX Message Queue File System…
[ 10.005083] platform ce.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 10.018176] platform d1.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 10.028826] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 10.038713] platform d3.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 10.052352] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 10.063805] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 10.072811] systemd[1]: Starting Journal Service…
[ 10.108263] systemd[1]: Mounting Debug File System…
[ 10.129852] systemd[1]: Mounted POSIX Message Queue File System.
[ 10.157555] systemd[1]: Mounted Debug File System.
[ 10.178607] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 10.208141] systemd[1]: Started Load Kernel Modules.
[ 10.227883] systemd[1]: Started Set console keymap.
[ 10.248021] systemd[1]: Started Remount Root and Kernel File Systems.
[ 10.277931] systemd[1]: Started Journal Service.
[ 10.588611] systemd-journald[179]: Received request to flush runtime journal from PID 1
[ 10.892423] mt9m021 6-0010: mt9m021_open
[ 10.892433] mt9m021 6-0010: mt9m021_set_power value: 1
[ 10.892438] mt9m021 6-0010: mt9m021_power_on
[ 10.893485] mt9m021 6-0010: mt9m021_set_power value: 1
[ 10.927567] mt9m021 6-0010: mt9m021_write: 0x00d9 to 0x301a
[ 10.928056] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN
[ 10.928323] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[ 10.928329] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[ 10.928517] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x305e
[ 10.928710] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x30c4
[ 10.928904] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_TEST_PATTERN
[ 10.928911] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[ 10.929098] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[ 10.929285] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN1
[ 10.929290] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3056
[ 10.929494] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30bc
[ 10.929682] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_RED
[ 10.929687] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305a
[ 10.929878] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c0
[ 10.930067] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_BLUE
[ 10.930074] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3058
[ 10.930260] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30be
[ 10.930445] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN2
[ 10.930451] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305c
[ 10.930635] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c2
[ 10.930821] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_ANALOG_GAIN
[ 10.931038] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[ 10.931044] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[ 10.931231] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_COARSE_TIME
[ 10.931236] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3012
[ 10.931420] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3016
[ 10.931638] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_EXPOSURE_AUTO
[ 10.931644] mt9m021 6-0010: mt9m021_set_autoexposure
[ 10.931861] mt9m021 6-0010: mt9m021_read: 0x00d8 from 0x301a
[ 10.931867] mt9m021 6-0010: mt9m021_is_streaming ? 0
[ 10.931872] mt9m021 6-0010: mt9m021_write: 0x1802 to 0x3064
[ 10.932065] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3100
[ 10.932236] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 10.932464] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FLASH_LED_MODE
[ 10.932469] mt9m021 6-0010: mt9m021_set_flash
[ 10.932474] mt9m021 6-0010: mt9m021_write: 0x0180 to 0x3046
[ 10.932669] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 10.932905] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_HFLIP
[ 10.933170] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[ 10.933175] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[ 10.933369] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_VFLIP
[ 10.933589] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[ 10.933594] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[ 10.933826] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FRAME_LENGTH
[ 10.933833] mt9m021 6-0010: mt9m021_write: 0x02f5 to 0x300a
[ 10.934065] mt9m021 6-0010: mt9m021_close
[ 10.934071] mt9m021 6-0010: mt9m021_set_power value: 0
[ 10.934076] mt9m021 6-0010: mt9m021_power_off
[ 10.979758] cfg80211: Calling CRDA to update world regulatory domain
[ 10.996795] sdhci-tegra sdhci-tegra.1: Card already in requested state
[ 10.996966] sdhci-tegra sdhci-tegra.1: Card already in requested state
[ 11.037492] mt9m021 6-0010: mt9m021_power_on
[ 11.077459] mt9m021 6-0010: mt9m021_write: 0x00d9 to 0x301a
[ 11.077718] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN
[ 11.077958] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[ 11.077966] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[ 11.078165] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x305e
[ 11.078365] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x30c4
[ 11.078566] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_TEST_PATTERN
[ 11.078575] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[ 11.078902] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[ 11.079755] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN1
[ 11.079767] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3056
[ 11.079977] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30bc
[ 11.080181] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_RED
[ 11.080188] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305a
[ 11.080387] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c0
[ 11.080592] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_BLUE
[ 11.080600] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3058
[ 11.080800] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30be
[ 11.081080] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN2
[ 11.081087] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305c
[ 11.082003] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c2
[ 11.082468] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 11.082788] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_ANALOG_GAIN
[ 11.083025] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[ 11.083032] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[ 11.083237] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_COARSE_TIME
[ 11.083245] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3012
[ 11.083446] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3016
[ 11.083766] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_EXPOSURE_AUTO
[ 11.083773] mt9m021 6-0010: mt9m021_set_autoexposure
[ 11.084003] mt9m021 6-0010: mt9m021_read: 0x00d8 from 0x301a
[ 11.084009] mt9m021 6-0010: mt9m021_is_streaming ? 0
[ 11.084014] mt9m021 6-0010: mt9m021_write: 0x1802 to 0x3064
[ 11.084213] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3100
[ 11.084418] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FLASH_LED_MODE
[ 11.084426] mt9m021 6-0010: mt9m021_set_flash
[ 11.084431] mt9m021 6-0010: mt9m021_write: 0x0180 to 0x3046
[ 11.085090] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_HFLIP
[ 11.085332] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[ 11.085339] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[ 11.085540] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_VFLIP
[ 11.085773] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[ 11.085780] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[ 11.085983] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FRAME_LENGTH
[ 11.085991] mt9m021 6-0010: mt9m021_write: 0x02f5 to 0x300a
[ 11.086411] mt9m021 6-0010: mt9m021_set_power value: 0
[ 11.086420] mt9m021 6-0010: mt9m021_power_off
[ 11.122661] dhd_module_init in
[ 11.123495] Power-up adapter ‘DHD generic adapter’
[ 11.127813] platform 7.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.128078] platform d.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.128251] platform c9.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.128410] platform ca.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.128555] platform cb.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.128704] platform cc.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.128848] platform cd.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.128968] reg-fixed-sync-voltage ce.regulator: Consumer c0 does not have device name
[ 11.129005] platform ce.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.129160] platform d1.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.129289] platform d3.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.129409] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 11.129442] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.137228] wifi_platform_set_power = 1
[ 11.137387] platform 7.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.137671] platform d.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.137870] platform c9.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.138057] platform ca.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.138242] platform cb.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.138421] platform cc.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.138597] platform cd.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.138740] reg-fixed-sync-voltage ce.regulator: Consumer c0 does not have device name
[ 11.138790] platform ce.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.138980] platform d1.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.139161] platform d3.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.139301] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 11.139349] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.337752] wifi_platform_bus_enumerate device present 1
[ 11.354086] wifi_platform_bus_enumerate device present 0
[ 11.354380] platform 7.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.354640] platform d.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.354828] platform c9.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.354922] SDIO Vendor ID:02d0 and SDIO Device ID: 4354
[ 11.355016] platform ca.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.355130] F1 signature read @0x18000000=0x17214354
[ 11.355196] platform cb.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.355381] platform cc.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.355570] platform cd.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.355715] reg-fixed-sync-voltage ce.regulator: Consumer c0 does not have device name
[ 11.355771] platform ce.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.355956] platform d1.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.356141] platform d3.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.356276] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 11.356325] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.366701] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 11.367411] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 11.367864] wifi_platform_prealloc: failed to alloc static mem section 7
[ 11.367875] wifi_platform_get_mac_addr
[ 11.368293] of_get_mac_address: checking /chosen dtb node for mac address property nvidia,wifi-mac
[ 11.368454] wifi_get_mac_addr: 00:04:4b:66:23:93
[ 11.370216] wl_setup_wiphy : Registering Vendor80211
[ 11.387491] wl_create_event_handler(): thread:wl_event_handler:1b9 started
[ 11.387611] wl_event_handler : tsk Enter, tsk = 0xffffffc0eca019f0
[ 11.388749] dhd_attach(): thread:dhd_watchdog_thread:1c1 started
[ 11.388856] dhd_attach(): thread:dhd_dpc:1c5 started
[ 11.389016] dhd_attach(): thread:dhd_rxf:1c6 started
[ 11.389032] dhd_deferred_work_init: work queue initialized
[ 11.395448] Dongle Host Driver, version 1.201.82 (r)
Compiled in drivers/net/wireless/bcmdhd on Jul 5 2017 at 23:24:40
[ 11.395786] Register interface [wlan0] MAC: 00:04:4b:66:23:93

[ 11.395796] dhd_prot_ioctl : bus is down. we have nothing to do
[ 11.397283] wifi_platform_set_power = 0
[ 11.597460] tegra_sysfs_register
[ 11.598022] platform 7.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.598244] platform d.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.598390] platform c9.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.598526] platform ca.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.598656] platform cb.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.598781] platform cc.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.598897] platform cd.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.599009] reg-fixed-sync-voltage ce.regulator: Consumer c0 does not have device name
[ 11.599045] platform ce.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.599173] platform d1.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.599291] platform d3.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.599400] reg-fixed-sync-voltage 5.regulator: Consumer c1 does not have device name
[ 11.599435] platform 5.regulator: Driver reg-fixed-sync-voltage requests probe deferral
[ 11.779276] cfg80211: World regulatory domain updated:
[ 11.779284] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 11.779289] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 11.779293] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 11.779324] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 11.779327] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 11.779331] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 11.779334] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
[ 11.779337] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 11.779340] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 12.807797] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.845376]
Dongle Host Driver, version 1.201.82 (r)
Compiled in drivers/net/wireless/bcmdhd on Jul 5 2017 at 23:24:40
[ 12.845387] wl_android_wifi_on in
[ 12.845392] wifi_platform_set_power = 1
[ 13.099377] gk20a gpu.0: GPCPLL initial settings: NA mode, M=1, N=34, P=3
[ 13.114503] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 13.180962] sdhci-tegra sdhci-tegra.1: Tuning already done, restoring the best tap value : 49
[ 13.181606] SDIO Vendor ID:02d0 and SDIO Device ID: 4354
[ 13.181846] F1 signature read @0x18000000=0x17214354
[ 13.189857] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 13.190970] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 13.238995] tegradc tegradc.1: blank - powerdown
[ 13.284187] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 13.346340] SDIO Vendor ID:02d0 and SDIO Device ID: 4354
[ 13.346374] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 13.346631] gpio wake8 for gpio=58
[ 13.346636] Enabling wake8
[ 13.348133] wifi_platform_get_mac_addr
[ 13.348429] wifi_get_mac_addr: 00:04:4b:66:23:93
[ 13.350408] Firmware up: op_mode=0x0005, MAC=00:04:4b:66:23:93
[ 13.355736] dhd_preinit_ioctls pspretend_threshold for HostAPD failed -23
[ 13.361726] Firmware version = wl0: Mar 8 2016 12:52:17 version 7.35.221.11 (r623264) FWID 01-b55daaf2
[ 13.365361] dhd_interworking_enable: failed to set WNM info, ret=-23
[ 13.365692] tegra_sysfs_on
[ 13.601692] CFGP2P-ERROR) wl_cfgp2p_add_p2p_disc_if : P2P interface registered
[ 13.610877] WLC_E_IF: NO_IF set, event Ignored
[ 13.959109] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 13.995670] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 14.010950] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 14.031159] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 14.033203] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 14.035973] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 14.048144] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 14.049844] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 14.062401] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 14.082794] Setting clk_rate = 44100 Hz pll_a_out0 = 45158400 Hz clk_out = 11289600 Hz
[ 14.109727] HDA: No HDMI device connected
[ 14.110148] HDA: No HDMI device connected
[ 14.110556] HDA: No HDMI device connected
[ 14.165153] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.165181] Bluetooth: BNEP socket layer initialized
[ 14.405782] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 483.588595] mt9m021 6-0010: mt9m021_set_power value: 1
[ 483.588603] mt9m021 6-0010: mt9m021_power_on
[ 483.621652] mt9m021 6-0010: mt9m021_write: 0x00d9 to 0x301a
[ 483.622281] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN
[ 483.622519] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 483.622865] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[ 483.622872] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[ 483.623376] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x305e
[ 483.623881] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x30c4
[ 483.624388] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_TEST_PATTERN
[ 483.624395] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[ 483.624651] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[ 483.624908] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN1
[ 483.624914] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3056
[ 483.625170] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30bc
[ 483.625427] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_RED
[ 483.625433] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305a
[ 483.625689] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c0
[ 483.625945] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_BLUE
[ 483.625951] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3058
[ 483.626207] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30be
[ 483.626363] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 483.626608] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 483.626932] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN2
[ 483.626939] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305c
[ 483.627195] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c2
[ 483.627451] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_ANALOG_GAIN
[ 483.627733] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[ 483.627740] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[ 483.627998] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_COARSE_TIME
[ 483.628004] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3012
[ 483.628259] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3016
[ 483.628516] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_EXPOSURE_AUTO
[ 483.628523] mt9m021 6-0010: mt9m021_set_autoexposure
[ 483.628803] mt9m021 6-0010: mt9m021_read: 0x00d8 from 0x301a
[ 483.628811] mt9m021 6-0010: mt9m021_is_streaming ? 0
[ 483.628817] mt9m021 6-0010: mt9m021_write: 0x1802 to 0x3064
[ 483.629072] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3100
[ 483.629330] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FLASH_LED_MODE
[ 483.629336] mt9m021 6-0010: mt9m021_set_flash
[ 483.629341] mt9m021 6-0010: mt9m021_write: 0x0180 to 0x3046
[ 483.629597] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_HFLIP
[ 483.629879] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[ 483.629886] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[ 483.630141] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_VFLIP
[ 483.630423] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[ 483.630429] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[ 483.630685] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FRAME_LENGTH
[ 483.630691] mt9m021 6-0010: mt9m021_write: 0x02f5 to 0x300a
[ 483.631116] mt9m021 6-0010: mt9m021_set_power value: 0
[ 483.631122] mt9m021 6-0010: mt9m021_power_off
[ 483.781468] nvcamera-daemon[8152]: unhandled level 2 translation fault (11) at 0x00000000, esr 0x92000006
[ 483.781477] pgd = ffffffc0e5f7c000
[ 483.786429] [00000000] *pgd=0000000163a4b003, *pmd=0000000000000000

[ 483.792896] CPU: 0 PID: 8152 Comm: nvcamera-daemon Not tainted 3.10.96+ #29
[ 483.792901] task: ffffffc0d0b56c40 ti: ffffffc0af8c4000 task.ti: ffffffc0af8c4000
[ 483.792908] PC is at 0x40322c
[ 483.792912] LR is at 0x403228
[ 483.792915] pc : [<000000000040322c>] lr : [<0000000000403228>] pstate: 60000000
[ 483.792918] sp : 0000007fb2d454a0
[ 483.792921] x29: 0000007fb2d499d0 x28: 0000007fb2d4a1e0
[ 483.792928] x27: 0000000000000001 x26: 0000000000000314
[ 483.792933] x25: 0000007fb2d47510 x24: 0000007fb4899000
[ 483.792938] x23: 0000007fb2d45520 x22: 0000000000000002
[ 483.792943] x21: 0000007fb2d46510 x20: 0000000000000000
[ 483.792948] x19: 0000007fb2d47b30 x18: 0000000000000014
[ 483.792952] x17: 0000007fb4878fb0 x16: 0000007fb4613488
[ 483.792957] x15: 0000007fb5218000 x14: 7265766972446172
[ 483.792962] x13: 656d61432f697061 x12: 2f637273206d6f72
[ 483.792967] x11: 6620676e69746167 x10: 61706f7270282020
[ 483.792972] x9 : 3a726574656d6172 x8 : 0000000000000040
[ 483.792977] x7 : 0000007facdc04f0 x6 : 0000000000000001
[ 483.792981] x5 : 0000000000000000 x4 : 0000007fac000b10
[ 483.792986] x3 : 0000000000000000 x2 : 0000000000000000
[ 483.792990] x1 : 0000000000000000 x0 : 0000000000000000

[ 483.793003] Library at 0x40322c: 0x400000 /usr/sbin/nvcamera-daemon
[ 483.799263] Library at 0x403228: 0x400000 /usr/sbin/nvcamera-daemon
[ 483.806225] vdso base = 0x7fb5216000

Hi Jerry,

I’ve pasted what EV linked. It’s lengthy, so it continues across the two posts above. We are using a Leopard Imaging sensor, the LI-M021C-MIPI. The sensor should have no inherent problem on the TX1. With our driver, the sensor and its MIPI bridge are detected, and we have been able to measure the signals electronically, and all of that looks fine. We obtain a picture using the TX1 with the command at the top of this thread, but something seems to be wrong when we try gstreamer and nvgstcapture.

hello EV, somerled,

seems the i2c address of mt9m021 is 0x10.
however, you got several i2c no ack message while sensor is streaming.

tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10

could you try to increase the stream-counts with your v4l2-ctl to confirm the status.
for example,

v4l2-ctl -d /dev/video0 --verbose --set-fmt-video=width=1280,height=720,pixelformat=RG12 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=1000 --stream-to=data.raw

Hi Jerry,

I ran the command and here are the logs:
Terminal prints: [url]https://gist.github.com/aravindev/3fe99bbc18cf96f4fb4c841c93b758f7[/url]
Dmesg log: [url]https://gist.github.com/aravindev/f7f5e9d08506fd22b34648f351dfa2a1[/url]

Posting the portion of the logs in the thread instead of providing link.
Terminal prints:

Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 771
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90344.947952s (Monotonic, End-of-Frame)

 42.69 fps
	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 772
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90344.964610s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 773
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90344.998421s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 774
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.015080s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 775
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.031887s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 776
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.048885s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 777
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.065577s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 778
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.082355s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 779
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.116006s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 780
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.132822s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 781
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.149642s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 782
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.166504s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 783
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.183290s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 784
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.217182s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 785
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.233795s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 786
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.250695s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 787
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.284401s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 788
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.301078s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 789
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.318030s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 790
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.334853s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 791
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.351511s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 792
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.368504s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 793
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.385156s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 794
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.401973s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 795
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.418969s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 796
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.435623s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 797
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.452449s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 798
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.486263s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 799
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.502917s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 800
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.519904s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 801
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.536727s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 802
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.553383s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 803
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.570212s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 804
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.587015s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 805
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.620662s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 806
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.637484s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 807
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.654307s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 808
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.671134s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 809
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.688125s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 810
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.704771s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 811
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.738415s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 812
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.755237s (Monotonic, End-of-Frame)

 42.16 fps
	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 813
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.772059s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 814
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.789058s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 815
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90345.805709s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 816
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.243109s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 817
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.260092s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 818
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.276886s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 819
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.293711s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 820
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.310534s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 821
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.327363s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 822
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.344017s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 823
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.361002s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 824
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.377656s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 825
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.394642s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 826
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.411466s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 827
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.428288s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 828
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.445113s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 829
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.461940s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 830
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.478756s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 831
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.495463s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 832
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.512402s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 833
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.529227s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 834
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.545874s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 835
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.562864s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 836
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.579687s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 837
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.596509s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 838
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.613328s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 839
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.630191s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 840
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.646976s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 841
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.663845s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 842
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.680625s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 843
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.697274s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 844
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.714263s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 845
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.731084s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 846
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.747909s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 847
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.764730s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 848
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.781378s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 849
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.798338s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 850
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.815194s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 851
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.831843s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 852
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.848805s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 853
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.865661s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 854
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.882493s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 855
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.899311s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 856
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.916132s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 857
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.932776s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 858
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.949601s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 859
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.966594s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 860
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90346.983246s (Monotonic, End-of-Frame)

 42.87 fps
	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 861
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.000070s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 862
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.017061s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 863
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.033881s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 864
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.050703s (Monotonic, End-of-Frame)

	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 865
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.067526s (Monotonic, End-of-Frame)

	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 866
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.084353s (Monotonic, End-of-Frame)

	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 867
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.101179s (Monotonic, End-of-Frame)

	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 868
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.117824s (Monotonic, End-of-Frame)

139264 != 1843200
	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 869
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.134815s (Monotonic, End-of-Frame)

4096 != 1843200
	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 870
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.151643s (Monotonic, End-of-Frame)

4096 != 1843200
	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 871
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.168292s (Monotonic, End-of-Frame)

4096 != 1843200
	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 872
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.185278s (Monotonic, End-of-Frame)

4096 != 1843200
	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 873
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.202358s (Monotonic, End-of-Frame)

4096 != 1843200
	Index    : 2
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 874
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.219197s (Monotonic, End-of-Frame)

4096 != 1843200
	Index    : 3
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 875
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.235971s (Monotonic, End-of-Frame)

4096 != 1843200
	Index    : 0
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 876
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.252839s (Monotonic, End-of-Frame)

4096 != 1843200
	Index    : 1
	Type     : Video Capture
	Flags    : mapped, done
	Field    : None
	Sequence : 877
	Length   : 1843200
	Bytesused: 1843200
	Timestamp: 90347.269637s (Monotonic, End-oVIDIOC_QUERYCAP: ok
VIDIOC_S_EXT_CTRLS: ok
VIDIOC_G_FMT: ok
VIDIOC_S_FMT: ok
Format Video Capture:
	Width/Height      : 1280/720
	Pixel Format      : 'RG12'
	Field             : None
	Bytes per Line    : 2560
	Size Image        : 1843200
	Colorspace        : sRGB
	Transfer Function : Default
	YCbCr Encoding    : Default
	Quantization      : Default
	Flags             : 
VIDIOC_REQBUFS: ok
VIDIOC_QUERYBUF: ok
VIDIOC_QBUF: ok
VIDIOC_QUERYBUF: ok
VIDIOC_QBUF: ok
VIDIOC_QUERYBUF: ok
VIDIOC_QBUF: ok
VIDIOC_QUERYBUF: ok
VIDIOC_QBUF: ok
VIDIOC_STREAMON: ok
VIDIOC_STREAMOFF: ok

Dmesg logs:

[90127.069196] mt9m021 6-0010: mt9m021_set_power value: 1
[90127.069207] mt9m021 6-0010: mt9m021_power_on
[90127.102422] mt9m021 6-0010: mt9m021_write: 0x00d9 to 0x301a
[90127.102904] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN
[90127.103224] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[90127.103240] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[90127.103619] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x305e
[90127.103991] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x30c4
[90127.104366] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_TEST_PATTERN
[90127.104381] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[90127.104753] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3070
[90127.105126] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN1
[90127.105140] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3056
[90127.105422] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30bc
[90127.106051] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_RED
[90127.106066] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305a
[90127.106435] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c0
[90127.106969] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_BLUE
[90127.106981] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x3058
[90127.107164] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[90127.107424] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[90127.107784] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30be
[90127.108062] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_GAIN_GREEN2
[90127.108073] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x305c
[90127.108349] mt9m021 6-0010: mt9m021_write: 0x0064 to 0x30c2
[90127.108627] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_ANALOG_GAIN
[90127.108931] mt9m021 6-0010: mt9m021_read: 0x0080 from 0x30b0
[90127.108941] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x30b0
[90127.109218] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_COARSE_TIME
[90127.109229] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3012
[90127.109504] mt9m021 6-0010: mt9m021_write: 0x01c2 to 0x3016
[90127.109783] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_EXPOSURE_AUTO 
[90127.109795] mt9m021 6-0010: mt9m021_set_autoexposure
[90127.110097] mt9m021 6-0010: mt9m021_read: 0x00d8 from 0x301a
[90127.110109] mt9m021 6-0010: mt9m021_is_streaming ? 0
[90127.110119] mt9m021 6-0010: mt9m021_write: 0x1802 to 0x3064
[90127.110485] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3100
[90127.110765] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FLASH_LED_MODE
[90127.110776] mt9m021 6-0010: mt9m021_set_flash
[90127.110786] mt9m021 6-0010: mt9m021_write: 0x0180 to 0x3046
[90127.111063] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_HFLIP
[90127.111366] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[90127.111377] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[90127.111653] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_VFLIP
[90127.111998] mt9m021 6-0010: mt9m021_read: 0x0000 from 0x3040
[90127.112009] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3040
[90127.112285] mt9m021 6-0010: mt9m021_s_ctrl: V4L2_CID_FRAME_LENGTH
[90127.112297] mt9m021 6-0010: mt9m021_write: 0x02f5 to 0x300a
[90127.114346] mt9m021 6-0010: mt9m021_get_format
               	width: 1280
               	height: 720
               	code: 12306
[90127.114881] mt9m021 6-0010: mt9m021_set_format
               	width: 1280
               	height: 720
               	code: 12306
[90127.114902] mt9m021 6-0010: could not find device ctrl.
[90127.120347] mt9m021 6-0010: could not find device ctrl.
[90127.125859] mt9m021 6-0010: mt9m021_set_format
               	width: 1280
               	height: 720
               	code: 12306
[90127.125880] mt9m021 6-0010: could not find device ctrl.
[90127.155551] mt9m021 6-0010: mt9m021_s_stream
[90127.155560] mt9m021 6-0010: mt9m021_set_params
[90127.156102] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0004 to 0x0004
[90127.156366] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0001 to 0x0002
[90127.156628] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0000 to 0x0002
[90127.156889] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x50f9 to 0x0016
[90127.157149] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0213 to 0x0018
[90127.157902] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0030 to 0x0006
[90127.158406] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0020 to 0x0008
[90127.158667] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0780 to 0x0022
[90127.158974] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00002c00 to 0x0210
[90127.159282] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00000005 to 0x0214
[90127.159587] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00001e06 to 0x0218
[90127.159891] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00000004 to 0x021c
[90127.160197] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00000406 to 0x0220
[90127.160509] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00004988 to 0x0224
[90127.160815] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0000000c to 0x0228
[90127.161119] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00000006 to 0x022c
[90127.161424] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0000001f to 0x0234
[90127.161729] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00000000 to 0x0238
[90127.162042] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00000001 to 0x0518
[90127.162419] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0xa30080a1 to 0x0500
[90127.162859] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x00000001 to 0x0204
[90127.163224] mt9m021 6-0010: BRIDGE mt9m021_bridge_setup: 0x0044 to 0x0004
[90127.163231] mt9m021 6-0010: mt9m021_sequencer_settings
[90127.163237] mt9m021 6-0010: mt9m021_write: 0x8000 to 0x3088
[90127.163494] mt9m021 6-0010: mt9m021_write: 0x3227 to 0x3086
[90127.163752] mt9m021 6-0010: mt9m021_write: 0x0101 to 0x3086
[90127.164008] mt9m021 6-0010: mt9m021_write: 0x0f25 to 0x3086
[90127.164261] mt9m021 6-0010: mt9m021_write: 0x0808 to 0x3086
[90127.164514] mt9m021 6-0010: mt9m021_write: 0x0227 to 0x3086
[90127.164909] mt9m021 6-0010: mt9m021_write: 0x0101 to 0x3086
[90127.165159] mt9m021 6-0010: mt9m021_write: 0x0837 to 0x3086
[90127.165411] mt9m021 6-0010: mt9m021_write: 0x2700 to 0x3086
[90127.165662] mt9m021 6-0010: mt9m021_write: 0x0138 to 0x3086
[90127.165911] mt9m021 6-0010: mt9m021_write: 0x2701 to 0x3086
[90127.166162] mt9m021 6-0010: mt9m021_write: 0x013a to 0x3086
[90127.166413] mt9m021 6-0010: mt9m021_write: 0x2700 to 0x3086
[90127.166664] mt9m021 6-0010: mt9m021_write: 0x0125 to 0x3086
[90127.166914] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x3086
[90127.167164] mt9m021 6-0010: mt9m021_write: 0x3c25 to 0x3086
[90127.167417] mt9m021 6-0010: mt9m021_write: 0x0040 to 0x3086
[90127.167668] mt9m021 6-0010: mt9m021_write: 0x3427 to 0x3086
[90127.167921] mt9m021 6-0010: mt9m021_write: 0x003f to 0x3086
[90127.168173] mt9m021 6-0010: mt9m021_write: 0x2500 to 0x3086
[90127.168424] mt9m021 6-0010: mt9m021_write: 0x2037 to 0x3086
[90127.168675] mt9m021 6-0010: mt9m021_write: 0x2540 to 0x3086
[90127.168926] mt9m021 6-0010: mt9m021_write: 0x4036 to 0x3086
[90127.169176] mt9m021 6-0010: mt9m021_write: 0x2500 to 0x3086
[90127.169432] mt9m021 6-0010: mt9m021_write: 0x4031 to 0x3086
[90127.169684] mt9m021 6-0010: mt9m021_write: 0x2540 to 0x3086
[90127.169940] mt9m021 6-0010: mt9m021_write: 0x403d to 0x3086
[90127.170190] mt9m021 6-0010: mt9m021_write: 0x6425 to 0x3086
[90127.170441] mt9m021 6-0010: mt9m021_write: 0x2020 to 0x3086
[90127.170691] mt9m021 6-0010: mt9m021_write: 0x3d64 to 0x3086
[90127.170943] mt9m021 6-0010: mt9m021_write: 0x2510 to 0x3086
[90127.171204] mt9m021 6-0010: mt9m021_write: 0x1037 to 0x3086
[90127.171455] mt9m021 6-0010: mt9m021_write: 0x2520 to 0x3086
[90127.171713] mt9m021 6-0010: mt9m021_write: 0x2010 to 0x3086
[90127.172162] mt9m021 6-0010: mt9m021_write: 0x2510 to 0x3086
[90127.172419] mt9m021 6-0010: mt9m021_write: 0x100f to 0x3086
[90127.172676] mt9m021 6-0010: mt9m021_write: 0x2708 to 0x3086
[90127.172932] mt9m021 6-0010: mt9m021_write: 0x0802 to 0x3086
[90127.173185] mt9m021 6-0010: mt9m021_write: 0x2540 to 0x3086
[90127.173440] mt9m021 6-0010: mt9m021_write: 0x402d to 0x3086
[90127.173695] mt9m021 6-0010: mt9m021_write: 0x2608 to 0x3086
[90127.173948] mt9m021 6-0010: mt9m021_write: 0x280d to 0x3086
[90127.174272] mt9m021 6-0010: mt9m021_write: 0x1709 to 0x3086
[90127.174524] mt9m021 6-0010: mt9m021_write: 0x2600 to 0x3086
[90127.174780] mt9m021 6-0010: mt9m021_write: 0x2805 to 0x3086
[90127.175030] mt9m021 6-0010: mt9m021_write: 0x26a7 to 0x3086
[90127.175282] mt9m021 6-0010: mt9m021_write: 0x2807 to 0x3086
[90127.175532] mt9m021 6-0010: mt9m021_write: 0x2580 to 0x3086
[90127.175790] mt9m021 6-0010: mt9m021_write: 0x8029 to 0x3086
[90127.176043] mt9m021 6-0010: mt9m021_write: 0x1705 to 0x3086
[90127.176293] mt9m021 6-0010: mt9m021_write: 0x2500 to 0x3086
[90127.176543] mt9m021 6-0010: mt9m021_write: 0x4027 to 0x3086
[90127.176796] mt9m021 6-0010: mt9m021_write: 0x2222 to 0x3086
[90127.177045] mt9m021 6-0010: mt9m021_write: 0x1616 to 0x3086
[90127.177296] mt9m021 6-0010: mt9m021_write: 0x2726 to 0x3086
[90127.177543] mt9m021 6-0010: mt9m021_write: 0x2617 to 0x3086
[90127.177793] mt9m021 6-0010: mt9m021_write: 0x3626 to 0x3086
[90127.178042] mt9m021 6-0010: mt9m021_write: 0xa617 to 0x3086
[90127.178289] mt9m021 6-0010: mt9m021_write: 0x0326 to 0x3086
[90127.178535] mt9m021 6-0010: mt9m021_write: 0xa417 to 0x3086
[90127.178782] mt9m021 6-0010: mt9m021_write: 0x1f28 to 0x3086
[90127.179134] mt9m021 6-0010: mt9m021_write: 0x0526 to 0x3086
[90127.179385] mt9m021 6-0010: mt9m021_write: 0x2028 to 0x3086
[90127.179635] mt9m021 6-0010: mt9m021_write: 0x0425 to 0x3086
[90127.179886] mt9m021 6-0010: mt9m021_write: 0x2020 to 0x3086
[90127.180136] mt9m021 6-0010: mt9m021_write: 0x2700 to 0x3086
[90127.180383] mt9m021 6-0010: mt9m021_write: 0x2625 to 0x3086
[90127.180632] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3086
[90127.180878] mt9m021 6-0010: mt9m021_write: 0x171e to 0x3086
[90127.181125] mt9m021 6-0010: mt9m021_write: 0x2500 to 0x3086
[90127.181370] mt9m021 6-0010: mt9m021_write: 0x0425 to 0x3086
[90127.181617] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x3086
[90127.181863] mt9m021 6-0010: mt9m021_write: 0x2117 to 0x3086
[90127.182148] mt9m021 6-0010: mt9m021_write: 0x121b to 0x3086
[90127.182404] mt9m021 6-0010: mt9m021_write: 0x1703 to 0x3086
[90127.182657] mt9m021 6-0010: mt9m021_write: 0x2726 to 0x3086
[90127.182902] mt9m021 6-0010: mt9m021_write: 0x2617 to 0x3086
[90127.183146] mt9m021 6-0010: mt9m021_write: 0x2828 to 0x3086
[90127.183391] mt9m021 6-0010: mt9m021_write: 0x0517 to 0x3086
[90127.183636] mt9m021 6-0010: mt9m021_write: 0x1a26 to 0x3086
[90127.183881] mt9m021 6-0010: mt9m021_write: 0x6017 to 0x3086
[90127.184127] mt9m021 6-0010: mt9m021_write: 0xae25 to 0x3086
[90127.184373] mt9m021 6-0010: mt9m021_write: 0x0080 to 0x3086
[90127.184618] mt9m021 6-0010: mt9m021_write: 0x2700 to 0x3086
[90127.184863] mt9m021 6-0010: mt9m021_write: 0x2626 to 0x3086
[90127.185107] mt9m021 6-0010: mt9m021_write: 0x1828 to 0x3086
[90127.185353] mt9m021 6-0010: mt9m021_write: 0x002e to 0x3086
[90127.185597] mt9m021 6-0010: mt9m021_write: 0x2a28 to 0x3086
[90127.185842] mt9m021 6-0010: mt9m021_write: 0x081e to 0x3086
[90127.186087] mt9m021 6-0010: mt9m021_write: 0x4127 to 0x3086
[90127.186332] mt9m021 6-0010: mt9m021_write: 0x1010 to 0x3086
[90127.186577] mt9m021 6-0010: mt9m021_write: 0x0214 to 0x3086
[90127.186822] mt9m021 6-0010: mt9m021_write: 0x6060 to 0x3086
[90127.187067] mt9m021 6-0010: mt9m021_write: 0x0a14 to 0x3086
[90127.187311] mt9m021 6-0010: mt9m021_write: 0x6060 to 0x3086
[90127.187556] mt9m021 6-0010: mt9m021_write: 0x0b14 to 0x3086
[90127.187801] mt9m021 6-0010: mt9m021_write: 0x6060 to 0x3086
[90127.188047] mt9m021 6-0010: mt9m021_write: 0x0c14 to 0x3086
[90127.188292] mt9m021 6-0010: mt9m021_write: 0x6060 to 0x3086
[90127.188536] mt9m021 6-0010: mt9m021_write: 0x0d14 to 0x3086
[90127.188781] mt9m021 6-0010: mt9m021_write: 0x6060 to 0x3086
[90127.189026] mt9m021 6-0010: mt9m021_write: 0x0217 to 0x3086
[90127.189271] mt9m021 6-0010: mt9m021_write: 0x3c14 to 0x3086
[90127.189516] mt9m021 6-0010: mt9m021_write: 0x0060 to 0x3086
[90127.189761] mt9m021 6-0010: mt9m021_write: 0x0a14 to 0x3086
[90127.190006] mt9m021 6-0010: mt9m021_write: 0x0060 to 0x3086
[90127.190251] mt9m021 6-0010: mt9m021_write: 0x0b14 to 0x3086
[90127.190496] mt9m021 6-0010: mt9m021_write: 0x0060 to 0x3086
[90127.190741] mt9m021 6-0010: mt9m021_write: 0x0c14 to 0x3086
[90127.190985] mt9m021 6-0010: mt9m021_write: 0x0060 to 0x3086
[90127.191230] mt9m021 6-0010: mt9m021_write: 0x0d14 to 0x3086
[90127.191475] mt9m021 6-0010: mt9m021_write: 0x0060 to 0x3086
[90127.191721] mt9m021 6-0010: mt9m021_write: 0x0811 to 0x3086
[90127.192170] mt9m021 6-0010: mt9m021_write: 0x2500 to 0x3086
[90127.192427] mt9m021 6-0010: mt9m021_write: 0x1027 to 0x3086
[90127.192675] mt9m021 6-0010: mt9m021_write: 0x0010 to 0x3086
[90127.192922] mt9m021 6-0010: mt9m021_write: 0x2f6f to 0x3086
[90127.193170] mt9m021 6-0010: mt9m021_write: 0x0f3e to 0x3086
[90127.193417] mt9m021 6-0010: mt9m021_write: 0x2500 to 0x3086
[90127.193663] mt9m021 6-0010: mt9m021_write: 0x0827 to 0x3086
[90127.193910] mt9m021 6-0010: mt9m021_write: 0x0008 to 0x3086
[90127.194156] mt9m021 6-0010: mt9m021_write: 0x3066 to 0x3086
[90127.194402] mt9m021 6-0010: mt9m021_write: 0x3225 to 0x3086
[90127.194649] mt9m021 6-0010: mt9m021_write: 0x0008 to 0x3086
[90127.194897] mt9m021 6-0010: mt9m021_write: 0x2700 to 0x3086
[90127.195144] mt9m021 6-0010: mt9m021_write: 0x0830 to 0x3086
[90127.195391] mt9m021 6-0010: mt9m021_write: 0x6631 to 0x3086
[90127.195638] mt9m021 6-0010: mt9m021_write: 0x3d64 to 0x3086
[90127.195887] mt9m021 6-0010: mt9m021_write: 0x2508 to 0x3086
[90127.196134] mt9m021 6-0010: mt9m021_write: 0x083d to 0x3086
[90127.196381] mt9m021 6-0010: mt9m021_write: 0xff3d to 0x3086
[90127.196628] mt9m021 6-0010: mt9m021_write: 0x2a27 to 0x3086
[90127.196874] mt9m021 6-0010: mt9m021_write: 0x083f to 0x3086
[90127.197121] mt9m021 6-0010: mt9m021_write: 0x2c00 to 0x3086
[90127.197371] mt9m021 6-0010: mt9m021_pll_setup: M=99, N=4, P1=1, P2=8
[90127.197375] mt9m021 6-0010: mt9m021_write: 0x0001 to 0x302c
[90127.197622] mt9m021 6-0010: mt9m021_write: 0x0008 to 0x302a
[90127.197869] mt9m021 6-0010: mt9m021_write: 0x0004 to 0x302e
[90127.198115] mt9m021 6-0010: mt9m021_write: 0x0063 to 0x3030
[90127.198361] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x30b0
[90127.303262] mt9m021 6-0010: mt9m021_col_correction
[90127.303393] mt9m021 6-0010: mt9m021_write: 0x00d8 to 0x301a
[90127.304750] mt9m021 6-0010: mt9m021_write: 0x0007 to 0x30d4
[90127.512848] mt9m021 6-0010: mt9m021_write: 0x00dc to 0x301a
[90127.722864] mt9m021 6-0010: mt9m021_write: 0x00d8 to 0x301a
[90127.724209] mt9m021 6-0010: mt9m021_write: 0xe007 to 0x30d4
[90127.932662] mt9m021 6-0010: mt9m021_rev2_settings
[90127.932798] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x307a
[90127.933670] mt9m021 6-0010: mt9m021_write: 0x0c00 to 0x30ea
[90127.934701] mt9m021 6-0010: mt9m021_write: 0x0404 to 0x3044
[90127.935777] mt9m021 6-0010: mt9m021_write: 0x012c to 0x301e
[90127.936852] mt9m021 6-0010: mt9m021_write: 0x8000 to 0x3180
[90127.937929] mt9m021 6-0010: mt9m021_write: 0x0000 to 0x3014
[90127.939004] mt9m021 6-0010: mt9m021_write: 0x00fd to 0x3ed6
[90127.939665] mt9m021 6-0010: mt9m021_write: 0x0fff to 0x3ed8
[90127.940244] mt9m021 6-0010: mt9m021_write: 0x0003 to 0x3eda
[90127.940811] mt9m021 6-0010: mt9m021_write: 0xf87a to 0x3edc
[90127.941370] mt9m021 6-0010: mt9m021_write: 0xe075 to 0x3ede
[90127.941894] mt9m021 6-0010: mt9m021_write: 0x077c to 0x3ee0
[90127.943765] mt9m021 6-0010: mt9m021_write: 0xa4eb to 0x3ee2
[90127.944439] mt9m021 6-0010: mt9m021_write: 0xd208 to 0x3ee4
[90127.945040] mt9m021 6-0010: mt9m021_write: 0x1802 to 0x3064
[90127.945618] mt9m021 6-0010: mt9m021_set_size
[90127.945704] mt9m021 6-0010: mt9m021_write: 0x0020 to 0x3032
[90127.946280] mt9m021 6-0010: mt9m021_write: 0x0078 to 0x3002
[90127.946840] mt9m021 6-0010: mt9m021_write: 0x0001 to 0x3004
[90127.947393] mt9m021 6-0010: mt9m021_write: 0x0347 to 0x3006
[90127.947949] mt9m021 6-0010: mt9m021_write: 0x0500 to 0x3008
[90127.948506] mt9m021 6-0010: mt9m021_write: 0x0672 to 0x300c
[90127.949061] mt9m021 6-0010: mt9m021_write: 0x0001 to 0x30a2
[90127.949616] mt9m021 6-0010: mt9m021_write: 0x0001 to 0x30a6
[90127.950178] mt9m021 6-0010: Starting stream
[90127.950260] mt9m021 6-0010: mt9m021_write: 0x10dc to 0x301a
[90127.952283] vi vi: Selected no CSI lane, cannot do calibration
[90156.928292] mt9m021 6-0010: mt9m021_s_stream
[90156.928303] mt9m021 6-0010: Ending stream
[90156.928311] mt9m021 6-0010: mt9m021_write: 0x00d8 to 0x301a
[90156.930399] mt9m021 6-0010: mt9m021_set_power value: 0
[90156.930410] mt9m021 6-0010: mt9m021_power_off

hello EV,

which BSP you’re currently working on? R24.2.1 or R28.1?
please try to tune the cil_settletime of your sensor the device tree.

also, may i know who is your sensor vendor? had you contact your sensor vendor to confirm sensor driver is workable on JetsonTX1?
BTW, you could upload the logcat files to your comment with the pin icon at the top-right.
thanks

Hi Jerry,

We are currently working with R24.2.1.
We are using a Leopard Imaging sensor, the LI-M021C-MIPI. The sensor should have no inherent problem on the TX1. With our driver, the sensor and its MIPI bridge are detected, and we have been able to measure the signals electronically, and all of that looks fine. We obtain a picture using the TX1 with the command at the top of this thread, but something seems to be wrong when we try gstreamer and nvgstcapture.

Can you let me know how cil_settletime can be the reason for the crash. I wish to know what I am trying to fix by tuning the parameter.

hello EV,

since the capture path of v4l2-ctl is different with gstreamer and nvgstcapture
v4l2-ctl application uses direct kernel IOCTL calls to access V4L2 functionality.
gstreamer and nvgstcapture would going through NVIDIA camera core.

the sensor mode settings in sensor device tree is used by gstreamer and nvgstcapture, my suggestion of cil_settletime is one of tuning parameter which worth for try.
thanks

Hi Jerry,

Thank you for the information.
I tried some values for CIL settle time by modifying them in the dtsi file, but it didn’t help.
What is the range of values that we should try for this parameter?

Hi jerry,

Do you have any other suggestions to debug this crash.
The issue looks similar to [url]https://devtalk.nvidia.com/default/topic/993852/mt9m021-streaming/[/url], but the suggestions didn’t work for us.