CYW43455 bringup in Nvdia jetson platform

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AjKu_4703686
Level 1
Level 1
First like given

Hi,

I am trying to bring up CYW43455 in Nvidia Jetson Platform.

kernel:4.9.140

I have defined dts like this,

sdhci@3440000 {

      brcmf: wifi@0 {

          reg = <0>;

          compatible = "brcm,bcm4329-fmac";

     };

};

defconfig changes,

+CONFIG_BRCMUTIL=m

+CONFIG_BRCMFMAC=m

+CONFIG_BRCMFMAC_SDIO=y

able to see brcmfmac_module_init logs but brcmf_ops_sdio_probe is not getting called

facing similar issue mentioned in, brcmfmac43455-sdio.txt missing in released driver

copying brcmfmac43455-sdio.txt in /lib/firmware/brcm also didn't help.

Any idea DaCi_2690896

ZhengbaoZ_96

Thanks

0 Likes
1 Solution

Hello:

    I think you need to prepare a good SDIO board to check if the platform can detect the device.

if not, you need to check the platform SDIO config to make sure it is configured correctly.

after that , you can put 43455 into the interface for driver debug.

View solution in original post

5 Replies
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

hello:

better to provide us the logs , thanks.

0 Likes

0.000000] Booting Linux on physical CPU 0x0

[    0.000000] Linux version 4.9.140-tegra (vijai@) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro 0

[    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] 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] On node 0 totalpages: 1039872

[    0.000000]   DMA zone: 8192 pages used for memmap

[    0.000000]   DMA zone: 0 pages reserved

[    0.000000]   DMA zone: 519168 pages, LIFO batch:31

[    0.000000]   Normal zone: 8136 pages used for memmap

[    0.000000]   Normal zone: 520704 pages, LIFO batch:31

[    0.000000] psci: probing for conduit method from DT.

[    0.000000] psci: PSCIv1.0 detected in firmware.

[    0.000000] psci: Using standard PSCI v0.2 function IDs

[    0.000000] psci: MIGRATE_INFO_TYPE not supported.

[    0.000000] psci: SMC Calling Convention v1.1

[    0.000000] percpu: Embedded 25 pages/cpu @ffffffc0fefb1000 s61656 r8192 d32552 u102400

[    0.000000] pcpu-alloc: s61656 r8192 d32552 u102400 alloc=25*4096

