Hi b2,
I’ve already had done these changes as also I’ve had added another entry in devices.c
struct swgid_fixup tegra_swgid_fixup[] = {
...
{ .name = "sdhci-tegra.1", .swgids = SWGID(PPCS1) },
...
So, all the logs I’ve already posted are with these changes.
A thing that I’ve noticed is that in tegranote-r2 source the platform_device for tegra_sdhci_device1 is using the “sdhci-tegra” name instead of the “wl12xx” that I’m using.
static struct platform_device tegra_sdhci_device1 = {
.name = "wl12xx"
// .name = "sdhci-tegra", // <- tegranore-r2
.id = 1,
.resource = sdhci_resource1,
.num_resources = ARRAY_SIZE(sdhci_resource1),
.dev = {
.dma_mask = &tegra_sdhci_dmamask,
.coherent_dma_mask = DMA_BIT_MASK(64),
.platform_data = &tegra_sdhci_platform_data1,
},
};
During my first tests I also had left the name as “sdhci-tegra” but the kernel couldn’t recognize any “wl12xx” device in order to load the driver. For example with the ‘.name=sdhci-tegra’, the log is the same as before, but when I’m loading the driver manually I’m getting the following.
root@mghd271-tk1:~# modprobe wlcore_sdio
root@mghd271-tk1:~# /s modprobe wl12xx
[ 145.073488] cfg80211: Calling CRDA to update world regulatory domain
root@mghd271-tk1:~# lsmod
Module Size Used by
wlcore_sdio 4293 0
wl12xx 48426 0
wlcore 164070 1 wl12xx
mac80211 351632 2 wl12xx,wlcore
cfg80211 348474 2 mac80211,wlcore
rfkill 9649 1 cfg80211
So, the kernel doesn’t crush, but also when the driver is loaded it does nothing, there’s no device.
Also ‘iw dev’ doesn’t return anything. So, reading the porting guide from TI I thought that I had to change the .name of the device to “wl12xx” in order to trigger the driver. That did the trigger, but I got the kernel oops. I both cases though, I couldn’t get a clock from the sdmmc2 interface.
Below is the kernel log with all the changes we discussed in devices.c and board-ardbeg-sdhci.c and specifically I’ve made the exact changes in the board-ardbeg-sdhci.c, to meet exactly the rel-tegranote-r2 file (.name = “tegra-sdhci”).
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.40+ (gcc version 4.9.3 20141119 (release) [ARM/embedded-4_9-branch revision 218278] (GNU Tools for ARM Embedded Processors) ) #15 SMP PREEMPT Wed Aug 17 08:49:33 BST 2016
[ 0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: jetson-tk1, model: NVIDIA Tegra124 PM375, serial: 0
[ 0.000000] Truncating memory at 0x80000000 to fit in 32-bit physical address space
[ 0.000000] Found tsec, start=0xf4900000 size=2000000
[ 0.000000] Tegra reserved memory:
[ 0.000000] LP0: f46ff000 - f46ff80f
[ 0.000000] Bootloader framebuffer: 00000000 - 00000000
[ 0.000000] Bootloader framebuffer2: 00000000 - 00000000
[ 0.000000] Framebuffer: f8500000 - f96fffff
[ 0.000000] 2nd Framebuffer: f9700000 - fdefffff
[ 0.000000] Carveout: 00000000 - 00000000
[ 0.000000] Vpr: 00000000 - 00000000
[ 0.000000] Tsec: f4900000 - f68fffff
[ 0.000000] cma: CMA: reserved 16 MiB at ae800000
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] DTS File Name: arch/arm/boot/dts/tegra124-test.dts
[ 0.000000] Tegra12: CPU Speedo value 2311, Soc Speedo value 2259, Gpu Speedo value 2118
[ 0.000000] Tegra12: CPU Speedo ID 5, Soc Speedo ID 0, Gpu Speedo ID 1
[ 0.000000] Tegra12: CPU Process ID 0,Soc Process ID 1,Gpu Process ID 0
[ 0.000000] Tegra Revision: A01 SKU: 0x87 CPU Process: 0 Core Process: 1
[ 0.000000] tegra: PLLP fixed rate: 408000000
[ 0.000000] tegra_clk_shared_bus_user_init: c2bus client se left ON
[ 0.000000] tegra_clk_shared_bus_user_init: c4bus client vi left ON
[ 0.000000] Lowering cpu_lp maximum rate from 1350000000 to 1044000000
[ 0.000000] Lowering sbus maximum rate from 420000000 to 372000000
[ 0.000000] Lowering vic03 maximum rate from 900000000 to 756000000
[ 0.000000] Lowering tsec maximum rate from 900000000 to 756000000
[ 0.000000] Lowering msenc maximum rate from 600000000 to 480000000
[ 0.000000] Lowering se maximum rate from 600000000 to 480000000
[ 0.000000] Lowering vde maximum rate from 600000000 to 480000000
[ 0.000000] Lowering host1x maximum rate from 500000000 to 408000000
[ 0.000000] Lowering vi maximum rate from 700000000 to 600000000
[ 0.000000] Lowering isp maximum rate from 700000000 to 600000000
[ 0.000000] Lowering c4bus maximum rate from 700000000 to 600000000
[ 0.000000] Lowering pll_c maximum rate from 1400000000 to 1066000000
[ 0.000000] Lowering pll_c2 maximum rate from 1200000000 to 1066000000
[ 0.000000] Lowering pll_c3 maximum rate from 1200000000 to 1066000000
[ 0.000000] Lowering hdmi maximum rate from 594000000 to 297000000
[ 0.000000] Lowering sdmmc1 maximum rate from 208000000 to 204000000
[ 0.000000] Lowering sdmmc3 maximum rate from 208000000 to 204000000
[ 0.000000] Lowering gbus maximum rate from 1032000000 to 852000000
[ 0.000000] Lowering cpu_g maximum rate from 3000000000 to 2065500000
[ 0.000000] tegra dvfs: VDD_CPU nominal 1260mV, scaling enabled
[ 0.000000] tegra dvfs: VDD_CORE nominal 1150mV, scaling enabled
[ 0.000000] tegra dvfs: VDD_GPU nominal 1200mV, scaling enabled
[ 0.000000] Switching to timer-based delay loop
[ 0.000000] tegra_powergate_init: DONE
[ 0.000000] tegra12_plle_clk_enable: pll_e is already enabled
[ 0.000000] PERCPU: Embedded 9 pages/cpu @c1dee000 s15360 r8192 d13312 u36864
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 490768
[ 0.000000] Kernel command line: console=ttyS0,115200n8 no_console_suspend=1 lp0_vec=2064@0xf46ff000 mem=2015M@2048M memtype=255 ddr_die=2048M@2048M section=256M pmuboard=0x0177:0x0000:0x42:0x44:0x00 tsec=32M@3913M otf_key=c75e5bb91eb3bd947560357b64422f85 usbcore.old_scheme_first=1 usbcore.autosuspend=-1 core_edp_mv=1150 core_edp_ma=4000 tegraid=40.1.1.0.0 debug_uartport=lsport,3 power_supply=Adapter audio_codec=rt5640 modem_id=0 android.kerneltype=normal commchip_id=0 usb_port_owner_info=0 lane_owner_info=6 emc_max_dvfs=0 touch_id=0@0 board_info=0x0177:0x0000:0x42:0x44:0x00 root=/dev/mmcblk0p4 rootwait rw gpt
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 1923MB = 1923MB total
[ 0.000000] Memory: 1921024k/1921024k available, 142336k reserved, 1190908K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0b18f90 (11332 kB)
[ 0.000000] .init : 0xc0b19000 - 0xc0b98c00 ( 511 kB)
[ 0.000000] .data : 0xc0b9a000 - 0xc0cf90b8 (1405 kB)
[ 0.000000] .bss : 0xc0cf90b8 - 0xc0d93f0c ( 620 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:960
[ 0.000000] the number of interrupt controllers found is 5
[ 0.000000] Architected local timer running at 12.00MHz (phys).
[ 0.000000] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 2863311536128ns
[ 0.000000] Ignoring duplicate/late registration of read_current_timer delay
[ 0.000000] Console: colour dummy device 80x30
[ 0.000435] Calibrating delay loop (skipped), value calculated using timer frequency.. lpj=12000
[ 0.000451] pid_max: default: 32768 minimum: 301
[ 0.000711] Mount-cache hash table entries: 512
[ 0.020101] Initializing cgroup subsys debug
[ 0.020117] Initializing cgroup subsys freezer
[ 0.020172] CPU: Testing write buffer coherency: ok
[ 0.020209] ftrace: allocating 30603 entries in 60 pages
[ 0.059074] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059101] Setting up static identity map for 0xc0800ee0 - 0xc0800f74
[ 0.063105] ftrace: Allocated trace_printk buffers
[ 0.070726] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.073732] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.076777] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.076962] Brought up 4 CPUs
[ 0.076998] SMP: Total of 4 processors activated.
[ 0.077005] CPU: All CPU(s) started in SVC mode.
[ 0.077902] devtmpfs: initialized
[ 0.086372] pinctrl core: initialized pinctrl subsystem
[ 0.086679] regulator-dummy: no parameters
[ 0.087363] NET: Registered protocol family 16
[ 0.089676] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.090901] tegra_smmu tegra_smmu: Loaded Tegra IOMMU driver
[ 0.092324] console [pstore-1] enabled
[ 0.092351] ramoops: attached 0x200000@0xf8300000, ecc: 0/0
[ 0.092705] cpuidle: using governor ladder
[ 0.092718] cpuidle: using governor menu
[ 0.096447] ardbeg_camera_auxdata: update camera lookup table.
[ 0.105308] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
[ 0.105720] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
[ 0.111890] Wake16 for irq=34
[ 0.114147] Wake58 for irq=81
[ 0.114184] Wake41 for irq=129
[ 0.114194] Wake43 for irq=129
[ 0.114228] Wake40 for irq=53
[ 0.114237] Wake42 for irq=53
[ 0.117967] board_info: id:sku:fab:major:minor = 0x0177:0x0000:0x42:0x44:0x00
[ 0.118030] board_info: id:sku:fab:major:minor = 0x0177:0x0000:0x42:0x44:0x00
[ 0.118082] (NULL device *): DSI: clk: 432000000
[ 0.118110] Selecting UARTD as the debug console
[ 0.118146] The debug console clock name is uartd
[ 0.118541] ardbeg_modem_init: modem_id = 0
[ 0.120246] === wl1271 wl12xx_set_platform_data
[ 0.120308] ==== gpio_to_irq(ARDBEG_WLAN_PWR)=257
[ 0.121199] Clear bootloader IO dpd settings
[ 0.121390] Loading jetson TK1 EMC tables.
[ 0.121639] tegra: pll_m is selected as scalable EMC clock source
[ 0.121670] Lowering emc maximum rate from 1200000000 to 924000000
[ 0.121685] tegra: validated EMC DFS table
[ 0.121797] ardbeg_edp_init: CPU regulator 12500 mA
[ 0.372634] ardbeg_edp_init: GPU regulator 11400 mA
[ 0.373568] swapper/0 isomgr_init(): iso emc max clk=924000KHz
[ 0.373579] swapper/0 isomgr_init(): max_iso_bw=7392000KB[ 0.373918] ardbeg_touch_init init raydium touch
[ 0.374056] Raydium - touch platform_id : 8
[ 0.374150] (NULL device *): DSI: clk: 432000000
[ 0.456875] platform tegradc.0: IOVA linear map 0xf8500000(1200000)
[ 0.460167] platform tegradc.0: IOVA linear map 0xf9700000(4800000)
[ 0.465148] platform tegradc.1: IOVA linear map 0xf8500000(1200000)
[ 0.468430] platform tegradc.1: IOVA linear map 0xf9700000(4800000)
[ 0.468814] FUSE: cp_rev 0 ft_rev 0
[ 0.468994] tegra11_soctherem_oc_int_init(): OC interrupts are not enabled
[ 0.469362] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.469375] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.469637] mc-err: Started MC error interface!
[ 0.479946] bio: create slab <bio-0> at 0
[ 0.481776] reg-fixed-voltage 0.regulator: Consumer c1 does not have device name
[ 0.481795] reg-fixed-voltage 0.regulator: Consumer c2 does not have device name
[ 0.481911] vdd-ac-bat: 8400 mV
[ 0.482034] reg-fixed-voltage 1.regulator: Consumer c1 does not have device name
[ 0.482050] reg-fixed-voltage 1.regulator: Consumer c2 does not have device name
[ 0.482176] vdd-3v3-aon: 3300 mV
[ 0.482318] reg-fixed-voltage 8.regulator: Consumer c1 does not have device name
[ 0.482333] reg-fixed-voltage 8.regulator: Consumer c2 does not have device name
[ 0.482347] reg-fixed-voltage 8.regulator: Consumer c3 does not have device name
[ 0.482367] reg-fixed-voltage 8.regulator: Consumer c6 does not have device name
[ 0.482381] reg-fixed-voltage 8.regulator: Consumer c7 does not have device name
[ 0.482394] reg-fixed-voltage 8.regulator: Consumer c8 does not have device name
[ 0.482407] reg-fixed-voltage 8.regulator: Consumer c9 does not have device name
[ 0.482421] reg-fixed-voltage 8.regulator: Consumer c10 does not have device name
[ 0.482435] reg-fixed-voltage 8.regulator: Consumer c11 does not have device name
[ 0.482448] reg-fixed-voltage 8.regulator: Consumer c12 does not have device name
[ 0.482561] reg-3v3-supply: 3300 mV
[ 0.484157] vgaarb: loaded
[ 0.484778] SCSI subsystem initialized
[ 0.485157] usbcore: registered new interface driver usbfs
[ 0.485212] usbcore: registered new interface driver hub
[ 0.485306] usbcore: registered new device driver usb
[ 0.487995] as3722 4-0040: AS3722 ID: ID1:ID2:ID3 = 0x0c:0x01:0x15
[ 0.488010] as3722 4-0040: Final OTP version 1V21
[ 0.492963] gpiochip_add: registered GPIOs 1016 to 1023 on device: as3722-gpio
[ 0.493153] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.493194] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.493247] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.493262] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.493276] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.493290] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.493331] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.493345] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.493358] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.493372] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.493385] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[ 0.493399] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.493413] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[ 0.493459] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.493472] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.493486] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.493499] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.493513] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.493527] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[ 0.493540] as3722-regulator as3722-regulator.0: Consumer c11 does not have device name
[ 0.493554] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[ 0.493568] as3722-regulator as3722-regulator.0: Consumer c13 does not have device name
[ 0.493581] as3722-regulator as3722-regulator.0: Consumer c14 does not have device name
[ 0.493595] as3722-regulator as3722-regulator.0: Consumer c15 does not have device name
[ 0.493633] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.493646] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.493682] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.493696] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.493709] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.493723] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.493736] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[ 0.493750] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.493764] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[ 0.493777] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.493790] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.493844] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.493857] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.493870] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[ 0.493909] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.494785] vdd-cpu: 650 <--> 1300 mV at 1000 mV 3500 mA
[ 0.495525] vdd-core: applied init 1000000uV constraint
[ 0.496108] vdd-core: 700 <--> 1350 mV at 1000 mV 3500 mA
[ 0.497287] vddio-ddr: at 1350 mV
[ 0.497600] as3722-sd3: no parameters
[ 0.498163] avdd-pll-pex: 1050 mV
[ 0.499361] vdd-1v8: at 1800 mV
[ 0.499668] vdd-gpu: applied init 1000000uV constraint
[ 0.500526] vdd-gpu: 650 <--> 1200 mV at 1000 mV 3500 mA
[ 0.501005] avdd-pll: at 1050 mV at 300 mA
[ 0.501804] as3722-ldo1: at 150 mA
[ 0.502437] avdd-dsi-csi: at 1200 mV at 150 mA
[ 0.503630] vdd-rtc: 800 mV at 150 mA
[ 0.503943] vin-ldo3-4: at 150 mA
[ 0.504257] as3722-ldo5: at 150 mA
[ 0.504597] as3722-ldo6: at 150 mA
[ 0.504913] as3722-ldo7: at 150 mA
[ 0.505231] as3722-ldo9: at 150 mA
[ 0.505580] as3722-ldo10: at 1800 mV at 150 mA
[ 0.506210] vpp-fuse: 1800 mV at 150 mA
[ 0.507263] Linux video capture interface: v2.00
[ 0.508326] Advanced Linux Sound Architecture Driver Initialized.
[ 0.508781] Powering on wl12xx
[ 0.598228] usb0-vbus: 5000 mV
[ 0.598476] usb1-usb2-vbus: 5000 mV
[ 0.598741] vdd-hdmi: 5000 mV
[ 0.599019] avdd-hdmi-pll: 3300 mV
[ 0.599058] avdd-hdmi-pll: supplied by avdd-pll-pex
[ 0.599218] reg-fixed-sync-voltage 6.regulator: Consumer c1 does not have device name
[ 0.599345] vdd-lcd-bl: 3300 mV
[ 0.599485] reg-fixed-sync-voltage 7.regulator: Consumer c1 does not have device name
[ 0.599615] vdd-lcd-bl-en: 5000 mV
[ 0.599754] reg-fixed-sync-voltage 9.regulator: Consumer c3 does not have device name
[ 0.599858] reg-5v0-supply: 5000 mV
[ 0.600024] reg-fixed-sync-voltage a.regulator: Consumer c1 does not have device name
[ 0.600041] reg-fixed-sync-voltage a.regulator: Consumer c2 does not have device name
[ 0.600056] reg-fixed-sync-voltage a.regulator: Consumer c3 does not have device name
[ 0.600086] reg-fixed-sync-voltage a.regulator: Consumer c10 does not have device name
[ 0.600101] reg-fixed-sync-voltage a.regulator: Consumer c11 does not have device name
[ 0.600114] reg-fixed-sync-voltage a.regulator: Consumer c12 does not have device name
[ 0.600128] reg-fixed-sync-voltage a.regulator: Consumer c13 does not have device name
[ 0.600142] reg-fixed-sync-voltage a.regulator: Consumer c14 does not have device name
[ 0.600155] reg-fixed-sync-voltage a.regulator: Consumer c15 does not have device name
[ 0.600278] reg-1v8-supply: 1800 mV
[ 0.600528] reg-fixed-sync-voltage b.regulator: Consumer c1 does not have device name
[ 0.600660] reg-dcdc-1v2: 1200 mV
[ 0.600820] reg-fixed-sync-voltage c.regulator: Consumer c7 does not have device name
[ 0.600836] reg-fixed-sync-voltage c.regulator: Consumer c8 does not have device name
[ 0.601399] as3722-gpio2-supply: 3300 mV
[ 0.601590] reg-fixed-sync-voltage d.regulator: Consumer c1 does not have device name
[ 0.602112] as3722-gpio4-supply: 3300 mV
[ 0.602359] vdd-cdc-1v2-aud: 1200 mV
[ 0.602497] reg-fixed-sync-voltage 10.regulator: Consumer c1 does not have device name
[ 0.602514] reg-fixed-sync-voltage 10.regulator: Consumer c2 does not have device name
[ 0.602529] reg-fixed-sync-voltage 10.regulator: Consumer c3 does not have device name
[ 0.602636] reg-aon-1v8: 1800 mV
[ 0.602787] reg-fixed-sync-voltage 11.regulator: Consumer c1 does not have device name
[ 0.602889] reg-aon-1v2: 1200 mV
[ 0.605861] as3722-adc-extcon as3722-adc-extcon.2: USB-Host is disconnected
[ 0.608737] tegra: failed to map regulator to power detect cell pwrdet_cam(-517)
[ 0.608831] tegra: failed to map regulator to power detect cell pwrdet_sdmmc1(-517)
[ 0.608849] tegra: failed to map regulator to power detect cell pwrdet_sdmmc3(-517)
[ 0.608868] tegra: failed to map regulator to power detect cell pwrdet_sdmmc4(-517)
[ 0.608951] tegra: failed regulators mapping - io power detection is left always on
[ 0.608968] Switching to clocksource arch_sys_counter
[ 0.630353] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.630533] nvmap_page_pool_init: Total MB RAM: 1892
[ 0.630546] nvmap_page_pool_init: nvmap page pool size: 60544 pages (236 MB)
[ 0.630674] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.630835] iram: dma coherent mem declare 0x40001000,258048
[ 0.631664] misc nvmap: created heap iram base 0x40001000 size (252KiB)
[ 0.631798] nvmap:inner cache maint threshold=2097152
[ 0.640939] Wake39 for irq=52
[ 0.641041] tegra-otg tegra-otg: otg transceiver registered
[ 0.641370] NET: Registered protocol family 2
[ 0.642033] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.642223] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.642402] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.642450] TCP: reno registered
[ 0.642465] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.642508] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.642803] NET: Registered protocol family 1
[ 0.643189] RPC: Registered named UNIX socket transport module.
[ 0.643202] RPC: Registered udp transport module.
[ 0.643211] RPC: Registered tcp transport module.
[ 0.643221] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.643492] tegra-fuse tegra-fuse: Fuse driver initialized succesfully
[ 0.648818] host1x host1x: initialized
[ 0.650081] CPU PMU: probing PMU on CPU 0
[ 0.650105] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[ 0.650683] tegra_throttle : init passed
[ 0.650783] Tegra cpuquiet initialized: disabled
[ 0.650907] cpu-tegra: init EDP limit: 2065 MHz
[ 0.651840] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[ 0.652236] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[ 0.652437] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type MEM-therm
[ 0.652647] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.654109] bounce pool size: 64 pages
[ 0.655535] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.655819] NTFS driver 2.1.30 [Flags: R/O].
[ 0.655949] fuse init (API version 7.22)
[ 0.656198] msgmni has been set to 1458
[ 0.657520] io scheduler noop registered (default)
[ 0.858857] PCIE: port 0: link down, retrying
[ 1.058972] PCIE: port 0: link down, retrying
[ 1.259114] PCIE: port 0: link down, retrying
[ 1.259125] PCIE: port 0: link down, ignoring
[ 1.273270] PCI host bridge to bus 0000:00
[ 1.273289] pci_bus 0000:00: root bus resource [mem 0x32100000-0x3fffffff]
[ 1.273304] pci_bus 0000:00: root bus resource [mem 0x12100000-0x320fffff pref]
[ 1.273318] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
[ 1.273331] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.273682] PCI: bus0: Fast back to back transfers disabled
[ 1.273698] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.276068] PCI: bus1: Fast back to back transfers disabled
[ 1.276385] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 1.276399] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 1.276616] pcieport 0000:00:00.0: BAR 8: assigned [mem 0x32100000-0x321fffff]
[ 1.276632] pcieport 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
[ 1.276648] pci 0000:01:00.0: BAR 0: assigned [mem 0x32100000-0x32103fff 64bit]
[ 1.276677] pci 0000:01:00.0: BAR 2: assigned [io 0x1000-0x10ff]
[ 1.276695] pcieport 0000:00:00.0: PCI bridge to [bus 01]
[ 1.276708] pcieport 0000:00:00.0: bridge window [io 0x1000-0x1fff]
[ 1.276724] pcieport 0000:00:00.0: bridge window [mem 0x32100000-0x321fffff]
[ 1.276749] PCIE: No Link speed change happened
[ 1.277302] pwm-backlight pwm-backlight: unable to request PWM, trying legacy API
[ 1.277399] sysedp_create_consumer: unable to create pwm-backlight, no consumer_data for pwm-backlight found
[ 1.278269] tsec tsec: initialized
[ 1.279707] isp isp.0: initialized
[ 1.280660] isp isp.1: initialized
[ 1.282173] falcon vic03.0: initialized
[ 1.283324] falcon msenc: initialized
[ 1.284274] tegradc tegradc.0: DSI: HS clock rate is 407500
[ 1.285258] tegradc tegradc.0: DSI: initializing panel p_wuxga_10_1
[ 1.285580] p,wuxga-10-1 panel dt support not available
[ 1.387947] tegradc tegradc.0: nominal-pclk:432000000 parent:432000000 div:1.0 pclk:432000000 427680000~470880000 type:2
[ 1.477188] tegradc tegradc.0: DSI pad calibration done
[ 1.481143] tegradc tegradc.0: DSI: Enabling...
[ 1.481164] tegradc tegradc.0: dsi: gpio[114]=1.
[ 1.481181] tegradc tegradc.0: dsi: gpio[115]=1.
[ 1.481197] tegradc tegradc.0: dsi: gpio[152]=0.
[ 2.087049] tegradc tegradc.0: DSI: Enabled
[ 2.090241] tegradc tegradc.0: dc.c probed
[ 2.090960] tegradc tegradc.0: nominal-pclk:135666000 parent:406500000 div:3.0 pclk:135500000 134309340~147875940 type:2
[ 2.112707] Console: switching to colour frame buffer device 240x67
[ 2.133301] tegradc tegradc.0: fb registered
[ 2.139120] gpio wake4 for gpio=111
[ 2.166939] tegradc tegradc.1: nominal-pclk:148500000 parent:594000000 div:4.0 pclk:148500000 147015000~161865000 type:1
[ 2.168247] tegradc tegradc.1: dc.c probed
[ 2.169614] tegradc tegradc.1: fb registered
[ 2.169655] hdmi_state_machine_worker (tid edaf5580): state 7 (Takeover from bootloader), hpd 1, pending_hpd_evt 1
[ 2.169670] hdmi_state_machine_set_state_l: switching from state 7 (Takeover from bootloader) to state 1 (Check Plug)
[ 2.172649] tegra-apbdma tegra-apbdma: Tegra20 APB DMA driver register 32 channels
[ 2.173341] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 2.174565] serial8250.0: ttyS0 at MMIO 0x70006300 (irq = 122) is a Tegra
[ 2.215169] hdmi_state_machine_worker (tid edaf5580): state 1 (Check Plug), hpd 1, pending_hpd_evt 0
[ 2.215176] hdmi_state_machine_set_state_l: switching from state 1 (Check Plug) to state 2 (Check EDID)
[ 2.286697] hdmi_state_machine_worker (tid edaf5580): state 2 (Check EDID), hpd 1, pending_hpd_evt 0
[ 2.315945] panel size 51 by 29
[ 2.678721] tegra_dc_hdmi_irq: start
[ 2.678732] tegra_dc_hdmi_irq: end
[ 3.176075] tegra_dc_hdmi_irq: start
[ 3.176086] tegra_dc_hdmi_irq: end
[ 4.418939] console [ttyS0] enabled
[ 4.419487] serial-tegra.0: ttyTHS0 at MMIO 0x70006000 (irq = 68) is a SERIAL_TEGRA
[ 4.419781] serial-tegra.1: ttyTHS1 at MMIO 0x70006040 (irq = 69) is a SERIAL_TEGRA
[ 4.420091] serial-tegra.2: ttyTHS2 at MMIO 0x70006200 (irq = 78) is a SERIAL_TEGRA
[ 4.434920] loop: module loaded
[ 4.435231] nct1008_nct72 0-004c: success in enabling rail vdd_nct72
[ 4.437888] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x4c
[ 4.437996] nct1008_nct72 0-004c: nct1008_read_reg: err -121
[ 4.438001] NCT72: ERR: remote sensor circuit is open (0xffffff87)
[ 4.445553] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x4c
[ 4.445655] nct1008_nct72 0-004c: nct1008_write_reg: err -121
[ 4.445662] nct1008_nct72 0-004c:
[ 4.445662] exit nct1008_configure_sensor, err=-121
[ 4.445670] nct1008_nct72 0-004c:
[ 4.445670] error file: drivers/misc/nct1008.c : nct1008_probe(), line=1453
[ 4.445676] nct1008_nct72 0-004c:
[ 4.445676] exit nct1008_probe, err=-121
[ 4.445685] nct1008_nct72 0-004c: success in disabling rail vdd_nct72
[ 4.445756] nct1008_nct72: probe of 0-004c failed with error -121
[ 4.446348] tegra_profiler: Branch: Dev
[ 4.446351] tegra_profiler: Version: 1.103
[ 4.446354] tegra_profiler: Samples version: 34
[ 4.446357] tegra_profiler: IO version: 18
[ 4.446363] armv7_pmu: arch: Cortex A15, type: 4, ver: 0
[ 4.446534] tegra_profiler: auth: init
[ 4.446870] GPS: mt3332_gps_mod_init: platform_driver_register ret = 0
[ 4.449579] tegra-sata tegra-sata.0: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl TEGRA-SATA mode
[ 4.449590] tegra-sata tegra-sata.0: flags: 64bit ncq sntf pm led pmp pio slum part sadm apst
[ 4.450682] scsi0 : tegra-sata
[ 4.455344] scsi1 : tegra-sata
[ 4.455548] ata1: SATA max UDMA/133 irq 55
[ 4.455552] ata2: DUMMY
[ 4.457561] tun: Universal TUN/TAP device driver, 1.6
[ 4.457565] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 4.457739] sky2: driver version 1.30
[ 4.457835] sky2 0000:01:00.0: Yukon-2 Optima chip revision 1
[ 4.457904] sky2 0000:01:00.0 (unregistered net_device): Invalid MAC address, defaulting to random
[ 4.461959] sky2 0000:01:00.0 eth0: addr 3e:82:30:4e:fa:88
[ 4.462139] usbcore: registered new interface driver asix
[ 4.462179] usbcore: registered new interface driver ax88179_178a
[ 4.462214] usbcore: registered new interface driver cdc_ether
[ 4.462261] usbcore: registered new interface driver smsc95xx
[ 4.462295] usbcore: registered new interface driver cdc_subset
[ 4.462363] usbcore: registered new interface driver cdc_ncm
[ 4.462379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.462586] tegra USB phy - inst[1] platform info:
[ 4.462589] port_otg: no
[ 4.462592] has_hostpc: yes
[ 4.462594] phy_interface: USB_PHY_INTF_UTMI
[ 4.462597] op_mode: TEGRA_USB_OPMODE_HOST
[ 4.462599] qc2_voltage: 0
[ 4.462602] vbus_gpio: -1
[ 4.462604] hot_plug: disabled
[ 4.462606] remote_wakeup: enabled
[ 4.462897] usb_phy: can't enable usb gpio: -1
[ 4.464120] tegra-ehci tegra-ehci.1: Tegra EHCI Host Controller
[ 4.464149] tegra-ehci tegra-ehci.1: new USB bus registered, assigned bus number 1
[ 4.464250] Wake40 for irq=53
[ 4.464253] Wake42 for irq=53
[ 4.464274] tegra-ehci tegra-ehci.1: irq 53, io mem 0x7d004000
[ 4.468069] tegra-ehci tegra-ehci.1: USB 2.0 started, EHCI 1.10
[ 4.468157] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.468164] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.468170] usb usb1: Product: Tegra EHCI Host Controller
[ 4.468176] usb usb1: Manufacturer: Linux 3.10.40+ ehci_hcd
[ 4.468181] usb usb1: SerialNumber: tegra-ehci.1
[ 4.468686] hub 1-0:1.0: USB hub found
[ 4.468704] hub 1-0:1.0: 1 port detected
[ 4.469048] tegra USB phy - inst[2] platform info:
[ 4.469052] port_otg: no
[ 4.469054] has_hostpc: yes
[ 4.469056] phy_interface: USB_PHY_INTF_UTMI
[ 4.469059] op_mode: TEGRA_USB_OPMODE_HOST
[ 4.469061] qc2_voltage: 0
[ 4.469064] vbus_gpio: -1
[ 4.469066] hot_plug: disabled
[ 4.469069] remote_wakeup: enabled
[ 4.469350] usb_phy: can't enable usb gpio: -1
[ 4.470530] tegra-ehci tegra-ehci.2: Tegra EHCI Host Controller
[ 4.470552] tegra-ehci tegra-ehci.2: new USB bus registered, assigned bus number 2
[ 4.470643] Wake41 for irq=129
[ 4.470647] Wake43 for irq=129
[ 4.470667] tegra-ehci tegra-ehci.2: irq 129, io mem 0x7d008000
[ 4.474064] tegra-ehci tegra-ehci.2: USB 2.0 started, EHCI 1.10
[ 4.474142] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.474150] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.474156] usb usb2: Product: Tegra EHCI Host Controller
[ 4.474161] usb usb2: Manufacturer: Linux 3.10.40+ ehci_hcd
[ 4.474167] usb usb2: SerialNumber: tegra-ehci.2
[ 4.474631] hub 2-0:1.0: USB hub found
[ 4.474647] hub 2-0:1.0: 1 port detected
[ 4.474993] ehci-pci: EHCI PCI platform driver
[ 4.475290] tegra_xusb_read_usb_calib: usb_calib0 = 0x0285838a
[ 4.475526] usbcore: registered new interface driver usb-storage
[ 4.475623] usbcore: registered new interface driver usbserial
[ 4.475661] usbcore: registered new interface driver option
[ 4.475691] usbserial: USB Serial support registered for GSM modem (1-port)
[ 4.475795] usbcore: registered new interface driver pl2303
[ 4.475824] usbserial: USB Serial support registered for pl2303
[ 4.475837] Nvidia Tegra High-Speed USB Device Controller driver (Apr 30, 2012)
[ 4.475980] tegra USB phy - inst[0] platform info:
[ 4.475983] port_otg: yes
[ 4.475985] has_hostpc: yes
[ 4.475988] phy_interface: USB_PHY_INTF_UTMI
[ 4.475990] op_mode: TEGRA_USB_OPMODE_DEVICE
[ 4.475993] qc2_voltage: 0
[ 4.475995] vbus_pmu_irq: 0
[ 4.475997] vbus_gpio: -1
[ 4.475999] charging: enabled
[ 4.476001] remote_wakeup: disabled
[ 4.478780] tegra-udc tegra-udc.0: usb_bat_chg regulator not registered: USB charging will not be enabled
[ 4.518785] as3722-rtc as3722-rtc.1: rtc core: registered as3722 as rtc0
[ 4.518792] as3722-rtc as3722-rtc.1: RTC interrupt 449
[ 4.575568] i2c /dev entries driver
[ 4.576704] virtual_init
[ 4.578738] nvavp nvavp: allocated IOVA at 8ff00000 for AVP os
[ 4.579540] tegra_dtv_probe: probing dtv.
[ 4.579874] setup_stream: bufsize = 4096, bufnum = 4
[ 4.579875] ar0832_init: ++
[ 4.580244] i2c-core: driver [max77387] using legacy suspend method
[ 4.580247] i2c-core: driver [max77387] using legacy resume method
[ 4.580301] i2c-core: driver [as364x] using legacy suspend method
[ 4.580304] i2c-core: driver [as364x] using legacy resume method
[ 4.580449] [IMX135] sensor driver loading
[ 4.580495] [IMX179] sensor driver loading
[ 4.580541] [IMX185] sensor driver loading
[ 4.580589] [imx132] sensor driver loading
[ 4.580635] [AR0330] sensor driver loading
[ 4.580679] [ar0261] sensor driver loading
[ 4.580725] [AR1335] sensor driver loading
[ 4.580770] [ov4689] sensor driver loading
[ 4.581041] usbcore: registered new interface driver uvcvideo
[ 4.581043] USB Video Class driver (1.1.1)
[ 4.581915] zram: Created 1 device(s) ...
[ 4.583112] tegra_wdt tegra_wdt.0: last reset is due to software reset
[ 4.583272] tegra_wdt_probe done
[ 4.583576] sdhci: Secure Digital Host Controller Interface driver
[ 4.583579] sdhci: Copyright(c) Pierre Ossman
[ 4.583582] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.583872] sdhci-tegra sdhci-tegra.3: vddio_sdmmc regulator not found: -517.Assuming vddio_sdmmc is not required.
[ 4.583892] sdhci-tegra sdhci-tegra.3: vddio_sd_slot regulator not found: -517. Assuming vddio_sd_slot is not required.
[ 4.584070] sdhci-tegra sdhci-tegra.3: Speedo value 2259
[ 4.584078] sdhci-tegra sdhci-tegra.3: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[ 4.625053] otg state changed: SUSPEND --> PERIPHERAL
[ 4.771069] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.774062] usb 1-1: new high-speed USB device number 2 using tegra-ehci
[ 4.807820] usb 1-1: New USB device found, idVendor=0424, idProduct=2517
[ 4.807829] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.815555] hub 1-1:1.0: USB hub found
[ 4.818522] hub 1-1:1.0: 7 ports detected
[ 4.973056] usb 2-1: new high-speed USB device number 2 using tegra-ehci
[ 5.032537] usb 2-1: New USB device found, idVendor=0424, idProduct=2137
[ 5.032545] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.032551] usb 2-1: Product: USB2137B
[ 5.032557] usb 2-1: Manufacturer: SMSC
[ 5.036807] hub 2-1:1.0: USB hub found
[ 5.040825] hub 2-1:1.0: 7 ports detected
[ 5.212060] handle_check_edid_l: audio_switch 1
[ 5.216662] Display connected, hpd_switch 1
[ 5.220908] handle_check_edid_l: setting audio and infoframes
[ 5.226714] hdmi_state_machine_set_state_l: switching from state 2 (Check EDID) to state 4 (Enabled)
[ 5.235879] hdmi_state_machine_worker (tid edaf5580): state 4 (Enabled), hpd 1, pending_hpd_evt 1
[ 5.244751] hdmi_state_machine_handle_hpd_l: ignoring bouncing hpd
[ 5.251307] mmc0: no vqmmc regulator found
[ 5.255431] mmc0: no vmmc regulator found
[ 5.259452] mmc0: Invalid maximum block size, assuming 512 bytes
[ 5.265485] sysedp_create_consumer: unable to create sdhci-tegra.3, no consumer_data for sdhci-tegra.3 found
[ 5.299051] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
[ 5.306732] sdhci-tegra sdhci-tegra.0: vddio_sdmmc regulator not found: -517.Assuming vddio_sdmmc is not required.
[ 5.317101] sdhci-tegra sdhci-tegra.0: vddio_sd_slot regulator not found: -517. Assuming vddio_sd_slot is not required.
[ 5.328043] sdhci-tegra sdhci-tegra.0: Speedo value 2259
[ 5.333366] sdhci-tegra sdhci-tegra.0: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[ 5.342834] mmc1: no vqmmc regulator found
[ 5.346957] mmc1: no vmmc regulator found
[ 5.350974] mmc1: Invalid maximum block size, assuming 512 bytes
[ 5.357005] sysedp_create_consumer: unable to create sdhci-tegra.0, no consumer_data for sdhci-tegra.0 found[ 5.369245] mmc0: BKOPS_EN bit is not set
[ 5.378588] sdhci-tegra sdhci-tegra.3: Found T2T coeffs data
[ 5.384294] sdhci-tegra sdhci-tegra.3: 200MHz tap hole coeffs found
[ 5.390054] mmc1: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA
[ 5.390306] sdhci-tegra sdhci-tegra.1: vddio_sdmmc regulator not found: -517.Assuming vddio_sdmmc is not required.
[ 5.390325] sdhci-tegra sdhci-tegra.1: vddio_sd_slot regulator not found: -517. Assuming vddio_sd_slot is not required.
[ 5.390471] sdhci-tegra sdhci-tegra.1: Speedo value 2259
[ 5.390478] sdhci-tegra sdhci-tegra.1: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[ 5.433568] usb 2-1.1: new low-speed USB device number 3 using tegra-ehci
[ 5.456319] usb 2-1.1: New USB device found, idVendor=17ef, idProduct=6019
[ 5.463209] usb 2-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 5.470524] usb 2-1.1: Product: Lenovo Optical USB Mouse
[ 5.980938] **********Auto tuning windows*************
[ 5.986152] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 5.991674] win[0]: 0(0) - 61(1)
[ 5.991731] mmc2: no vqmmc regulator found
[ 5.991745] mmc2: no vmmc regulator found
[ 5.991749] mmc2: Invalid maximum block size, assuming 512 bytes
[ 6.008989] win[1]: 67(0) - 131(1)
[ 6.012401] win[2]: 137(0) - 200(1)
[ 6.013063] sysedp_create_consumer: unable to create sdhci-tegra.1, no consumer_data for sdhci-tegra.1 found
[ 6.013064] mmc2: SDHCI controller on sdhci-tegra.1 [sdhci-tegra.1] using ADMA
[ 6.016825] tegra-se tegra12-se: tegra_se_probe: complete
[ 6.022079] input: Lenovo Optical USB Mouse as /devices/platform/tegra-ehci.2/usb2/2-1/2-1.1/2-1.1:1.0/input/input0
[ 6.022368] hid-generic 0003:17EF:6019.0001: input: USB HID v1.11 Mouse [Lenovo Optical USB Mouse] on usb-tegra-ehci.2-1.1/input0
[ 6.022436] usbcore: registered new interface driver usbhid
[ 6.022438] usbhid: USB HID core driver
[ 6.022879] tegra-hier-ictlr tegra-hier-ictlr: probed
[ 6.074759] win[3]: 205(0) - 255(1)
[ 6.078264] ***************************************
[ 6.083155] ********tuning windows after inserting holes*****
[ 6.088913] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 6.094406] win[0]:-2(0) - 31(2)
[ 6.097650] win[1]:33(2) - 61(1)
[ 6.100891] win[2]:67(0) - 100(2)
[ 6.104221] win[3]:102(2) - 131(1)
[ 6.107632] win[4]:137(0) - 169(2)
[ 6.111042] win[5]:171(2) - 200(1)
[ 6.114450] win[6]:205(0) - 238(2)
[ 6.117860] win[7]:240(2) - 255(1)
[ 6.121269] ***********************************************
[ 6.126846] **********Tuning values*********
[ 6.131138] **estimated values**
[ 6.134375] T2T_Vmax 57, T2T_Vmin 79, 1'st_hole_Vmax 47, UI_Vmax 87
[ 6.140644] **Calculated values**
[ 6.143966] T2T_Vmax 72, 1'st_hole_Vmax 32, UI_Vmax 69
[ 6.149108] T2T_Vmin 72, 1'st_hole_Vmin 32, UI_Vmin 69
[ 6.154248] ***********************************
[ 6.158785] ***********final tuning windows**********
[ 6.163844] win[0]: 11 - 24
[ 6.166647] win[1]: 41 - 48
[ 6.169450] win[2]: 80 - 88
[ 6.172252] win[3]: 115 - 118
[ 6.175228] win[4]: 150 - 153
[ 6.178205] win[5]: 188 - 187
[ 6.181181] win[6]: 218 - 217
[ 6.184156] win[7]: 255 - 242
[ 6.187131] ********************************
[ 6.191406] best tap win - (11-24), best tap value 18 prev_best_tap 0
[ 6.449683] usbcore: registered new interface driver snd-usb-audio
[ 6.456427] MAX98090 driver built on Aug 12 2016 at 11:24:59
[ 6.462739] tegra_offload_platform probe successfull.
[ 6.470531] succefully registered offload opstegra30_avp_audio_platform_probe successful.
[ 6.729528] tegra-snd-rt5639 tegra-snd-rt5639.0: ASoC: CODEC rt5639.0-001c not registered
[ 6.737923] tegra-snd-rt5639 tegra-snd-rt5639.0: snd_soc_register_card failed (-517)
[ 6.745462] **********Auto tuning windows*************
[ 6.745465] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 6.745470] win[0]: 0(0) - 61(1)
[ 6.745476] win[1]: 67(0) - 130(1)
[ 6.745480] win[2]: 136(0) - 200(1)
[ 6.745485] win[3]: 205(0) - 255(1)
[ 6.745488] ***************************************
[ 6.745504] ********tuning windows after inserting holes*****
[ 6.745507] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 6.745511] win[0]:-2(0) - 31(2)
[ 6.745515] win[1]:33(2) - 61(1)
[ 6.745518] win[2]:67(0) - 100(2)
[ 6.745522] win[3]:102(2) - 130(1)
[ 6.745526] win[4]:136(0) - 169(2)
[ 6.745529] win[5]:171(2) - 200(1)
[ 6.745533] win[6]:205(0) - 238(2)
[ 6.745536] win[7]:240(2) - 255(1)
[ 6.745539] ***********************************************
[ 6.745543] **********Tuning values*********
[ 6.745545] **estimated values**
[ 6.745549] T2T_Vmax 57, T2T_Vmin 79, 1'st_hole_Vmax 47, UI_Vmax 87
[ 6.745551] **Calculated values**
[ 6.745555] T2T_Vmax 72, 1'st_hole_Vmax 32, UI_Vmax 69
[ 6.745558] T2T_Vmin 72, 1'st_hole_Vmin 32, UI_Vmin 69
[ 6.745560] ***********************************
[ 6.745566] ***********final tuning windows**********
[ 6.745569] win[0]: 11 - 24
[ 6.745572] win[1]: 41 - 48
[ 6.745575] win[2]: 80 - 88
[ 6.745578] win[3]: 115 - 117
[ 6.745581] win[4]: 149 - 153
[ 6.745584] win[5]: 188 - 187
[ 6.745586] win[6]: 218 - 217
[ 6.745589] win[7]: 255 - 242
[ 6.745592] ********************************
[ 6.745596] best tap win - (11-24), best tap value 18 prev_best_tap 18
[ 6.745606] sdhci-tegra sdhci-tegra.3: sdhci_tegra_verify_best_tap: tuning freq 200000000hz, best tap 18
[ 6.747914] mmc0: new HS200 MMC card at address 0001
[ 6.748166] mmcblk mmc0:0001: Card claimed for testing.
[ 6.748361] mmcblk0: mmc0:0001 SEM16G 14.6 GiB
[ 6.748515] mmcblk0boot0: mmc0:0001 SEM16G partition 1 4.00 MiB
[ 6.748665] mmcblk0boot1: mmc0:0001 SEM16G partition 2 4.00 MiB
[ 6.748820] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB
[ 6.750926] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9
[ 6.753972] mmcblk0boot1: unknown partition table
[ 6.755213] mmcblk0boot0: unknown partition table
[ 6.945108] platform tegra-snd-rt5639.0: Driver tegra-snd-rt5639 requests probe deferral
[ 6.953868] oprofile: using timer interrupt.
[ 6.958247] GACT probability NOT on
[ 6.961788] Mirror/redirect action on
[ 6.965470] u32 classifier
[ 6.968192] Actions configured
[ 6.971610] Netfilter messages via NETLINK v0.30.
[ 6.976390] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 6.982877] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 6.989850] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 6.996195] xt_time: kernel timezone is -0000
[ 7.000844] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 7.006360] arp_tables: (C) 2002 David S. Miller
[ 7.011038] TCP: cubic registered
[ 7.014545] NET: Registered protocol family 10
[ 7.019807] mip6: Mobile IPv6
[ 7.022821] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 7.028402] sit: IPv6 over IPv4 tunneling driver
[ 7.034036] NET: Registered protocol family 17
[ 7.038530] NET: Registered protocol family 15
[ 7.043079] NET: Registered protocol family 35
[ 7.047617] NET: Registered protocol family 37
[ 7.052081] NET: Registered protocol family 41
[ 7.057878] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 7.089540] Registering SWP/SWPB emulation handler
[ 7.094355] last reset is due to software reset
[ 7.094355]
[ 7.100380] Disabling clocks left on by bootloader:
[ 7.105249] audio_2x
[ 7.107712] audio
[ 7.109909] audio4
[ 7.112193] audio3
[ 7.114475] audio2
[ 7.116756] audio1
[ 7.119039] audio0
[ 7.121394] hdmi_audio
[ 7.124028] entropy
[ 7.126406] dsi2-fixed
[ 7.129035] dsi1-fixed
[ 7.131678] nor
[ 7.133703] trace
[ 7.135904] sdmmc4_ddr
[ 7.138603] sdmmc1_ddr
[ 7.141270] cclk_lp
[ 7.143644] pll_x_out0
[ 7.146286] pll_m_out1
[ 7.149048] tegra_dvfs: vdd_cpu connected to regulator
[ 7.154239] tegra_dvfs: vdd_core connected to regulator
[ 7.159531] tegra_dvfs: vdd_gpu connected to regulator
[ 7.166040] cpu_cold cooling device is registered
[ 7.171027] cpu_hot cooling device is registered
[ 7.171148] Tegra CPU DFLL is initialized with use_dfll = 1
[ 7.171208] CPU rate: 696 MHz
[ 7.334394] tegra dvfs: tegra sysfs cap interface is initialized
[ 7.340603] tegra dvfs: tegra sysfs gpu & emc interface is initialized
[ 7.347618] tegra_actmon.emc: Completed initialization (0)
[ 7.353323] tegra_actmon.avp: Completed initialization (0)
[ 7.358930] tegra_mon.cpu_emc: Completed initialization (0)
[ 7.366922] reg-aon-1v2: incomplete constraints, leaving on
[ 7.372543] reg-aon-1v8: incomplete constraints, leaving on
[ 7.378120] vdd-cdc-1v2-aud: incomplete constraints, leaving on
[ 7.384166] reg-dcdc-1v2: incomplete constraints, leaving on
[ 7.389830] reg-5v0-supply: incomplete constraints, leaving on
[ 7.395703] usb1-usb2-vbus: incomplete constraints, leaving on
[ 7.401539] usb0-vbus: incomplete constraints, leaving on
[ 7.406979] vpp-fuse: incomplete constraints, leaving on
[ 7.412310] as3722-ldo10: incomplete constraints, leaving on
[ 7.417972] as3722-ldo9: incomplete constraints, leaving on
[ 7.423548] as3722-ldo7: incomplete constraints, leaving on
[ 7.429123] as3722-ldo6: incomplete constraints, leaving on
[ 7.434698] as3722-ldo5: incomplete constraints, leaving on
[ 7.440272] vin-ldo3-4: incomplete constraints, leaving on
[ 7.445761] as3722-ldo1: incomplete constraints, leaving on
[ 7.451337] as3722-sd3: incomplete constraints, leaving on
[ 7.456825] reg-3v3-supply: incomplete constraints, leaving on
[ 7.462659] vdd-3v3-aon: incomplete constraints, leaving on
[ 7.468233] vdd-ac-bat: incomplete constraints, leaving on
[ 7.473726] regulator-dummy: incomplete constraints, leaving on
[ 7.730362] tegra-snd-rt5639 tegra-snd-rt5639.0: ASoC: CODEC rt5639.0-001c not registered
[ 7.738622] tegra-snd-rt5639 tegra-snd-rt5639.0: snd_soc_register_card failed (-517)
[ 7.746688] platform tegra-snd-rt5639.0: Driver tegra-snd-rt5639 requests probe deferral
[ 7.755441] gpio wake51 for gpio=128
[ 7.759242] input: gpio-keys.4 as /devices/platform/gpio-keys.4/input/input1
[ 7.767033] as3722-rtc as3722-rtc.1: setting system clock to 2000-01-01 00:05:09 UTC (946685109)
[ 7.776599] ALSA device list:
[ 7.779571] #0: HDA NVIDIA Tegra at 0x70038000 irq 113
[ 8.016951] tegra-snd-rt5639 tegra-snd-rt5639.0: ASoC: CODEC rt5639.0-001c not registered
[ 8.025152] tegra-snd-rt5639 tegra-snd-rt5639.0: snd_soc_register_card failed (-517)
[ 8.033164] platform tegra-snd-rt5639.0: Driver tegra-snd-rt5639 requests probe deferral
[ 8.042178] EXT4-fs (mmcblk0p4): couldn't mount as ext3 due to feature incompatibilities
[ 8.050759] EXT4-fs (mmcblk0p4): couldn't mount as ext2 due to feature incompatibilities
[ 8.064164] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
[ 8.072276] VFS: Mounted root (ext4 filesystem) on device 179:4.
[ 8.080874] devtmpfs: mounted
[ 8.084154] Freeing unused kernel memory: 508K (c0b19000 - c0b98000)
[ 8.157850] systemd[1]: Failed to insert module 'autofs4'
[ 8.173680] systemd[1]: systemd 219 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 8.191894] systemd[1]: Detected architecture arm.
Welcome to test distribution 1.0.0 (test)!
[ 8.203639] systemd[1]: Set hostname to <test>.
[ 8.213198] systemd[1]: Initializing machine ID from random generator.
[ 8.360551] systemd[1]: Cannot add dependency job for unit org.freedesktop.resolve1.busname, ignoring: Unit org.freedesktop.resolve1.busname failed to load: No such file or directory.
[ OK ] Reached target Swap.
[ 8.383167] systemd[1]: Reached target Swap.
[ 8.387502] systemd[1]: Starting Swap.
[ OK ] Created slice Root Slice.
[ 8.396108] systemd[1]: Created slice Root Slice.
[ 8.400864] systemd[1]: Starting Root Slice.
[ OK ] Listening on Journal Socket.
[ 8.411118] systemd[1]: Listening on Journal Socket.
[ 8.416179] systemd[1]: Starting Journal Socket.
[ OK ] Listening on Journal Socket (/dev/log).
[ 8.427108] systemd[1]: Listening on Journal Socket (/dev/log).
[ 8.433076] systemd[1]: Starting Journal Socket (/dev/log).
[ OK ] Listening on Delayed Shutdown Socket.
[ 8.444107] systemd[1]: Listening on Delayed Shutdown Socket.
[ 8.449945] systemd[1]: Starting Delayed Shutdown Socket.
[ 8.455605] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 8.463263] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ OK ] Listening on Syslog Socket.
[ 8.476102] systemd[1]: Listening on Syslog Socket.
[ 8.481068] systemd[1]: Starting Syslog Socket.
[ OK ] Listening on networkd rtnetlink socket.
[ 8.492105] systemd[1]: Listening on networkd rtnetlink socket.
[ 8.498132] systemd[1]: Starting networkd rtnetlink socket.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 8.511101] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 8.518110] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 8.530721] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on udev Control Socket.
[ 8.542109] systemd[1]: Listening on udev Control Socket.
[ 8.547650] systemd[1]: Starting udev Control Socket.
[ OK ] Reached target Remote File Systems.
[ 8.558109] systemd[1]: Reached target Remote File Systems.
[ 8.563734] systemd[1]: Starting Remote File Systems.
[ OK ] Created slice System Slice.
[ 8.574119] systemd[1]: Created slice System Slice.
[ 8.579133] systemd[1]: Starting System Slice.
[ 8.585355] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ OK ] Created slice system-getty.slice.
[ 8.601160] systemd[1]: Created slice system-getty.slice.
[ 8.606729] systemd[1]: Starting system-getty.slice.
[ 8.613538] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 8.624444] systemd[1]: Mounted Huge Pages File System.
[ 8.632789] systemd[1]: Started Load Kernel Modules.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 8.645156] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 8.651574] systemd[1]: Starting system-serial\x2dgetty.slice.
[ 8.659312] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 8.669294] systemd[1]: Started File System Check on Root Device.
[ OK ] Listening on udev Kernel Socket.
[ 8.681144] systemd[1]: Listening on udev Kernel Socket.
[ 8.686851] systemd[1]: Starting udev Kernel Socket.
[ 8.693971] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ OK ] Created slice User and Session Slice.
[ 8.713201] systemd[1]: Created slice User and Session Slice.
[ 8.719286] systemd[1]: Starting User and Session Slice.
[ OK ] Reached target Slices.
[ 8.729159] systemd[1]: Reached target Slices.
[ 8.733761] systemd[1]: Starting Slices.
[ 8.738910] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 8.747112] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ OK ] Reached target Paths.
[ 8.759457] systemd[1]: Reached target Paths.
[ 8.764258] systemd[1]: Starting Paths.
[ 8.768859] systemd[1]: Mounted Configuration File System.
[ 8.777955] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 8.790308] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 8.801375] systemd[1]: Mounted POSIX Message Queue File System.
[ 8.810604] EXT4-fs (mmcblk0p4): re-mounted. Opts: (null)
[ 8.811433] systemd[1]: Mounting FUSE Control File System...
Mounting FUSE Control File System...
[ 8.829690] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 8.849094] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ OK ] Mounted FUSE Control File System.
[ 8.869154] systemd[1]: Mounted FUSE Control File System.
[ OK ] Mounted Debug File System.
[ 8.880159] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Temporary Directory.
[ 8.890165] systemd[1]: Mounted Temporary Directory.
[ OK ] Started Journal Service.
[ 8.901174] systemd[1]: Started Journal Service.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Started udev Coldplug all Devices.
Starting Rebuild Hardware Database...
Starting Rebuild Dynamic Linker Cache...
Starting Create System Users...
Starting Flush Journal to Persistent Storage...
[ 9.118994] systemd-journald[126]: Received request to flush runtime journal from PID 1
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Mounting /media...
[ OK ] Mounted /var/volatile.
[ OK ] Mounted /media.
[ OK ] Reached target Local File Systems.
Starting Rebuild Journal Catalog...
Starting Create Volatile Files and Directories...
Starting Load/Save Random Seed...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Rebuild Journal Catalog.
[ TIME ] Timed out waiting for device dev-mmcblk1p1.device.
[DEPEND] Dependency failed for /opt/midas/userdata.
Starting dpkg first boot configure...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Network Time Synchronization.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Rebuild Dynamic Linker Cache.
[ OK ] Started dpkg first boot configure.
[ OK ] Started Rebuild Hardware Database.
Starting Update is Completed...
Starting udev Kernel Device Manager...
[ OK ] Started Update is Completed.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on dropbear.socket.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Reached target Timers.
[ OK ] Listening on RPCbind Server Activation Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started Xserver startup without a display manager.
Starting Xserver startup without a display manager...
Starting Avahi mDNS/DNS-SD Stack...
Starting Login Service...
[ OK ] Started System Logging Service.
Starting System Logging Service...
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
Starting D-Bus System Message Bus...
Starting Network Service...
Starting Setup TK1 for max performance via sysfs...
[ OK ] Started Kernel Logging Service.
Starting Kernel Logging Service...
Starting Permit User Sessions...
[ OK ] Started Setup TK1 for max performance via sysfs.
[ OK ] Started Permit User Sessions.
[ OK ] Found device /dev/ttyS0.
[ OK ] Started Login Service.
[ OK ] Started Network Service.
[ 11.097527] sky2 0000:01:00.0 enp1s0: enabling interface
[ 11.105465] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 11.142105] systemd[1]: Device dev-disk-by\x2duuid-7d64ed39\x2dff7f\x2d4300\x2d96d9\x2df11234c3fa0c.device appeared twice with different sysfs paths /sys/devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0:0001/block/mmcblk0/mmcblk0p3 and /sys/devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0:0001/block/mmcblk0/mmcblk0p2
[ 11.196047] systemd[1]: Cannot add dependency job for unit org.freedesktop.resolve1.busname, ignoring: Unit org.freedesktop.resolve1.busname failed to load: No such file or directory.
Starting Setup TK1 for max performance via sysfs...
[ OK ] Stopped Setup TK1 for HDMI 1080p.
[ OK ] Reached target Sound Card.
Starting Network Name Resolution...
[ OK ] Reached target Network.
[ OK ] Started Getty on tty1.
Starting Getty on tty1...
[ OK ] Started Serial Getty on ttyS0.
Starting Serial Getty on ttyS0...
[ OK ] Reached target Login Prompts.
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight...ss of backlight:pwm-backlight...
[ OK ] Started Network Name Resolution.
[ OK ] Started Setup TK1 for max performance via sysfs.
[ OK ] Started Load/Save Screen Backlight ...ness of backlight:pwm-backlight.
[ OK ] Reached target Multi-User System.
[ 11.472023] tegradc tegradc.0: DSI: initializing panel p_wuxga_10_1
[ 11.472128] p,wuxga-10-1 panel dt support not available
[ 11.574517] tegradc tegradc.0: nominal-pclk:135666000 parent:406500000 div:3.0 pclk:135500000 134309340~147875940 type:2
[ 11.664395] tegradc tegradc.0: DSI pad calibration done
[ OK ] Reached target Graphical Interface.
[ 11.754057] tegradc tegradc.1: nominal-pclk:148500000 parent:594000000 div:4.0 pclk:148500000 147015000~161865000 type:1
[ 11.754091] tegra_dc_hdmi_enable: HDMI clock already configured to target frequency, skipping clk setup.
Starting Update UTMP about System Runlevel Changes...
Starting Setup TK1 for HDMI 1080p...
[ OK ] Started Update UTMP about System Runlevel Changes.
[ 12.096871] tegradc tegradc.1: nominal-pclk:148500000 parent:594000000 div:4.0 pclk:148500000 147015000~161865000 type:1
[ 12.096918] tegra_dc_hdmi_enable: HDMI clock already configured to target frequency, skipping clk setup.
[ 12.207886] tegradc tegradc.1: nominal-pclk:148500000 parent:594000000 div:4.0 pclk:148500000 147015000~161865000 type:1
[ 12.207933] tegra_dc_hdmi_enable: HDMI clock already configured to target frequency, skipping clk setup.
[ OK ] Started Setup TK1 for HDMI 1080p.
[ TIME ] Timed out waiting for device dev-mmcblk1p1.device.
[DEPEND] Dependency failed for /opt/midas/userdata.
[ 12.291877] tegradc tegradc.1: nominal-pclk:148500000 parent:594000000 div:4.0 pclk:148500000 147015000~161865000 type:1
[ 12.291917] tegra_dc_hdmi_enable: HDMI clock already configured to target frequency, skipping clk setup.
test distribution 1.0.0 test ttyS0
test login: [ 13.819078] sky2 0000:01:00.0 enp1s0: Link is up at 1000 Mbps, full duplex, flow control both
[ 13.827613] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
test distribution 1.0.0 test ttyS0
test login: root
root@test:~# modprobe wl12xx
[ 34.126312] cfg80211: Calling CRDA to update world regulatory domain
root@test:~# iw dev
root@test:~# ls mo mod
Module Size Used by
wl12xx 48426 0
wlcore 164070 1 wl12xx
mac80211 351632 2 wl12xx,wlcore
cfg80211 348474 2 mac80211,wlcore
rfkill 9649 1 cfg80211
root@test:~#