Altering the DTB seems to fail consistently

Hello everyone,
I’ve taken over someone’s project in which a Jetson TX2 is used in conjunction with a custom carrier board. On this carrier board some i2c components are present, with which the problems begin.
Among the I2C devices is a GPIO expander (TCA9539) which is very similar to the one on the dev board.
This is where the problems begin. I need the TCA to toggle a output during boot which in turn allows other i2c devices to start up.

To do this, the previous person working on this has made patch files to update the dtb.

However during boot a couple of issues arrive, possibly due to hardware problems on the custom board, see dmesg below:

[    0.000000] Booting Linux on physical CPU 0x100
[    0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-1935) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Mon Dec 9 22:52:02 PST 2019
[    0.000000] Boot CPU: AArch64 Processor [411fd073]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 16416,
[    0.000000] OF: fdt: - 80000000 ,  70000000
[    0.000000] OF: fdt: - f0200000 ,  185600000
[    0.000000] OF: fdt: - 275e00000 ,  200000
[    0.000000] OF: fdt: - 276600000 ,  200000
[    0.000000] OF: fdt: - 277000000 ,  200000
[    0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options '')
[    0.000000] bootconsole [uart8250] enabled
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[    0.000000] On node 0 totalpages: 2055168
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 523776 pages, LIFO batch:31
[    0.000000]   Normal zone: 24008 pages used for memmap
[    0.000000]   Normal zone: 1531392 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 25 pages/cpu @ffffffc1f676a000 s61592 r8192 d32616 u102400
[    0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2022968
[    0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1 quiet
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 163840 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 29424(89%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Memory: 7969128K/8220672K available (15230K kernel code, 2926K rwdata, 6620K rodata, 8576K init, 609K bss, 186008K reserved, 65536K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f60000   ( 15232 KB)
[    0.000000]     .rodata : 0xffffff8008f60000 - 0xffffff80095e0000   (  6656 KB)
[    0.000000]       .init : 0xffffff80095e0000 - 0xffffff8009e40000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e40000 - 0xffffff800a11b808   (  2927 KB)
[    0.000000]        .bss : 0xffffff800a11b808 - 0xffffff800a1b3dbc   (   610 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf07dc8000   (   125 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc1f7200000   (  8050 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.001613] Console: colour dummy device 80x25
[    0.001619] console [tty0] enabled
[    0.001622] bootconsole [uart8250] disabled
[    0.001629] kmemleak: Kernel memory leak detector disabled
[    0.001639] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.001646] pid_max: default: 32768 minimum: 301
[    0.001961] Security Framework initialized
[    0.002119] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.002123] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.002711] ftrace: allocating 47001 entries in 184 pages
[    0.127586] sched-energy: Sched-energy-costs installed from DT
[    0.127597] ASID allocator initialised with 65536 entries
[    0.163648] tegra-id: chipid=21817.
[    0.163654] tegra-id: opt_subrevision=1.
[    0.163671] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[    0.163679] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[    0.163685] DTB Build time: Jul 16 2019 17:14:35
[    0.209672] CPU1: Booted secondary processor [4e0f0030]
[    0.241312] CPU2: Booted secondary processor [4e0f0030]
[    0.273101] CPU3: Booted secondary processor [411fd073]
[    0.305102] CPU4: Booted secondary processor [411fd073]
[    0.337080] CPU5: Booted secondary processor [411fd073]
[    0.337133] Brought up 6 CPUs
[    0.337136] SMP: Total of 6 processors activated.
[    0.337141] CPU features: detected feature: 32-bit EL0 Support
[    0.337860] CPU: All CPU(s) started at EL2
[    0.337914] alternatives: patching kernel code
[    0.347425] devtmpfs: initialized
[    0.384733] Initilizing CustomIPI irq domain
[    0.384956] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.384966] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.385821] pinctrl core: initialized pinctrl subsystem
[    0.386025] OS set in device tree is not L4T.
[    0.386189] regulator-dummy: no parameters
[    0.386330] Initializing plugin-manager
[    0.386384] Plugin module not found
[    0.386421] Plugin-manager status disabled
[    0.388206] NET: Registered protocol family 16
[    0.388938] pstore: using zlib compression
[    0.388952] console [pstore-1] enabled
[    0.388954] pstore: Registered ramoops as persistent store backend
[    0.388958] ramoops: attached 0x200000@0x275880000, ecc: 0/0
[    0.404698] cpuidle: using governor menu
[    0.406046] bpmp: waiting for handshake
[    0.406049] bpmp: handshake completed
[    0.406063] bpmp: synchronizing channels
[    0.406079] bpmp: channels synchronized
[    0.406083] bpmp: mail init ok
[    0.408123] arm-smmu 12000000.iommu: probing hardware configuration...
[    0.408127] arm-smmu 12000000.iommu: SMMUv2 with:
[    0.408131] arm-smmu 12000000.iommu:         stage 1 translation
[    0.408134] arm-smmu 12000000.iommu:         stage 2 translation
[    0.408137] arm-smmu 12000000.iommu:         nested translation
[    0.408143] arm-smmu 12000000.iommu:         stream matching with 128 register groups, mask 0x7f80
[    0.408148] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    0.408152] arm-smmu 12000000.iommu:         64 context banks (0 stage-2 only)
[    0.408156] arm-smmu 12000000.iommu:         Stage-1: 39-bit VA -> 48-bit IPA
[    0.408159] arm-smmu 12000000.iommu:         Stage-2: 39-bit IPA -> 48-bit PA
[    0.410249] vdso: 2 pages (1 code @ ffffff8008f67000, 1 data @ ffffff8009e44000)
[    0.410261] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.412852] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.414603] Registering BPMP clocks...
[    0.414697] tegra_bpmp_clk_init: clock init ok (638 clks)
[    0.416855] tegra_powergate_init: DONE
[    0.416863] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[    0.416869] DTB Build time: Jul 16 2019 17:14:35
[    0.418888] Tegra reboot handler registered.
[    0.420367] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.420427] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[    0.420440] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET
[    0.420442] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L1
[    0.420445] tegra-pmc: ### PMC reset status reg: 0x2d
[    0.420600] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.420610] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    0.420930] iommu: Adding device 3460000.sdhci to group 0
[    0.421622] iommu: Adding device 3400000.sdhci to group 1
[    0.422686] iommu: Adding device 3507000.ahci-sata to group 2
[    0.422698] arm-smmu: forcing sodev map for 3507000.ahci-sata
[    0.423127] iommu: Adding device 3160000.i2c to group 3
[    0.423558] iommu: Adding device c240000.i2c to group 4
[    0.423900] iommu: Adding device 3180000.i2c to group 5
[    0.424246] iommu: Adding device 3190000.i2c to group 6
[    0.424684] iommu: Adding device 31b0000.i2c to group 7
[    0.425029] iommu: Adding device 31c0000.i2c to group 8
[    0.425397] iommu: Adding device c250000.i2c to group 9
[    0.425743] iommu: Adding device 31e0000.i2c to group 10
[    0.427243] iommu: Adding device 3210000.spi to group 11
[    0.427590] iommu: Adding device c260000.spi to group 12
[    0.427931] iommu: Adding device 3240000.spi to group 13
[    0.428634] iommu: Adding device 3100000.serial to group 14
[    0.428985] iommu: Adding device 3110000.serial to group 15
[    0.429343] iommu: Adding device c280000.serial to group 16
[    0.429684] iommu: Adding device 3130000.serial to group 17
[    0.431067] iommu: Adding device 2490000.ether_qos to group 18
[    0.431085] arm-smmu: forcing sodev map for 2490000.ether_qos
[    0.431768] iommu: Adding device b000000.rtcpu to group 19
[    0.434044] iommu: Adding device 13e10000.host1x to group 20
[    0.434349] iommu: Adding device 13e10000.host1x:ctx0 to group 21
[    0.434656] iommu: Adding device 13e10000.host1x:ctx1 to group 22
[    0.434969] iommu: Adding device 13e10000.host1x:ctx2 to group 23
[    0.435270] iommu: Adding device 13e10000.host1x:ctx3 to group 24
[    0.435573] iommu: Adding device 13e10000.host1x:ctx4 to group 25
[    0.435878] iommu: Adding device 13e10000.host1x:ctx5 to group 26
[    0.436191] iommu: Adding device 13e10000.host1x:ctx6 to group 27
[    0.436488] iommu: Adding device 13e10000.host1x:ctx7 to group 28
[    0.436957] iommu: Adding device 150c0000.nvcsi to group 29
[    0.437640] iommu: Adding device 15700000.vi to group 30
[    0.438006] iommu: Adding device 15600000.isp to group 31
[    0.438477] iommu: Adding device 15210000.nvdisplay to group 32
[    0.439086] iommu: Adding device 15340000.vic to group 33
[    0.439307] iommu: Adding device 154c0000.nvenc to group 34
[    0.439519] iommu: Adding device 15480000.nvdec to group 35
[    0.439862] iommu: Adding device 15380000.nvjpg to group 36
[    0.440088] iommu: Adding device 15500000.tsec to group 37
[    0.440298] iommu: Adding device 15100000.tsecb to group 38
[    0.440972] iommu: Adding device 15810000.se to group 39
[    0.441211] iommu: Adding device 15820000.se to group 40
[    0.441430] iommu: Adding device 15830000.se to group 41
[    0.441636] iommu: Adding device 15840000.se to group 42
[    0.442511] iommu: Adding device smmu_test to group 43
[    0.443106] mc: mapped MMIO address: 0xffffff800a690000 -> 0x2c10000
[    0.443117] mc: mapped MMIO address: 0xffffff800a6b0000 -> 0x2c20000
[    0.443127] mc: mapped MMIO address: 0xffffff800a6d0000 -> 0x2c30000
[    0.443137] mc: mapped MMIO address: 0xffffff800a7b0000 -> 0x2c40000
[    0.443147] mc: mapped MMIO address: 0xffffff800a7d0000 -> 0x2c50000
[    0.443155] nv-tegra-mc 2c10000.mc: No mssnvlink node
[    0.443168] mc-err: mcerr ops are set to t18x
[    0.443375] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[    0.444459] iommu: Adding device 3530000.xhci to group 44
[    0.444470] arm-smmu: forcing sodev map for 3530000.xhci
[    0.444912] iommu: Adding device 3550000.xudc to group 45
[    0.444921] arm-smmu: forcing sodev map for 3550000.xudc
[    0.445641] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    0.445647] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[    0.446225] iommu: Adding device 17000000.gp10b to group 46
[    0.447270] tegra-reset 5000000.clock: registered 193 resets.
[    0.449512] iommu: Adding device d000000.bpmp to group 47
[    0.449705] bpmp: ping status is 0
[    0.449805] bpmp d000000.bpmp: firmware tag is 4208eb5c85fe47a2235fbc0b8eb87dca
[    0.452172] bpmp d000000.bpmp: probe ok
[    0.455380] iommu: Adding device 2600000.dma to group 48
[    0.456657] GPIO line 461 (camera-control-output-low) hogged as output/low
[    0.456683] GPIO line 456 (camera-control-output-low) hogged as output/low
[    0.456708] GPIO line 457 (camera-control-output-low) hogged as output/low
[    0.456731] GPIO line 426 (camera-control-output-low) hogged as output/low
[    0.456758] GPIO line 424 (wifi-enable) hogged as output/high
[    0.456782] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[    0.456806] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[    0.457002] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[    0.460820] GPIO line 315 (wifi-wake-ap) hogged as input
[    0.460988] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[    0.462632] iommu: Adding device 10003000.pcie-controller to group 49
[    0.462648] arm-smmu: forcing sodev map for 10003000.pcie-controller
[    0.462977] iommu: Adding device sound to group 50
[    0.463339] iommu: Adding device 3510000.hda to group 51
[    0.470972] iommu: Adding device c1a0000.aon to group 52
[    0.471424] vdd-ac-bat: 5000 mV
[    0.473151] vdd-1v8-ap: 1800 mV
[    0.497333] random: fast init done
[    0.510895] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.520867] eventlib_kernel: keventlib is initialized, test id: 0
[    0.521395] SCSI subsystem initialized
[    0.521614] libata version 3.00 loaded.
[    0.521942] usbcore: registered new interface driver usbfs
[    0.522001] usbcore: registered new interface driver hub
[    0.522119] usbcore: registered new device driver usb
[    9.205107] random: crng init done
[   10.569749] tegra-i2c 3160000.i2c: pio timed out addr: 0x77 tlen:28 rlen:4
[   10.569799] tegra-i2c 3160000.i2c: --- register dump for debugging ----
[   10.569834] tegra-i2c 3160000.i2c: I2C_CNFG - 0x22c00
[   10.569864] tegra-i2c 3160000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   10.569917] tegra-i2c 3160000.i2c: I2C_FIFO_CONTROL - 0xe0
[   10.569946] tegra-i2c 3160000.i2c: I2C_FIFO_STATUS - 0x800040
[   10.569975] tegra-i2c 3160000.i2c: I2C_INT_MASK - 0x7d
[   10.570004] tegra-i2c 3160000.i2c: I2C_INT_STATUS - 0x0
[   10.570037] tegra-i2c 3160000.i2c: i2c transfer timed out addr: 0x77
[   10.570125] pca953x 0-0077: failed reading register
[   10.570231] pca953x: probe of 0-0077 failed with error -110
[   10.583801] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[   10.589926] vddio-ddr: at 1125 mV
[   10.593720] avdd_dsi_csi: 1200 mV
[   10.597709] vdd-1v8: 1800 mV
[   10.601707] vdd-3v3-sys: 3300 mV
[   10.602780] spmic-ldo0: at 1800 mV
[   10.603723] spmic-ldo1: at 800 mV
[   10.605707] vddio-3v3: 3300 mV
[   10.606638] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV
[   10.609712] vdd-rtc: at 800 mV
[   10.610533] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV
[   10.613708] spmic-ldo6: at 1500 mV
[   10.617709] vdd-pex-1v00: 1000 mV
[   10.618557] dvdd-pex: 1000 mV
[   10.621579] GPIO line 253 (spmic_gpio_input) hogged as input
[   10.621749] GPIO line 254 (spmic_gpio_input) hogged as input
[   10.622162] gpiochip_setup_dev: registered GPIOs 248 to 255 on device: gpiochip2 (max77620-gpio)
[   10.622607] max77620 4-003c: max77620 probe successful
[   10.623205] media: Linux media interface: v0.10
[   10.623292] Linux video capture interface: v2.00
[   10.627867] pps_core: LinuxPPS API ver. 1 registered
[   10.627875] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.627947] PTP clock support registered
[   10.628734] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[   10.628768] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[   10.633024] tegra_fiq_debugger_init: found FIQ source (IRQ 386)
[   10.638670] trusty trusty: trusty version: Built: 22:43:54 Dec  9 2019
[   10.638715] trusty trusty: selected api version: 3 (requested 3)
[   10.639967] Advanced Linux Sound Architecture Driver Initialized.
[   10.640491] Bluetooth: Core ver 2.22
[   10.640534] NET: Registered protocol family 31
[   10.640539] Bluetooth: HCI device and connection manager initialized
[   10.640550] Bluetooth: HCI socket layer initialized
[   10.640559] Bluetooth: L2CAP socket layer initialized
[   10.640584] Bluetooth: SCO socket layer initialized
[   10.642252] en-vdd-sd: 3300 mV
[   10.642840] OF: /fixed-regulators/regulator@3: could not find phandle
[   10.642915] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@3 failed with error -22
[   10.643056] vdd-usb0-5v: 5000 mV
[   10.643400] vdd-usb1-5v: 5000 mV
[   10.643788] OF: /fixed-regulators/regulator@6: could not find phandle
[   10.643853] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@6 failed with error -22
[   10.643968] OF: /fixed-regulators/regulator@7: could not find phandle
[   10.644004] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@7 failed with error -22
[   10.644114] OF: /fixed-regulators/regulator@8: could not find phandle
[   10.644148] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@8 failed with error -22
[   10.644254] OF: /fixed-regulators/regulator@9: could not find phandle
[   10.644288] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@9 failed with error -22
[   10.644396] OF: /fixed-regulators/regulator@10: could not find phandle
[   10.644446] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@10 failed with error -22
[   10.644560] OF: /fixed-regulators/regulator@11: could not find phandle
[   10.644593] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@11 failed with error -22
[   10.644749] OF: /fixed-regulators/regulator@13: could not find phandle
[   10.644805] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@13 failed with error -22
[   10.644853] vdd-3v3: 3300 mV
[   10.645226] OF: /fixed-regulators/regulator@15: could not find phandle
[   10.645264] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@15 failed with error -22
[   10.645312] en-vdd-vcm-2v8: 2800 mV
[   10.645765] OF: /fixed-regulators/regulator@17: could not find phandle
[   10.645836] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@17 failed with error -22
[   10.645886] vdd-sys-bl: 3300 mV
[   10.649226] camchar: rtcpu character device driver loaded
[   10.650157] gpio tegra-gpio wake53 for gpio=159(X:7)
[   10.652180] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[   10.653879] clocksource: Switched to clocksource arch_sys_counter
[   10.694316] VFS: Disk quotas dquot_6.6.0
[   10.694552] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   10.695240] nvmap_heap_init: nvmap_heap_init: created heap block cache
[   10.696226] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[   10.696236] nvmap_page_pool_init: Total RAM pages: 2008666
[   10.696242] nvmap_page_pool_init: nvmap page pool size: 251083 pages (980 MB)
[   10.697118] nvmap_background_zero_thread: PP zeroing thread starting.
[   10.700205] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[   10.711529] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[   10.711724] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[   10.712181] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[   10.712278] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[   10.712418] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[   10.712548] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[   10.712768] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[   10.713062] la/ptsa driver initialized.
[   10.713075] pre_t19x_iso_plat_init(): iso emc max clk=1866000KHz
[   10.713081] pre_t19x_iso_plat_init(): max_iso_bw=26870400KB
[   10.714284] NET: Registered protocol family 2
[   10.716271] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[   10.717111] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[   10.717955] TCP: Hash tables configured (established 65536 bind 65536)
[   10.718010] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[   10.718182] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[   10.719062] NET: Registered protocol family 1
[   10.720073] RPC: Registered named UNIX socket transport module.
[   10.720079] RPC: Registered udp transport module.
[   10.720084] RPC: Registered tcp transport module.
[   10.720089] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   10.720100] PCI: CLS 0 bytes, default 64
[   10.720336] Trying to unpack rootfs image as initramfs...
[   10.905421] Freeing initrd memory: 5432K
[   10.927389] host1x 13e10000.host1x: initialized
[   10.929498] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[   10.934073] audit: initializing netlink subsys (disabled)
[   10.934111] audit: type=2000 audit(10.828:1): initialized
[   10.934823] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[   10.947787] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   10.950508] ntfs: driver 2.1.32 [Flags: R/W].
[   10.952036] 9p: Installing v9fs 9p2000 file system support
[   10.957951] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[   10.958084] io scheduler noop registered
[   10.958687] io scheduler cfq registered (default)
[   10.963597] gic 2a41000.agic-controller: GIC IRQ controller registered
[   11.024340] iommu: Adding device aconnect@2a41000:adsp_audio to group 53
[   11.063891] iommu: Adding device 2993000.adsp to group 54
[   11.065040] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[   11.068584] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[   11.074129] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[   11.075636] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[   11.076894] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[   11.078140] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[   11.081261] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[   11.082423] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[   11.082859] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[   11.083331] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[   11.083502] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[   11.083539] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=2000000, max_bw=4687500
[   11.086589] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[   11.087937] tsec 15500000.tsec: initialized
[   11.089229] tsec 15100000.tsecb: initialized
[   11.093340] nvdec 15480000.nvdec: initialized
[   11.100080] falcon 15340000.vic: initialized
[   11.101518] falcon 154c0000.nvenc: initialized
[   11.102998] falcon 15380000.nvjpg: initialized
[   11.104982] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[   11.106451] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[   11.107875] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[   11.109322] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[   11.110827] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[   11.112274] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[   11.113715] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[   11.115156] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[   11.118198] tegradccommon 15200000.dc_common: host1x channel mapped
[   11.118206] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[   11.118233] tegradccommon 15200000.dc_common: dma mapping done
[   11.118418] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=390
[   11.118690] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[   11.118732] generic_infoframe_type: 0x87
[   11.118808] tegradc 15210000.nvdisplay: DT parsed successfully
[   11.118826] tegradc 15210000.nvdisplay: Display dc.ffffff800b690000 registered with id=0
[   11.119094] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[   11.119848] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[   11.119983] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[   11.120077] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[   11.120080] tegra_cec 3960000.tegra_cec: probed
[   11.123897] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[   11.123901] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[   11.123904] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[   11.124064] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1
[   11.124069] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1
[   11.124800] tegradc 15210000.nvdisplay: dc_hdmi_hotplug_init: couldn't get regulator vdd_hdmi_5v0, -517
[   11.132392] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 10 channels
[   11.132899] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[   11.132908] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[   11.133490] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[   11.134089] kfuse 3830000.kfuse: initialized
[   11.135903] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[   11.142102] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[   11.145244] console [ttyS0] disabled
[   11.145297] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra
[   11.285528] console [ttyS0] enabled
[   11.287490] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART
[   11.288641] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART
[   11.288874] serial-tegra 3130000.serial: RX in PIO mode
[   11.289798] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART
[   11.290979] [drm] Initialized
[   11.301360] brd: module loaded
[   11.306557] loop: module loaded
[   11.306650] tegra_profiler: version: 1.139, samples/io: 47/27
[   11.306771] tegra_profiler: auth: init
[   11.307275] nct1008_nct72 7-004c: starting parse dt
[   11.307413] nct1008_nct72 7-004c: !!!Found deprecated property!!!
[   11.307426] nct1008_nct72 7-004c: success parsing dt
[   11.307537] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[   11.307826] THERMAL EST: found 3 subdevs
[   11.307832] THERMAL EST num_resources: 0
[   11.307838] [THERMAL EST subdev 0]
[   11.307846] [THERMAL EST subdev 1]
[   11.307852] [THERMAL EST subdev 2]
[   11.308203] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[   11.308208] THERMAL EST: thz register success.
[   11.308387] THERMAL EST: end of probe, return err: 0
[   11.309563] hisi_sas: driver version v1.6
[   11.313929] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[   11.313942] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[   11.315040] scsi host0: tegra_ahci
[   11.316053] scsi host1: tegra_ahci
[   11.316297] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24
[   11.316304] ata2: DUMMY
[   11.322777] libphy: Fixed MDIO Bus: probed
[   11.323478] tun: Universal TUN/TAP device driver, 1.6
[   11.323547] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   11.324352] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[   11.324358] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   11.324417] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[   11.324422] igb: Copyright (c) 2007-2014 Intel Corporation.
[   11.324465] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[   11.324469] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   11.324505] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[   11.324509] Copyright(c) 1999 - 2017 Intel Corporation.
[   11.334076] eqos 2490000.ether_qos: can't get pllrefe_vcoout clk (-2)
[   11.337715] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b e0 7b dd
[   11.337839] libphy: dwc_phy: probed
[   11.338298] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[   11.340211] nct1008_nct72 7-004c: LOC shutdown limit 107
[   11.340598] PPP generic driver version 2.4.2
[   11.340728] nct1008_nct72 7-004c: EXT shutdown limit 107
[   11.340808] PPP BSD Compression module registered
[   11.340816] PPP Deflate Compression module registered
[   11.340866] PPP MPPE Compression module registered
[   11.340873] NET: Registered protocol family 24
[   11.340923] usbcore: registered new interface driver r8152
[   11.340963] usbcore: registered new interface driver asix
[   11.341008] usbcore: registered new interface driver ax88179_178a
[   11.341040] usbcore: registered new interface driver cdc_ether
[   11.341066] usbcore: registered new interface driver net1080
[   11.341091] usbcore: registered new interface driver cdc_subset
[   11.341117] usbcore: registered new interface driver zaurus
[   11.341157] usbcore: registered new interface driver cdc_ncm
[   11.341400] VFIO - User Level meta-driver version: 0.3
[   11.343055] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   11.343076] ehci-pci: EHCI PCI platform driver
[   11.343110] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   11.343119] ohci-pci: OHCI PCI platform driver
[   11.343151] ohci-platform: OHCI generic platform driver
[   11.345492] usbcore: registered new interface driver uas
[   11.345537] usbcore: registered new interface driver usb-storage
[   11.345615] usbcore: registered new interface driver usbserial
[   11.347433] tegra-usb-cd usb_cd: otg phy is not available yet
[   11.350717] mousedev: PS/2 mouse device common for all mice
[   11.350781] usbcore: registered new interface driver xpad
[   11.373488] nct1008_nct72 7-004c: initial LOC temp: 33000
[   11.373793] nct1008_nct72 7-004c: initial EXT temp: 35250
[   11.374397] nct1008_nct72 7-004c: hi_b:-11, lo_b:0
[   11.374689] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[   11.374874] nct1008_nct72 7-004c: nct1008_probe: initialized
[   11.471618] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[   11.472996] Wake73 for irq=42
[   11.474339] rtc rtc1: alarm rtc device
[   11.474359] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[   11.474387] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[   11.474616] i2c /dev entries driver
[   11.477931] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[   11.483846] parse_throttle_dt_data: Num cap clks = 4
[   11.483854] parse_throttle_dt_data: clk=mcpu type=1
[   11.483859] parse_throttle_dt_data: clk=bcpu type=2
[   11.483869] parse_throttle_dt_data: clk=gpu type=4
[   11.483874] parse_throttle_dt_data: clk=emc type=3
[   11.484644] tegra_throttle_probe: probe successful. #cdevs=4
[   11.485317] FAN: coudln't get the regulator
[   11.490393] device-mapper: uevent: version 1.0.3
[   11.490781] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[   11.491151] CPU EMC frequency mapping table: default setting
[   11.498144] cpufreq: platform driver Initialization: pass
[   11.498797] cpuidle: Initializing cpuidle driver init for Denver cluster
[   11.498919] cpuidle: Initializing cpuidle driver init for A57 cluster
[   11.499738] sdhci: Secure Digital Host Controller Interface driver
[   11.499742] sdhci: Copyright(c) Pierre Ossman
[   11.499745] sdhci-pltfm: SDHCI platform and OF driver helper
[   11.501293] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[   11.503231] CMDQ: cmdq_platfm_init successful
[   11.504529] CQE: CMD_TIMING bit set for R1B DCMD
[   11.507281] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[   11.512744] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[   11.513094] sdhci-tegra 3400000.sdhci: Got CD GPIO
[   11.513144] sdhci-tegra 3400000.sdhci: Got WP GPIO
[   11.514955] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[   11.516830] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 257
[   11.520504] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[   11.545901] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[   11.553917] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[   11.566059] gpio tegra-gpio wake71 for gpio=125(P:5)
[   11.566119] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[   11.591818] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[   11.606509] mmc0: periodic cache flush enabled
[   11.606530] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[   11.607049] mmcblk0: mmc0:0001 DG4032 29.1 GiB
[   11.607319] mmcblk0boot0: mmc0:0001 DG4032 partition 1 4.00 MiB
[   11.607554] mmcblk0boot1: mmc0:0001 DG4032 partition 2 4.00 MiB
[   11.607823] mmcblk0rpmb: mmc0:0001 DG4032 partition 3 4.00 MiB
[   11.611624]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33
[   11.628493] ata1: SATA link down (SStatus 0 SControl 300)
[   11.796357] mmc1: Applying tuning correction
[   11.796387] mmc1: Tap value after applying correction 65
[   11.796396] mmc1: hw tuning done ...
[   11.803194] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[   11.908922] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[   12.137914] tegra_cec 3960000.tegra_cec: Can't find physical addresse.
[   12.137920] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[   12.315001] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[   12.317031] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[   12.720252] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[   13.126621] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[   13.532803] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[   13.534832] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[   13.740886] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[   13.741208] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[   21.321899] tegra-i2c 3190000.i2c: rx dma timeout txlen:28 rxlen:128
[   21.328272] tegra-i2c 3190000.i2c: --- register dump for debugging ----
[   21.334903] tegra-i2c 3190000.i2c: I2C_CNFG - 0x22c00
[   21.339960] tegra-i2c 3190000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   21.346574] tegra-i2c 3190000.i2c: I2C_FIFO_CONTROL - 0x1c
[   21.352061] tegra-i2c 3190000.i2c: I2C_FIFO_STATUS - 0x800040
[   21.357807] tegra-i2c 3190000.i2c: I2C_INT_MASK - 0x6c
[   21.362946] tegra-i2c 3190000.i2c: I2C_INT_STATUS - 0x2
[   21.368201] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[   21.377697] tegradc 15210000.nvdisplay: probed
[   21.378321] Console: switching to colour frame buffer device 80x30
[   21.378347] tegradc 15210000.nvdisplay: fb registered
[   21.378644] gpio tegra-gpio wake21 for gpio=121(P:1)
[   21.379637] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[   21.379746] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[   21.379848] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[   21.381402] Parent Clock set for DC plld2
[   21.384621] edid invalid
[   21.385391] tegradc 15210000.nvdisplay: hdmi: tmds rate:25200K prod-setting:prod_c_hdmi_0m_54m
[   21.386759] tegradc 15210000.nvdisplay: hdmi: get RGB quant from EDID.
[   21.386769] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[   31.561956] tegra-i2c 3190000.i2c: rx dma timeout txlen:28 rxlen:128
[   31.568343] tegra-i2c 3190000.i2c: --- register dump for debugging ----
[   31.574988] tegra-i2c 3190000.i2c: I2C_CNFG - 0x22c00
[   31.580064] tegra-i2c 3190000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   31.586701] tegra-i2c 3190000.i2c: I2C_FIFO_CONTROL - 0x1c
[   31.592211] tegra-i2c 3190000.i2c: I2C_FIFO_STATUS - 0x800040
[   31.597980] tegra-i2c 3190000.i2c: I2C_INT_MASK - 0x6c
[   31.603141] tegra-i2c 3190000.i2c: I2C_INT_STATUS - 0x2
[   31.608419] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[   31.618624] extcon-disp-state external-connection:disp-state: cable 47 state 1
[   31.618628] Extcon AUX1(HDMI) enable
[   31.619756] tegra-se-nvhost 15810000.se: initialized
[   31.620986] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[   31.621916] tegra-se-nvhost 15820000.se: initialized
[   31.622902] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[   31.623739] tegra-se-nvhost 15830000.se: initialized
[   31.624333] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[   31.625234] tegra-se-nvhost 15840000.se: initialized
[   31.626191] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[   31.626478] hidraw: raw HID events driver (C) Jiri Kosina
[   31.627521] usbcore: registered new interface driver usbhid
[   31.627525] usbhid: USB HID core driver
[   41.801906] tegra-i2c 3160000.i2c: pio timed out addr: 0x40 tlen:16 rlen:0
[   41.801916] tegra-i2c 3190000.i2c: rx dma timeout txlen:28 rxlen:128
[   41.801928] tegra-i2c 3190000.i2c: --- register dump for debugging ----
[   41.801935] tegra-i2c 3190000.i2c: I2C_CNFG - 0x22c00
[   41.801940] tegra-i2c 3190000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   41.801944] tegra-i2c 3190000.i2c: I2C_FIFO_CONTROL - 0x1c
[   41.801948] tegra-i2c 3190000.i2c: I2C_FIFO_STATUS - 0x800040
[   41.801952] tegra-i2c 3190000.i2c: I2C_INT_MASK - 0x6c
[   41.801955] tegra-i2c 3190000.i2c: I2C_INT_STATUS - 0x2
[   41.801989] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[   41.861336] tegra-i2c 3160000.i2c: --- register dump for debugging ----
[   41.867947] tegra-i2c 3160000.i2c: I2C_CNFG - 0x22c00
[   41.872997] tegra-i2c 3160000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   41.879608] tegra-i2c 3160000.i2c: I2C_FIFO_CONTROL - 0xe0
[   41.885092] tegra-i2c 3160000.i2c: I2C_FIFO_STATUS - 0x800070
[   41.890836] tegra-i2c 3160000.i2c: I2C_INT_MASK - 0x7c
[   41.895974] tegra-i2c 3160000.i2c: I2C_INT_STATUS - 0x0
[   41.901198] tegra-i2c 3160000.i2c: i2c transfer timed out addr: 0x40
[   41.907575] ina3221x 0-0040: ina3221 reset failure status: 0xffffff92
[   41.914267] ina3221x: probe of 0-0040 failed with error -110
[   52.041948] tegra-i2c 3190000.i2c: rx dma timeout txlen:28 rxlen:128
[   52.041995] tegra-i2c 3160000.i2c: pio timed out addr: 0x41 tlen:16 rlen:0
[   52.041999] tegra-i2c 3160000.i2c: --- register dump for debugging ----
[   52.042003] tegra-i2c 3160000.i2c: I2C_CNFG - 0x22c00
[   52.042007] tegra-i2c 3160000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   52.042010] tegra-i2c 3160000.i2c: I2C_FIFO_CONTROL - 0xe0
[   52.042014] tegra-i2c 3160000.i2c: I2C_FIFO_STATUS - 0x800070
[   52.042018] tegra-i2c 3160000.i2c: I2C_INT_MASK - 0x7c
[   52.042021] tegra-i2c 3160000.i2c: I2C_INT_STATUS - 0x0
[   52.042027] tegra-i2c 3160000.i2c: i2c transfer timed out addr: 0x41
[   52.042061] ina3221x 0-0041: ina3221 reset failure status: 0xffffff92
[   52.042242] ina3221x: probe of 0-0041 failed with error -110
[   52.108081] tegra-i2c 3190000.i2c: --- register dump for debugging ----
[   52.114707] tegra-i2c 3190000.i2c: I2C_CNFG - 0x22c00
[   52.119769] tegra-i2c 3190000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   52.126393] tegra-i2c 3190000.i2c: I2C_FIFO_CONTROL - 0x1c
[   52.131891] tegra-i2c 3190000.i2c: I2C_FIFO_STATUS - 0x800040
[   52.137644] tegra-i2c 3190000.i2c: I2C_INT_MASK - 0x6c
[   52.142789] tegra-i2c 3190000.i2c: I2C_INT_STATUS - 0x2
[   52.148053] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[   62.281932] tegra-i2c 3190000.i2c: rx dma timeout txlen:28 rxlen:128
[   62.281985] tegra-i2c 3160000.i2c: pio timed out addr: 0x42 tlen:16 rlen:0
[   62.281989] tegra-i2c 3160000.i2c: --- register dump for debugging ----
[   62.281994] tegra-i2c 3160000.i2c: I2C_CNFG - 0x22c00
[   62.281997] tegra-i2c 3160000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   62.282001] tegra-i2c 3160000.i2c: I2C_FIFO_CONTROL - 0xe0
[   62.282005] tegra-i2c 3160000.i2c: I2C_FIFO_STATUS - 0x800070
[   62.282008] tegra-i2c 3160000.i2c: I2C_INT_MASK - 0x7c
[   62.282012] tegra-i2c 3160000.i2c: I2C_INT_STATUS - 0x0
[   62.282017] tegra-i2c 3160000.i2c: i2c transfer timed out addr: 0x42
[   62.282049] ina3221x 0-0042: ina3221 reset failure status: 0xffffff92
[   62.282257] ina3221x: probe of 0-0042 failed with error -110
[   62.347917] tegra-i2c 3190000.i2c: --- register dump for debugging ----
[   62.354545] tegra-i2c 3190000.i2c: I2C_CNFG - 0x22c00
[   62.359606] tegra-i2c 3190000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   62.366228] tegra-i2c 3190000.i2c: I2C_FIFO_CONTROL - 0x1c
[   62.371723] tegra-i2c 3190000.i2c: I2C_FIFO_STATUS - 0x800040
[   62.377479] tegra-i2c 3190000.i2c: I2C_INT_MASK - 0x6c
[   62.382626] tegra-i2c 3190000.i2c: I2C_INT_STATUS - 0x2
[   62.387889] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[   72.521908] tegra-i2c 3190000.i2c: rx dma timeout txlen:28 rxlen:128
[   72.521983] tegra-i2c 3160000.i2c: pio timed out addr: 0x43 tlen:16 rlen:0
[   72.521987] tegra-i2c 3160000.i2c: --- register dump for debugging ----
[   72.521991] tegra-i2c 3160000.i2c: I2C_CNFG - 0x22c00
[   72.521995] tegra-i2c 3160000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   72.521998] tegra-i2c 3160000.i2c: I2C_FIFO_CONTROL - 0xe0
[   72.522002] tegra-i2c 3160000.i2c: I2C_FIFO_STATUS - 0x800070
[   72.522005] tegra-i2c 3160000.i2c: I2C_INT_MASK - 0x7c
[   72.522009] tegra-i2c 3160000.i2c: I2C_INT_STATUS - 0x0
[   72.522014] tegra-i2c 3160000.i2c: i2c transfer timed out addr: 0x43
[   72.522044] ina3221x 0-0043: ina3221 reset failure status: 0xffffff92