[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3

[    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 to1

[    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: 29448(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: 3570340K/4159488K available (15294K kernel code, 2934K rwdata, 6584K rodata, 8576K init, 609K bss, 114012K 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 - 0xffffff8008f70000   ( 15296 KB)

[    0.000000]     .rodata : 0xffffff8008f70000 - 0xffffff80095f0000   (  6656 KB)

[    0.000000]       .init : 0xffffff80095f0000 - 0xffffff8009e50000   (  8576 KB)

[    0.000000]       .data : 0xffffff8009e50000 - 0xffffff800a12d808   (  2935 KB)

[    0.000000]        .bss : 0xffffff800a12d808 - 0xffffff800a1c5f3c   (   610 KB)

[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)

[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)

[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)

[    0.000000]               0xffffffbf00000000 - 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] 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.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns

[    0.001705] Console: colour dummy device 80x25

[    0.002556] console [tty0] enabled

[    0.002583] kmemleak: Kernel memory leak detector disabled

[    0.002614] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)

[    0.002642] pid_max: default: 32768 minimum: 301

[    0.003102] Security Framework initialized

[    0.003336] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)

[    0.003357] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)

[    0.004574] ftrace: allocating 47094 entries in 184 pages

[    0.174650] sched-energy: CPU device node has no sched-energy-costs

[    0.174685] ASID allocator initialised with 65536 entries

[    0.211923] tegra-id: chipid=22117.

[    0.211964] tegra-id: opt_subrevision=0.

[    0.211992] Tegra Speedo/IDDQ fuse revision 4

[    0.212007] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2

[    0.212025] Tegra: CPU Process ID 0, SoC Process ID 0, GPU Process ID 0

[    0.212042] Tegra: CPU Speedo Value 1994, SoC Speedo Value 1885, GPU Speedo Value 1985

[    0.212063] Tegra: CPU IDDQ Value 1376, SoC IDDQ Value 1556, GPU IDDQ Value 1825

[    0.212097] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 0

[    0.212122] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-mstl-neuron-a01.dts

[    0.212149] DTB Build time: Sep 26 2020 22:29:52

[    0.261049] CPU1: Booted secondary processor [411fd071]

[    0.292963] CPU2: Booted secondary processor [411fd071]

[    0.324930] CPU3: Booted secondary processor [411fd071]

[    0.325018] Brought up 4 CPUs

[    0.325080] SMP: Total of 4 processors activated.

[    0.325098] CPU features: detected feature: 32-bit EL0 Support

[    0.325374] CPU: All CPU(s) started at EL2

[    0.325405] alternatives: patching kernel code

[    0.333483] devtmpfs: initialized

[    0.370547] Initilizing CustomIPI irq domain

[    0.370973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns

[    0.371021] futex hash table entries: 1024 (order: 4, 65536 bytes)

[    0.381486] pinctrl core: initialized pinctrl subsystem

[    0.382145] OS set in device tree is not L4T.

[    0.382581] regulator-dummy: no parameters

[    0.382870] Initializing plugin-manager

[    0.382996] Plugin module not found

[    0.383244] node /plugin-manager/fragement@0 match with board >=3448-0002-100

[    0.383793] node /plugin-manager/fragment@1 match with board >=3448-0002-101

[    0.384319] node /plugin-manager/fragment@3 match with board >=3448-0002-100

[    0.385029] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt

[    0.385539] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt

[    0.386181] node /plugin-manager/fragement@10 match with board >=3448-0002-300

[    0.388296] node /plugin-manager/fragement@11 match with board >=3448-0002-300

[    0.391582] NET: Registered protocol family 16

[    0.392910] pstore: using zlib compression

[    0.393630] console [pstore-1] enabled

[    0.393648] pstore: Registered ramoops as persistent store backend

[    0.393666] ramoops: attached 0x200000@0xb0000000, ecc: 0/0

[    0.409067] cpuidle: using governor menu

[    0.413153] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver

[    0.414946] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e54000)

[    0.414993] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.

[    0.417526] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations

[    0.419738] Serial: AMBA PL011 UART driver

[    0.420263] tegra_powergate_init: DONE

[    0.420297] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-mstl-neuron-a01.dts

[    0.420326] DTB Build time: Sep 26 2020 22:29:52

[    0.422223] Tegra reboot handler registered.

[    0.426800] iommu: Adding device tegra-carveouts to group 0

[    0.426970] platform tegra-carveouts: domain=ffffffc0f9b5f3d8 allocates as[0]=ffffffc0f94440a8

[    0.427333] iommu: Adding device smmu_test to group 1

[    0.427400] platform smmu_test: domain=ffffffc0f9b5f618 allocates as[0]=ffffffc0f9444110

[    0.428242] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000

[    0.428316] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000

[    0.428387] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000

[    0.428412] nv-tegra-mc 70019000.mc: No mssnvlink node

[    0.428451] mc-err: mcerr ops are set to t21x

[    0.438078] iommu: Adding device 70090000.xusb to group 2

[    0.438398] iommu: Adding device 70006000.serial to group 3

[    0.438500] platform 70006000.serial: domain=ffffffc0f94bc618 allocates as[0]=ffffffc0f9444178

[    0.438942] iommu: Adding device 70006040.serial to group 4

[    0.439225] iommu: Adding device 70006200.serial to group 5

[    0.439467] iommu: Adding device sound to group 6

[    0.439527] platform sound: domain=ffffffc0f94bcb58 allocates as[0]=ffffffc0f94441e0

[    0.440095] iommu: Adding device 7000d400.spi to group 7

[    0.440375] iommu: Adding device 7000d600.spi to group 8

[    0.440730] iommu: Adding device 50000000.host1x to group 9

[    0.441064] iommu: Adding device 54080000.vi to group 10

[    0.441473] iommu: Adding device 54600000.isp to group 11

[    0.441745] iommu: Adding device 54680000.isp to group 12

[    0.442036] iommu: Adding device tegradc.0 to group 13

[    0.442129] platform tegradc.0: domain=ffffffc0f94c9918 allocates as[0]=ffffffc0f9444248

[    0.442667] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)

[    0.443005] iommu: Adding device tegradc.1 to group 14

[    0.443077] platform tegradc.1: domain=ffffffc0f94c9b58 allocates as[0]=ffffffc0f94442b0

[    0.443604] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)

[    0.443860] iommu: Adding device 54340000.vic to group 15

[    0.444078] iommu: Adding device 544c0000.nvenc to group 16

[    0.444290] iommu: Adding device 54500000.tsec to group 17

[    0.444508] iommu: Adding device 54100000.tsecb to group 18

[    0.444728] iommu: Adding device 54480000.nvdec to group 19

[    0.444928] iommu: Adding device 54380000.nvjpg to group 20

[    0.446056] iommu: Adding device 546c0000.i2c to group 21

[    0.446414] iommu: Adding device 57000000.gpu to group 22

[    0.446489] platform 57000000.gpu: domain=ffffffc0f94d3b58 allocates as[0]=ffffffc0f9444318

[    0.446549] platform 57000000.gpu: domain=ffffffc0f94d3b58 allocates as[1]=ffffffc0f9444380

[    0.446609] platform 57000000.gpu: domain=ffffffc0f94d3b58 allocates as[2]=ffffffc0f94443e8

[    0.446671] platform 57000000.gpu: domain=ffffffc0f94d3b58 allocates as[3]=ffffffc0f9444450

[    0.447592] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.

[    0.447632] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present

[    0.447659] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET

[    0.447679] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM

[    0.447696] tegra-pmc: ### PMC reset status reg: 0x0

[    0.497131] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered

[    0.497166] tegra-pmc: Clear bootloader IO dpd settings

[    0.497202] tegra-pmc 7000e400.pmc: IO padctrl driver initialized

[    0.497285] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands

[    0.497603] iommu: Adding device 70012000.se to group 23

[    0.498381] iommu: Adding device 7000c000.i2c to group 24

[    0.498658] iommu: Adding device 7000c400.i2c to group 25

