Wake up after hibernation problem

Hi everyone!
We need hibernation functionality, but Jetson Nano doesn’t support it out of the box, so we decided to add it.

What we did (simplifying):

  • downloaded official image, wrote it to 64GB card
  • edited partitions (added 8GB swap)
  • downloaded L4T Driver Package (BSP) Sources
  • edited kernel (turn on hibernation)
  • appended resume=/dev/ to /boot/extlinux/extlinux.conf

After this steps we get:

~$ cat /sys/power/state
freeze disk

And we can hibernate:

~$ echo disk > /sys/power/state

After this system was successfully shut down. But the next boot halted the system.
Can anyone suggest ideas for solving this problem?

Device UART shutdown log output:

~$ echo disk > /sys/power/state
[   98.794455] IRQ10 no longer affine to CPU1
[   98.798944] CPU1: shutdown
[   98.834351] IRQ11 no longer affine to CPU2
[   98.838878] CPU2: shutdown
[   98.866286] IRQ12 no longer affine to CPU3
[   98.870883] CPU3: shutdown
[   98.882733]  cache: parent cpu1 should not be sleeping
[   98.889288]  cache: parent cpu2 should not be sleeping
[   98.895631]  cache: parent cpu3 should not be sleeping
[   98.910686] mc-err: vpr base=0:d7000000, size=20, ctrl=3, override:(e4bac343, 1ed3, 2a800000, 2)
[   98.919681] mc-err: (255) csr_mpcorer: MC request violates VPR requirements
[   98.926748] mc-err:   status = 0x00000027; addr = 0xd7000000
[   98.932462] mc-err:   secure: no, access-type: read, SMMU fault: none
[  113.679171] IRQ10 no longer affine to CPU1
[  113.683508] CPU1: shutdown
[  113.720144] IRQ11 no longer affine to CPU2
[  113.724629] CPU2: shutdown
[  113.754347] IRQ12 no longer affine to CPU3
[  113.762123] CPU3: shutdown
[  113.769142] reboot: Power down

Device UART wake up log output:

[0000.126] [TegraBoot] (version 00.00.2018.01-l4t-33e7fa82)
[0000.131] Processing in cold boot mode Bootloader 2
[0000.136] A02 Bootrom Patch rev = 1023
[0000.139] Power-up reason: pmc por
[0000.142] No Battery Present
[0000.145] pmic max77620 reset reason
[0000.148] pmic max77620 NVERC : 0x60
[0000.152] RamCode = 0
[0000.154] Platform has DDR4 type RAM
[0000.157] max77620 disabling SD1 Remote Sense
[0000.161] Setting DDR voltage to 1125mv
[0000.165] Serial Number of Pmic Max77663: 0x83ae4
[0000.173] Entering ramdump check
[0000.176] Get RamDumpCarveOut = 0x0
[0000.179] RamDumpCarveOut=0x0,  RamDumperFlag=0xe59ff3f8
[0000.184] Last reboot was clean, booting normally!
[0000.189] Sdram initialization is successful
[0000.193] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.199] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.205] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.211] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.217] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.223] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.228] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.234] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.250] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.256] Platform-DebugCarveout: 0
[0000.260] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.265] Non secure mode, and RB not enabled.
[0000.272] Invalid GPT Partition
[0000.287] Using BFS PT to query partitions
[0000.291] failed to load NvTbootTbootCpu from (2:0)
[0000.296] re-load NvTbootTbootCpu from (4:0)
[0000.517] Csd NumOfBlocks=125829120
[0000.575] Using GPT Primary to query partitions
[0000.583] Loading Tboot-CPU binary
[0000.958] Verifying TBC in OdmNonSecureSBK mode
[0000.968] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.975] Bootloader downloaded successfully.
[0000.980] Downloaded Tboot-CPU binary to 0xa0000258
[0000.985] MAX77620_GPIO5 configured
[0000.988] CPU power rail is up
[0000.991] CPU clock enabled
[0000.995] Performing RAM repair
[0000.997] Updating A64 Warmreset Address to 0xa00002e9
[0001.003] Loading NvTbootBootloaderDTB
[0002.305] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0002.367] Bootloader DTB Load Address: 0x83000000
[0002.371] Loading NvTbootKernelDTB
[0003.674] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0003.735] Kernel DTB Load Address: 0x83100000
[0003.743] Loading cboot binary
[0005.416] Verifying EBT in OdmNonSecureSBK mode
[0005.459] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0005.466] Bootloader downloaded successfully.
[0005.657] Using BFS PT to query partitions
[0005.661] Next binary entry address: 0x92c00258
[0005.665] BoardId: 3448
[0005.670] Overriding pmu board id with proc board id
[0005.675] Display board id is not available
[0007.164] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0007.217] /bpmp deleted
[0007.219] SC7EntryFw header found loaded at 0xff700000
[0007.410] OVR2 PMIC
[0007.412] Bpmp FW successfully loaded
[0007.428] WB0 init successfully at 0xff780000
[0007.433] Set NvDecSticky Bits
[0007.436] GSC2 address ff53fffc value c0edbbcc
[0007.442] GSC MC Settings done
[0007.448] TOS Image length 53680
[0007.451]  Monitor size 53680
[0007.454]  OS size 0
[0007.614] Secure Os AES-CMAC Verification Success!
[0007.618] TOS image cipher info: plaintext
[0007.622] Loading and Validation of Secure OS Successful
[0007.638] SC7 Entry Firmware - 0xff700000, 0x4000
[0007.643] NvTbootPackSdramParams: start.
[0007.648] NvTbootPackSdramParams: done.
[0007.652] Tegraboot started after 53278 us
[0007.656] Basic modules init took 5762399 us
[0007.660] NvTbootQspiFlashIoctl: Opcode = 1 not supported
[0007.665] Sec Bootdevice Read Time = 12 ms, Read Size = 65 KB
[0007.671] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0007.676] Storage Device Read Time = 6698 ms, Read Size = 2306 KB
[0007.682] Storage Device Write Time = 0 ms, Write Size = 0 KB
[0007.687] Next stage binary read took 1520365 us
[0007.692] Carveout took -1532046 us
[0007.695] CPU initialization took 2031845 us
[0007.699] Total time taken by TegraBoot 7782563 us

[0007.704] Starting CPU & Halting co-processor