To prevent issues like timeouts (on i2c busses that I am not currently interested in) I tried decompiling the dtb to dts and removing problematic i2c related things like the 3160000.i2c entry at 0x77. This however does not prevent the issue from popping up.

When scanning the 3160000 bus its terribly slow.

The bus that’s connected to the TCA9539 doesn’t give problems, however the TCA is not showing up when i2cdetect is called.

All i2c timeout issues are solved by plugging the device into the dev board.

So, question 1: Am I investigating the right things or am I missing the point with the direction i’m working?
Question 2: Why are my alterations on the dts files not showing up in the boot sequence after flashing the device?

Here is what I would do to try and eliminate the delay/unnecessary access to the TCA9539 at 0x77.
Add the following to your board’s DTS file:

/ {
    ...
    i2c@3160000 {
        /delete-node/ gpio@77;
    };

This will no doubt cause numerous errors if you have not modified the include tree of dtsi files from the default quill versions. When I did this I got 5 errors:

ERROR (phandle_references): Reference to non-existent node or label "gpio_i2c_0_77"
  --> tegra186-cvb-prod-p2597-b00-p3310-1000-a00-00.dtsi in en_vdd_cam: regulator@2
ERROR (phandle_references): Reference to non-existent node or label "gpio_i2c_0_77"
  --> tegra186-cvb-prod-p2597-b00-p3310-1000-a00-00.dtsi in en_vdd_cam_1v2: regulator@12
ERROR (phandle_references): Reference to non-existent node or label "gpio_i2c_0_77"
  --> tegra186-cvb-prod-p2597-b00-p3310-1000-a00-00.dtsi in en_vdd_sys: regulator@118
ERROR (phandle_references): Reference to non-existent node or label "gpio_i2c_0_77"
  --> tegra186-quill-common.dtsi in host1x in dsi in panel-s-wuxga-8-0 for nvidia,panel-en-gpio
ERROR (phandle_references): Reference to non-existent node or label "gpio_i2c_0_77"
  --> tegra186-quill-display-plugin-manager.dtsi in plugin-manager in fragment-e3320-a01@1 in overrides@1 in _overlay_ in outp in ti,enable-gpio

Each one of these references were to places in the DT hierarchy where some part was needing a reference to a GPIO that comes from the TCA9539 GPIO expander. Sorry, I can’t tell you the best way to fix all of these references up for your board/environment. You just have to work through them methodically one-by-one.

As an alternative to messing with all of the NVIDIA dtsi files you could try adding this to your dts file instead:

/ {
    ...
    i2c@3160000 {
        gpio@77 {
            status = "disabled";
        };
    };

However, this might just make all those other references that need those GPIOs stall or crash miserably.

Not sure from the information you have given. Make sure to update the DTB in your Linux_for_Tegra/kernel/dtb/ directory with the version you are wanting to flash. I then run these two commands to make sure the DTB has been properly updated:

sudo ./flash.sh -k kernel-dtb jetson-tx2 mmcblk0p1
sudo ./flash.sh -k bootloader-dtb jetson-tx2 mmcblk0p1

A trick I do is to setup a symbolic link inside of Linux_for_Tegra to my DTB file so it always references the latest version that I build.

/my/parent/path/Linux_for_Tegra$ ls -l kernel/dtb/
lrwxrwxrwx    tegra186-quill-p3310-1000-c03-00-base.dtb -> ../../sources/kernel/kernel-4.9/arch/arm64/boot/dts/tegra186-quill-p3310-1000-c03-00-base.dtb

This allows me to make my dtb with the kernel make file and then run the flash.sh script to update it on the device and see the results.

First of all, thanks for the detailed answer!

It seems that the ‘build time’ was hardcoded in the decompiled DTB causing the ‘build time’ in the dmesg not to update despite me decompiling and compiling it.

This part solved my initial issue, thanks a lot! I removed all enties from the 3160000.i2c bus which solved the influence that bus has on the boot. However, another bus is now interfering with the boot instead. But, that would be of later concern since it appears that the booting sequence is not influenced by this bus as much (can reach it way sooner now)
The weird thing is, unlike the 3160000.i2c bus, I cannot find the problematic address in the DTB :

[   11.385067] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[    0.000000] Booting Linux on physical CPU 0x100
[    0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-1935) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Mon Dec 9 22:52:02 PST 2019
[    0.000000] Boot CPU: AArch64 Processor [411fd073]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 16416,
[    0.000000] OF: fdt: - 80000000 ,  70000000
[    0.000000] OF: fdt: - f0200000 ,  185600000
[    0.000000] OF: fdt: - 275e00000 ,  200000
[    0.000000] OF: fdt: - 276600000 ,  200000
[    0.000000] OF: fdt: - 277000000 ,  200000
[    0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options '')
[    0.000000] bootconsole [uart8250] enabled
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[    0.000000] On node 0 totalpages: 2055168
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 523776 pages, LIFO batch:31
[    0.000000]   Normal zone: 24008 pages used for memmap
[    0.000000]   Normal zone: 1531392 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 25 pages/cpu @ffffffc1f676a000 s61592 r8192 d32616 u102400
[    0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2022968
[    0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1 quiet
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 163840 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 29424(89%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Memory: 7969128K/8220672K available (15230K kernel code, 2926K rwdata, 6620K rodata, 8576K init, 609K bss, 186008K reserved, 65536K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f60000   ( 15232 KB)
[    0.000000]     .rodata : 0xffffff8008f60000 - 0xffffff80095e0000   (  6656 KB)
[    0.000000]       .init : 0xffffff80095e0000 - 0xffffff8009e40000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e40000 - 0xffffff800a11b808   (  2927 KB)
[    0.000000]        .bss : 0xffffff800a11b808 - 0xffffff800a1b3dbc   (   610 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf07dc8000   (   125 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc1f7200000   (  8050 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.001651] Console: colour dummy device 80x25
[    0.001656] console [tty0] enabled
[    0.001659] bootconsole [uart8250] disabled
[    0.001666] kmemleak: Kernel memory leak detector disabled
[    0.001676] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.001683] pid_max: default: 32768 minimum: 301
[    0.001997] Security Framework initialized
[    0.002155] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.002159] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.002754] ftrace: allocating 47001 entries in 184 pages
[    0.127711] sched-energy: Sched-energy-costs installed from DT
[    0.127721] ASID allocator initialised with 65536 entries
[    0.163887] tegra-id: chipid=21817.
[    0.163894] tegra-id: opt_subrevision=1.
[    0.163911] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[    0.163918] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[    0.163924] DTB Build time: Jan 27 2020 17:14:35
[    0.209673] CPU1: Booted secondary processor [4e0f0030]
[    0.241314] CPU2: Booted secondary processor [4e0f0030]
[    0.273098] CPU3: Booted secondary processor [411fd073]
[    0.305096] CPU4: Booted secondary processor [411fd073]
[    0.337080] CPU5: Booted secondary processor [411fd073]
[    0.337135] Brought up 6 CPUs
[    0.337139] SMP: Total of 6 processors activated.
[    0.337143] CPU features: detected feature: 32-bit EL0 Support
[    0.337814] CPU: All CPU(s) started at EL2
[    0.337846] alternatives: patching kernel code
[    0.347365] devtmpfs: initialized
[    0.384713] Initilizing CustomIPI irq domain
[    0.384939] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.384948] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.385805] pinctrl core: initialized pinctrl subsystem
[    0.386006] OS set in device tree is not L4T.
[    0.386168] regulator-dummy: no parameters
[    0.386323] Initializing plugin-manager
[    0.386377] Plugin module not found
[    0.386414] Plugin-manager status disabled
[    0.388245] NET: Registered protocol family 16
[    0.388948] pstore: using zlib compression
[    0.388962] console [pstore-1] enabled
[    0.388965] pstore: Registered ramoops as persistent store backend
[    0.388969] ramoops: attached 0x200000@0x275880000, ecc: 0/0
[    0.404694] cpuidle: using governor menu
[    0.406071] bpmp: waiting for handshake
[    0.406075] bpmp: handshake completed
[    0.406089] bpmp: synchronizing channels
[    0.406105] bpmp: channels synchronized
[    0.406108] bpmp: mail init ok
[    0.408154] arm-smmu 12000000.iommu: probing hardware configuration...
[    0.408158] arm-smmu 12000000.iommu: SMMUv2 with:
[    0.408162] arm-smmu 12000000.iommu:         stage 1 translation
[    0.408165] arm-smmu 12000000.iommu:         stage 2 translation
[    0.408168] arm-smmu 12000000.iommu:         nested translation
[    0.408174] arm-smmu 12000000.iommu:         stream matching with 128 register groups, mask 0x7f80
[    0.408179] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    0.408182] arm-smmu 12000000.iommu:         64 context banks (0 stage-2 only)
[    0.408187] arm-smmu 12000000.iommu:         Stage-1: 39-bit VA -> 48-bit IPA
[    0.408190] arm-smmu 12000000.iommu:         Stage-2: 39-bit IPA -> 48-bit PA
[    0.410313] vdso: 2 pages (1 code @ ffffff8008f67000, 1 data @ ffffff8009e44000)
[    0.410324] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.412856] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.414675] Registering BPMP clocks...
[    0.414771] tegra_bpmp_clk_init: clock init ok (638 clks)
[    0.416943] tegra_powergate_init: DONE
[    0.416950] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[    0.416956] DTB Build time: Jan 27 2020 17:14:35
[    0.418972] Tegra reboot handler registered.
[    0.420491] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.420557] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[    0.420569] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[    0.420572] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[    0.420574] tegra-pmc: ### PMC reset status reg: 0x0
[    0.420730] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.420741] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    0.421073] iommu: Adding device 3460000.sdhci to group 0
[    0.421777] iommu: Adding device 3400000.sdhci to group 1
[    0.422836] iommu: Adding device 3507000.ahci-sata to group 2
[    0.422848] arm-smmu: forcing sodev map for 3507000.ahci-sata
[    0.423291] iommu: Adding device 3160000.i2c to group 3
[    0.423726] iommu: Adding device c240000.i2c to group 4
[    0.424069] iommu: Adding device 3180000.i2c to group 5
[    0.424414] iommu: Adding device 3190000.i2c to group 6
[    0.424838] iommu: Adding device 31b0000.i2c to group 7
[    0.425189] iommu: Adding device 31c0000.i2c to group 8
[    0.425538] iommu: Adding device c250000.i2c to group 9
[    0.425881] iommu: Adding device 31e0000.i2c to group 10
[    0.427405] iommu: Adding device 3210000.spi to group 11
[    0.427751] iommu: Adding device c260000.spi to group 12
[    0.428089] iommu: Adding device 3240000.spi to group 13
[    0.428801] iommu: Adding device 3100000.serial to group 14
[    0.429169] iommu: Adding device 3110000.serial to group 15
[    0.429509] iommu: Adding device c280000.serial to group 16
[    0.429845] iommu: Adding device 3130000.serial to group 17
[    0.431221] iommu: Adding device 2490000.ether_qos to group 18
[    0.431233] arm-smmu: forcing sodev map for 2490000.ether_qos
[    0.431922] iommu: Adding device b000000.rtcpu to group 19
[    0.434211] iommu: Adding device 13e10000.host1x to group 20
[    0.434521] iommu: Adding device 13e10000.host1x:ctx0 to group 21
[    0.434828] iommu: Adding device 13e10000.host1x:ctx1 to group 22
[    0.435141] iommu: Adding device 13e10000.host1x:ctx2 to group 23
[    0.435438] iommu: Adding device 13e10000.host1x:ctx3 to group 24
[    0.435740] iommu: Adding device 13e10000.host1x:ctx4 to group 25
[    0.436041] iommu: Adding device 13e10000.host1x:ctx5 to group 26
[    0.436361] iommu: Adding device 13e10000.host1x:ctx6 to group 27
[    0.436664] iommu: Adding device 13e10000.host1x:ctx7 to group 28
[    0.437170] iommu: Adding device 150c0000.nvcsi to group 29
[    0.437841] iommu: Adding device 15700000.vi to group 30
[    0.438200] iommu: Adding device 15600000.isp to group 31
[    0.438667] iommu: Adding device 15210000.nvdisplay to group 32
[    0.439286] iommu: Adding device 15340000.vic to group 33
[    0.439512] iommu: Adding device 154c0000.nvenc to group 34
[    0.439732] iommu: Adding device 15480000.nvdec to group 35
[    0.440088] iommu: Adding device 15380000.nvjpg to group 36
[    0.440317] iommu: Adding device 15500000.tsec to group 37
[    0.440530] iommu: Adding device 15100000.tsecb to group 38
[    0.441235] iommu: Adding device 15810000.se to group 39
[    0.441462] iommu: Adding device 15820000.se to group 40
[    0.441688] iommu: Adding device 15830000.se to group 41
[    0.441909] iommu: Adding device 15840000.se to group 42
[    0.442802] iommu: Adding device smmu_test to group 43
[    0.443402] mc: mapped MMIO address: 0xffffff800a690000 -> 0x2c10000
[    0.443413] mc: mapped MMIO address: 0xffffff800a6b0000 -> 0x2c20000
[    0.443423] mc: mapped MMIO address: 0xffffff800a6d0000 -> 0x2c30000
[    0.443433] mc: mapped MMIO address: 0xffffff800a7b0000 -> 0x2c40000
[    0.443442] mc: mapped MMIO address: 0xffffff800a7d0000 -> 0x2c50000
[    0.443450] nv-tegra-mc 2c10000.mc: No mssnvlink node
[    0.443463] mc-err: mcerr ops are set to t18x
[    0.443717] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[    0.444825] iommu: Adding device 3530000.xhci to group 44
[    0.444836] arm-smmu: forcing sodev map for 3530000.xhci
[    0.445307] iommu: Adding device 3550000.xudc to group 45
[    0.445317] arm-smmu: forcing sodev map for 3550000.xudc
[    0.446027] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    0.446032] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[    0.446606] iommu: Adding device 17000000.gp10b to group 46
[    0.447651] tegra-reset 5000000.clock: registered 193 resets.
[    0.449879] iommu: Adding device d000000.bpmp to group 47
[    0.450074] bpmp: ping status is 0
[    0.450173] bpmp d000000.bpmp: firmware tag is 4208eb5c85fe47a2235fbc0b8eb87dca
[    0.452573] bpmp d000000.bpmp: probe ok
[    0.455764] iommu: Adding device 2600000.dma to group 48
[    0.457025] GPIO line 461 (camera-control-output-low) hogged as output/low
[    0.457051] GPIO line 456 (camera-control-output-low) hogged as output/low
[    0.457076] GPIO line 457 (camera-control-output-low) hogged as output/low
[    0.457118] GPIO line 426 (camera-control-output-low) hogged as output/low
[    0.457145] GPIO line 424 (wifi-enable) hogged as output/high
[    0.457170] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[    0.457194] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[    0.457379] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[    0.461120] GPIO line 315 (wifi-wake-ap) hogged as input
[    0.461288] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[    0.462880] iommu: Adding device 10003000.pcie-controller to group 49
[    0.462894] arm-smmu: forcing sodev map for 10003000.pcie-controller
[    0.463210] iommu: Adding device sound to group 50
[    0.463569] iommu: Adding device 3510000.hda to group 51
[    0.471167] iommu: Adding device c1a0000.aon to group 52
[    0.471616] vdd-ac-bat: 5000 mV
[    0.473362] vdd-1v8-ap: 1800 mV
[    0.497345] random: fast init done
[    0.518931] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.525122] eventlib_kernel: keventlib is initialized, test id: 0
[    0.525697] SCSI subsystem initialized
[    0.525972] libata version 3.00 loaded.
[    0.526223] usbcore: registered new interface driver usbfs
[    0.526277] usbcore: registered new interface driver hub
[    0.526406] usbcore: registered new device driver usb
[    0.540626] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[    0.545256] vddio-ddr: at 1125 mV
[    0.549130] avdd_dsi_csi: 1200 mV
[    0.553110] vdd-1v8: 1800 mV
[    0.557114] vdd-3v3-sys: 3300 mV
[    0.558242] spmic-ldo0: at 1800 mV
[    0.558952] spmic-ldo1: at 800 mV
[    0.561112] vddio-3v3: 3300 mV
[    0.561843] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV
[    0.565113] vdd-rtc: at 800 mV
[    0.565869] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV
[    0.569114] spmic-ldo6: at 1500 mV
[    0.573111] vdd-pex-1v00: 1000 mV
[    0.573730] dvdd-pex: 1000 mV
[    0.575888] GPIO line 253 (spmic_gpio_input) hogged as input
[    0.576036] GPIO line 254 (spmic_gpio_input) hogged as input
[    0.576230] gpiochip_setup_dev: registered GPIOs 248 to 255 on device: gpiochip2 (max77620-gpio)
[    0.576403] max77620 4-003c: max77620 probe successful
[    0.576818] media: Linux media interface: v0.10
[    0.576841] Linux video capture interface: v2.00
[    0.580451] pps_core: LinuxPPS API ver. 1 registered
[    0.580455] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.580468] PTP clock support registered
[    0.580878] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    0.580893] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    0.583405] tegra_fiq_debugger_init: found FIQ source (IRQ 386)
[    0.587823] trusty trusty: trusty version: Built: 22:43:54 Dec  9 2019
[    0.587836] trusty trusty: selected api version: 3 (requested 3)
[    0.588606] Advanced Linux Sound Architecture Driver Initialized.
[    0.588904] Bluetooth: Core ver 2.22
[    0.588927] NET: Registered protocol family 31
[    0.588930] Bluetooth: HCI device and connection manager initialized
[    0.588936] Bluetooth: HCI socket layer initialized
[    0.588941] Bluetooth: L2CAP socket layer initialized
[    0.588955] Bluetooth: SCO socket layer initialized
[    0.590274] en-vdd-sd: 3300 mV
[    0.590915] OF: /fixed-regulators/regulator@3: could not find phandle
[    0.590991] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@3 failed with error -22
[    0.591148] vdd-usb0-5v: 5000 mV
[    0.591570] vdd-usb1-5v: 5000 mV
[    0.591978] OF: /fixed-regulators/regulator@6: could not find phandle
[    0.592029] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@6 failed with error -22
[    0.592182] OF: /fixed-regulators/regulator@7: could not find phandle
[    0.592228] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@7 failed with error -22
[    0.592409] OF: /fixed-regulators/regulator@8: could not find phandle
[    0.592457] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@8 failed with error -22
[    0.592583] OF: /fixed-regulators/regulator@9: could not find phandle
[    0.592628] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@9 failed with error -22
[    0.592753] OF: /fixed-regulators/regulator@10: could not find phandle
[    0.592797] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@10 failed with error -22
[    0.592923] OF: /fixed-regulators/regulator@11: could not find phandle
[    0.592966] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@11 failed with error -22
[    0.593165] OF: /fixed-regulators/regulator@13: could not find phandle
[    0.593205] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@13 failed with error -22
[    0.593259] vdd-3v3: 3300 mV
[    0.593715] OF: /fixed-regulators/regulator@15: could not find phandle
[    0.593764] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@15 failed with error -22
[    0.593818] en-vdd-vcm-2v8: 2800 mV
[    0.594196] OF: /fixed-regulators/regulator@17: could not find phandle
[    0.594263] reg-fixed-sync-voltage: probe of fixed-regulators:regulator@17 failed with error -22
[    0.594315] vdd-sys-bl: 3300 mV
[    0.597628] camchar: rtcpu character device driver loaded
[    0.598649] gpio tegra-gpio wake53 for gpio=159(X:7)
[    0.600645] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[    0.602749] clocksource: Switched to clocksource arch_sys_counter
[    0.643880] VFS: Disk quotas dquot_6.6.0
[    0.644105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.644718] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.645710] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[    0.645725] nvmap_page_pool_init: Total RAM pages: 2008666
[    0.645739] nvmap_page_pool_init: nvmap page pool size: 251083 pages (980 MB)
[    0.645941] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.649984] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[    0.661834] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[    0.662040] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[    0.662507] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.662606] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.662785] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[    0.662929] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[    0.663134] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[    0.663392] la/ptsa driver initialized.
[    0.663413] pre_t19x_iso_plat_init(): iso emc max clk=1866000KHz
[    0.663425] pre_t19x_iso_plat_init(): max_iso_bw=26870400KB
[    0.664603] NET: Registered protocol family 2
[    0.666617] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.667422] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.668169] TCP: Hash tables configured (established 65536 bind 65536)
[    0.668232] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.668358] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.669174] NET: Registered protocol family 1
[    0.670322] RPC: Registered named UNIX socket transport module.
[    0.670329] RPC: Registered udp transport module.
[    0.670334] RPC: Registered tcp transport module.
[    0.670339] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.670349] PCI: CLS 0 bytes, default 64
[    0.670583] Trying to unpack rootfs image as initramfs...
[    0.859062] Freeing initrd memory: 5432K
[    0.881976] host1x 13e10000.host1x: initialized
[    0.883462] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.888178] audit: initializing netlink subsys (disabled)
[    0.888226] audit: type=2000 audit(0.780:1): initialized
[    0.889079] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    0.905730] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.908368] ntfs: driver 2.1.32 [Flags: R/W].
[    0.909969] 9p: Installing v9fs 9p2000 file system support
[    0.916080] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.916305] io scheduler noop registered
[    0.916932] io scheduler cfq registered (default)
[    0.921883] gic 2a41000.agic-controller: GIC IRQ controller registered
[    0.984735] iommu: Adding device aconnect@2a41000:adsp_audio to group 53
[    1.024936] iommu: Adding device 2993000.adsp to group 54
[    1.026131] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    1.029568] tegra-xusb-padctl 3520000.xusb_padctl: failed to setup XUSB ports: -517
[    1.035026] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    1.036475] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[    1.037810] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    1.039109] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    1.042098] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[    1.043212] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[    1.043632] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[    1.044019] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    1.044225] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[    1.044264] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=2000000, max_bw=4687500
[    1.047397] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[    1.048660] tsec 15500000.tsec: initialized
[    1.049757] tsec 15100000.tsecb: initialized
[    1.053225] nvdec 15480000.nvdec: initialized
[    1.059449] falcon 15340000.vic: initialized
[    1.060773] falcon 154c0000.nvenc: initialized
[    1.061971] falcon 15380000.nvjpg: initialized
[    1.063931] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[    1.065327] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[    1.066753] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[    1.068149] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[    1.069551] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[    1.070948] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[    1.072346] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[    1.073745] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[    1.076938] tegradccommon 15200000.dc_common: host1x channel mapped
[    1.076945] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[    1.076972] tegradccommon 15200000.dc_common: dma mapping done
[    1.077182] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=390
[    1.077490] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[    1.077532] generic_infoframe_type: 0x87
[    1.077608] tegradc 15210000.nvdisplay: DT parsed successfully
[    1.077626] tegradc 15210000.nvdisplay: Display dc.ffffff800b690000 registered with id=0
[    1.077828] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[    1.078938] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[    1.078953] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[    1.079115] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[    1.079118] tegra_cec 3960000.tegra_cec: probed
[    1.082793] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[    1.082797] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[    1.082800] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[    1.082979] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1
[    1.082984] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1
[    1.083738] tegradc 15210000.nvdisplay: dc_hdmi_hotplug_init: couldn't get regulator vdd_hdmi_5v0, -517
[    1.090247] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    1.090258] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    1.090271] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 10 channels
[    1.091281] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[    1.091676] kfuse 3830000.kfuse: initialized
[    1.092999] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    1.097128] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.099478] console [ttyS0] disabled
[    1.099500] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra
[    1.181768] console [ttyS0] enabled
[    1.183873] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART
[    1.185074] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART
[    1.185344] serial-tegra 3130000.serial: RX in PIO mode
[    1.186284] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART
[    1.187703] [drm] Initialized
[    1.198267] brd: module loaded
[    1.203188] loop: module loaded
[    1.203288] tegra_profiler: version: 1.139, samples/io: 47/27
[    1.203423] tegra_profiler: auth: init
[    1.203932] nct1008_nct72 7-004c: starting parse dt
[    1.204077] nct1008_nct72 7-004c: !!!Found deprecated property!!!
[    1.204089] nct1008_nct72 7-004c: success parsing dt
[    1.204220] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[    1.204493] THERMAL EST: found 3 subdevs
[    1.204500] THERMAL EST num_resources: 0
[    1.204506] [THERMAL EST subdev 0]
[    1.204513] [THERMAL EST subdev 1]
[    1.204518] [THERMAL EST subdev 2]
[    1.204842] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[    1.204847] THERMAL EST: thz register success.
[    1.204961] THERMAL EST: end of probe, return err: 0
[    1.206052] hisi_sas: driver version v1.6
[    1.210582] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[    1.210596] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[    1.211740] scsi host0: tegra_ahci
[    1.212693] scsi host1: tegra_ahci
[    1.212886] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24
[    1.212892] ata2: DUMMY
[    1.219731] libphy: Fixed MDIO Bus: probed
[    1.220473] tun: Universal TUN/TAP device driver, 1.6
[    1.220478] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.221269] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.221275] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.221317] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.221321] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.221358] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.221362] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.221400] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.221405] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.230944] eqos 2490000.ether_qos: can't get pllrefe_vcoout clk (-2)
[    1.234652] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b e0 7b dd
[    1.234818] libphy: dwc_phy: probed
[    1.235188] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[    1.236827] nct1008_nct72 7-004c: LOC shutdown limit 107
[    1.237420] nct1008_nct72 7-004c: EXT shutdown limit 107
[    1.237423] PPP generic driver version 2.4.2
[    1.237642] PPP BSD Compression module registered
[    1.237648] PPP Deflate Compression module registered
[    1.237693] PPP MPPE Compression module registered
[    1.237700] NET: Registered protocol family 24
[    1.237760] usbcore: registered new interface driver r8152
[    1.237802] usbcore: registered new interface driver asix
[    1.237832] usbcore: registered new interface driver ax88179_178a
[    1.237860] usbcore: registered new interface driver cdc_ether
[    1.237924] usbcore: registered new interface driver net1080
[    1.237961] usbcore: registered new interface driver cdc_subset
[    1.238007] usbcore: registered new interface driver zaurus
[    1.238053] usbcore: registered new interface driver cdc_ncm
[    1.238238] VFIO - User Level meta-driver version: 0.3
[    1.240171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.240195] ehci-pci: EHCI PCI platform driver
[    1.240238] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.240263] ohci-pci: OHCI PCI platform driver
[    1.240301] ohci-platform: OHCI generic platform driver
[    1.242934] usbcore: registered new interface driver uas
[    1.242982] usbcore: registered new interface driver usb-storage
[    1.243068] usbcore: registered new interface driver usbserial
[    1.244752] tegra-usb-cd usb_cd: otg phy is not available yet
[    1.247834] mousedev: PS/2 mouse device common for all mice
[    1.247905] usbcore: registered new interface driver xpad
[    1.270353] nct1008_nct72 7-004c: initial LOC temp: 32000
[    1.270694] nct1008_nct72 7-004c: initial EXT temp: 45750
[    1.271360] nct1008_nct72 7-004c: hi_b:-11, lo_b:0
[    1.271745] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[    1.271954] nct1008_nct72 7-004c: nct1008_probe: initialized
[    1.333734] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    1.335005] Wake73 for irq=42
[    1.336263] rtc rtc1: alarm rtc device
[    1.336283] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[    1.336337] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    1.336514] i2c /dev entries driver
[    1.338898] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    1.344671] parse_throttle_dt_data: Num cap clks = 4
[    1.344680] parse_throttle_dt_data: clk=mcpu type=1
[    1.344685] parse_throttle_dt_data: clk=bcpu type=2
[    1.344695] parse_throttle_dt_data: clk=gpu type=4
[    1.344700] parse_throttle_dt_data: clk=emc type=3
[    1.346083] tegra_throttle_probe: probe successful. #cdevs=4
[    1.346671] FAN: coudln't get the regulator
[    1.352826] device-mapper: uevent: version 1.0.3
[    1.353690] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.354046] CPU EMC frequency mapping table: default setting
[    1.360980] cpufreq: platform driver Initialization: pass
[    1.361627] cpuidle: Initializing cpuidle driver init for Denver cluster
[    1.361762] cpuidle: Initializing cpuidle driver init for A57 cluster
[    1.362581] sdhci: Secure Digital Host Controller Interface driver
[    1.362585] sdhci: Copyright(c) Pierre Ossman
[    1.362588] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.364191] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[    1.366141] CMDQ: cmdq_platfm_init successful
[    1.367295] CQE: CMD_TIMING bit set for R1B DCMD
[    1.370053] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[    1.375853] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    1.376070] sdhci-tegra 3400000.sdhci: Got WP GPIO
[    1.377924] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[    1.379827] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 257
[    1.385098] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    1.410762] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[    1.414770] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[    1.426915] gpio tegra-gpio wake71 for gpio=125(P:5)
[    1.426973] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[    1.460631] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[    1.475473] mmc0: periodic cache flush enabled
[    1.475490] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    1.476015] mmcblk0: mmc0:0001 DG4032 29.1 GiB
[    1.476325] mmcblk0boot0: mmc0:0001 DG4032 partition 1 4.00 MiB
[    1.476580] mmcblk0boot1: mmc0:0001 DG4032 partition 2 4.00 MiB
[    1.476829] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[    1.476853] mmcblk0rpmb: mmc0:0001 DG4032 partition 3 4.00 MiB
[    1.480781]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33
[    1.525524] ata1: SATA link down (SStatus 0 SControl 300)
[    1.665544] mmc1: Applying tuning correction
[    1.665573] mmc1: Tap value after applying correction 65
[    1.665582] mmc1: hw tuning done ...
[    1.672576] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[    1.881036] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[    2.090784] tegra_cec 3960000.tegra_cec: Can't find physical addresse.
[    2.090791] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[    2.287702] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[    2.289737] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[    2.693866] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[    3.100406] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[    3.506969] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[    3.509029] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[    3.715239] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[    3.715570] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[   11.338776] tegra-i2c 3190000.i2c: rx dma timeout txlen:28 rxlen:128
[   11.345150] tegra-i2c 3190000.i2c: --- register dump for debugging ----
[   11.351776] tegra-i2c 3190000.i2c: I2C_CNFG - 0x22c00
[   11.356832] tegra-i2c 3190000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   11.363444] tegra-i2c 3190000.i2c: I2C_FIFO_CONTROL - 0x1c
[   11.368929] tegra-i2c 3190000.i2c: I2C_FIFO_STATUS - 0x800040
[   11.374674] tegra-i2c 3190000.i2c: I2C_INT_MASK - 0x6c
[   11.379812] tegra-i2c 3190000.i2c: I2C_INT_STATUS - 0x2
[   11.385067] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[   11.394515] tegradc 15210000.nvdisplay: probed
[   11.395076] Console: switching to colour frame buffer device 80x30
[   11.395100] tegradc 15210000.nvdisplay: fb registered
[   11.395521] gpio tegra-gpio wake21 for gpio=121(P:1)
[   11.396479] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[   11.396586] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[   11.396708] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[   11.398256] Parent Clock set for DC plld2
[   11.401500] edid invalid
[   11.402234] tegradc 15210000.nvdisplay: hdmi: tmds rate:25200K prod-setting:prod_c_hdmi_0m_54m
[   11.403581] tegradc 15210000.nvdisplay: hdmi: get RGB quant from EDID.
[   11.403587] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[   21.578775] tegra-i2c 3190000.i2c: rx dma timeout txlen:28 rxlen:128
[   21.585177] tegra-i2c 3190000.i2c: --- register dump for debugging ----
[   21.591826] tegra-i2c 3190000.i2c: I2C_CNFG - 0x22c00
[   21.596897] tegra-i2c 3190000.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[   21.603527] tegra-i2c 3190000.i2c: I2C_FIFO_CONTROL - 0x1c
[   21.609043] tegra-i2c 3190000.i2c: I2C_FIFO_STATUS - 0x800040
[   21.614815] tegra-i2c 3190000.i2c: I2C_INT_MASK - 0x6c
[   21.619979] tegra-i2c 3190000.i2c: I2C_INT_STATUS - 0x2
[   21.625261] tegra-i2c 3190000.i2c: i2c transfer timed out addr: 0x50
[   21.635467] extcon-disp-state external-connection:disp-state: cable 47 state 1

That is one of the dedicated HDMI DDC buses. It maps to the DP1_AUX_CH+/- pins of the module. It is used for HDMI communication, usually EDID reads of external monitors to determine the support modes. You will find references to it in the DTS/DTSI files if you search for dp_aux_ch1_i2c.

Ah, yes that is a little magic that NVIDIA is doing. They create a “fake” I2C device at that address to gain access to the I2C bus inside the kernel. Do a search for “tegra_hdmi2.0” in the kernel and you should find it’s address in nvidia/drivers/vidieo/tegra/dc/hdmi2.0.c (addr = 0x50).