[    0.498920] iommu: Adding device 7000c500.i2c to group 26

[    0.499191] iommu: Adding device 7000c700.i2c to group 27

[    0.499460] iommu: Adding device 7000d000.i2c to group 28

[    0.499754] iommu: Adding device 7000d100.i2c to group 29

[    0.500027] iommu: Adding device sdhci-tegra.3 to group 30

[    0.500094] platform sdhci-tegra.3: domain=ffffffc0f9564cd8 allocates as[0]=ffffffc0f94444b8

[    0.500539] iommu: Adding device sdhci-tegra.2 to group 31

[    0.500617] platform sdhci-tegra.2: domain=ffffffc0f9564f18 allocates as[0]=ffffffc0f9444520

[    0.501508] iommu: Adding device 700d0000.xudc to group 32

[    0.504854] vdd-ac-bat: 5000 mV

[    0.505264] vdd-5v0-sys: 5000 mV

[    0.506254] vdd-5v0-hdmi: supplied by vdd-5v0-sys

[    0.506318] vdd-5v0-hdmi: 5000 mV

[    0.506717] vdd-1v8-sys: 1800 mV

[    0.507120] vdd-fan: supplied by vdd-5v0-sys

[    0.507167] vdd-fan: 5000 mV

[    0.507609] vdd-usb-vbus: supplied by vdd-5v0-sys

[    0.507661] vdd-usb-vbus: 5000 mV

[    0.508198] vdd-usb-vbus2: 5000 mV

[    0.538738] HugeTLB registered 2 MB page size, pre-allocated 0 pages

[    0.541257] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip

[    0.542459] GPIO line 151 (camera-control-output-low) hogged as output/low

[    0.542497] GPIO line 152 (camera-control-output-low) hogged as output/low

[    0.542551] GPIO line 6 (system-suspend-gpio) hogged as output/high

[    0.542893] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)

[    0.550801] eventlib_kernel: keventlib is initialized, test id: 0

[    0.551160] SCSI subsystem initialized

[    0.551399] libata version 3.00 loaded.

[    0.551686] usbcore: registered new interface driver usbfs

[    0.551760] usbcore: registered new interface driver hub

[    0.551855] usbcore: registered new device driver usb

[    0.555758] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8

[    0.561060] vdd-core: 600 <--> 1162 mV at 1125 mV

[    0.561839] random: fast init done

[    0.562046] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV

[    0.564962] vdd-ddr-1v1: 1150 mV

[    0.568951] vdd-pre-reg-1v35: 1350 mV

[    0.572948] vdd-1v8: 1800 mV

[    0.576946] avdd-sys-1v2: 1200 mV

[    0.580952] vdd-pex-1v0: 1050 mV

[    0.581593] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV

[    0.582160] max77620-ldo3: at 3100 mV

[    0.584952] vdd-rtc: 850 <--> 1100 mV at 1000 mV

[    0.585557] max77620-ldo5: at 3100 mV

[    0.588957] vddio-sdmmc3-ap: 1800 <--> 3300 mV at 2800 mV

[    0.592948] avdd-1v05-pll: 1050 mV

[    0.596950] avdd-io-hdmi-dp: 1050 mV

[    0.599558] GPIO line 505 (spmic-default-output-high) hogged as output/high

[    0.599871] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)

[    0.600174] max77620 4-003c: max77620 probe successful

[    0.602840] media: Linux media interface: v0.10

[    0.602912] Linux video capture interface: v2.00

[    0.603964] pps_core: LinuxPPS API ver. 1 registered

[    0.603989] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

[    0.604032] PTP clock support registered

[    0.607276] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table

[    0.608161] Advanced Linux Sound Architecture Driver Initialized.

[    0.608809] Bluetooth: Core ver 2.22

[    0.608881] NET: Registered protocol family 31

[    0.608899] Bluetooth: HCI device and connection manager initialized

[    0.608964] Bluetooth: HCI socket layer initialized

[    0.608987] Bluetooth: L2CAP socket layer initialized

[    0.609028] Bluetooth: SCO socket layer initialized

[    0.610772] tegra210_dvfs: no clock found for sdmmc2_ddr

[    0.610809] tegra210_dvfs: no clock found for sdmmc4_ddr

[    0.610868] tegra210_dvfs: no clock found for sdmmc1_ddr

[    0.610896] tegra210_dvfs: no clock found for sdmmc3_ddr

[    0.614393] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe

[    0.615580] vdd-3v3-sys: supplied by vdd-5v0-sys

[    0.615665] vdd-3v3-sys: 3300 mV

[    0.615938] vdd-1v8-sys: supplied by vdd-3v3-sys

[    0.621026] vdd-usb-vbus2: supplied by vdd-3v3-sys

[    0.621513] vdd-3v3-sd: supplied by vdd-3v3-sys

[    0.621573] vdd-3v3-sd: 3300 mV

[    0.622644] avdd-io-edp-1v05: supplied by avdd-1v05-pll

[    0.622699] avdd-io-edp-1v05: 1050 mV

[    0.623187] vdd-usb-hub-en: supplied by vdd-1v8-sys

[    0.623238] vdd-usb-hub-en: 5000 mV

[    0.624808] camchar: rtcpu character device driver loaded