64NOTICE:  BL31: v1.3(release):eca0c5e
NOTICE:  BL31: Built : 00:21:27, Mar 13 2019
ERROR:   Error initializing runtime service trusty_fast
[0007.826] RamCode = 0
[0007.831] LPDDR4 Training: Read DT: Number of tables = 2
[0007.836] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0007.849] EMC Training Successful
[0007.852] 408000 not found in DVFS table
[0007.858] RamCode = 0
[0007.861] DT Write: emc-table@204000 succeeded
[0007.867] DT Write: emc-table@1600000 succeeded
[0007.871] LPDDR4 Training: Write DT: Number of tables = 2
[0008.069]
[0008.070] Debug Init done
[0008.073] Marked DTB cacheable
[0008.076] Bootloader DTB loaded at 0x83000000
[0008.080] Marked DTB cacheable
[0008.083] Kernel DTB loaded at 0x83100000
[0008.087] DeviceTree Init done
[0008.099] Pinmux applied successfully
[0008.104] gicd_base: 0x50041000
[0008.107] gicc_base: 0x50042000
[0008.110] Interrupts Init done
[0008.115] Using base:0x60005090 & irq:208 for tick-timer
[0008.120] Using base:0x60005098 for delay-timer
[0008.124] platform_init_timer: DONE
[0008.128] Timer(tick) Init done
[0008.131] osc freq = 38400 khz
[0008.135]
[0008.136] welcome to cboot
[0008.139]
[0008.140] Cboot Version: 00.00.2018.01-t210-f76b856b
[0008.145] calling constructors
[0008.148] initializing heap
[0008.151] initializing threads
[0008.154] initializing timers
[0008.157] creating bootstrap completion thread
[0008.161] top of bootstrap2()
[0008.164] CPU: ARM Cortex A57
[0008.167] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0008.171] initializing platform
[0008.174] Scratch reg 37 & 271 initial value set..
[0008.181] cboot:secure-pmc present
[0008.184] Manufacturer: MF = 0xc2, ID MSB = 0x25
[0008.189] ID LSB = 0x36, ID-CFI len = 194 bytes
[0008.193] Macronix QSPI chip present
[0008.197] SPI device register
[0008.200] init boot device
[0008.202] allocating memory for boot device(SPI)
[0008.207] registering boot device
[0008.216] sdmmc node status = okay
[0008.219] sdcard instance = 0
[0008.222] sdcard gpio handle 0x5d
[0008.225] sdcard gpio pin 0xc9
[0008.228] sdcard gpio flags 0x0
[0008.231] vmmc-supply 0x9d
[0008.234] Instance: 0
[0008.236] Allocating memory for context
[0008.240] enabling clock
[0008.242] sd card init
[0008.245] Check card present and stable
[0008.248] Send command 0
[0008.265] Send command 3
[0008.269] Set RCA for the card
[0008.272] Query card specific data by command 9
[0008.279] Parse CSD data
[0008.281] Send command 7
[0008.291] Calling sd device register
[0008.295] Init sdcard
[0008.297] Allocating memory for boot device
[0008.301] Registering user device
[0008.314] Enable APE clock
[0008.317] Un-powergate APE partition
[0008.320] of_register: registering tegra_udc to of_hal
[0008.325] of_register: registering tegra_udc to of_hal
[0008.330] of_register: registering inv20628-driver to of_hal
[0008.336] of_register: registering ads1015-driver to of_hal
[0008.342] of_register: registering lp8557-bl-driver to of_hal
[0008.347] of_register: registering bq2419x_charger to of_hal
[0008.353] of_register: registering cpc to of_hal
[0008.358] of_register: registering bq27441_fuel_gauge to of_hal
[0008.369] gpio framework initialized
[0008.372] of_register: registering tca9539_gpio to of_hal
[0008.378] of_register: registering tca9539_gpio to of_hal
[0008.383] of_register: registering i2c_bus_driver to of_hal
[0008.389] of_register: registering i2c_bus_driver to of_hal
[0008.394] of_register: registering i2c_bus_driver to of_hal
[0008.400] of_register: registering i2c_bus_driver to of_hal
[0008.405] pmic framework initialized
[0008.409] of_register: registering max77620_pmic to of_hal
[0008.414] regulator framework initialized
[0008.418] of_register: registering tps65132_bl_driver to of_hal
[0008.424] initializing target
[0008.430] gpio_driver_register: register 'tegra_gpio_driver' driver
[0008.439] fixed regulator driver initialized
[0008.456] initializing OF layer
[0008.459] NCK carveout not present
[0008.463] Skipping dts_overrides
[0008.467] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0008.482] I2C Bus Init done
[0008.485] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0008.495] I2C Bus Init done
[0008.498] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0008.508] I2C Bus Init done
[0008.511] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0008.521] I2C Bus Init done
[0008.524] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0008.534] I2C Bus Init done
[0008.537] of_children_init: Ops found for compatible string maxim,max77620
[0008.547] max77620_init using irq 118
[0008.552] register 'maxim,max77620' pmic
[0008.556] gpio_driver_register: register 'max77620-gpio' driver
[0008.562] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0008.573] I2C Bus Init done
[0008.576] NCK carveout not present
[0008.579] shim_invoke: No NCT, Calling dts updates
[0008.591] Find /i2c@7000c000's alias i2c0
[0008.595] get eeprom at 1-a0, size 256, type 0
[0008.604] Find /i2c@7000c500's alias i2c2
[0008.608] get eeprom at 3-a0, size 256, type 0
[0008.612] get eeprom at 3-ae, size 256, type 0
[0008.617] pm_ids_update: Updating 1,a0, size 256, type 0
[0008.622] I2C slave not started
[0008.625] I2C write failed
[0008.628] Writing offset failed
[0008.631] eeprom_init: EEPROM read failed
[0008.635] pm_ids_update: eeprom init failed
[0008.639] pm_ids_update: Updating 3,a0, size 256, type 0
[0008.669] pm_ids_update: The pm board id is 3448-0000-200
[0008.675] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0008.683] pm_ids_update: pm id update successful
[0008.688] pm_ids_update: Updating 3,ae, size 256, type 0
[0008.718] pm_ids_update: The pm board id is 3449-0000-200
[0008.724] Adding plugin-manager/ids/3449-0000-200=/i2c@7000c500:module@0x57
[0008.732] pm_ids_update: pm id update successful
[0008.762] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0008.768] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0008.776] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0008.782] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0008.790] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e4:13:9c
[0008.796] Plugin Manager: Parse ODM data 0x00084000
[0008.807] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0008.827] Find /i2c@7000c000's alias i2c0
[0008.831] get eeprom at 1-a0, size 256, type 0
[0008.840] Find /i2c@7000c500's alias i2c2
[0008.843] get eeprom at 3-a0, size 256, type 0
[0008.848] get eeprom at 3-ae, size 256, type 0
[0008.852] pm_ids_update: Updating 1,a0, size 256, type 0
[0008.858] I2C slave not started
[0008.861] I2C write failed
[0008.863] Writing offset failed
[0008.866] eeprom_init: EEPROM read failed
[0008.870] pm_ids_update: eeprom init failed
[0008.874] pm_ids_update: Updating 3,a0, size 256, type 0
[0008.904] pm_ids_update: The pm board id is 3448-0000-200
[0008.911] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0008.918] pm_ids_update: pm id update successful
[0008.922] pm_ids_update: Updating 3,ae, size 256, type 0
[0008.952] pm_ids_update: The pm board id is 3449-0000-200
[0008.959] Adding plugin-manager/ids/3449-0000-200=/i2c@7000c500:module@0x57
[0008.965] pm_ids_update: pm id update successful
[0008.996] Chip UID is 000000016441d5c808000000010180c0
[0009.001] Add serial number:04212190232970c08001 as DT property
[0009.009] Applying platform configs
[0009.015] platform-init is not present. Skipping
[0009.020] calling apps_init()
[0009.045] Found 13 GPT partitions in "sd0"
[0009.049] Proceeding to Cold Boot
[0009.052] starting app android_boot_app
[0009.056] Device state: unlocked
[0009.059] display console init
[0009.067] could not find regulator
[0009.070] hdmi cable connected
[0009.086] edid read success
[0009.101] edid read success
[0009.104] width = 640, height = 480, frequency = 25174825
[0009.109] width = 640, height = 480, frequency = 25174825
[0009.115] width = 640, height = 480, frequency = 25174825
[0009.120] width = 640, height = 480, frequency = 25174825
[0009.125] width = 1920, height = 1080, frequency = 148500000
[0009.131] width = 720, height = 480, frequency = 27000000
[0009.136] width = 1920, height = 1080, frequency = 148351648
[0009.142] width = 1920, height = 1080, frequency = 148351648
[0009.148] width = 1280, height = 720, frequency = 74175824
[0009.153] width = 1280, height = 720, frequency = 74175824
[0009.159] width = 720, height = 480, frequency = 26973026
[0009.164] width = 720, height = 576, frequency = 26973026
[0009.169] width = 720, height = 480, frequency = 26973026
[0009.175] width = 720, height = 576, frequency = 26973026
[0009.180] width = 640, height = 480, frequency = 25174825
[0009.185] Best mode Width = 1920, Height = 1080, freq = 148351648
[0009.193] tmds-config node not found
[0009.197] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting 'avdd-io-hdmi-dp' regulator to 1050000 micro volts
[0009.212] setting 'vdd-1v8' regulator to 1800000 micro volts
[0009.220] could not find regulator
[0009.223] could not find regulator
[0009.226] could not find regulator
[0009.255] using default cmu settings
[0009.258] dc_hdmi_enable, starting HDMI initialisation
[0009.264] dc_hdmi_enable, HDMI initialisation complete
[0009.269] list and configure display window
[0009.278] display console init completed
[0009.289] subnode volume_up is not found !
[0009.293] subnode back is not found !
[0009.297] subnode volume_down is not found !
[0009.301] subnode menu is not found !
[0009.304] Gpio keyboard init success
[0009.348] found decompressor handler: lz4-legacy
[0009.363] decompressing blob (type 1)...
[0009.398] load_bmp_blob: panelresolution=1080 type=3
[0009.449] decompressor handler not found
[0009.452] load_firmware_blob: Firmware blob loaded, entries=2
[0009.458] se_aes_verify_sbk_clear: Error
[0009.462] bl_battery_charging: connected to external power supply
[0009.469] xusb is supported
[0009.475] error while finding nvidia,portmap
[0009.480] could not find regulator
[0009.984] xusb blob version 0 size 126464
[0009.988] firmware size 126464
[0009.992] Firmware timestamp: 0x59fc70d3, Version: 50.20 release
[0010.007] xhci0: 64 bytes context size, 32-bit DMA
[0010.047] usbus0: 5.0Gbps Super Speed USB v3.0
[0010.067] uhub0: <Nvidia XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
[0010.717] uhub0: 9 ports with 9 removable, self powered
[0011.717] failed to get HID devices
[0011.720] failed to init xhci or no usb device attached
[0011.730] device_query_partition_size: failed to open partition sd0:MSC !
[0011.737] MSC Partition not found
[0011.743] device_query_partition_size: failed to open partition sd0:USP !
[0011.750] USP partition read failed!
[0011.753] blob_init: blob-partition USP header read failed
[0011.759] android_boot Unable to update recovery partition
[0011.764] kfs_getpartname: name = LNX
[0011.768] Loading kernel from LNX
[0011.827] Verifying boot image in OdmNonSecureSBK mode
[0011.870] kernel load address: 0x80080000, size: 476960 bytes
[0011.876] ramdisk load address: 0x84100000, size: 0 bytes
[0011.881] load kernel from storage
[0011.893] decompressor handler not found
[0011.950] Successfully loaded kernel and ramdisk images
[0011.956] load_bmp_blob: panelresolution=1080 type=3
[0012.456] display bmp image done
[0012.459] NCK carveout not present
[0012.462] Skipping dts_overrides
[0012.465] NCK carveout not present
[0012.469] shim_invoke: No NCT, Calling dts updates
[0012.480] Find /i2c@7000c000's alias i2c0
[0012.484] get eeprom at 1-a0, size 256, type 0
[0012.492] Find /i2c@7000c500's alias i2c2
[0012.496] get eeprom at 3-a0, size 256, type 0
[0012.501] get eeprom at 3-ae, size 256, type 0
[0012.505] pm_ids_update: Updating 1,a0, size 256, type 0
[0012.510] I2C slave not started
[0012.513] I2C write failed
[0012.516] Writing offset failed
[0012.519] eeprom_init: EEPROM read failed
[0012.523] pm_ids_update: eeprom init failed
[0012.527] pm_ids_update: Updating 3,a0, size 256, type 0
[0012.557] pm_ids_update: The pm board id is 3448-0000-200
[0012.564] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0012.572] pm_ids_update: pm id update successful
[0012.576] pm_ids_update: Updating 3,ae, size 256, type 0
[0012.606] pm_ids_update: The pm board id is 3449-0000-200
[0012.612] Adding plugin-manager/ids/3449-0000-200=/i2c@7000c500:module@0x57
[0012.620] pm_ids_update: pm id update successful
[0012.650] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0012.656] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0012.664] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0012.670] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0012.678] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e4:13:9c
[0012.685] Plugin Manager: Parse ODM data 0x00084000
[0012.695] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0012.709] Add serial number:04212190232970c08001 as DT property
[0012.718] "bpmp" doesn't exist, creating
[0012.723] Updated bpmp info to DTB
[0012.728] Updated initrd info to DTB
[0012.732] "proc-board" doesn't exist, creating
[0012.737] Updated board info to DTB
[0012.741] "pmu-board" doesn't exist, creating
[0012.746] Updated board info to DTB
[0012.750] "display-board" doesn't exist, creating
[0012.755] Updated board info to DTB
[0012.759] "reset" doesn't exist, creating
[0012.763] Updated reset info to DTB
[0012.767] Cmdline: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x800000@0x92cb6000 is_hdmi_initialised=1
[0012.806] DTB cmdline: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0012.816] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0012.828] Updated bootarg info to DTB
[0012.832] Adding uuid 000000016441d5c808000000010180c0 to DT
[0012.841] device_query_partition_size: failed to open partition sd0:RP6 !
[0012.848] RP6 partition read failed!
[0012.853] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0012.859] Updated memory info to DTB
[0012.864] Updated system-lp0-disable info to DTB
[0012.872] set vdd_core voltage to 1075 mv
[0012.876] setting 'vdd-core' regulator to 1075000 micro volts
[0012.897] could not find regulator
[0012.900] Found secure-pmc; disable BPMP

