env: JetPack3.3 R28.2.1
1、we changed pinmux config by Jetson-TX2-Generic-Customer-Pinmux-Template.xlsm
UPHY
PEX1_RX-/USB_SS0_RX- H42/F44 PEX_RX0N PEX2_RX0N USB_SS0_RXN PEX2_RX0N
PEX1_RX+/USB_SS0_RX+ H41/F43 PEX_RX0P PEX2_RX0P USB_SS0_RXP PEX2_RX0P
PEX1_TX-/USB_SS0_TX- E42/C44 PEX_TX0N PEX2_TX0N USB_SS0_TXN PEX2_TX0N
PEX1_TX+/USB_SS0_TX+ E41/C43 PEX_TX0P PEX2_TX0P USB_SS0_TXP PEX2_TX0P
PEX_RFU_RX- G40 PEX_RX1N USB_SS1_RXN PEX0_RX3N USB_SS1_RXN
PEX_RFU_RX+ G39 PEX_RX1P USB_SS1_RXP PEX0_RX3P USB_SS1_RXP
PEX_RFU_TX- D40 PEX_TX1N USB_SS1_TXN PEX0_TX3N USB_SS1_TXN
PEX_RFU_TX+ D39 PEX_TX1P USB_SS1_TXP PEX0_TX3P USB_SS1_TXP
USB_SS1_RX- G43 PEX_RX2N USB_SS2_RXN PEX0_RX1N USB_SS2_RXN
USB_SS1_RX+ G42 PEX_RX2P USB_SS2_RXP PEX0_RX1P USB_SS2_RXP
USB_SS1_TX- D43 PEX_TX2N USB_SS2_TXN PEX0_TX1N USB_SS2_TXN
USB_SS1_TX+ D42 PEX_TX2P USB_SS2_TXP PEX0_TX1P USB_SS2_TXP
PEX2_RX- F41 PEX_RX3N PEX1_RX0N PEX0_RX2N PEX1_RX0N
PEX2_RX+ F40 PEX_RX3P PEX1_RX0P PEX0_RX2P PEX1_RX0P
PEX2_TX- C41 PEX_TX3N PEX1_TX0N PEX0_TX2N PEX1_TX0N
PEX2_TX+ C40 PEX_TX3P PEX1_TX0P PEX0_TX2P PEX1_TX0P
PEX0_RX- H45 PEX_RX4N PEX0_RX0N UFS_L1_RXN PEX0_RX0N
PEX0_RX+ H44 PEX_RX4P PEX0_RX0P UFS_L1_RXP PEX0_RX0P
PEX0_TX- E45 PEX_TX4N PEX0_TX0N UFS_L1_TXN PEX0_TX0N
PEX0_TX+ E44 PEX_TX4P PEX0_TX0P UFS_L1_TXP PEX0_TX0P
SATA_RX- G46 PEX_RX5N SATA_L0_RXN UFS_L0_RXN SATA_L0_RXN
SATA_RX+ G45 PEX_RX5P SATA_L0_RXP UFS_L0_RXP SATA_L0_RXP
SATA_TX- D46 PEX_TX5N SATA_L0_TXN UFS_L0_TXN SATA_L0_TXN
SATA_TX+ D45 PEX_TX5P SATA_L0_TXP UFS_L0_TXP SATA_L0_TXP
finally,we got 2 cfg files,and copy to bootloader/t186ref/BCT/
2、enable usb
fallow this: Jetson/TX2 USB - eLinux.org
- vbus-2-supply = <&vdd_usb2_5v>;
+ vbus-2-supply = <&battery_reg>;
after this step,we can use usb function
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
3、config pcie
we want to use configuration #3,We made the following changes:
in file:Linux_for_Tegra/sources/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
pcie-controller@10003000 {
status = “okay”;
pci@1,0 {
nvidia,num-lanes = <2>;
nvidia,disable-clock-request;
status = “okay”;
};
pci@2,0 {
nvidia,num-lanes = <1>;
status = “okay”;
};
pci@3,0 {
nvidia,num-lanes = <1>;
status = “okay”;
};
};
in file: p2771-0000.conf.common
ODMDATA=0x6090000; # default = C0X
#ODMDATA=0x1090000; # default = C0X
kernel menuconfig:
in Bus support ,we open some pci support driver.
make xxx all,make xxx modules_install,update kernel dir,applay_binary.sh
$sudo ./flash.sh jetson-tx2 mmcblk0p1
after flash and reboot,we check config:
$ ll /sys/firmware/devicetree/base/chosen/plugin-manager/odm-data | grep “uphy”
→
-r–r–r-- 1 root root 4 May 6 05:42 enable-pcie-on-uphy-lane0
-r–r–r-- 1 root root 4 May 6 05:42 enable-pcie-on-uphy-lane4
-r–r–r-- 1 root root 4 May 6 05:42 enable-sata-on-uphy-lane5
-r–r–r-- 1 root root 4 May 6 05:42 enable-xusb-on-uphy-lane1
-r–r–r-- 1 root root 4 May 6 05:42 enable-xusb-on-uphy-lane2
$ xxd /proc/device-tree/gpio@2200000/pcie0_lane2_mux/status
00000000: 6f6b 6179 00 okay.
but the result of cmd lspci is nothing.
dmesg | grep “pcie”
[ 0.168572] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[ 0.169397] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[ 0.169413] node /plugin-manager/fragment-500-e3325-pcie match with odm-data enable-pcie-on-uphy-lane0
[ 0.347011] GPIO line 459 (pcie-lane2-mux) hogged as output/low
[ 0.351278] iommu: Adding device 10003000.pcie-controller to group 50
[ 7.845413] PCIE: tegra_pcie_probe(4681)
[ 7.845421] PCIE: tegra_pcie_read_plat_data(3233)
[ 7.845649] PCIE: tegra_pcie_parse_dt(3321)
[ 7.846175] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 7.846279] PCIE: tegra_pcie_probe_complete(4553)
[ 7.846281] PCIE: tegra_pcie_init(2841)
[ 7.846285] PCIE: tegra_pcie_get_resources(1952)
[ 7.846286] PCIE: tegra_pcie_get_clocks(1351)
[ 7.848709] PCIE: tegra_pcie_enable_regulators(1577)
[ 7.848724] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 7.848913] PCIE: tegra_pcie_power_on(1833)
[ 7.848928] PCIE: tegra_pcie_module_power_ungate(1744)
[ 7.848931] PCIE: tegra_pcie_enable_regulators(1577)
[ 7.849331] PCIE: tegra_pcie_restore_device(1785)
[ 7.849333] PCIE: tegra_pcie_map_resources(1622)
[ 7.849457] PCIE: tegra_pcie_enable_pads(1466)
[ 7.849597] PCIE: tegra_pcie_enable_controller(1509)
[ 7.849657] PCIE: tegra_pcie_enable_msi(3059)
[ 7.849783] PCIE: tegra_pcie_check_ports(2504)
[ 7.849791] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 7.849794] PCIE: tegra_pcie_port_enable(2036)
[ 7.849796] PCIE: tegra_pcie_port_reset(2007)
[ 7.851860] PCIE: tegra_pcie_enable_rp_features(2375)
[ 7.851882] PCIE: tegra_pcie_enable_aer(1117)
[ 7.851894] PCIE: tegra_pcie_apply_sw_war(2217)
[ 7.868255] PCIE: tegra_pcie_prsnt_map_override(1175)
[ 7.868270] tegra-pcie 10003000.pcie-controller: probing port 1, using 0 lanes
[ 7.868274] PCIE: tegra_pcie_port_enable(2036)
[ 7.868277] PCIE: tegra_pcie_port_reset(2007)
[ 7.870320] PCIE: tegra_pcie_enable_rp_features(2375)
[ 7.870343] PCIE: tegra_pcie_enable_aer(1117)
[ 7.870354] PCIE: tegra_pcie_apply_sw_war(2217)
[ 7.924995] PCIE: tegra_pcie_prsnt_map_override(1175)
[ 7.925012] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 7.925016] PCIE: tegra_pcie_port_enable(2036)
[ 7.925020] PCIE: tegra_pcie_port_reset(2007)
[ 7.927044] PCIE: tegra_pcie_enable_rp_features(2375)
[ 7.927066] PCIE: tegra_pcie_enable_aer(1117)
[ 7.927074] PCIE: tegra_pcie_apply_sw_war(2217)
[ 7.934808] PCIE: tegra_pcie_prsnt_map_override(1175)
[ 8.363189] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 8.376839] PCIE: tegra_pcie_port_reset(2007)
[ 8.797182] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 8.813193] PCIE: tegra_pcie_port_reset(2007)
[ 9.223165] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 9.235633] PCIE: tegra_pcie_port_reset(2007)
[ 9.238051] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 9.238055] PCIE: tegra_pcie_port_disable(2067)
[ 9.673168] tegra-pcie 10003000.pcie-controller: link 1 down, retrying
[ 9.673175] PCIE: tegra_pcie_port_reset(2007)
[ 10.091285] tegra-pcie 10003000.pcie-controller: link 1 down, retrying
[ 10.105635] PCIE: tegra_pcie_port_reset(2007)
[ 10.511127] tegra-pcie 10003000.pcie-controller: link 1 down, retrying
[ 10.511136] PCIE: tegra_pcie_port_reset(2007)
[ 10.513213] tegra-pcie 10003000.pcie-controller: link 1 down, ignoring
[ 10.513217] PCIE: tegra_pcie_port_disable(2067)
[ 10.913179] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 10.913188] PCIE: tegra_pcie_port_reset(2007)
[ 11.439325] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 11.452812] PCIE: tegra_pcie_port_reset(2007)
[ 11.857278] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 11.871101] PCIE: tegra_pcie_port_reset(2007)
[ 11.873193] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 11.873199] PCIE: tegra_pcie_port_disable(2067)
[ 11.873217] PCIE: tegra_pcie_conf_gpios(2556)
[ 11.873222] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 11.873225] PCIE: tegra_pcie_power_off(1915)
[ 11.873236] PCIE: tegra_pcie_save_device(1848)
[ 11.873239] PCIE: tegra_pcie_prsnt_map_override(1175)
[ 11.873243] PCIE: tegra_pcie_prsnt_map_override(1175)
[ 11.873246] PCIE: tegra_pcie_prsnt_map_override(1175)
[ 11.873250] PCIE: tegra_pcie_pme_turnoff(1720)
[ 11.873258] PCIE: tegra_pcie_enable_pads(1466)
[ 11.873260] PCIE: tegra_pcie_unmap_resources(1678)
[ 11.873847] PCIE: tegra_pcie_module_power_gate(1882)
[ 11.874029] PCIE: tegra_pcie_disable_regulators(1599)
[ 11.874036] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
The kernel staill use tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration we don’t want.
[u]then we comment out 2 fragment in hardware/nvidia/platform/t18x/common/kernel-dts/t18x-common-plugin-manager/ :
fragment-500-pcie-config and fragment-500-e3325-pcie
just compile dtbs,and update kernel/dtb/ ,$sudo ./flash.sh -r -k kernel-dtb jetson-tx2 mmcblk0p1
we found pcie device:[/u]
$ lspci
00:02.0 PCI bridge: NVIDIA Corporation Device 10e6 (rev a1)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
boot log:
NOTICE: BL31: v1.2(release):e1e4477
NOTICE: BL31: Built : 00:08:30, May 17 2018
NOTICE: Trusty image missing.
ERROR: Error initializing runtime service trusty_fast
[0000.987] I> Welcome to Cboot
[0000.990] I> Cboot Version: 00.00.2014.50-t186-0c600f85
[0000.995] I> CPU-BL Params @ 0x277000000
[0000.998] I> 0) Base:0x00000000 Size:0x00000000
[0001.003] I> 1) Base:0x277f00000 Size:0x00100000
[0001.007] I> 2) Base:0x277e00000 Size:0x00100000
[0001.012] I> 3) Base:0x277d00000 Size:0x00100000
[0001.016] I> 4) Base:0x277c00000 Size:0x00100000
[0001.021] I> 5) Base:0x277b00000 Size:0x00100000
[0001.025] I> 6) Base:0x277800000 Size:0x00200000
[0001.030] I> 7) Base:0x277400000 Size:0x00400000
[0001.034] I> 8) Base:0x277a00000 Size:0x00100000
[0001.039] I> 9) Base:0x277300000 Size:0x00100000
[0001.043] I> 10) Base:0x276800000 Size:0x00800000
[0001.048] I> 11) Base:0x30000000 Size:0x00040000
[0001.052] I> 12) Base:0xf0000000 Size:0x00100000
[0001.057] I> 13) Base:0x30040000 Size:0x00001000
[0001.061] I> 14) Base:0x30048000 Size:0x00001000
[0001.066] I> 15) Base:0x30049000 Size:0x00001000
[0001.070] I> 16) Base:0x3004a000 Size:0x00001000
[0001.075] I> 17) Base:0x3004b000 Size:0x00001000
[0001.079] I> 18) Base:0x3004c000 Size:0x00001000
[0001.083] I> 19) Base:0x3004d000 Size:0x00001000
[0001.088] I> 20) Base:0x3004e000 Size:0x00001000
[0001.092] I> 21) Base:0x3004f000 Size:0x00001000
[0001.097] I> 22) Base:0x00000000 Size:0x00000000
[0001.101] I> 23) Base:0xf0100000 Size:0x00010000
[0001.106] I> 24) Base:0x00000000 Size:0x00000000
[0001.110] I> 25) Base:0x00000000 Size:0x00000000
[0001.114] I> 26) Base:0x00000000 Size:0x00000000
[0001.119] I> 27) Base:0x00000000 Size:0x00000000
[0001.123] I> 28) Base:0x84400000 Size:0x00400000
[0001.128] I> 29) Base:0x30000000 Size:0x00010000
[0001.132] I> 30) Base:0x278000000 Size:0x08000000
[0001.137] I> 31) Base:0x00000000 Size:0x00000000
[0001.141] I> 32) Base:0x276000000 Size:0x00600000
[0001.146] I> 33) Base:0x80000000 Size:0x70000000
[0001.150] I> 34) Base:0xf0110000 Size:0x185ef0000
[0001.155] I> 35) Base:0x00000000 Size:0x00000000
[0001.159] I> 36) Base:0x00000000 Size:0x00000000
[0001.163] I> 37) Base:0x2772e0000 Size:0x00020000
[0001.168] I> 38) Base:0x84000000 Size:0x00400000
[0001.172] I> 39) Base:0x96000000 Size:0x02400000
[0001.177] I> 40) Base:0x85000000 Size:0x01200000
[0001.181] I> 41) Base:0x277000000 Size:0x00280000
[0001.186] I> 42) Base:0x00000000 Size:0x00000000
[0001.190] I> 43) Base:0x00000000 Size:0x00000000
[0001.195] GIC-SPI Target CPU: 4
[0001.198] Interrupts Init done
[0001.201] calling constructors
[0001.205] initializing heap
[0001.207] initializing threads
[0001.210] initializing timers
[0001.214] creating bootstrap completion thread
[0001.218] top of bootstrap2()
[0001.222] CPU: ARM Cortex A57
[0001.225] CPU: MIDR: 0x411FD073, MPIDR: 0x80000100
[0001.230] initializing platform
[0001.233] I> Boot-device: eMMC
[0001.237] I> sdmmc bdev is already initialized
[0001.242] I> Reading GPT from 512 for device 00000003
[0001.247] I> Reading GPT from 8388096 for device 00000003
[0001.254] I> Found 13 partitions in 00000003 device
[0001.259] I> Reading GPT from 512 for device 00010003
[0001.265] I> Found 29 partitions in 00010003 device
[0001.269] W> opt-in fuse is not set, skip fuse_burning
[0001.274] I> Bl_dtb @0x8520f400
[0001.277] I> gpio framework initialized
[0001.281] I> tegrabl_gpio_driver_register: register ‘tegra_gpio_main_driver’ driver
[0001.288] I> tegrabl_gpio_driver_register: register ‘tegra_gpio_aon_driver’ driver
[0001.296] I> tegrabl_tca9539_init: i2c bus: 0, slave addr: 0xee
[0001.305] E> i2c dev write failed
[0001.308] E> tca9539_device_init: failed to write polar reg
[0001.313] E> tegrabl_tca9539_init: failed to init device!
[0001.318] E> GPIO TCA9539 driver init failed
[0001.441] I> decompressor handler not found
[0001.448] I> fixed regulator driver initialized
[0001.484] I> register ‘maxim’ power off handle
[0001.490] I> virtual i2c enabled
[0001.493] I> registered ‘maxim,max77620’ pmic
[0001.497] I> tegrabl_gpio_driver_register: register ‘max77620-gpio’ driver
[0001.508] I> Find /i2c@c250000’s alias i2c7
[0001.512] I> Reading eeprom i2c=7 address=0x50
[0001.544] I> Device at /i2c@c250000:0x50
[0001.547] I> Reading eeprom i2c=7 address=0x57
[0001.553] E> i2c dev read failed
[0001.556] E> eeprom: Failed to read I2C slave device
[0001.561] I> Eeprom read failed 0x1a89800d
[0001.565] I> Find /i2c@c240000’s alias i2c1
[0001.569] I> Reading eeprom i2c=1 address=0x51
[0001.576] E> i2c dev read failed
[0001.579] E> eeprom: Retry to read I2C slave device.
[0001.585] E> i2c dev read failed
[0001.588] E> eeprom: Failed to read I2C slave device
[0001.593] I> Eeprom read failed 0x1a89800d
[0001.597] I> Find /i2c@3160000’s alias i2c0
[0001.601] I> Reading eeprom i2c=0 address=0x50
[0001.607] E> i2c dev read failed
[0001.610] E> eeprom: Failed to read I2C slave device
[0001.615] I> Eeprom read failed 0x1a89800d
[0001.619] I> Find /i2c@3180000’s alias i2c2
[0001.623] I> Reading eeprom i2c=2 address=0x54
[0001.628] I> Enabling gpio chip_id = 2, gpio pin = 9
[0001.632] C> GPIO driver for chip_id 0x2 could not be found
[0001.638] E> cam_eeprom_read: Can’t get gpio driver
[0001.642] I> Eeprom read failed 0x2693400d
[0001.646] I> create_pm_ids: id: 3310-1000-B02-E, len: 15
[0001.652] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00, len: 93
[0001.666] I> found one nvdisp nodes at offset = 104096
[0001.671] I> found one nvdisp nodes at offset = 105012
[0001.681] I> enabling ‘vdd-hdmi’ regulator
[0001.685] C> GPIO driver for chip_id 0x3 could not be found
[0001.691] I> found one nvdisp nodes at offset = 105816
[0001.696] I> no valid display unit config found in dtb
[0001.701] W> display init failed
[0001.704] initializing target
[0001.707] calling apps_init()
[0001.710] starting app android_boot_app
[0001.714] I> Gpio keyboard init success
[0001.718] I> Kernel type = Normal
[0001.721] I> Loading kernel/boot.img from storage …
[0001.726] W> No valid slot number is found in scratch register
[0001.731] W> Return default slot: _a
[0001.735] I> A/B: bin_type (0) slot 0
[0001.738] I> Loading partition kernel at 0xa8000000
[0002.530] I> tegrabl_auth_payload: partition kernel (bin_type 0)
[0002.537] W> No valid slot number is found in scratch register
[0002.543] W> Return default slot: _a
[0002.546] I> A/B: bin_type (1) slot 0
[0002.550] I> Loading partition kernel-dtb at 0x92000000
[0002.562] I> tegrabl_auth_payload: partition kernel-dtb (bin_type 1)
[0002.569] I> Kernel DTB @ 0x92000000
[0002.572] I> Checking boot.img header magic … [0002.577] I> [OK]
[0002.578] I> Valid boot.img @ 0xa8000000
[0002.582] I> decompressor handler not found
[0002.586] I> Copying kernel image (488466 bytes) from 0xa8000800 to 0x80080000 … [0002.594] I> Done
[0002.595] I> Move ramdisk (len: 0) from 0xa8078000 to 0x9d000000
[0002.603] I> Updated bpmp info to DTB
[0002.608] I> Ramdisk: Base: 0x9d000000; Size: 0x0
[0002.613] I> Updated initrd info to DTB
[0002.616] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[0002.624] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[0002.631] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[0002.638] I> disabled_core_mask: 0xffffff0c
[0002.642] W> No valid slot number is found in scratch register
[0002.648] W> Return default slot: _a
[0002.651] I> Active slot suffix:
[0002.654] I> add_boot_slot_suffix: slot_suffix =
[0002.659] I> add_serialno: Serial Num = 0422018065242
[0002.664] I> Linux Cmdline: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0422018065242 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1
[0002.702] I> Updated bootarg info to DTB
[0002.706] E> “plugin-manager” doesn’t exist, creating
[0002.711] E> “odm-data” doesn’t exist, creating
[0002.717] I> eeprom_get_mac_addr: MAC (type: 0): 00:04:4b:a5:cf:a7
[0002.723] I> eeprom_get_mac_addr: MAC (type: 1): 00:04:4b:a5:cf:a8
[0002.729] I> eeprom_get_mac_addr: MAC (type: 2): 00:04:4b:a5:cf:a9
[0002.735] E> “ids” doesn’t exist, creating
[0002.739] E> “connection” doesn’t exist, creating
[0002.744] E> “configs” doesn’t exist, creating
[0002.748] I> create_pm_ids: id: 3310-1000-B02-E, len: 15
[0002.753] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00, len: 93
[0002.764] I> Adding plugin-manager/ids/3310-1000-B02=/i2c@c250000:module@0x50
[0002.771] E> “i2c@c250000” doesn’t exist, creating
[0002.776] E> “module@0x50” doesn’t exist, creating
[0002.783] I> Adding plugin-manager/ids/3310-1000-B02-E
[0002.790] I> Adding plugin-manager/configs/3310-mem-type 00
[0002.795] I> Adding plugin-manager/configs/3310-power-config 00
[0002.801] I> Adding plugin-manager/configs/3310-misc-config 00
[0002.807] I> Adding plugin-manager/configs/3310-modem-config 00
[0002.813] I> Adding plugin-manager/configs/3310-touch-config 00
[0002.819] I> Adding plugin-manager/configs/3310-display-config 00
[0002.825] E> “chip-id” doesn’t exist, creating
[0002.829] I> Adding plugin-manager/chip-id/A02P
[0002.835] I> added [base:0x80000000, size:0x70000000] to /memory
[0002.841] I> added [base:0xf0200000, size:0x185e00000] to /memory
[0002.847] I> added [base:0x276600000, size:0x200000] to /memory
[0002.853] E> WARNING: Failed to pass NS DRAM ranges to TOS
[0002.858] I> Updated memory info to DTB
[0002.864] E> “reset” doesn’t exist, creating
[0002.868] E> “pmc-reset-reason” doesn’t exist, creating
[0002.873] E> “pmic-reset-reason” doesn’t exist, creating
[0002.879] I> disabled_core_mask: 0xffffff0c
[0002.890] I> Add serial number as DT property
[0002.895] I> tegrabl_load_kernel_and_dtb: Done
[0002.899] E> tegrabl_display_clear: display is not initialized
[0002.905] W> Boot logo display failed…
U-Boot 2016.07-g9c3b9a4 (May 17 2018 - 00:08:48 -0700)
TEGRA186
Model: NVIDIA P2771-0000-500
DRAM: 7.8 GiB
MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: eth0: ethernet@2490000
Hit any key to stop autoboot: 0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1…
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
213 bytes read in 144 ms (1000 Bytes/s)
p2771-0000 eMMC boot options
1: primary kernel
Enter choice: 1: primary kernel
Retrieving file: /boot/Image
20435968 bytes read in 550 ms (35.4 MiB/s)
append: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0422018065242 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
Flattened Device Tree blob at 92000000
Booting using the fdt blob at 0x92000000
reserving fdt memory region: addr=80000000 size=10000
Using Device Tree in place at 0000000092000000, end 0000000092048f83
Starting kernel …
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38-tegra (carlyang@cyvm) (gcc version 4.8.5 (GCC) ) #3 SMP PREEMPT Thu Sep 5 17:20:24 CST 2019
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options ‘’)
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1f5f9a000 s31360 r8192 d30080 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0422018065242 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7976268K/8208384K available (11144K kernel code, 1805K rwdata, 5708K rodata, 1164K init, 691K bss, 166580K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 MB)
[ 0.000000] .init : 0xffffffc0010f6000 - 0xffffffc001219000 ( 1164 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc0010f6000 ( 16856 KB)
[ 0.000000] .data : 0xffffffc00123a000 - 0xffffffc0013fd400 ( 1805 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000005] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.010314] Console: colour dummy device 80x25
[ 0.015038] console [tty0] enabled
[ 0.018606] bootconsole [uart0] disabled
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38-tegra (carlyang@cyvm) (gcc version 4.8.5 (GCC) ) #3 SMP PREEMPT Thu Sep 5 17:20:24 CST 2019
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options ‘’)
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1f5f9a000 s31360 r8192 d30080 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0422018065242 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7976268K/8208384K available (11144K kernel code, 1805K rwdata, 5708K rodata, 1164K init, 691K bss, 166580K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 MB)
[ 0.000000] .init : 0xffffffc0010f6000 - 0xffffffc001219000 ( 1164 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc0010f6000 ( 16856 KB)
[ 0.000000] .data : 0xffffffc00123a000 - 0xffffffc0013fd400 ( 1805 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000005] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.010314] Console: colour dummy device 80x25
[ 0.015038] console [tty0] enabled
[ 0.018606] bootconsole [uart0] disabled
[ 0.022731] kmemleak: Kernel memory leak detector disabled
[ 0.022754] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.022769] pid_max: default: 32768 minimum: 301
[ 0.022870] Security Framework initialized
[ 0.022945] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022959] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.023752] Initializing cgroup subsys io
[ 0.023782] Initializing cgroup subsys memory
[ 0.023824] Initializing cgroup subsys devices
[ 0.023842] Initializing cgroup subsys freezer
[ 0.023857] Initializing cgroup subsys net_cls
[ 0.023877] Initializing cgroup subsys perf_event
[ 0.023891] Initializing cgroup subsys net_prio
[ 0.023909] Initializing cgroup subsys pids
[ 0.023923] Initializing cgroup subsys debug
[ 0.024329] CPU0 ipc=752
[ 0.024341] CPU1 ipc=1024
[ 0.024351] CPU2 ipc=1024
[ 0.024360] CPU3 ipc=752
[ 0.024371] CPU4 ipc=752
[ 0.024383] CPU5 ipc=752
[ 0.024478] ASID allocator initialised with 65536 entries
[ 0.052773] tegra-id: chipid=21817.
[ 0.052825] tegra-id: opt_subrevision=1.
[ 0.052841] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.053620] DTS File Name: …/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.053646] DTB Build time: Sep 5 2019 22:25:38
[ 0.074216] CPU1: Booted secondary processor [4e0f0030]
[ 0.087981] CPU2: Booted secondary processor [4e0f0030]
[ 0.099141] CPU3: Booted secondary processor [411fd073]
[ 0.111146] CPU4: Booted secondary processor [411fd073]
[ 0.123138] CPU5: Booted secondary processor [411fd073]
[ 0.123346] Brought up 6 CPUs
[ 0.123427] SMP: Total of 6 processors activated.
[ 0.123443] CPU: All CPU(s) started at EL2
[ 0.124633] devtmpfs: initialized
[ 0.159713] Initilizing CustomIPI irq domain
[ 0.160179] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.162075] pinctrl core: initialized pinctrl subsystem
[ 0.162635] OS set in device tree is not L4T.
[ 0.163051] regulator-dummy: no parameters
[ 0.163267] Initializing plugin-manager
[ 0.163341] Plugin module not found
[ 0.163766] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.164536] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.165192] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.166456] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.166941] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.167256] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.167494] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.168154] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[ 0.168669] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.168954] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.169194] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.169492] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.171573] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800
[ 0.174361] Adding domain adsp-pd to PM domain ape-pd
[ 0.178542] NET: Registered protocol family 16
[ 0.180198] console [pstore-1] enabled
[ 0.180222] pstore: Registered ramoops as persistent store backend
[ 0.180241] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[ 0.189574] cpuidle: using governor ladder
[ 0.195110] cpuidle: using governor menu
[ 0.198041] bpmp: waiting for handshake
[ 0.198070] bpmp: handshake completed
[ 0.198133] bpmp: synchronizing channels
[ 0.198169] bpmp: channels synchronized
[ 0.198185] bpmp: mail init ok
[ 0.198664] vdso: 2 pages (1 code @ ffffffc001241000, 1 data @ ffffffc001240000)
[ 0.198734] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.202632] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.205171] tegra_powergate_init: DONE
[ 0.205209] DTS File Name: …/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.205238] DTB Build time: Sep 5 2019 22:25:38
[ 0.207305] Tegra reboot handler registered.
[ 0.210645] Registering Tegra186 clocks (this may take a while)…done
[ 0.213220] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.213258] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.213279] arm-smmu 12000000.iommu: stage 1 translation
[ 0.213298] arm-smmu 12000000.iommu: stage 2 translation
[ 0.213317] arm-smmu 12000000.iommu: nested translation
[ 0.213338] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.213364] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.213389] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.213411] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.213430] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.263739] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.270940] iommu: Adding device 3460000.sdhci to group 0
[ 0.271940] iommu: Adding device 3400000.sdhci to group 1
[ 0.277673] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.278385] iommu: Adding device 3160000.i2c to group 3
[ 0.278888] iommu: Adding device c240000.i2c to group 4
[ 0.279253] iommu: Adding device 3180000.i2c to group 5
[ 0.279675] iommu: Adding device 3190000.i2c to group 6
[ 0.280134] iommu: Adding device 31b0000.i2c to group 7
[ 0.280499] iommu: Adding device 31c0000.i2c to group 8
[ 0.280825] iommu: Adding device c250000.i2c to group 9
[ 0.281200] iommu: Adding device 31e0000.i2c to group 10
[ 0.283388] iommu: Adding device 3210000.spi to group 11
[ 0.283875] iommu: Adding device c260000.spi to group 12
[ 0.284241] iommu: Adding device 3240000.spi to group 13
[ 0.285138] iommu: Adding device 3100000.serial to group 14
[ 0.285556] iommu: Adding device 3110000.serial to group 15
[ 0.285941] iommu: Adding device c280000.serial to group 16
[ 0.286324] iommu: Adding device 3130000.serial to group 17
[ 0.287680] iommu: Adding device 2490000.ether_qos to group 18
[ 0.288414] iommu: Adding device b000000.rtcpu to group 19
[ 0.288985] iommu: Adding device c1a0000.aon to group 20
[ 0.289966] Wake73 for irq=42
[ 0.290351] iommu: Adding device smmu_test to group 21
[ 0.291018] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.291068] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.291111] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.291152] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.291194] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.291240] mc-err: Set intmask: 0xf3140
[ 0.291730] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[ 0.292769] Wake76 for irq=199
[ 0.292802] Wake77 for irq=199
[ 0.292826] Wake78 for irq=199
[ 0.292850] Wake79 for irq=199
[ 0.292874] Wake80 for irq=199
[ 0.292897] Wake81 for irq=199
[ 0.292920] Wake82 for irq=199
[ 0.293062] iommu: Adding device 3530000.xhci to group 22
[ 0.293492] iommu: Adding device 3550000.xudc to group 23
[ 0.294537] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.294582] tegra-pmc: ### PMC reset source: Power on reset
[ 0.294611] tegra-pmc: ### PMC reset level: L0
[ 0.294678] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.295066] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.295110] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.295291] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.295325] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.295957] iommu: Adding device 13e10000.host1x to group 24
[ 0.296325] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.296645] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.296985] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.297335] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.297632] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.297995] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.298360] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.298683] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.299486] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.300118] iommu: Adding device 15700000.vi to group 34
[ 0.300489] iommu: Adding device 15600000.isp to group 35
[ 0.300911] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.301191] iommu: Adding device 15340000.vic to group 37
[ 0.301436] iommu: Adding device 154c0000.nvenc to group 38
[ 0.301704] iommu: Adding device 15480000.nvdec to group 39
[ 0.302076] iommu: Adding device 15380000.nvjpg to group 40
[ 0.302407] iommu: Adding device 15500000.tsec to group 41
[ 0.302641] iommu: Adding device 15100000.tsecb to group 42
[ 0.303507] iommu: Adding device 15810000.se to group 43
[ 0.303770] iommu: Adding device 15820000.se to group 44
[ 0.303995] iommu: Adding device 15830000.se to group 45
[ 0.304292] iommu: Adding device 15840000.se to group 46
[ 0.304888] iommu: Adding device 17000000.gp10b to group 47
[ 0.306939] tegra-reset 5000000.clock: registered 193 resets.
[ 0.309317] iommu: Adding device d000000.bpmp to group 48
[ 0.309709] bpmp: ping status is 0
[ 0.310083] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff81e
[ 0.310673] bpmp d000000.bpmp: probe ok
[ 0.314165] iommu: Adding device 2600000.dma to group 49
[ 0.315288] GPIO line 459 (pcie-lane2-mux) hogged as output/low
[ 0.315385] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.315485] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.315552] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.315617] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.315691] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.315764] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.315863] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.316013] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.318355] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.318503] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.319583] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.320088] iommu: Adding device sound to group 51
[ 0.322077] iommu: Adding device 3510000.hda to group 52
[ 0.323537] iommu: Adding device adsp_audio to group 53
[ 0.325103] iommu: Adding device 2993000.adsp to group 54
[ 0.339401] vdd-ac-bat: 5000 mV
[ 0.342222] vdd-1v8-ap: 1800 mV
[ 0.361742] SCSI subsystem initialized
[ 0.362358] usbcore: registered new interface driver usbfs
[ 0.362440] usbcore: registered new interface driver hub
[ 0.362634] usbcore: registered new device driver usb
[ 0.367487] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[ 0.367909] pca953x 0-0074: failed reading register
[ 0.368095] pca953x: probe of 0-0074 failed with error -121
[ 0.368696] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[ 0.369045] pca953x 0-0077: failed reading register
[ 0.369125] pca953x: probe of 0-0077 failed with error -121
[ 0.387551] media: Linux media interface: v0.10
[ 0.387685] Linux video capture interface: v2.00
[ 0.394110] pps_core: LinuxPPS API ver. 1 registered
[ 0.394181] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.394250] PTP clock support registered
[ 0.395829] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.395906] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.398480] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.401708] GPIO line 253 (spmic_gpio_input_5) hogged as input
[ 0.402065] GPIO line 254 (spmic_gpio_input_6) hogged as input
[ 0.402245] gpiochip_add_data: registered GPIOs 248 to 255 on device: max77620-gpio
[ 0.412198] vddio-ddr: at 1125 mV
[ 0.419955] avdd_dsi_csi: 1200 mV
[ 0.423988] vdd-1v8: 1800 mV
[ 0.431954] vdd-3v3-sys: 3300 mV
[ 0.433602] spmic-ldo0: at 1800 mV
[ 0.434634] spmic-ldo1: at 800 mV
[ 0.437562] vddio-3v3: 3300 mV
[ 0.438328] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.441556] vdd-rtc: at 800 mV
[ 0.442505] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.445552] spmic-ldo6: at 1500 mV
[ 0.449554] vdd-pex-1v05: 1000 mV
[ 0.450359] dvdd-pex: 1000 mV
[ 0.450811] max77620 4-003c: max77620 probe successful
[ 0.451625] Advanced Linux Sound Architecture Driver Initialized.
[ 0.453878] en-vdd-sd: 3300 mV
[ 0.454369] vdd-usb0-5v: 5000 mV
[ 0.454626] vdd-usb1-5v: 5000 mV
[ 0.455166] vdd-3v3: 3300 mV
[ 0.455386] en-vdd-vcm-2v8: 2800 mV
[ 0.455588] vdd-sys-bl: 3300 mV
[ 0.462662] extcon-gpio-states external-connection:extcon@1: Cable state 1
[ 0.463373] clocksource: Switched to clocksource arch_sys_counter
[ 0.499905] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.500786] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.502322] nvmap_page_pool_init: Total RAM pages: 2010451
[ 0.502377] nvmap_page_pool_init: nvmap page pool size: 251306 pages (981 MB)
[ 0.502961] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.508657] Wake76 for irq=199
[ 0.508677] Wake77 for irq=199
[ 0.508694] Wake78 for irq=199
[ 0.508709] Wake79 for irq=199
[ 0.508725] Wake80 for irq=199
[ 0.508740] Wake81 for irq=199
[ 0.508755] Wake82 for irq=199
[ 0.510194] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.510455] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.510918] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.511022] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.511218] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.511461] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.511668] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.512136] isomgr_init(): iso emc max clk=0KHz
[ 0.512155] isomgr_init(): max_iso_bw=0KB
[ 0.512325] NET: Registered protocol family 2
[ 0.513024] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.513264] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.514367] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.514554] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.514628] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.515007] NET: Registered protocol family 1
[ 0.515592] RPC: Registered named UNIX socket transport module.
[ 0.515626] RPC: Registered udp transport module.
[ 0.515643] RPC: Registered tcp transport module.
[ 0.515662] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.515929] Trying to unpack rootfs image as initramfs…
[ 0.543910] host1x 13e10000.host1x: initialized
[ 0.546747] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.552482] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.552797] audit: initializing netlink subsys (disabled)
[ 0.552928] audit: type=2000 audit(0.540:1): initialized
[ 0.568124] io scheduler noop registered
[ 0.568445] io scheduler cfq registered (default)
[ 0.574555] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.577605] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.579983] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.582336] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.593836] tsec 15500000.tsec: initialized
[ 0.597724] tsec 15100000.tsecb: initialized
[ 0.605321] nvdec 15480000.nvdec: initialized
[ 0.616732] falcon 15340000.vic: initialized
[ 0.619710] falcon 154c0000.nvenc: initialized
[ 0.622173] falcon 15380000.nvjpg: initialized
[ 0.624491] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.625879] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.627233] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.628796] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.630129] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.631506] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.633013] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.634339] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.638619] DC OR NODE connected to /host1x/sor1
[ 0.638840] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.638888] generic_infoframe_type: 0x87
[ 0.639044] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.639138] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.639190] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.639230] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.639243] __tegra_isomgr_register(): iso bandwidth 4687500KB is not available, client tegra_camera_ctrl
[ 0.639257] misc tegra_camera_ctrl: tegra_camera_isomgr_register: unable to register to isomgr
[ 0.639262] misc tegra_camera_ctrl: tegra_camera_probe: failed to register CAMERA as isomgr client
[ 0.639289] tegra_camera_platform: probe of tegra-camera-platform failed with error -12
[ 0.655163] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.655202] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.656084] hdmi: couldn’t get regulator vdd_hdmi_5v0: -517
[ 0.657252] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.660266] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.660729] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.661945] kfuse 3830000.kfuse: initialized
[ 0.664228] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.665031] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.665444] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 0.670092] console [ttyS0] disabled
[ 0.670281] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 0.670999] tegradc 15210000.nvdisplay: probed
[ 2.710414] console [ttyS0] enabled
[ 2.712992] Console: switching to colour frame buffer device 80x30
[ 2.714372] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.716113] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.716425] serial-tegra 3130000.serial: RX in PIO mode
[ 2.780067] tegradc 15210000.nvdisplay: fb registered
[ 2.789880] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.818500] brd: module loaded
[ 2.831421] loop: module loaded
[ 2.839353] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.848481] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.861382] nct1008_nct72 7-004c: starting parse dt
[ 2.871472] nct1008_nct72 7-004c: success parsing dt
[ 2.880846] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.926576] tmp451: Enabled overheat logging at 104.00C
[ 2.936992] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.950729] THERMAL EST: found 3 subdevs
[ 2.959474] THERMAL EST num_resources: 0
[ 2.968426] [THERMAL EST subdev 0]
[ 2.976829] [THERMAL EST subdev 1]
[ 2.984979] [THERMAL EST subdev 2]
[ 2.990761] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 3.003305] THERMAL EST: thz register success.
[ 3.009235] THERMAL EST: end of probe, return err: 0
[ 3.015163] tegra_profiler: Branch: Dev
[ 3.019806] tegra_profiler: Version: 1.117
[ 3.024650] tegra_profiler: Samples version: 41
[ 3.029917] tegra_profiler: IO version: 22
[ 3.034738] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.039802] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 3.049303] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 3.054391] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 3.064030] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 3.069079] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 3.078706] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.083793] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 3.093410] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.098523] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 3.108136] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.113286] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 3.123505] tegra_profiler: auth: init
[ 3.134375] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 3.145401] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 3.157953] scsi host0: tegra_ahci
[ 3.162759] scsi host1: tegra_ahci
[ 3.167199] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 3.176756] ata2: DUMMY
[ 3.181754] spi-tegra114 3210000.spi: Static pin configuration used
[ 3.189836] spi-tegra114 c260000.spi: Static pin configuration used
[ 3.197555] spi-tegra114 3240000.spi: Static pin configuration used
[ 3.205706] tun: Universal TUN/TAP device driver, 1.6
[ 3.211579] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 3.218920] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.225531] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.232293] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 3.240034] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.248064] PPP generic driver version 2.4.2
[ 3.253360] PPP BSD Compression module registered
[ 3.254244] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b a5 cf a9
[ 3.254927] libphy: dwc_phy: probed
[ 3.270354] PPP Deflate Compression module registered
[ 3.276231] PPP MPPE Compression module registered
[ 3.281765] NET: Registered protocol family 24
[ 3.287067] usbcore: registered new interface driver r8152
[ 3.293306] usbcore: registered new interface driver asix
[ 3.299434] usbcore: registered new interface driver ax88179_178a
[ 3.306212] usbcore: registered new interface driver cdc_ether
[ 3.312746] usbcore: registered new interface driver smsc75xx
[ 3.316583] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 3.317444] __tegra_isomgr_register(): iso bandwidth 81920KB is not available, client eqos
[ 3.335049] usbcore: registered new interface driver net1080
[ 3.341393] usbcore: registered new interface driver cdc_subset
[ 3.347993] usbcore: registered new interface driver zaurus
[ 3.354360] usbcore: registered new interface driver cdc_ncm
[ 3.361280] Wake76 for irq=199
[ 3.364949] Wake77 for irq=199
[ 3.368586] Wake78 for irq=199
[ 3.372192] Wake79 for irq=199
[ 3.375770] Wake80 for irq=199
[ 3.379327] Wake81 for irq=199
[ 3.382859] Wake82 for irq=199
[ 3.386509] tegra-xotg xotg: usb2 phy is not available yet
[ 3.393197] usbcore: registered new interface driver cdc_acm
[ 3.399377] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.408425] usbcore: registered new interface driver usb-storage
[ 3.415123] usbcore: registered new interface driver usbserial
[ 3.421534] usbcore: registered new interface driver cp210x
[ 3.427659] usbserial: USB Serial support registered for cp210x
[ 3.434156] usbcore: registered new interface driver ftdi_sio
[ 3.440489] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 3.448950] usbcore: registered new interface driver option
[ 3.455129] usbserial: USB Serial support registered for GSM modem (1-port)
[ 3.462714] usbcore: registered new interface driver pl2303
[ 3.468902] usbserial: USB Serial support registered for pl2303
[ 3.475784] tegra-usb-cd usb_cd: otg phy is not available yet
[ 3.485458] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 3.499375] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.626888] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 3.645875] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 3.657477] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 3.668687] i2c /dev entries driver
[ 3.678694] gspca_main: v2.14.0 registered
[ 3.687957] usbcore: registered new interface driver gspca_zc3xx
[ 3.699669] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.714827] FAN: coudln’t get the regulator
[ 3.720822] device-mapper: uevent: version 1.0.3
[ 3.726587] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 3.737316] sdhci: Secure Digital Host Controller Interface driver
[ 3.744354] sdhci: Copyright(c) Pierre Ossman
[ 3.749551] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.756572] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 3.769256] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 3.769512] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 3.769664] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.772061] usbcore: registered new interface driver usbhid
[ 3.772063] usbhid: USB HID core driver
[ 3.776180] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 3.776562] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 3.776814] ina3221x: probe of 0-0042 failed with error -121
[ 3.777374] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 3.777694] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 3.777881] ina3221x: probe of 0-0043 failed with error -121
[ 3.778460] nvadsp 2993000.adsp: in probe()…
[ 3.796879] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 3.796957] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 3.797310] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 3.798618] Denver: backdoor interface is NOT available.
[ 3.801817] coresight-tmc 8030000.etf: TMC initialized
[ 3.810447] coresight-tmc 8050000.etr: TMC initialized
[ 3.811434] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 3.812293] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 3.812567] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 3.812856] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 3.813423] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 3.814063] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 3.814569] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 3.815018] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 3.819271] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 3.819364] Module initialized successfully
[ 3.824632] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 3.827744] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 3.828261] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 3.829090] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 3.829198] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 3.829257] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 3.829313] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 3.829366] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 3.829416] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 3.829464] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 3.829742] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 3.829745] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 3.832056] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 3.832062] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 3.832066] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 3.832106] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 3.832110] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 3.832114] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 3.832117] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 3.832197] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 3.840812] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 3.842403] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 3.842749] camchar: rtcpu character device driver loaded
[ 3.851823] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 3.852551] register_ari_mca_banks: Registered MCA ROC:IOB
[ 3.853000] register_ari_mca_banks: Registered MCA ROC:CCE
[ 3.854353] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 3.854419] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 3.854466] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 3.854509] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 3.854550] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 3.854602] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 3.854644] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 3.854688] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 3.854733] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 3.854783] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 3.854828] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 3.854871] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 3.854911] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 3.854968] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 3.855053] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 3.855149] tegra18_a57_serr_init: on CPU 2 a Denver Core
[ 3.855442] parse_throttle_dt_data: Num cap clks = 4
[ 3.855447] parse_throttle_dt_data: clk=mcpu type=1
[ 3.855450] parse_throttle_dt_data: clk=bcpu type=2
[ 3.855468] parse_throttle_dt_data: clk=gpu type=4
[ 3.855471] parse_throttle_dt_data: clk=emc type=3
[ 3.856855] tegra_throttle_probe: probe successful. #cdevs=4
[ 3.857024] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 3.870571] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 3.871629] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 3.877465] tegra-se-nvhost 15810000.se: initialized
[ 3.878681] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 3.879345] tegra-se-nvhost 15820000.se: initialized
[ 3.880489] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 3.881095] tegra-se-nvhost 15830000.se: initialized
[ 3.881397] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 3.881948] tegra-se-nvhost 15840000.se: initialized
[ 3.883176] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 3.891994] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 3.901095] cpufreq: platform driver Initialization: pass
[ 3.901457] tegra_cluster_clk e090000.cluster_clk_priv: in probe()…
[ 3.901635] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 3.902015] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 3.902066] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 3.902129] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2eb892
[ 3.902133] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x9
[ 3.904613] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 3.905599] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enabled
[ 3.906785] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 3.907479] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 3 not supported
[ 3.910540] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 3.910821] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 3.913369] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 3.913375] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 3.921354] tegra210_adsp_audio_platform_probe: platform probe started
[ 3.927834] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 3.928144] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 3.946544] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 3.946783] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 3.947080] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 3.947361] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 3.947660] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 3.947672] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 3.947674] tegra210-adsp adsp_audio: using adma channel page 0
[ 3.965758] tegra210_adsp_audio_platform_probe probe successfull.
[ 3.965758] OPE platform probe
[ 3.965945] OPE platform probe successful
[ 4.050217] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 4.050417] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 4.050588] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 4.050746] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 4.050916] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 4.051081] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 4.051246] te