[    0.625647] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0

[    0.626985] clocksource: Switched to clocksource arch_sys_counter

[    0.666776] VFS: Disk quotas dquot_6.6.0

[    0.666943] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)

[    0.667497] nvmap_heap_init: nvmap_heap_init: created heap block cache

[    0.667921] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000

[    0.667969]  dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)

[    0.668184] cma: enabled page replacement for spfn=d7000, epfn=f0000

[    0.668210] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful

[    0.668238] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout

[    0.668291] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048

[    0.668317] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout

[    0.668350] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways

[    0.668373] nvmap_page_pool_init: Total RAM pages: 1011369

[    0.668391] nvmap_page_pool_init: nvmap page pool size: 126421 pages (493 MB)

[    0.668508] nvmap_background_zero_thread: PP zeroing thread starting.

[    0.668985] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)

[    0.669884] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)

[    0.678145] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm

[    0.678592] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm

[    0.678882] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm

[    0.679157] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm

[    0.679369] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die

[    0.679655] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz

[    0.679677] pre_t19x_iso_plat_init(): max_iso_bw=11520000KB

[    0.680120] NET: Registered protocol family 2

[    0.681098] TCP established hash table entries: 32768 (order: 6, 262144 bytes)

[    0.681334] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)

[    0.681845] TCP: Hash tables configured (established 32768 bind 32768)

[    0.682005] UDP hash table entries: 2048 (order: 4, 65536 bytes)

[    0.682100] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)

[    0.682540] NET: Registered protocol family 1

[    0.683394] RPC: Registered named UNIX socket transport module.

[    0.683424] RPC: Registered udp transport module.

[    0.683441] RPC: Registered tcp transport module.

[    0.683458] RPC: Registered tcp NFSv4.1 backchannel transport module.

[    0.683486] PCI: CLS 0 bytes, default 64

[    0.683710] Trying to unpack rootfs image as initramfs...

[    0.916205] Freeing initrd memory: 5356K

[    0.926140] host1x 50000000.host1x: initialized

[    0.928070] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available

[    0.931337] audit: initializing netlink subsys (disabled)

[    0.931433] audit: type=2000 audit(0.783:1): initialized

[    0.932197] workingset: timestamp_bits=46 max_order=20 bucket_order=0

[    0.942048] squashfs: version 4.0 (2009/01/31) Phillip Lougher

[    0.943584] ntfs: driver 2.1.32 [Flags: R/W].

[    0.944392] 9p: Installing v9fs 9p2000 file system support

[    0.947719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)

[    0.947880] io scheduler noop registered

[    0.948182] io scheduler cfq registered (default)

[    0.950850] gic 702f9000.agic: GIC IRQ controller registered

[    0.953932] iommu: Adding device 702ef000.adsp to group 33

[    0.963398] iommu: Adding device aconnect@702c0000:adsp_audio to group 34

[    0.963576] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered

[    0.964211] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x79c7c0f

[    0.964243] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4

[    0.965829] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb

[    0.965963] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb

[    0.966075] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb

[    0.966283] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1

[    0.966397] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4

[    0.966500] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4

[    0.966626] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4

[    0.966731] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4

[    0.966839] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb

[    0.966941] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb

[    0.973046] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops

[    0.974776] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000

[    0.976753] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration

[    0.978015] tegra-pcie 1003000.pcie: PCIE: Enable power rails

[    0.978386] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes

[    0.979698] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe

[    0.979943] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000

[    0.980217] Adding domain tsec-pd to PM domain host1x-pd

[    0.982566] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes

[    0.983543] tsec 54500000.tsec: initialized

[    0.985154] tsec 54100000.tsecb: initialized

[    0.985874] Adding domain nvdec-pd to PM domain host1x-pd

[    0.989466] nvdec 54480000.nvdec: initialized

[    0.990580] Adding domain vic03-pd to PM domain host1x-pd

[    0.990788] Adding domain msenc-pd to PM domain host1x-pd

[    0.990996] Adding domain nvjpg-pd to PM domain host1x-pd

[    0.995012] falcon 54340000.vic: initialized

[    0.996298] falcon 544c0000.nvenc: initialized

[    0.997726] falcon 54380000.nvjpg: initialized

[    1.002157] tegra_cec 70015000.tegra_cec: dt=1 start=0x70015000 end=0x70015FFF irq=97

[    1.002235] tegra_cec 70015000.tegra_cec: Enable clock result: 0.

[    1.002289] tegra_cec 70015000.tegra_cec: tegra_cec_init started

[    1.002336] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1

[    1.002471] display board info: id 0x0, fab 0x0

[    1.002554] generic_infoframe_type: 0x87

[    1.002585] tegra_cec 70015000.tegra_cec: cec_add_sysfs ret=0

[    1.002610] tegra_cec 70015000.tegra_cec: probed

[    1.002738] tegradc tegradc.0: DT parsed successfully

[    1.002807] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0

[    1.006491] tegradc tegradc.0: probed

[    1.007308] Console: switching to colour frame buffer device 80x30

[    1.007370] tegradc tegradc.0: fb registered

[    1.008567] tegradc tegradc.1: disp1 connected to head1->/host1x/sor