Device UART wake up log output:

U-Boot 2016.07-g541e96c (May 31 2019 - 15:44:14 -0700)

TEGRA210
Model: NVIDIA P3450-Porg
Board: NVIDIA P3450-PORG
DRAM:  4 GiB
MMC:   Tegra SD/MMC: 0, Tegra SD/MMC: 1
Using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
262 bytes read in 115 ms (2 KiB/s)
p3450-porg eMMC boot options
1:	primary kernel
Enter choice: 1:	primary kernel
Retrieving file: /boot/initrd
0 bytes read in 90 ms (0 Bytes/s)
Retrieving file: /boot/Image
34447368 bytes read in 1554 ms (21.1 MiB/s)
append: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x800000@0x92cb6000 is_hdmi_initialised=1  root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 root=/dev/mmcblk0p1 rw rootwait resume=/dev/mmcblk0p13
## Flattened Device Tree blob at 83100000
   Booting using the fdt blob at 0x83100000
   reserving fdt memory region: addr=80000000 size=20000
   Using Device Tree in place at 0000000083100000, end 0000000083173e9a

Starting kernel ...

<hit enter to activate fiq debugger>
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.140 (dev11@jetson) (gcc version 7.4.0 (Ubuntu/Linaro 7.4.0-1ubuntu1~18.04.1) ) #1 SMP PREEMPT Tue Jul 2 11:37:21 MSK 2019
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  7ee00000
[    0.000000] OF: fdt: - 100000000 ,  7f200000
[    0.000000] Found tegra_fbmem: 00800000@92cb6000
[    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: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[    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 23 pages/cpu @ffffffc0fefd2000 s53400 r8192 d32616 u94208
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x800000@0x92cb6000 is_hdmi_initialised=1  root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 root=/dev/mmcblk0p1 rw rootwait resume=/dev/mmcblk0p13
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29452(89%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3567476K/4159488K available (15230K kernel code, 2920K rwdata, 6856K rodata, 8576K init, 608K bss, 116876K reserved, 475136K 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 - 0xffffff8009620000   (  6912 KB)
[    0.000000]       .init : 0xffffff8009620000 - 0xffffff8009e80000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e80000 - 0xffffff800a15a008   (  2921 KB)
[    0.000000]        .bss : 0xffffff800a15a008 - 0xffffff800a1f207c   (   609 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 - 0xffffffbf03fc8000   (    63 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc0ff200000   (  4082 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[    0.000000] t210 clock and reset probe
[    0.000000] boot misc1 0x90000000: expected 0x10000000
[    0.000000]  (comparison mask = 0xf8000000)
[    0.000000] boot misc2 0x0: expected 0xf6e0f620
[    0.000000]  (comparison mask = 0xffffffff)
[    0.000000] boot misc3 0xf5c1: expected 0x10000
[    0.000000]  (comparison mask = 0xffffffff)
[    0.000000] PLL_D2 already enabled. Postponing set full defaults
[    0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.001426] Console: colour dummy device 80x25
[    0.002357] console [tty0] enabled
[    0.002384] kmemleak: Kernel memory leak detector disabled
[    0.002416] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.002445] pid_max: default: 32768 minimum: 301
[    0.002914] Security Framework initialized
[    0.003163] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003183] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.004422] ftrace: allocating 46930 entries in 184 pages
[    0.175614] ASID allocator initialised with 65536 entries
[    0.211310] tegra-id: chipid=22117.
[    0.211356] tegra-id: opt_subrevision=0.
[    0.211384] Tegra Speedo/IDDQ fuse revision 4
[    0.211399] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[    0.211414] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[    0.211430] Tegra: CPU Speedo Value 2066, SoC Speedo Value 1965, GPU Speedo Value 2060
[    0.211450] Tegra: CPU IDDQ Value 2076, SoC IDDQ Value 2268, GPU IDDQ Value 2780
[    0.211485] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[    0.211510] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-a02.dts
[    0.211546] DTB Build time: Mar 15 2019 09:52:07
[    0.261065] CPU1: Booted secondary processor [411fd071]
[    0.292974] CPU2: Booted secondary processor [411fd071]
[    0.324974] CPU3: Booted secondary processor [411fd071]
[    0.325061] Brought up 4 CPUs
[    0.325128] SMP: Total of 4 processors activated.
[    0.325145] CPU features: detected feature: 32-bit EL0 Support
[    0.325426] CPU: All CPU(s) started at EL2
[    0.325455] alternatives: patching kernel code
[    0.333817] devtmpfs: initialized
[    0.368636] Initilizing CustomIPI irq domain
[    0.369104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.369146] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.380539] pinctrl core: initialized pinctrl subsystem
[    0.381279] OS set in device tree is not L4T.
[    0.381716] regulator-dummy: no parameters
[    0.382023] Initializing plugin-manager
[    0.382196] Plugin module not found
[    0.382411] node /plugin-manager/fragement@0 match with board >=3448-0000-100
[    0.382998] node /plugin-manager/fragment@1 match with board >=3448-0000-101
[    0.383750] node /plugin-manager/fragment@5 match with board 3449-0000-200
[    0.387006] NET: Registered protocol family 16
[    0.388367] pstore: using zlib compression
[    0.389102] console [pstore-1] enabled
[    0.389120] pstore: Registered ramoops as persistent store backend
[    0.389140] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[    0.405086] cpuidle: using governor menu
[    0.408886] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[    0.410455] vdso: 2 pages (1 code @ ffffff8008f67000, 1 data @ ffffff8009e85000)
[    0.410503] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.413642] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.415107] tegra_bpmp_of_clk_init: EMC proxy not found.
[    0.416028] tegra_powergate_init: DONE
[    0.416066] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-a02.dts
[    0.416102] DTB Build time: Mar 15 2019 09:52:07
[    0.417714] Tegra reboot handler registered.
[    0.422042] iommu: Adding device tegra-carveouts to group 0
[    0.422215] platform tegra-carveouts: domain=ffffffc0f9b7f318 allocates as[0]=ffffffc0f9b9c0a8
[    0.422597] iommu: Adding device smmu_test to group 1
[    0.422664] platform smmu_test: domain=ffffffc0f9b7f558 allocates as[0]=ffffffc0f9b9c110
[    0.423501] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000
[    0.423575] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000
[    0.423647] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000
[    0.423669] nv-tegra-mc 70019000.mc: No mssnvlink node
[    0.423707] mc-err: mcerr ops are set to t21x
[    0.433447] iommu: Adding device 70090000.xusb to group 2
[    0.433762] iommu: Adding device 70006000.serial to group 3
[    0.433868] platform 70006000.serial: domain=ffffffc0f9471558 allocates as[0]=ffffffc0f9b9c178
[    0.434310] iommu: Adding device 70006040.serial to group 4
[    0.434605] iommu: Adding device 70006200.serial to group 5
[    0.434849] iommu: Adding device sound to group 6
[    0.434911] platform sound: domain=ffffffc0f9471a98 allocates as[0]=ffffffc0f9b9c1e0
[    0.435496] iommu: Adding device 7000d400.spi to group 7
[    0.435778] iommu: Adding device 7000d600.spi to group 8
[    0.436074] iommu: Adding device 70410000.spi to group 9
[    0.436401] iommu: Adding device 50000000.host1x to group 10
[    0.436700] iommu: Adding device 54080000.vi to group 11
[    0.437138] iommu: Adding device 54600000.isp to group 12
[    0.437419] iommu: Adding device 54680000.isp to group 13
[    0.437752] iommu: Adding device tegradc.0 to group 14
[    0.437828] platform tegradc.0: domain=ffffffc0f947d9d8 allocates as[0]=ffffffc0f9b9c248
[    0.442159] platform tegradc.0: IOVA linear map 0x0000000092cb6000(800000)
[    0.442572] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[    0.442930] iommu: Adding device tegradc.1 to group 15
[    0.443001] platform tegradc.1: domain=ffffffc0f947dc18 allocates as[0]=ffffffc0f9b9c2b0
[    0.447200] platform tegradc.1: IOVA linear map 0x0000000092cb6000(800000)
[    0.447610] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[    0.447882] iommu: Adding device 54340000.vic to group 16
[    0.448107] iommu: Adding device 544c0000.nvenc to group 17
[    0.448320] iommu: Adding device 54500000.tsec to group 18
[    0.448554] iommu: Adding device 54100000.tsecb to group 19
[    0.448769] iommu: Adding device 54480000.nvdec to group 20
[    0.449032] iommu: Adding device 54380000.nvjpg to group 21
[    0.450105] iommu: Adding device 546c0000.i2c to group 22
[    0.450444] iommu: Adding device 57000000.gpu to group 23
[    0.450514] platform 57000000.gpu: domain=ffffffc0f948bc18 allocates as[0]=ffffffc0f9b9c318
[    0.450572] platform 57000000.gpu: domain=ffffffc0f948bc18 allocates as[1]=ffffffc0f9b9c380
[    0.450629] platform 57000000.gpu: domain=ffffffc0f948bc18 allocates as[2]=ffffffc0f9b9c3e8
[    0.450685] platform 57000000.gpu: domain=ffffffc0f948bc18 allocates as[3]=ffffffc0f9b9c450
[    0.451595] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[    0.451634] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[    0.451661] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[    0.451680] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[    0.451697] tegra-pmc: ### PMC reset status reg: 0x0
[    0.501156] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.501190] tegra-pmc: Clear bootloader IO dpd settings
[    0.501223] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[    0.501302] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[    0.501621] iommu: Adding device 70012000.se to group 24
[    0.502491] iommu: Adding device 7000c000.i2c to group 25
[    0.502770] iommu: Adding device 7000c400.i2c to group 26
[    0.503099] iommu: Adding device 7000c500.i2c to group 27
[    0.503369] iommu: Adding device 7000c700.i2c to group 28
[    0.503768] iommu: Adding device 7000d000.i2c to group 29
[    0.504084] iommu: Adding device 7000d100.i2c to group 30
[    0.504440] iommu: Adding device sdhci-tegra.0 to group 31
[    0.504510] platform sdhci-tegra.0: domain=ffffffc0f9522e58 allocates as[0]=ffffffc0f9b9c4b8
[    0.505410] iommu: Adding device 700d0000.xudc to group 32
[    0.510728] vdd-ac-bat: 5000 mV
[    0.511102] vdd-5v0-sys: 5000 mV
[    0.512151] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[    0.512247] vdd-5v0-hdmi: 5000 mV
[    0.512689] vdd-1v8: 1800 mV
[    0.513123] vdd-fan: supplied by vdd-5v0-sys
[    0.513175] vdd-fan: 5000 mV
[    0.513577] vdd-usb-vbus: supplied by vdd-5v0-sys
[    0.513656] vdd-usb-vbus: 5000 mV
[    0.514251] vdd-usb-vbus2: 5000 mV
[    0.545961] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.548576] GPIO line 151 (camera-control-output-low) hogged as output/low
[    0.548996] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[    0.557539] eventlib_kernel: keventlib is initialized, test id: 0
[    0.557938] SCSI subsystem initialized
[    0.558483] usbcore: registered new interface driver usbfs
[    0.558565] usbcore: registered new interface driver hub
[    0.558658] usbcore: registered new device driver usb
[    0.562902] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[    0.564515] random: fast init done
[    0.568426] vdd-core: 600 <--> 1162 mV at 1075 mV
[    0.569712] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[    0.572237] vdd-ddr-1v1: 1150 mV
[    0.576264] vdd-pre-reg-1v35: 1350 mV
[    0.580235] vdd-1v8: 1800 mV
[    0.580512] vdd-1v8: Failed to create debugfs directory
[    0.584234] avdd-sys-1v2: 1200 mV
[    0.588233] vdd-pex-1v0: 1050 mV
[    0.589028] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV
[    0.589665] max77620-ldo3: at 3100 mV
[    0.592237] vdd-rtc: 850 <--> 1100 mV at 1000 mV
[    0.592924] max77620-ldo5: at 3100 mV
[    0.593582] max77620-ldo6: at 2800 mV
[    0.596235] avdd-1v05-pll: 1050 mV
[    0.600232] avdd-io-hdmi-dp: 1050 mV
[    0.601763] GPIO line 505 (spmic-default-output-high) hogged as output/high
[    0.602069] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[    0.604150] max77620 4-003c: max77620 probe successful
[    0.606459] i2c i2c-6: Unbalanced pm_runtime_enable!
[    0.607010] media: Linux media interface: v0.10
[    0.607075] Linux video capture interface: v2.00
[    0.608021] pps_core: LinuxPPS API ver. 1 registered
[    0.608050] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.608092] PTP clock support registered
[    0.611447] tegra_fiq_debugger_init: found FIQ source (IRQ 98)
[    0.617787] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[    0.618709] Advanced Linux Sound Architecture Driver Initialized.
[    0.619388] Bluetooth: Core ver 2.22
[    0.619453] NET: Registered protocol family 31
[    0.619470] Bluetooth: HCI device and connection manager initialized
[    0.619498] Bluetooth: HCI socket layer initialized
[    0.619519] Bluetooth: L2CAP socket layer initialized
[    0.619554] Bluetooth: SCO socket layer initialized
[    0.621339] tegra210_dvfs: no clock found for sdmmc2_ddr
[    0.621379] tegra210_dvfs: no clock found for sdmmc4_ddr
[    0.621441] tegra210_dvfs: no clock found for sdmmc1_ddr
[    0.621469] tegra210_dvfs: no clock found for sdmmc3_ddr
[    0.624199] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[    0.625625] vdd-3v3-sys: supplied by vdd-5v0-sys
[    0.625710] vdd-3v3-sys: 3300 mV
[    0.625993] vdd-1v8: supplied by vdd-3v3-sys
[    0.628302] vdd-usb-vbus2: supplied by vdd-3v3-sys
[    0.628822] vdd-3v3-sd: supplied by vdd-3v3-sys
[    0.628866] vdd-3v3-sd: 3300 mV
[    0.630094] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[    0.630153] avdd-io-edp-1v05: 1050 mV
[    0.630634] vdd-usb-hub-en: supplied by vdd-1v8
[    0.630711] vdd-usb-hub-en: 5000 mV
[    0.632090] camchar: rtcpu character device driver loaded
[    0.632880] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0
[    0.634320] clocksource: Switched to clocksource arch_sys_counter
[    0.676511] VFS: Disk quotas dquot_6.6.0
[    0.676686] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.677226] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.677683] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[    0.677732]  dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[    0.677947] cma: enabled page replacement for spfn=d7000, epfn=f0000
[    0.677968] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    0.677996] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    0.678043] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[    0.678070] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[    0.678102] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[    0.678123] nvmap_page_pool_init: Total RAM pages: 1010653
[    0.678141] nvmap_page_pool_init: nvmap page pool size: 126331 pages (493 MB)
[    0.678245] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.678809] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[    0.679849] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[    0.688211] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[    0.688608] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[    0.688875] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.689103] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.689299] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    0.689609] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[    0.689631] pre_t19x_iso_plat_init(): max_iso_bw=33280000KB
[    0.690086] NET: Registered protocol family 2
[    0.691184] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.691426] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.691973] TCP: Hash tables configured (established 32768 bind 32768)
[    0.692151] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.692252] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.692681] NET: Registered protocol family 1
[    0.693473] RPC: Registered named UNIX socket transport module.
[    0.693503] RPC: Registered udp transport module.
[    0.693520] RPC: Registered tcp transport module.
[    0.693537] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.693811] Trying to unpack rootfs image as initramfs...
[    0.703415] host1x 50000000.host1x: initialized
[    0.705257] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.709137] audit: initializing netlink subsys (disabled)
[    0.709256] audit: type=2000 audit(0.555:1): initialized
[    0.710044] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.720162] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.721703] ntfs: driver 2.1.32 [Flags: R/W].
[    0.722574] 9p: Installing v9fs 9p2000 file system support
[    0.725968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.726154] io scheduler noop registered
[    0.726506] io scheduler cfq registered (default)
[    0.729240] gic 702f9000.agic: GIC IRQ controller registered
[    0.732588] iommu: Adding device 702ef000.adsp to group 33
[    0.739382] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[    0.739577] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[    0.740218] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x91ea412
[    0.740252] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[    0.741910] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[    0.742053] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[    0.742172] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[    0.742443] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[    0.742560] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[    0.742670] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[    0.742788] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[    0.742896] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[    0.743007] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[    0.743112] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[    0.749322] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[    0.750748] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[    0.752665] tegra-pcie 1003000.pcie-controller: 4x1, 1x1 configuration
[    0.754018] tegra-pcie 1003000.pcie-controller: PCIE: Enable power rails
[    0.754414] tegra-pcie 1003000.pcie-controller: probing port 0, using 4 lanes
[    0.755643] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.755889] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=750000, max_bw=1500000
[    0.756145] Adding domain tsec-pd to PM domain host1x-pd
[    0.758085] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes
[    0.759048] tsec 54500000.tsec: initialized
[    0.760725] tsec 54100000.tsecb: initialized
[    0.761451] Adding domain nvdec-pd to PM domain host1x-pd
[    0.764617] nvdec 54480000.nvdec: initialized
[    0.765703] Adding domain vic03-pd to PM domain host1x-pd
[    0.765902] Adding domain msenc-pd to PM domain host1x-pd
[    0.766078] Adding domain nvjpg-pd to PM domain host1x-pd
[    0.769816] falcon 54340000.vic: initialized
[    0.771168] falcon 544c0000.nvenc: initialized
[    0.772539] falcon 54380000.nvjpg: initialized
[    0.776987] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[    0.777117] display board info: id 0x0, fab 0x0
[    0.777192] generic_infoframe_type: 0x87
[    0.777338] tegradc tegradc.0: DT parsed successfully
[    0.777400] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[    0.778069] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350781
[    0.781484] tegradc tegradc.0: probed
[    0.785273] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[    0.790681] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 10 channels
[    0.791687] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[    0.792143] kfuse 7000fc00.kfuse: initialized
[    0.793808] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[    0.795020] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    0.796588] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[    0.796642] vdd-cpu: 708 <--> 1322 mV at 708 mV
[    0.797183] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[    0.799031] vdd-gpu: applied init 1000000uV constraint
[    0.799066] vdd-gpu: 708 <--> 1323 mV at 997 mV
[    0.799528] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[    0.804660] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.804867] No Device Node present for smmu client: serial8250 !!
[    0.804901] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[    0.804983] iommu: Adding device serial8250 to group 35
[    0.808746] console [ttyS0] disabled
[    0.808910] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[    1.262533] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
[    1.666808] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
[    2.071099] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
[    2.073116] tegra-pcie 1003000.pcie-controller: link 0 down, ignoring
[    2.073513] tegra-pcie 1003000.pcie-controller: PCI host bridge to bus 0000:00
[    2.073522] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    2.073526] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[    2.073532] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[    2.073539] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.073960] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.082506] pci 0000:00:02.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[    2.082512] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    2.082522] pci 0000:01:00.0: BAR 4: assigned [mem 0x13000000-0x13003fff 64bit]
[    2.082548] pci 0000:01:00.0: BAR 2: assigned [mem 0x13004000-0x13004fff 64bit]
[    2.082571] pci 0000:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    2.082582] pci 0000:00:02.0: PCI bridge to [bus 01]
[    2.082587] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    2.082594] pci 0000:00:02.0:   bridge window [mem 0x13000000-0x130fffff]
[    2.083370] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    2.083375] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    3.217356] console [ttyS0] enabled
[    3.217982] Console: switching to colour frame buffer device 240x67
[    3.219579] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[    3.219909] serial-tegra 70006200.serial: RX in PIO mode
[    3.219995] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[    3.220911] [drm] Initialized
[    3.243817] brd: module loaded
[    3.257608] tegradc tegradc.0: fb registered
[    3.259853] loop: module loaded
[    3.259956] tegra_profiler: version: 1.132, samples/io: 46/26
[    3.260088] tegra_profiler: auth: init
[    3.261471] THERMAL EST: found 2 subdevs
[    3.261477] THERMAL EST num_resources: 0
[    3.261483] [THERMAL EST subdev 0]
[    3.261491] [THERMAL EST subdev 1]
[    3.261955] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    3.261956] THERMAL EST: thz register success.
[    3.262115] THERMAL EST: end of probe, return err: 0
[    3.263415] hisi_sas: driver version v1.6
[    3.267588] tegra-qspi 70410000.spi: Prod settings list not found
[    3.268813] qspi_mtd spi32766.0: MX25U3235F (4096 Kbytes)
[    3.268821] qspi_mtd spi32766.0: mtd .name = spi32766.0, .size = 0x400000 (4MiB) .erasesize = 0x00001000 (4KiB) .numeraseregions = 0
[    3.271877] libphy: Fixed MDIO Bus: probed
[    3.272629] tun: Universal TUN/TAP device driver, 1.6
[    3.272631] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.273781] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    3.273784] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    3.273840] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    3.273842] igb: Copyright (c) 2007-2014 Intel Corporation.
[    3.273894] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    3.273897] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    3.273948] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    3.273950] Copyright(c) 1999 - 2017 Intel Corporation.
[    3.275179] r8168 0000:01:00.0: enabling device (0000 -> 0003)
[    3.275209] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[    3.289398] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[    3.289560] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e4:13:9c from device tree
[    3.290232] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    3.290274] r8168  Copyright (C) 2017  Realtek NIC software team <nicfae@realtek.com>
[    3.290274]  This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[    3.290274]  This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[    3.291387] PPP generic driver version 2.4.2
[    3.291622] PPP BSD Compression module registered
[    3.291625] PPP Deflate Compression module registered
[    3.291671] PPP MPPE Compression module registered
[    3.291678] NET: Registered protocol family 24
[    3.291753] usbcore: registered new interface driver r8152
[    3.291801] usbcore: registered new interface driver asix
[    3.291865] usbcore: registered new interface driver ax88179_178a
[    3.291916] usbcore: registered new interface driver cdc_ether
[    3.291958] usbcore: registered new interface driver net1080
[    3.291995] usbcore: registered new interface driver cdc_subset
[    3.292032] usbcore: registered new interface driver zaurus
[    3.292088] usbcore: registered new interface driver cdc_ncm
[    3.292273] VFIO - User Level meta-driver version: 0.3
[    3.293575] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.293601] ehci-pci: EHCI PCI platform driver
[    3.293654] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.293665] ohci-pci: OHCI PCI platform driver
[    3.293709] ohci-platform: OHCI generic platform driver
[    3.296382] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[    3.296989] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[    3.298168] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f9416400 id
[    3.298278] tegra-xusb 70090000.xusb: Direct firmware load for tegra21x_xusb_firmware failed with error -2
[    3.298281] tegra-xusb 70090000.xusb: Falling back to user helper
[    3.299635] usbcore: registered new interface driver uas
[    3.299705] usbcore: registered new interface driver usb-storage
[    3.299825] usbcore: registered new interface driver usbserial
[    3.302929] tegra-xudc-new 700d0000.xudc: device count: 1
[    3.304308] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[    3.304320] tegra-xudc-new 700d0000.xudc: vbus state: 0
[    3.304784] tegra-xudc-new 700d0000.xudc: entering ELPG
[    3.305065] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    3.305240] mousedev: PS/2 mouse device common for all mice
[    3.305323] usbcore: registered new interface driver xpad
[    3.436494] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    3.439155] rtc rtc1: alarm rtc device
[    3.439174] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[    3.439203] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[    3.439805] i2c /dev entries driver
[    3.441528] imx219 6-0010: tegracam sensor driver:imx219_v2.0.6
[    3.464857] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    3.464922] imx219 6-0010: imx219_board_setup: error during i2c read probe (-121)
[    3.464951] imx219 6-0010: board setup failed
[    3.465049] imx219: probe of 6-0010 failed with error -121
[    3.466294] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    3.469424] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[    3.469429] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[    3.469881] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.469896] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[    3.469905] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[    3.470035] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.470044] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[    3.470050] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[    3.470195] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.470204] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[    3.470209] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[    3.470444] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[    3.471392] tegra_aotag tegra-aotag: Registering sensor 0
[    3.471452] tegra_aotag tegra-aotag: Invalid temp readout
[    3.471479] tegra_aotag tegra-aotag: Invalid temp readout
[    3.471495] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[    3.471503] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[    3.472415] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.472437] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[    3.472627] tegra_aotag tegra-aotag: Invalid temp readout
[    3.472657] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[    3.473099] parse_throttle_dt_data: Num cap clks = 6
[    3.473106] parse_throttle_dt_data: clk=cclk_g type=2
[    3.473127] parse_throttle_dt_data: clk=gpu type=4
[    3.473150] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[    3.473171] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[    3.473193] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[    3.473195] parse_throttle_dt_data: clk=emc type=3
[    3.473655] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.473755] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.473889] tegra_throttle_probe: probe successful. #cdevs=4
[    3.474697] FAN dev name: pwm-fan
[    3.474755] FAN:gpio request success.
[    3.474835] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    3.475132] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    3.475343] pwm_fan_driver pwm-fan: fan tach request irq success
[    3.475352] pwm_fan_driver pwm-fan: tach period: 1000
[    3.475448] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    3.475453] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[    3.475457] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    3.475461] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    3.475465] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    3.475468] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    3.475472] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    3.475476] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    3.475479] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    3.475483] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    3.476124] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[    3.476517] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[    3.477421] device-mapper: uevent: version 1.0.3
[    3.477907] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    3.483303] tegra210-cpufreq cpufreq: probe()...completed
[    3.483980] sdhci: Secure Digital Host Controller Interface driver
[    3.483981] sdhci: Copyright(c) Pierre Ossman
[    3.483982] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.484447] sdhci-tegra sdhci-tegra.0: Got CD GPIO
[    3.484808] sdhci-tegra sdhci-tegra.0: Client registration for eMC Successful
[    3.484932] sdhci-tegra sdhci-tegra.0: wakeup init done, cdirq 300
[    3.488681] tegra-se 70012000.se: tegra_se_probe: complete
[    3.489186] hidraw: raw HID events driver (C) Jiri Kosina
[    3.490728] usbcore: registered new interface driver usbhid
[    3.490729] usbhid: USB HID core driver
[    3.492843] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[    3.493012] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[    3.494726] nvpmodel: initialized successfully
[    3.495689] usbcore: registered new interface driver snd-usb-audio
[    3.495749] No Device Node present for smmu client: snd-soc-dummy !!
[    3.495753] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[    3.495773] iommu: Adding device snd-soc-dummy to group 36
[    3.504887] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[    3.526390] OPE platform probe
[    3.526480] OPE platform probe successful
[    3.526860] OPE platform probe
[    3.526942] OPE platform probe successful
[    3.530591] mmc0: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA 64-bit with 64 bit addr
[    3.551577] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    3.551706] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    3.551834] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    3.551958] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    3.552082] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    3.552207] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    3.552328] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    3.552453] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    3.552576] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    3.552697] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    3.565611] u32 classifier
[    3.565612]     Actions configured
[    3.565683] Initializing XFRM netlink socket
[    3.566436] NET: Registered protocol family 10
[    3.567195] NET: Registered protocol family 17
[    3.567205] NET: Registered protocol family 15
[    3.567280] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.567325] Bluetooth: RFCOMM socket layer initialized
[    3.567333] Bluetooth: RFCOMM ver 1.11
[    3.567338] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.567343] Bluetooth: HIDP socket layer initialized
[    3.567362] 9pnet: Installing 9P2000 support
[    3.567398] Key type dns_resolver registered
[    3.572170] Registered cp15_barrier emulation handler
[    3.576592] Registered setend emulation handler
[    3.577727] registered taskstats version 1
[    3.578336] Adding domain ve2-pd to PM domain host1x-pd
[    3.578577] Adding domain ve-pd to PM domain host1x-pd
[    3.940637] mmc0: hw tuning done ...
[    3.940668] mmc0: new ultra high speed SDR104 SDXC card at address 59b4
[    3.941002] mmcblk0: mmc0:59b4 SDU1  60.0 GiB
[    3.944802] Alternate GPT is invalid, using primary GPT.
[    3.944822]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13
[    4.412944] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[    4.420187] tegradc tegradc.0: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_75m_150m
[    4.428627] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[    4.435769] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[    4.443100] extcon-disp-state extcon:disp-state: cable 47 state 1
[    4.449198] Extcon AUX1(HDMI) enable
[    4.453200] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[    4.459615] edid invalid
[    4.480956] tegradc tegradc.1: No lt-data, using default setting
[    4.485853] tegradc tegradc.0: nominal-pclk:148351648 parent:148350781 div:1.0 pclk:148350781 146868084~161703244
[    4.497235] tegradc tegradc.1: No hpd-gpio in DT
[    4.501870] tegradc tegradc.1: DT parsed successfully