[    1.008688] tegradc tegradc.1: No lt-data, using default setting

[    1.008733] tegradc tegradc.1: No hpd-gpio in DT

[    1.008779] tegradc tegradc.1: DT parsed successfully

[    1.008843] tegradc tegradc.1: Display dc.ffffff800ad00000 registered with id=1

[    1.010313] tegradc tegradc.1: dpd enable lookup fail:-19

[    1.010941] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels

[    1.516491] Host read timeout at address 545c00c4

[    1.517931] tegradc tegradc.1: probed

[    1.518365] tegradc tegradc.1: fb registered

[    1.519252] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 22 channels

[    1.520027] tegra-fuse-burn 7000f800.efuse:efuse-burn: shutdown limit check disabled

[    1.520051] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized

[    1.520349] kfuse 7000fc00.kfuse: initialized

[    1.521261] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available

[    1.521604] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1

[    1.521629] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)

[    1.521651] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0

[    1.521677] tegradc tegradc.1: blank - powerdown

[    1.521710] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.

[    1.521728] Extcon DP: HPD disabled

[    1.521740] hpd: hpd_switch 0

[    1.521753] hpd: switching from state 0 (Reset) to state 1 (Check Plug)

[    1.521772] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0

[    1.521789] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)

[    1.522126] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0

[    1.523113] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now

[    1.523141] vdd-cpu: 708 <--> 1322 mV at 708 mV

[    1.523535] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed

[    1.524868] vdd-gpu: applied init 1000000uV constraint

[    1.524891] vdd-gpu: 708 <--> 1323 mV at 997 mV

[    1.525252] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed

[    1.528641] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled

[    1.528773] No Device Node present for smmu client: serial8250 !!

[    1.528795] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)

[    1.528853] iommu: Adding device serial8250 to group 35

[    1.531356] console [ttyS0] disabled

[    1.531474] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra

[    2.008240] tegra_cec 70015000.tegra_cec: Can't find physical addresse.

[    2.008246] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.

[    2.020294] tegra-pcie 1003000.pcie: link 0 down, retrying

[    2.440853] tegra-pcie 1003000.pcie: link 0 down, retrying

[    2.845237] tegra-pcie 1003000.pcie: link 0 down, retrying

[    2.847255] tegra-pcie 1003000.pcie: link 0 down, ignoring

[    2.953440] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00

[    2.953450] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]

[    2.953455] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]

[    2.953460] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]

[    2.953465] pci_bus 0000:00: root bus resource [bus 00-ff]

[    2.953505] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400

[    2.953614] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold

[    2.953845] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring

[    2.954001] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000

[    2.954032] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x00ff]

[    2.954065] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref]

[    2.954087] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]

[    2.954229] pci 0000:01:00.0: supports D1 D2

[    2.954233] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold

[    2.963053] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01

[    2.963103] pci 0000:00:02.0: BAR 15: assigned [mem 0x20000000-0x200fffff 64bit pref]

[    2.963109] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]

[    2.963118] pci 0000:01:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref]

[    2.963139] pci 0000:01:00.0: BAR 2: assigned [mem 0x20004000-0x20004fff 64bit pref]

[    2.963157] pci 0000:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]

[    2.963168] pci 0000:00:02.0: PCI bridge to [bus 01]

[    2.963174] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]

[    2.963182] pci 0000:00:02.0:   bridge window [mem 0x20000000-0x200fffff 64bit pref]

[    2.963516] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt

[    2.963520] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt

[    2.963527] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded

[    2.963669] aer 0000:00:02.0:pcie002: service driver aer loaded

[    4.085371] console [ttyS0] enabled

[    4.090145] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART

[    4.099353] serial-tegra 70006200.serial: RX in PIO mode

[    4.104774] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART

[    4.114750] [drm] Initialized

[    4.127880] brd: module loaded

[    4.136432] loop: module loaded

[    4.139727] tegra_profiler: version: 1.141, samples/io: 48/28

[    4.145608] tegra_profiler: auth: init

[    4.150733] THERMAL EST: found 2 subdevs

[    4.154774] THERMAL EST num_resources: 0

[    4.158716] [THERMAL EST subdev 0]

[    4.162132] [THERMAL EST subdev 1]

[    4.166005] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est

[    4.174983] THERMAL EST: thz register success.

[    4.179584] THERMAL EST: end of probe, return err: 0

[    4.185715] sd: No Scsi addr parsed to reserve index

[    4.190751] hisi_sas: driver version v1.6

[    4.201245] libphy: Fixed MDIO Bus: probed

[    4.206167] tun: Universal TUN/TAP device driver, 1.6

[    4.211264] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>

[    4.218536] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k

[    4.224400] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.

[    4.230423] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k

[    4.237396] igb: Copyright (c) 2007-2014 Intel Corporation.

[    4.243030] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k

[    4.250871] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.

[    4.256853] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4

[    4.263851] Copyright(c) 1999 - 2017 Intel Corporation.

[    4.270101] r8168 0000:01:00.0: enabling device (0000 -> 0003)

[    4.275993] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded

[    4.303395] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node

[    4.315827] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:ea:47:10 from device tree

[    4.328329] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.

[    4.339781] r8168  Copyright (C) 2017  Realtek NIC software team <nicfae@realtek.com>

                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.

                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.

[    4.371173] PPP generic driver version 2.4.2

[    4.375661] PPP BSD Compression module registered

[    4.380380] PPP Deflate Compression module registered

[    4.385478] PPP MPPE Compression module registered

[    4.390278] NET: Registered protocol family 24

[    4.394803] usbcore: registered new interface driver r8152

[    4.400342] usbcore: registered new interface driver asix

[    4.405815] usbcore: registered new interface driver ax88179_178a

[    4.411952] usbcore: registered new interface driver cdc_ether

[    4.417831] usbcore: registered new interface driver net1080

[    4.423536] usbcore: registered new interface driver cdc_subset

[    4.429501] usbcore: registered new interface driver zaurus

[    4.435132] usbcore: registered new interface driver cdc_ncm

[    4.440968] VFIO - User Level meta-driver version: 0.3

[    4.447356] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

[    4.453924] ehci-pci: EHCI PCI platform driver

[    4.458428] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver

[    4.464622] ohci-pci: OHCI PCI platform driver

[    4.469117] ohci-platform: OHCI generic platform driver

[    4.476941] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP

[    4.483320] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0

[    4.491662] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f90dd800 id

[    4.500282] usbcore: registered new interface driver uas

[    4.505652] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release

[    4.505701] tegra-xusb 70090000.xusb: xHCI Host Controller

[    4.505722] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1

[    4.506476] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010

[    4.506539] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000

[    4.506750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[    4.506756] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    4.506760] usb usb1: Product: xHCI Host Controller

[    4.506764] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd

[    4.506767] usb usb1: SerialNumber: 70090000.xusb

[    4.507378] hub 1-0:1.0: USB hub found

[    4.507419] hub 1-0:1.0: 5 ports detected

[    4.507961] tegra-xusb 70090000.xusb: xHCI Host Controller

[    4.507972] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2

[    4.508047] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.

[    4.508145] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003

[    4.508150] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    4.508154] usb usb2: Product: xHCI Host Controller

[    4.508157] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd

[    4.508160] usb usb2: SerialNumber: 70090000.xusb

[    4.508581] hub 2-0:1.0: USB hub found

[    4.508611] hub 2-0:1.0: 4 ports detected

[    4.611151] usb usb1: usb_suspend_both: status 0

[    4.645106] usbcore: registered new interface driver usb-storage

[    4.651258] usbcore: registered new interface driver usbserial

[    4.660582] tegra-xudc-new 700d0000.xudc: device count: 1

[    4.667292] tegra-xudc-new 700d0000.xudc: USB charger detection disabled

[    4.674022] tegra-xudc-new 700d0000.xudc: vbus state: 0

[    4.679309] tegra-xudc-new 700d0000.xudc: entering ELPG

[    4.684789] tegra-xudc-new 700d0000.xudc: entering ELPG done

[    4.687639] mousedev: PS/2 mouse device common for all mice

[    4.687741] usbcore: registered new interface driver xpad

[    4.831227] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0

[    4.841031] rtc rtc1: alarm rtc device

[    4.844824] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1

[    4.852000] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock

[    4.858717] i2c /dev entries driver

[    4.864075] i2c i2c-6: Added multiplexed i2c bus 7

[    4.869267] i2c i2c-6: Added multiplexed i2c bus 8

[    4.874079] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter

[    4.881889] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6

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

[    4.917804] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)

[    4.925320] imx219 7-0010: board setup failed

[    4.929782] imx219: probe of 7-0010 failed with error -121

[    4.935809] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6

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

[    4.971645] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)

[    4.979183] imx219 8-0010: board setup failed

[    4.983609] imx219: probe of 8-0010 failed with error -121

[    4.990372] max77620-power max77620-power: Event recorder REG_NVERC : 0x0

[    4.999727] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2

[    5.006816] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4

[    5.014226] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000

[    5.023557] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC

[    5.032533] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC

[    5.041550] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000

[    5.050873] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC

[    5.059840] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC

[    5.068869] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000

[    5.078187] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC

[    5.087156] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature

[    5.095166] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19

[    5.103027] tegra_aotag tegra-aotag: Registering sensor 0

[    5.108533] tegra_aotag tegra-aotag: Bound to TZ : ID 0

[    5.113784] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0

[    5.120280] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000

[    5.129622] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered

[    5.137851] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered

[    5.146623] parse_throttle_dt_data: Num cap clks = 6

[    5.151603] parse_throttle_dt_data: clk=cclk_g type=2

[    5.156677] parse_throttle_dt_data: clk=gpu type=4

[    5.161497] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0

[    5.167618] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0

[    5.173737] parse_throttle_dt_data: clk=cap.throttle.sclk type=0

[    5.179752] parse_throttle_dt_data: clk=emc type=3

[    5.184921] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000

[    5.194342] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000

[    5.203804] tegra_throttle_probe: probe successful. #cdevs=4

[    5.210244] FAN dev name: pwm-fan

[    5.213654] FAN:gpio request success.

[    5.217395] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255

[    5.223376] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal

[    5.230159] pwm_fan_driver pwm-fan: fan tach request irq success