Device UART wake up log output:

[    4.506939] tegradc tegradc.1: Display dc.ffffff800f500000 registered with id=1
[    4.514954] tegradc tegradc.1: dpd enable lookup fail:-19
[    4.524384] tegradc tegradc.1: probed
[    4.542491] tegradc tegradc.1: fb registered
[    4.549903] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    4.555600] isp 54600000.isp: initialized
[    4.556377] isp 54680000.isp: initialized
[    4.565171] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    4.568322] clk_cbus_recalc_rate: no gbus parent
[    4.568326] clk_cbus_round_rate: no gbus parent
[    4.568328] clk_cbus_round_rate: no gbus parent
[    4.568333] clk_cbus_recalc_rate: no gbus parent
[    4.568436] clk_cbus_recalc_rate: no gbus parent
[    4.568438] clk_cbus_round_rate: no gbus parent
[    4.568440] clk_cbus_round_rate: no gbus parent
[    4.568443] clk_cbus_recalc_rate: no gbus parent
[    4.568456] tegra_dvfs: GPU-cap: registered
[    4.568516] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[    4.568518] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[    4.568520] tegra dvfs: vdd-gpu: nominal 1058mV, offset 708000uV, step 10000uV, scaling enabled
[    4.622868] tegra_dvfs: vdd-gpu-vts: registered
[    4.644825] tegradc tegradc.0: blank - powerdown
[    4.645088] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[    4.645726] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[    4.646219] input: gpio-keys as /devices/gpio-keys/input/input1
[    4.657933] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    4.679231] tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 01:00:27 UTC (946688427)
[    4.680166] vi 54080000.vi: vi_probe: ++
[    4.684324] vi 54080000.vi: initialized
[    4.686826] vi 54080000.vi: subdev nvcsi--1 bound
[    4.687032] mmcblk mmc0:59b4: Card claimed for testing.
[    4.688198] Disable partitions left on by BL
[    4.688200]   disb
[    4.688245] bwmgr: missing cdev-type property
[    4.688330] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    4.688334] DRAM derating cdev registered.
[    4.691106] extcon-disp-state extcon:disp-state: cable 47 state 0
[    4.691108] Extcon AUX1(HDMI) disable
[    4.719276] tegradc tegradc.0: unblank
[    4.757237] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[    4.757285] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[    4.758276] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[    4.758281] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[    4.761503] extcon-disp-state extcon:disp-state: cable 47 state 1
[    4.761505] Extcon AUX1(HDMI) enable
[    4.761839] tegradc tegradc.0: sync windows ret = 250
[    4.968978] tegradc tegradc.1: blank - powerdown
[    4.975770] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[    4.975771] Extcon DP: HPD disabled
[    4.975773] hpd: hpd_switch 0
[    4.975775] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    4.975783] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    4.975788] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    5.022348] extcon-disp-state extcon:disp-state: cable 40 state 1
[    5.022350] Extcon HDMI: HPD enabled
[    5.022365] tegradc tegradc.0: hdmi: plugged
[   31.141706] random: crng init done
[   64.630439] tegra-xusb 70090000.xusb: cannot find firmware....retry after 1 second
[   64.630575] Freezing user space processes ... (elapsed 0.000 seconds) done.
[   64.672641] PM: Using 3 thread(s) for decompression.
[   64.672641] PM: Loading and decompressing image data (246816 pages)...
[   64.684286] hibernate: Hibernated on CPU 0 [mpidr:0x0]
[   65.082009] PM: Image loading progress:   0%
[   65.940701] PM: Image loading progress:  10%
[   66.253938] PM: Image loading progress:  20%
[   66.604775] PM: Image loading progress:  30%
[   66.930618] PM: Image loading progress:  40%
[   67.233236] PM: Image loading progress:  50%
[   67.506161] PM: Image loading progress:  60%
[   67.795605] PM: Image loading progress:  70%
[   68.079752] PM: Image loading progress:  80%
[   68.377823] PM: Image loading progress:  90%
[   68.617206] PM: Image loading progress: 100%
[   68.622092] PM: Image loading done.
[   68.625610] PM: Read 987264 kbytes in 3.93 seconds (251.21 MB/s)
[   68.641385] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 27
[   68.650378] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 27
[   68.659683] tegradc tegradc.1: suspend
[   68.663475] tegradc tegradc.0: suspend
[   68.663617] hpd: state 3 (Disabled), hpd 0, pending_hpd_evt 1
[   68.663618] hpd: request suspend
[   68.663620] hpd: switching from state 3 (Disabled) to state 3 (Disabled)
[   68.683301] extcon-disp-state extcon:disp-state: cable 47 state 0
[   68.689435] Extcon AUX1(HDMI) disable
[   68.745875] PM: quiesce of devices complete after 105.813 msecs
[   68.754569] PM: late quiesce of devices complete after 2.717 msecs
[   68.776488] PM: noirq quiesce of devices complete after 15.672 msecs
[   68.782905] Disabling non-boot CPUs ...
[   68.810837] IRQ10 no longer affine to CPU1
[   68.815259] CPU1: shutdown
[   68.818045] psci: CPU1 killed.
[   68.850796] IRQ11 no longer affine to CPU2
[   68.855318] CPU2: shutdown
[   68.858081] psci: CPU2 killed.
[   68.882816] IRQ12 no longer affine to CPU3
[   68.887338] CPU3: shutdown
[   68.890107] psci: CPU3 killed.
[   68.894556] tegra-pmc: PMC wake level = 0x178800010000
[   68.894556] tegra-pmc: PMC wake enable = 0x48178801010001
[   68.894556] Entered SC7
[  106.702994]  cache: parent cpu1 should not be sleeping
[  106.709609]  cache: parent cpu2 should not be sleeping
[  106.715982]  cache: parent cpu3 should not be sleeping
[  106.723846] ------------[ cut here ]------------
[  106.728544] WARNING: CPU: 1 PID: 7151 at drivers/platform/tegra/powergate/powergate-t21x.c:1243 tegra210_pg_unpowergate+0x55c/0x5a0
[  106.740558] ---[ end trace cfda429e760bd5cf ]---
[  106.745623] ------------[ cut here ]------------
[  106.750289] WARNING: CPU: 1 PID: 7151 at drivers/platform/tegra/powergate/powergate-t21x.c:1243 tegra210_pg_unpowergate+0x55c/0x5a0
[  106.762268] ---[ end trace cfda429e760bd5d0 ]---

Given that the Jetson doesn’t support hibernation by default, I’d be very surprised if all the necessary subsystem drivers had robust hibernation support. If they had implemented and tested hibernation for all the necessary drivers (cpu, chipset, gpu, PMIC, memory controller, etc) then I would expect them to have hibernation support enabled in the default OS.