[    5.236184] pwm_fan_driver pwm-fan: tach period: 1000

[    5.241340] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2

[    5.248919] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2

[    5.256671] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2

[    5.264504] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2

[    5.272341] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3

[    5.280174] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3

[    5.288012] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3

[    5.295847] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4

[    5.303690] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4

[    5.311613] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4

[    5.320311] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.

[    5.329024] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)

[    5.337844] device-mapper: uevent: version 1.0.3

[    5.342953] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com

[    5.356685] tegra210-cpufreq cpufreq: probe()...completed

[    5.362876] sdhci: Secure Digital Host Controller Interface driver

[    5.369057] sdhci: Copyright(c) Pierre Ossman

[    5.373415] sdhci-pltfm: SDHCI platform and OF driver helper

[    5.383110] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful

[    5.398590] sdhci-tegra sdhci-tegra.2: Client registration for eMC Successful

[    5.410051] tegra-se 70012000.se: tegra_se_probe: complete

[    5.416070] hidraw: raw HID events driver (C) Jiri Kosina

[    5.422662] usbcore: registered new interface driver usbhid

[    5.428251] usbhid: USB HID core driver

[    5.434181] tegra21x_actmon 6000c800.actmon: in actmon_register()...

[    5.440801] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all

[    5.443005] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr

[    5.450983] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA 64-bit with 64 bit addr

[    5.469527] nvpmodel: initialized successfully

[    5.475157] usbcore: registered new interface driver snd-usb-audio

[    5.481416] No Device Node present for smmu client: snd-soc-dummy !!

[    5.487783] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)

[    5.497973] iommu: Adding device snd-soc-dummy to group 36

[    5.504827] mmc0: new HS400 Enhanced strobe MMC card at address 0001

[    5.511781] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0

[    5.526634] OPE platform probe

[    5.527296] mmcblk0: mmc0:0001 DG4016 14.7 GiB

[    5.531483] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB

[    5.531608] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB

[    5.535785] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB

[    5.536883]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17

[    5.559422] OPE platform probe successful

[    5.563730] OPE platform probe

[    5.566860] OPE platform probe successful

[    5.595559] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok

[    5.601462] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok

[    5.607335] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok

[    5.613202] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok

[    5.619077] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok

[    5.624960] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok

[    5.630821] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok

[    5.636687] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok

[    5.642569] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok

[    5.648429] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok

[    5.666316] u32 classifier

[    5.669042]     Actions configured

[    5.672515] Initializing XFRM netlink socket

[    5.677489] NET: Registered protocol family 10

[    5.682640] NET: Registered protocol family 17

[    5.687100] NET: Registered protocol family 15

[    5.691618] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.

[    5.704610] Bluetooth: RFCOMM socket layer initialized

[    5.709756] Bluetooth: RFCOMM ver 1.11

[    5.713508] Bluetooth: HIDP (Human Interface Emulation) ver 1.2

[    5.719427] Bluetooth: HIDP socket layer initialized

[    5.724407] 9pnet: Installing 9P2000 support

[    5.728710] Key type dns_resolver registered

[    5.733404] Registered cp15_barrier emulation handler

[    5.738510] Registered setend emulation handler

[    5.744644] registered taskstats version 1

[    5.749320] Adding domain ve2-pd to PM domain host1x-pd

[    5.754799] Adding domain ve-pd to PM domain host1x-pd

[    5.761997] isp 54600000.isp: initialized

[    5.766959] isp 54680000.isp: initialized

[    5.780884] last reset is due to power on reset

[    5.785436] KERNEL: PMC reset status reg: 0x0

[    5.789866] BL: PMC reset status reg: 0x0

[    5.793877] BL: PMIC poweroff Event Recorder: 0x40

[    5.800145] clk_cbus_recalc_rate: no gbus parent

[    5.804777] clk_cbus_round_rate: no gbus parent

[    5.809311] clk_cbus_round_rate: no gbus parent

[    5.813846] clk_cbus_recalc_rate: no gbus parent

[    5.818553] clk_cbus_recalc_rate: no gbus parent

[    5.823185] clk_cbus_round_rate: no gbus parent

[    5.827716] clk_cbus_round_rate: no gbus parent

[    5.832245] clk_cbus_recalc_rate: no gbus parent

[    5.836873] tegra_dvfs: GPU-cap: registered

[    5.841107] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled

[    5.849800] tegra dvfs: vdd-core: nominal 1125mV, offset 600000uV, step 12500uV, scaling enabled

[    5.858581] tegra dvfs: vdd-gpu: nominal 1088mV, offset 708000uV, step 10000uV, scaling enabled

[    5.868645] tegra_dvfs: vdd-gpu-vts: registered

[    5.873877] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered

[    5.883727] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered

[    5.893137] input: gpio-keys as /devices/gpio-keys/input/input1

[    5.931943] tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 01:00:21 UTC (946688421)

[    5.941625] vi 54080000.vi: vi_probe: ++

[    5.948447] vi 54080000.vi: initialized

[    5.954333] vi 54080000.vi: subdev nvcsi--2 bound

[    5.959152] vi 54080000.vi: subdev nvcsi--1 bound

[    5.964089] mmcblk mmc0:0001: Card claimed for testing.

[    5.970602] Disable partitions left on by BL

[    5.974895]   disb

[    5.976956] bwmgr: missing cdev-type property

[    5.981409] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000

[    5.990756] DRAM derating cdev registered.

[    5.995861] vdd-fan: disabling

[    5.998913] vdd-usb-vbus: disabling

[    6.002414] vdd-usb-vbus2: disabling

[    6.005999] vddio-sdmmc-ap: disabling

[    6.009741] vdd-3v3-sd: disabling

[    6.013064] avdd-io-edp-1v05: disabling

[    6.016900] vdd-usb-hub-en: disabling

[    6.020650] ALSA device list:

[    6.023620]   #0: tegra-hda at 0x70038000 irq 82

[    6.028238]   #1: tegra-snd-t210ref-mobile-rt565x

[    6.036062] Freeing unused kernel memory: 8576K

[    6.061080] Root device found: mmcblk0p1

[    6.066073] Found dev node: /dev/mmcblk0p1

[    6.219007] EXT4-fs (mmcblk0p1): 2 orphan inodes deleted

[    6.224332] EXT4-fs (mmcblk0p1): recovery complete

[    6.242709] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)

[    6.251611] Rootfs mounted over mmcblk0p1

[    6.269802] Switching from initrd to actual rootfs

[    6.359839] systemd[1]: System time before build time, advancing clock.

[    6.391392] ip_tables: (C) 2000-2006 Netfilter Core Team

[    6.408102] cgroup: cgroup2: unknown option "nsdelegate"

[    6.420339] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ)

[    6.442438] systemd[1]: Detected architecture arm64.

[    6.472431] systemd[1]: No hostname configured.

[    6.477029] systemd[1]: Set hostname to <localhost>.

[    6.562260] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support B.

[    6.579328] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)

[    6.687421] random: systemd: uninitialized urandom read (16 bytes read)

[    6.694319] systemd[1]: Started Forward Password Requests to Wall Directory Watch.

[    6.702108] random: systemd: uninitialized urandom read (16 bytes read)

[    6.710302] systemd[1]: Created slice User and Session Slice.

[    6.716188] random: systemd: uninitialized urandom read (16 bytes read)

[    6.722829] systemd[1]: Reached target User and Group Name Lookups.

[    6.730010] systemd[1]: Created slice System Slice.

[    6.797909] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)

[    6.945138] systemd-journald[1973]: Received request to flush runtime journal from PID 1

[    7.395602] nvgpu: 57000000.gpu           gm20b_init_clk_setup_sw:1268 [INFO]  GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)

[    7.984720] using random self ethernet address

[    8.004475] using random host ethernet address

[    8.060990] random: crng init done

[    8.064398] random: 7 urandom warning(s) missed due to ratelimiting

[    8.676344] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0

[    8.676350] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0

[    8.775207] usb usb2: usb_suspend_both: status 0

[   11.123032] tegra-xusb 70090000.xusb: entering ELPG

[   11.124061] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0

[   11.124260] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0

[   11.125880] tegra-xusb 70090000.xusb: entering ELPG done

[   11.176785] zram: Added device: zram0

[   11.179535] zram: Added device: zram1

[   11.183603] zram: Added device: zram2

[   11.186206] zram: Added device: zram3

[   11.220760] zram0: detected capacity change from 0 to 519606272

[   11.289812] Adding 507424k swap on /dev/zram0.  Priority:5 extents:1 across:507424k SS

[   11.293205] zram1: detected capacity change from 0 to 519606272

[   11.305358] Adding 507424k swap on /dev/zram1.  Priority:5 extents:1 across:507424k SS

[   11.309509] zram2: detected capacity change from 0 to 519606272

[   11.324445] Adding 507424k swap on /dev/zram2.  Priority:5 extents:1 across:507424k SS

[   11.328295] zram3: detected capacity change from 0 to 519606272

[   11.349956] Adding 507424k swap on /dev/zram3.  Priority:5 extents:1 across:507424k SS

[   11.557978] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

[   11.559629] eth0: 0xffffff800a38c000, 00:04:4b:ea:47:10, IRQ 406

[   11.695408] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

[   13.747772] r8168: eth0: link up

[   13.747800] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

[   14.542874] tegradc tegradc.0: blank - powerdown

[   14.542884] tegradc tegradc.1: blank - powerdown

[   15.029652] fuse init (API version 7.26)

WiFi client probe itself not happening. Please let me know if you need any other information.ZhengbaoZ_96

0 Likes

Hello:

I think the enumeration is not successful , we often have this line printed out if new SDIO interface inserted...

mmc1: new high speed SDIO card at address 0001

0 Likes

ZhengbaoZ_96

Thank you for the reply. Any idea How to debug this?

SeSo_4694526

I am facing the same SDIO detection issue as mentioned in your post,Re: How to configure SDIO interface on CYW43455 with ARM Cortex A5

How detection happend finally?

$ dmesg | grep "SDIO"

0 Likes

Hello:

    I think you need to prepare a good SDIO board to check if the platform can detect the device.

if not, you need to check the platform SDIO config to make sure it is configured correctly.

after that , you can put 43455 into the interface for driver debug.