Created
June 24, 2024 11:47
-
-
Save Fishwaldo/182d8dad402c331711ef6b0feac21773 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Linux version 5.10.4-20240527-2+ (root@385aefba71d9) (riscv64-unknown-linux-musl-gcc (Xuantie-900 linux-5.10.4 musl gcc Toolchain V2.6.1 B-20220906) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 Mon Jun 24 11:10:02 UTC 2024 | |
[ 0.000000] earlycon: sbi0 at I/O port 0x0 (options '') | |
[ 0.000000] printk: bootconsole [sbi0] enabled | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000008f530000, size 1 MiB | |
[ 0.000000] OF: reserved mem: initialized node vdev0buffer, compatible id shared-dma-pool | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000008f630000, size 0 MiB | |
[ 0.000000] OF: reserved mem: initialized node trace0buffer, compatible id shared-dma-pool | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000008f528000, size 0 MiB | |
[ 0.000000] OF: reserved mem: initialized node vdev0vring0, compatible id shared-dma-pool | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000008f52c000, size 0 MiB | |
[ 0.000000] OF: reserved mem: initialized node vdev0vring1, compatible id shared-dma-pool | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA32 [mem 0x0000000080060000-0x000000009fdfffff] | |
[ 0.000000] Normal empty | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x0000000080060000-0x000000008f527fff] | |
[ 0.000000] node 0: [mem 0x000000008f638000-0x000000009fdfffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000080060000-0x000000009fdfffff] | |
[ 0.000000] On node 0 totalpages: 130192 | |
[ 0.000000] DMA32 zone: 2039 pages used for memmap | |
[ 0.000000] DMA32 zone: 0 pages reserved | |
[ 0.000000] DMA32 zone: 130192 pages, LIFO batch:31 | |
[ 0.000000] SBI specification v2.0 detected | |
[ 0.000000] SBI implementation ID=0x1 Version=0x10004 | |
[ 0.000000] SBI v0.2 TIME extension detected | |
[ 0.000000] SBI v0.2 IPI extension detected | |
[ 0.000000] SBI v0.2 RFENCE extension detected | |
[ 0.000000] riscv: ISA extensions acdfimsuv | |
[ 0.000000] riscv: ELF capabilities acdfimv | |
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 | |
[ 0.000000] pcpu-alloc: [0] 0 | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 128153 | |
[ 0.000000] Kernel command line: root=/dev/root console=ttyS0,115200 earlycon=sbi rootwait rw dyndbg="file drivers/* +p" loglevel=17 | |
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.000000] Sorting __ex_table... | |
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
[ 0.000000] Memory: 497768K/520768K available (5745K kernel code, 727K rwdata, 2436K rodata, 160K init, 280K bss, 23000K reserved, 0K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 | |
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
[ 0.000000] riscv-intc: 64 local interrupts mapped | |
[ 0.000000] plic: interrupt-controller@70000000: mapped 101 interrupts with 1 handlers for 2 contexts. | |
[ 0.000000] random: get_random_bytes called from start_kernel+0x256/0x33a with crng_init=0 | |
[ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0] | |
[ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns | |
[ 0.000007] sched_clock: 64 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns | |
[ 0.008459] Console: colour dummy device 80x25 | |
[ 0.013049] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000) | |
[ 0.023746] pid_max: default: 4096 minimum: 301 | |
[ 0.028662] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) | |
[ 0.036132] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) | |
[ 0.045767] ASID allocator initialised with 65536 entries | |
[ 0.064840] EFI services will not be available. | |
[ 0.069942] devtmpfs: initialized | |
[ 0.079101] device: 'platform': device_add | |
[ 0.083341] bus: 'platform': registered | |
[ 0.087344] bus: 'cpu': registered | |
[ 0.090888] device: 'cpu': device_add | |
[ 0.094802] bus: 'container': registered | |
[ 0.098853] device: 'container': device_add | |
[ 0.103300] early_time_log: do_initcalls: 10790368us | |
[ 0.109063] bus: 'workqueue': registered | |
[ 0.113050] device: 'workqueue': device_add | |
[ 0.117597] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.127581] futex hash table entries: 16 (order: -4, 384 bytes, linear) | |
[ 0.134631] pinctrl core: initialized pinctrl subsystem | |
[ 0.140122] bus: 'gpio': registered | |
[ 0.143712] bus: 'virtio': registered | |
[ 0.147898] NET: Registered protocol family 16 | |
[ 0.152867] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.160131] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.168363] device class 'bdi': registering | |
[ 0.172803] device class 'gpio': registering | |
[ 0.177221] bus: 'platform': add driver bm-reset | |
[ 0.182057] bus: 'platform': add driver bm-clock-reset | |
[ 0.187429] device class 'tty': registering | |
[ 0.191809] device class 'vtconsole': registering | |
[ 0.196753] device: 'vtcon0': device_add | |
[ 0.200950] bus: 'serial': registered | |
[ 0.204686] device class 'devlink': registering | |
[ 0.209498] bus: 'platform': add driver syscon | |
[ 0.214179] bus: 'i2c': registered | |
[ 0.217692] bus: 'i2c': add driver dummy | |
[ 0.221831] i2c-core: driver [dummy] registered | |
[ 0.226638] thermal_sys: Registered thermal governor 'fair_share' | |
[ 0.226645] thermal_sys: Registered thermal governor 'bang_bang' | |
[ 0.232911] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.239182] thermal_sys: Registered thermal governor 'user_space' | |
[ 0.245455] device class 'thermal': registering | |
[ 0.256768] device: 'thermal_zone0': device_add | |
[ 0.261764] device class 'dma': registering | |
[ 0.266146] bus: 'platform': add driver cv1835-sysdma-remap | |
[ 0.271881] bus: 'platform': add driver cvitek-i2s-subsys | |
[ 0.277776] OF: of_platform_populate() | |
[ 0.281575] OF: starting at: | |
[ 0.284822] OF: ** translation for device /top_misc_ctrl@3000000 ** | |
[ 0.291341] OF: bus is default (na=2, ns=2) on | |
[ 0.296083] OF: reached root node | |
[ 0.299586] OF: of_irq_parse_one: dev=/top_misc_ctrl@3000000, index=0 | |
[ 0.306313] OF: ** translation for device /top_misc_ctrl@3000000 ** | |
[ 0.312843] OF: bus is default (na=2, ns=2) on | |
[ 0.317586] OF: reached root node | |
[ 0.321087] OF: ** translation for device /top_misc_ctrl@3000000 ** | |
[ 0.327627] OF: bus is default (na=2, ns=2) on | |
[ 0.332370] OF: reached root node | |
[ 0.335888] device: '3000000.top_misc_ctrl': device_add | |
[ 0.341363] bus: 'platform': add device 3000000.top_misc_ctrl | |
[ 0.347445] OF: ** translation for device /clk-reset-controller ** | |
[ 0.353792] OF: bus is default (na=2, ns=2) on | |
[ 0.358534] OF: reached root node | |
[ 0.362037] OF: of_irq_parse_one: dev=/clk-reset-controller, index=0 | |
[ 0.368674] OF: ** translation for device /clk-reset-controller ** | |
[ 0.375115] OF: bus is default (na=2, ns=2) on | |
[ 0.379859] OF: reached root node | |
[ 0.383359] OF: ** translation for device /clk-reset-controller ** | |
[ 0.389809] OF: bus is default (na=2, ns=2) on | |
[ 0.394553] OF: reached root node | |
[ 0.398067] device: '3002000.clk-reset-controller': device_add | |
[ 0.404170] bus: 'platform': add device 3002000.clk-reset-controller | |
[ 0.410834] bus: 'platform': driver_probe_device: matched device 3002000.clk-reset-controller with driver bm-clock-reset | |
[ 0.422067] platform 3002000.clk-reset-controller: Added to deferred list | |
[ 0.429176] OF: ** translation for device /reset-controller ** | |
[ 0.435237] OF: bus is default (na=2, ns=2) on | |
[ 0.439980] OF: reached root node | |
[ 0.443483] OF: of_irq_parse_one: dev=/reset-controller, index=0 | |
[ 0.449761] OF: ** translation for device /reset-controller ** | |
[ 0.455844] OF: bus is default (na=2, ns=2) on | |
[ 0.460588] OF: reached root node | |
[ 0.464088] OF: ** translation for device /reset-controller ** | |
[ 0.470181] OF: bus is default (na=2, ns=2) on | |
[ 0.474924] OF: reached root node | |
[ 0.478437] device: '3003000.reset-controller': device_add | |
[ 0.484183] bus: 'platform': add device 3003000.reset-controller | |
[ 0.490488] bus: 'platform': driver_probe_device: matched device 3003000.reset-controller with driver bm-reset | |
[ 0.500824] platform 3003000.reset-controller: Added to deferred list | |
[ 0.507567] OF: ** translation for device /restart-controller ** | |
[ 0.513817] OF: bus is default (na=2, ns=2) on | |
[ 0.518559] OF: reached root node | |
[ 0.522062] OF: of_irq_parse_one: dev=/restart-controller, index=0 | |
[ 0.528520] OF: ** translation for device /restart-controller ** | |
[ 0.534783] OF: bus is default (na=2, ns=2) on | |
[ 0.539526] OF: reached root node | |
[ 0.543025] OF: ** translation for device /restart-controller ** | |
[ 0.549297] OF: bus is default (na=2, ns=2) on | |
[ 0.554041] OF: reached root node | |
[ 0.557553] device: '5025000.restart-controller': device_add | |
[ 0.563476] bus: 'platform': add device 5025000.restart-controller | |
[ 0.569986] OF: ** translation for device /tpu ** | |
[ 0.574836] OF: bus is default (na=2, ns=2) on | |
[ 0.579577] OF: reached root node | |
[ 0.583079] OF: ** translation for device /tpu ** | |
[ 0.588005] OF: bus is default (na=2, ns=2) on | |
[ 0.592748] OF: reached root node | |
[ 0.596251] OF: of_irq_parse_one: dev=/tpu, index=0 | |
[ 0.601366] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 0.608071] OF: intspec=75 | |
[ 0.611035] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 0.618823] OF: -> addrsize=0 | |
[ 0.622048] OF: -> got it ! | |
[ 0.625098] OF: of_irq_parse_one: dev=/tpu, index=1 | |
[ 0.630211] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 0.636922] OF: intspec=76 | |
[ 0.639884] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 0.647674] OF: -> addrsize=0 | |
[ 0.650899] OF: -> got it ! | |
[ 0.653948] OF: of_irq_parse_one: dev=/tpu, index=2 | |
[ 0.659062] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 0.665783] OF: ** translation for device /tpu ** | |
[ 0.670706] OF: bus is default (na=2, ns=2) on | |
[ 0.675448] OF: reached root node | |
[ 0.678951] OF: ** translation for device /tpu ** | |
[ 0.683877] OF: bus is default (na=2, ns=2) on | |
[ 0.688620] OF: reached root node | |
[ 0.692120] OF: of_irq_parse_one: dev=/tpu, index=0 | |
[ 0.697233] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 0.703943] OF: intspec=75 | |
[ 0.706905] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 0.714695] OF: -> addrsize=0 | |
[ 0.717919] OF: -> got it ! | |
[ 0.721056] OF: of_irq_parse_one: dev=/tpu, index=1 | |
[ 0.726087] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 0.732794] OF: intspec=76 | |
[ 0.735757] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 0.743547] OF: -> addrsize=0 | |
[ 0.746771] OF: -> got it ! | |
[ 0.749908] OF: ** translation for device /tpu ** | |
[ 0.754754] OF: bus is default (na=2, ns=2) on | |
[ 0.759494] OF: reached root node | |
[ 0.763009] device: 'c100000.tpu': device_add | |
[ 0.767585] bus: 'platform': add device c100000.tpu | |
[ 0.772761] OF: ** translation for device /mon ** | |
[ 0.777600] OF: bus is default (na=2, ns=2) on | |
[ 0.782342] OF: reached root node | |
[ 0.785845] OF: ** translation for device /mon ** | |
[ 0.790770] OF: bus is default (na=2, ns=2) on | |
[ 0.795512] OF: reached root node | |
[ 0.799015] OF: ** translation for device /mon ** | |
[ 0.803941] OF: bus is default (na=2, ns=2) on | |
[ 0.808684] OF: reached root node | |
[ 0.812186] OF: ** translation for device /mon ** | |
[ 0.817112] OF: bus is default (na=2, ns=2) on | |
[ 0.821855] OF: reached root node | |
[ 0.825357] OF: ** translation for device /mon ** | |
[ 0.830283] OF: bus is default (na=2, ns=2) on | |
[ 0.835026] OF: reached root node | |
[ 0.838529] OF: of_irq_parse_one: dev=/mon, index=0 | |
[ 0.843641] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 0.850349] OF: intspec=93 | |
[ 0.853312] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 0.861102] OF: -> addrsize=0 | |
[ 0.864326] OF: -> got it ! | |
[ 0.867376] OF: of_irq_parse_one: dev=/mon, index=1 | |
[ 0.872489] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 0.879210] OF: ** translation for device /mon ** | |
[ 0.884133] OF: bus is default (na=2, ns=2) on | |
[ 0.888876] OF: reached root node | |
[ 0.892378] OF: ** translation for device /mon ** | |
[ 0.897304] OF: bus is default (na=2, ns=2) on | |
[ 0.902047] OF: reached root node | |
[ 0.905549] OF: ** translation for device /mon ** | |
[ 0.910475] OF: bus is default (na=2, ns=2) on | |
[ 0.915218] OF: reached root node | |
[ 0.918721] OF: ** translation for device /mon ** | |
[ 0.923646] OF: bus is default (na=2, ns=2) on | |
[ 0.928389] OF: reached root node | |
[ 0.931892] OF: ** translation for device /mon ** | |
[ 0.936818] OF: bus is default (na=2, ns=2) on | |
[ 0.941560] OF: reached root node | |
[ 0.945061] OF: of_irq_parse_one: dev=/mon, index=0 | |
[ 0.950173] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 0.956883] OF: intspec=93 | |
[ 0.959846] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 0.967636] OF: -> addrsize=0 | |
[ 0.970860] OF: -> got it ! | |
[ 0.973992] OF: ** translation for device /mon ** | |
[ 0.978844] OF: bus is default (na=2, ns=2) on | |
[ 0.983584] OF: reached root node | |
[ 0.987098] device: '1040000.mon': device_add | |
[ 0.991674] bus: 'platform': add device 1040000.mon | |
[ 0.996847] OF: ** translation for device /wiegand0 ** | |
[ 1.002137] OF: bus is default (na=2, ns=2) on | |
[ 1.006880] OF: reached root node | |
[ 1.010383] OF: of_irq_parse_one: dev=/wiegand0, index=0 | |
[ 1.015942] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.022650] OF: intspec=64 | |
[ 1.025613] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.033402] OF: -> addrsize=0 | |
[ 1.036627] OF: -> got it ! | |
[ 1.039677] OF: of_irq_parse_one: dev=/wiegand0, index=1 | |
[ 1.045238] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.051959] OF: ** translation for device /wiegand0 ** | |
[ 1.057330] OF: bus is default (na=2, ns=2) on | |
[ 1.062073] OF: reached root node | |
[ 1.065573] OF: of_irq_parse_one: dev=/wiegand0, index=0 | |
[ 1.071133] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.077844] OF: intspec=64 | |
[ 1.080805] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.088596] OF: -> addrsize=0 | |
[ 1.091820] OF: -> got it ! | |
[ 1.094959] OF: ** translation for device /wiegand0 ** | |
[ 1.100252] OF: bus is default (na=2, ns=2) on | |
[ 1.104991] OF: reached root node | |
[ 1.108513] device: '3030000.wiegand0': device_add | |
[ 1.113531] bus: 'platform': add device 3030000.wiegand0 | |
[ 1.119162] OF: ** translation for device /wiegand1 ** | |
[ 1.124442] OF: bus is default (na=2, ns=2) on | |
[ 1.129183] OF: reached root node | |
[ 1.132687] OF: of_irq_parse_one: dev=/wiegand1, index=0 | |
[ 1.138248] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.144954] OF: intspec=65 | |
[ 1.147917] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.155707] OF: -> addrsize=0 | |
[ 1.158931] OF: -> got it ! | |
[ 1.161981] OF: of_irq_parse_one: dev=/wiegand1, index=1 | |
[ 1.167542] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.174264] OF: ** translation for device /wiegand1 ** | |
[ 1.179634] OF: bus is default (na=2, ns=2) on | |
[ 1.184377] OF: reached root node | |
[ 1.187877] OF: of_irq_parse_one: dev=/wiegand1, index=0 | |
[ 1.193437] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.200148] OF: intspec=65 | |
[ 1.203110] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.210900] OF: -> addrsize=0 | |
[ 1.214124] OF: -> got it ! | |
[ 1.217258] OF: ** translation for device /wiegand1 ** | |
[ 1.222556] OF: bus is default (na=2, ns=2) on | |
[ 1.227296] OF: reached root node | |
[ 1.230810] device: '3031000.wiegand1': device_add | |
[ 1.235833] bus: 'platform': add device 3031000.wiegand1 | |
[ 1.241457] OF: ** translation for device /wiegand2 ** | |
[ 1.246745] OF: bus is default (na=2, ns=2) on | |
[ 1.251487] OF: reached root node | |
[ 1.254992] OF: of_irq_parse_one: dev=/wiegand2, index=0 | |
[ 1.260550] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.267258] OF: intspec=66 | |
[ 1.270221] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.278010] OF: -> addrsize=0 | |
[ 1.281235] OF: -> got it ! | |
[ 1.284284] OF: of_irq_parse_one: dev=/wiegand2, index=1 | |
[ 1.289846] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.296567] OF: ** translation for device /wiegand2 ** | |
[ 1.301938] OF: bus is default (na=2, ns=2) on | |
[ 1.306681] OF: reached root node | |
[ 1.310181] OF: of_irq_parse_one: dev=/wiegand2, index=0 | |
[ 1.315741] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.322451] OF: intspec=66 | |
[ 1.325413] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.333204] OF: -> addrsize=0 | |
[ 1.336429] OF: -> got it ! | |
[ 1.339568] OF: ** translation for device /wiegand2 ** | |
[ 1.344859] OF: bus is default (na=2, ns=2) on | |
[ 1.349600] OF: reached root node | |
[ 1.353114] device: '3032000.wiegand2': device_add | |
[ 1.358139] bus: 'platform': add device 3032000.wiegand2 | |
[ 1.363761] OF: ** translation for device /saradc ** | |
[ 1.368870] OF: bus is default (na=2, ns=2) on | |
[ 1.373613] OF: reached root node | |
[ 1.377116] OF: ** translation for device /saradc ** | |
[ 1.382309] OF: bus is default (na=2, ns=2) on | |
[ 1.387052] OF: reached root node | |
[ 1.390556] OF: of_irq_parse_one: dev=/saradc, index=0 | |
[ 1.395937] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.402644] OF: intspec=100 | |
[ 1.405696] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.413486] OF: -> addrsize=0 | |
[ 1.416710] OF: -> got it ! | |
[ 1.419760] OF: of_irq_parse_one: dev=/saradc, index=1 | |
[ 1.425143] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.431864] OF: ** translation for device /saradc ** | |
[ 1.437055] OF: bus is default (na=2, ns=2) on | |
[ 1.441797] OF: reached root node | |
[ 1.445300] OF: ** translation for device /saradc ** | |
[ 1.450495] OF: bus is default (na=2, ns=2) on | |
[ 1.455237] OF: reached root node | |
[ 1.458738] OF: of_irq_parse_one: dev=/saradc, index=0 | |
[ 1.464119] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.470829] OF: intspec=100 | |
[ 1.473881] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.481671] OF: -> addrsize=0 | |
[ 1.484895] OF: -> got it ! | |
[ 1.488027] OF: ** translation for device /saradc ** | |
[ 1.493147] OF: bus is default (na=2, ns=2) on | |
[ 1.497888] OF: reached root node | |
[ 1.501402] device: '30f0000.saradc': device_add | |
[ 1.506247] bus: 'platform': add device 30f0000.saradc | |
[ 1.511685] OF: ** translation for device /rtc ** | |
[ 1.516532] OF: bus is default (na=2, ns=2) on | |
[ 1.521273] OF: reached root node | |
[ 1.524776] OF: ** translation for device /rtc ** | |
[ 1.529701] OF: bus is default (na=2, ns=2) on | |
[ 1.534443] OF: reached root node | |
[ 1.537947] OF: of_irq_parse_one: dev=/rtc, index=0 | |
[ 1.543058] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.549767] OF: intspec=17 | |
[ 1.552730] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.560519] OF: -> addrsize=0 | |
[ 1.563744] OF: -> got it ! | |
[ 1.566793] OF: of_irq_parse_one: dev=/rtc, index=1 | |
[ 1.571907] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.578628] OF: ** translation for device /rtc ** | |
[ 1.583550] OF: bus is default (na=2, ns=2) on | |
[ 1.588294] OF: reached root node | |
[ 1.591796] OF: ** translation for device /rtc ** | |
[ 1.596722] OF: bus is default (na=2, ns=2) on | |
[ 1.601465] OF: reached root node | |
[ 1.604965] OF: of_irq_parse_one: dev=/rtc, index=0 | |
[ 1.610077] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.616787] OF: intspec=17 | |
[ 1.619749] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.627540] OF: -> addrsize=0 | |
[ 1.630764] OF: -> got it ! | |
[ 1.633907] OF: ** translation for device /rtc ** | |
[ 1.638747] OF: bus is default (na=2, ns=2) on | |
[ 1.643487] OF: reached root node | |
[ 1.647001] device: '5026000.rtc': device_add | |
[ 1.651578] bus: 'platform': add device 5026000.rtc | |
[ 1.656747] OF: ** translation for device /sysdma_remap ** | |
[ 1.662400] OF: bus is default (na=2, ns=2) on | |
[ 1.667142] OF: reached root node | |
[ 1.670646] OF: of_irq_parse_one: dev=/sysdma_remap, index=0 | |
[ 1.676565] OF: ** translation for device /sysdma_remap ** | |
[ 1.682289] OF: bus is default (na=2, ns=2) on | |
[ 1.687033] OF: reached root node | |
[ 1.690533] OF: ** translation for device /sysdma_remap ** | |
[ 1.696267] OF: bus is default (na=2, ns=2) on | |
[ 1.701010] OF: reached root node | |
[ 1.704523] device: '3000154.sysdma_remap': device_add | |
[ 1.709911] bus: 'platform': add device 3000154.sysdma_remap | |
[ 1.715861] bus: 'platform': driver_probe_device: matched device 3000154.sysdma_remap with driver cv1835-sysdma-remap | |
[ 1.726822] platform 3000154.sysdma_remap: Added to deferred list | |
[ 1.733209] OF: ** translation for device /dma@0x4330000 ** | |
[ 1.739008] OF: bus is default (na=2, ns=2) on | |
[ 1.743749] OF: reached root node | |
[ 1.747253] OF: of_irq_parse_one: dev=/dma@0x4330000, index=0 | |
[ 1.753262] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.759969] OF: intspec=29 | |
[ 1.762932] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.770721] OF: -> addrsize=0 | |
[ 1.773946] OF: -> got it ! | |
[ 1.776995] OF: of_irq_parse_one: dev=/dma@0x4330000, index=1 | |
[ 1.783006] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.789726] OF: ** translation for device /dma@0x4330000 ** | |
[ 1.795544] OF: bus is default (na=2, ns=2) on | |
[ 1.800287] OF: reached root node | |
[ 1.803788] OF: of_irq_parse_one: dev=/dma@0x4330000, index=0 | |
[ 1.809796] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 1.816506] OF: intspec=29 | |
[ 1.819468] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 1.827258] OF: -> addrsize=0 | |
[ 1.830483] OF: -> got it ! | |
[ 1.833627] OF: ** translation for device /dma@0x4330000 ** | |
[ 1.839362] OF: bus is default (na=2, ns=2) on | |
[ 1.844102] OF: reached root node | |
[ 1.847617] device: '4330000.dma': device_add | |
[ 1.852216] bus: 'platform': add device 4330000.dma | |
[ 1.857369] OF: ** translation for device /cv-wd@0x3010000 ** | |
[ 1.863284] OF: bus is default (na=2, ns=2) on | |
[ 1.868025] OF: reached root node | |
[ 1.871529] OF: of_irq_parse_one: dev=/cv-wd@0x3010000, index=0 | |
[ 1.877719] OF: ** translation for device /cv-wd@0x3010000 ** | |
[ 1.883711] OF: bus is default (na=2, ns=2) on | |
[ 1.888453] OF: reached root node | |
[ 1.891953] OF: ** translation for device /cv-wd@0x3010000 ** | |
[ 1.897957] OF: bus is default (na=2, ns=2) on | |
[ 1.902699] OF: reached root node | |
[ 1.906214] device: '3010000.cv-wd': device_add | |
[ 1.910983] bus: 'platform': add device 3010000.cv-wd | |
[ 1.916337] OF: ** translation for device /pwm@3060000 ** | |
[ 1.921881] OF: bus is default (na=2, ns=2) on | |
[ 1.926623] OF: reached root node | |
[ 1.930127] OF: of_irq_parse_one: dev=/pwm@3060000, index=0 | |
[ 1.935957] OF: ** translation for device /pwm@3060000 ** | |
[ 1.941592] OF: bus is default (na=2, ns=2) on | |
[ 1.946336] OF: reached root node | |
[ 1.949835] OF: ** translation for device /pwm@3060000 ** | |
[ 1.955480] OF: bus is default (na=2, ns=2) on | |
[ 1.960223] OF: reached root node | |
[ 1.963737] device: '3060000.pwm': device_add | |
[ 1.968315] bus: 'platform': add device 3060000.pwm | |
[ 1.973493] OF: ** translation for device /pwm@3061000 ** | |
[ 1.979047] OF: bus is default (na=2, ns=2) on | |
[ 1.983788] OF: reached root node | |
[ 1.987292] OF: of_irq_parse_one: dev=/pwm@3061000, index=0 | |
[ 1.993122] OF: ** translation for device /pwm@3061000 ** | |
[ 1.998757] OF: bus is default (na=2, ns=2) on | |
[ 2.003500] OF: reached root node | |
[ 2.007000] OF: ** translation for device /pwm@3061000 ** | |
[ 2.012645] OF: bus is default (na=2, ns=2) on | |
[ 2.017387] OF: reached root node | |
[ 2.020902] device: '3061000.pwm': device_add | |
[ 2.025480] bus: 'platform': add device 3061000.pwm | |
[ 2.030649] OF: ** translation for device /pwm@3062000 ** | |
[ 2.036211] OF: bus is default (na=2, ns=2) on | |
[ 2.040953] OF: reached root node | |
[ 2.044457] OF: of_irq_parse_one: dev=/pwm@3062000, index=0 | |
[ 2.050287] OF: ** translation for device /pwm@3062000 ** | |
[ 2.055922] OF: bus is default (na=2, ns=2) on | |
[ 2.060665] OF: reached root node | |
[ 2.064165] OF: ** translation for device /pwm@3062000 ** | |
[ 2.069809] OF: bus is default (na=2, ns=2) on | |
[ 2.074553] OF: reached root node | |
[ 2.078066] device: '3062000.pwm': device_add | |
[ 2.082645] bus: 'platform': add device 3062000.pwm | |
[ 2.087809] OF: ** translation for device /pwm@3063000 ** | |
[ 2.093376] OF: bus is default (na=2, ns=2) on | |
[ 2.098118] OF: reached root node | |
[ 2.101621] OF: of_irq_parse_one: dev=/pwm@3063000, index=0 | |
[ 2.107452] OF: ** translation for device /pwm@3063000 ** | |
[ 2.113087] OF: bus is default (na=2, ns=2) on | |
[ 2.117829] OF: reached root node | |
[ 2.121329] OF: ** translation for device /pwm@3063000 ** | |
[ 2.126975] OF: bus is default (na=2, ns=2) on | |
[ 2.131717] OF: reached root node | |
[ 2.135231] device: '3063000.pwm': device_add | |
[ 2.139809] bus: 'platform': add device 3063000.pwm | |
[ 2.145001] OF: ** translation for device /spi3@041B0000 ** | |
[ 2.150720] OF: bus is default (na=2, ns=2) on | |
[ 2.155462] OF: reached root node | |
[ 2.158965] OF: of_irq_parse_one: dev=/spi3@041B0000, index=0 | |
[ 2.164975] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.171680] OF: intspec=57 | |
[ 2.174644] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 2.182433] OF: -> addrsize=0 | |
[ 2.185658] OF: -> got it ! | |
[ 2.188707] OF: of_irq_parse_one: dev=/spi3@041B0000, index=1 | |
[ 2.194717] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.201437] OF: ** translation for device /spi3@041B0000 ** | |
[ 2.207256] OF: bus is default (na=2, ns=2) on | |
[ 2.211999] OF: reached root node | |
[ 2.215500] OF: of_irq_parse_one: dev=/spi3@041B0000, index=0 | |
[ 2.221508] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.228217] OF: intspec=57 | |
[ 2.231180] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 2.238970] OF: -> addrsize=0 | |
[ 2.242195] OF: -> got it ! | |
[ 2.245331] OF: ** translation for device /spi3@041B0000 ** | |
[ 2.251074] OF: bus is default (na=2, ns=2) on | |
[ 2.255814] OF: reached root node | |
[ 2.259328] device: '41b0000.spi3': device_add | |
[ 2.263994] bus: 'platform': add device 41b0000.spi3 | |
[ 2.269265] OF: ** translation for device /serial@04140000 ** | |
[ 2.275175] OF: bus is default (na=2, ns=2) on | |
[ 2.279916] OF: reached root node | |
[ 2.283421] OF: of_irq_parse_one: dev=/serial@04140000, index=0 | |
[ 2.289607] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.296314] OF: intspec=44 | |
[ 2.299277] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 2.307066] OF: -> addrsize=0 | |
[ 2.310291] OF: -> got it ! | |
[ 2.313341] OF: of_irq_parse_one: dev=/serial@04140000, index=1 | |
[ 2.319529] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.326251] OF: ** translation for device /serial@04140000 ** | |
[ 2.332248] OF: bus is default (na=2, ns=2) on | |
[ 2.336991] OF: reached root node | |
[ 2.340491] OF: of_irq_parse_one: dev=/serial@04140000, index=0 | |
[ 2.346679] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.353389] OF: intspec=44 | |
[ 2.356351] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 2.364142] OF: -> addrsize=0 | |
[ 2.367366] OF: -> got it ! | |
[ 2.370495] OF: ** translation for device /serial@04140000 ** | |
[ 2.376424] OF: bus is default (na=2, ns=2) on | |
[ 2.381164] OF: reached root node | |
[ 2.384680] device: '4140000.serial': device_add | |
[ 2.389526] bus: 'platform': add device 4140000.serial | |
[ 2.394977] OF: ** translation for device /serial@041C0000 ** | |
[ 2.400883] OF: bus is default (na=2, ns=2) on | |
[ 2.405625] OF: reached root node | |
[ 2.409129] OF: of_irq_parse_one: dev=/serial@041C0000, index=0 | |
[ 2.415316] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.422022] OF: intspec=48 | |
[ 2.424986] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 2.432776] OF: -> addrsize=0 | |
[ 2.436000] OF: -> got it ! | |
[ 2.439049] OF: of_irq_parse_one: dev=/serial@041C0000, index=1 | |
[ 2.445238] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.451959] OF: ** translation for device /serial@041C0000 ** | |
[ 2.457957] OF: bus is default (na=2, ns=2) on | |
[ 2.462700] OF: reached root node | |
[ 2.466200] OF: of_irq_parse_one: dev=/serial@041C0000, index=0 | |
[ 2.472388] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.479097] OF: intspec=48 | |
[ 2.482060] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 2.489851] OF: -> addrsize=0 | |
[ 2.493074] OF: -> got it ! | |
[ 2.496214] OF: ** translation for device /serial@041C0000 ** | |
[ 2.502133] OF: bus is default (na=2, ns=2) on | |
[ 2.506873] OF: reached root node | |
[ 2.510388] device: '41c0000.serial': device_add | |
[ 2.515235] bus: 'platform': add device 41c0000.serial | |
[ 2.520675] OF: ** translation for device /gpio@03020000 ** | |
[ 2.526413] OF: bus is default (na=2, ns=2) on | |
[ 2.531155] OF: reached root node | |
[ 2.534659] OF: of_irq_parse_one: dev=/gpio@03020000, index=0 | |
[ 2.540668] OF: ** translation for device /gpio@03020000 ** | |
[ 2.546482] OF: bus is default (na=2, ns=2) on | |
[ 2.551225] OF: reached root node | |
[ 2.554725] OF: ** translation for device /gpio@03020000 ** | |
[ 2.560549] OF: bus is default (na=2, ns=2) on | |
[ 2.565292] OF: reached root node | |
[ 2.568805] device: '3020000.gpio': device_add | |
[ 2.573476] bus: 'platform': add device 3020000.gpio | |
[ 2.578726] OF: ** translation for device /gpio@03021000 ** | |
[ 2.584473] OF: bus is default (na=2, ns=2) on | |
[ 2.589216] OF: reached root node | |
[ 2.592719] OF: of_irq_parse_one: dev=/gpio@03021000, index=0 | |
[ 2.598728] OF: ** translation for device /gpio@03021000 ** | |
[ 2.604542] OF: bus is default (na=2, ns=2) on | |
[ 2.609285] OF: reached root node | |
[ 2.612786] OF: ** translation for device /gpio@03021000 ** | |
[ 2.618610] OF: bus is default (na=2, ns=2) on | |
[ 2.623352] OF: reached root node | |
[ 2.626874] device: '3021000.gpio': device_add | |
[ 2.631535] bus: 'platform': add device 3021000.gpio | |
[ 2.636799] OF: ** translation for device /gpio@03022000 ** | |
[ 2.642536] OF: bus is default (na=2, ns=2) on | |
[ 2.647276] OF: reached root node | |
[ 2.650780] OF: of_irq_parse_one: dev=/gpio@03022000, index=0 | |
[ 2.656789] OF: ** translation for device /gpio@03022000 ** | |
[ 2.662603] OF: bus is default (na=2, ns=2) on | |
[ 2.667347] OF: reached root node | |
[ 2.670846] OF: ** translation for device /gpio@03022000 ** | |
[ 2.676671] OF: bus is default (na=2, ns=2) on | |
[ 2.681414] OF: reached root node | |
[ 2.684926] device: '3022000.gpio': device_add | |
[ 2.689596] bus: 'platform': add device 3022000.gpio | |
[ 2.694859] OF: ** translation for device /gpio@03023000 ** | |
[ 2.700595] OF: bus is default (na=2, ns=2) on | |
[ 2.705337] OF: reached root node | |
[ 2.708840] OF: of_irq_parse_one: dev=/gpio@03023000, index=0 | |
[ 2.714850] OF: ** translation for device /gpio@03023000 ** | |
[ 2.720664] OF: bus is default (na=2, ns=2) on | |
[ 2.725408] OF: reached root node | |
[ 2.728907] OF: ** translation for device /gpio@03023000 ** | |
[ 2.734731] OF: bus is default (na=2, ns=2) on | |
[ 2.739474] OF: reached root node | |
[ 2.742988] device: '3023000.gpio': device_add | |
[ 2.747656] bus: 'platform': add device 3023000.gpio | |
[ 2.752908] OF: ** translation for device /gpio@05021000 ** | |
[ 2.758656] OF: bus is default (na=2, ns=2) on | |
[ 2.763397] OF: reached root node | |
[ 2.766901] OF: of_irq_parse_one: dev=/gpio@05021000, index=0 | |
[ 2.772911] OF: ** translation for device /gpio@05021000 ** | |
[ 2.778725] OF: bus is default (na=2, ns=2) on | |
[ 2.783469] OF: reached root node | |
[ 2.786967] OF: ** translation for device /gpio@05021000 ** | |
[ 2.792791] OF: bus is default (na=2, ns=2) on | |
[ 2.797536] OF: reached root node | |
[ 2.801047] device: '5021000.gpio': device_add | |
[ 2.805716] bus: 'platform': add device 5021000.gpio | |
[ 2.810974] OF: ** translation for device /i2c@04020000 ** | |
[ 2.816627] OF: bus is default (na=2, ns=2) on | |
[ 2.821369] OF: reached root node | |
[ 2.824872] OF: of_irq_parse_one: dev=/i2c@04020000, index=0 | |
[ 2.830791] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.837498] OF: intspec=51 | |
[ 2.840462] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 2.848251] OF: -> addrsize=0 | |
[ 2.851475] OF: -> got it ! | |
[ 2.854524] OF: of_irq_parse_one: dev=/i2c@04020000, index=1 | |
[ 2.860445] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.867166] OF: ** translation for device /i2c@04020000 ** | |
[ 2.872894] OF: bus is default (na=2, ns=2) on | |
[ 2.877638] OF: reached root node | |
[ 2.881138] OF: of_irq_parse_one: dev=/i2c@04020000, index=0 | |
[ 2.887057] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.893766] OF: intspec=51 | |
[ 2.896729] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 2.904519] OF: -> addrsize=0 | |
[ 2.907743] OF: -> got it ! | |
[ 2.910879] OF: ** translation for device /i2c@04020000 ** | |
[ 2.916533] OF: bus is default (na=2, ns=2) on | |
[ 2.921273] OF: reached root node | |
[ 2.924788] device: '4020000.i2c': device_add | |
[ 2.929364] bus: 'platform': add device 4020000.i2c | |
[ 2.934553] OF: ** translation for device /i2c@04030000 ** | |
[ 2.940186] OF: bus is default (na=2, ns=2) on | |
[ 2.944927] OF: reached root node | |
[ 2.948431] OF: of_irq_parse_one: dev=/i2c@04030000, index=0 | |
[ 2.954349] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.961056] OF: intspec=52 | |
[ 2.964020] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 2.971809] OF: -> addrsize=0 | |
[ 2.975034] OF: -> got it ! | |
[ 2.978083] OF: of_irq_parse_one: dev=/i2c@04030000, index=1 | |
[ 2.984003] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 2.990734] OF: ** translation for device /i2c@04030000 ** | |
[ 2.996453] OF: bus is default (na=2, ns=2) on | |
[ 3.001196] OF: reached root node | |
[ 3.004697] OF: of_irq_parse_one: dev=/i2c@04030000, index=0 | |
[ 3.010616] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.017325] OF: intspec=52 | |
[ 3.020288] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.028077] OF: -> addrsize=0 | |
[ 3.031302] OF: -> got it ! | |
[ 3.034437] OF: ** translation for device /i2c@04030000 ** | |
[ 3.040093] OF: bus is default (na=2, ns=2) on | |
[ 3.044832] OF: reached root node | |
[ 3.048346] device: '4030000.i2c': device_add | |
[ 3.052923] bus: 'platform': add device 4030000.i2c | |
[ 3.058098] OF: ** translation for device /i2c@04040000 ** | |
[ 3.063745] OF: bus is default (na=2, ns=2) on | |
[ 3.068486] OF: reached root node | |
[ 3.071990] OF: of_irq_parse_one: dev=/i2c@04040000, index=0 | |
[ 3.077907] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.084615] OF: intspec=53 | |
[ 3.087578] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.095367] OF: -> addrsize=0 | |
[ 3.098592] OF: -> got it ! | |
[ 3.101642] OF: of_irq_parse_one: dev=/i2c@04040000, index=1 | |
[ 3.107562] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.114283] OF: ** translation for device /i2c@04040000 ** | |
[ 3.120011] OF: bus is default (na=2, ns=2) on | |
[ 3.124754] OF: reached root node | |
[ 3.128255] OF: of_irq_parse_one: dev=/i2c@04040000, index=0 | |
[ 3.134174] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.140883] OF: intspec=53 | |
[ 3.143846] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.151636] OF: -> addrsize=0 | |
[ 3.154860] OF: -> got it ! | |
[ 3.157994] OF: ** translation for device /i2c@04040000 ** | |
[ 3.163650] OF: bus is default (na=2, ns=2) on | |
[ 3.168390] OF: reached root node | |
[ 3.171904] device: '4040000.i2c': device_add | |
[ 3.176483] bus: 'platform': add device 4040000.i2c | |
[ 3.181650] OF: of_platform_bus_create() - skipping /stmmac-axi-config, no compatible prop | |
[ 3.190171] OF: of_platform_bus_create() - skipping /rx-queues-config, no compatible prop | |
[ 3.198682] OF: of_platform_bus_create() - skipping /tx-queues-config, no compatible prop | |
[ 3.207213] OF: ** translation for device /ethernet@4070000 ** | |
[ 3.213287] OF: bus is default (na=2, ns=2) on | |
[ 3.218028] OF: reached root node | |
[ 3.221532] OF: of_irq_parse_one: dev=/ethernet@4070000, index=0 | |
[ 3.227810] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.234516] OF: intspec=31 | |
[ 3.237479] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.245268] OF: -> addrsize=0 | |
[ 3.248493] OF: -> got it ! | |
[ 3.251543] OF: of_irq_parse_one: dev=/ethernet@4070000, index=1 | |
[ 3.257821] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.264542] OF: ** translation for device /ethernet@4070000 ** | |
[ 3.270629] OF: bus is default (na=2, ns=2) on | |
[ 3.275372] OF: reached root node | |
[ 3.278873] OF: of_irq_parse_one: dev=/ethernet@4070000, index=0 | |
[ 3.285150] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.291861] OF: intspec=31 | |
[ 3.294822] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.302612] OF: -> addrsize=0 | |
[ 3.305836] OF: -> got it ! | |
[ 3.308983] OF: ** translation for device /ethernet@4070000 ** | |
[ 3.314985] OF: bus is default (na=2, ns=2) on | |
[ 3.319724] OF: reached root node | |
[ 3.323240] device: '4070000.ethernet': device_add | |
[ 3.328264] bus: 'platform': add device 4070000.ethernet | |
[ 3.333891] OF: ** translation for device /cv-emmc@4300000 ** | |
[ 3.339801] OF: bus is default (na=2, ns=2) on | |
[ 3.344544] OF: reached root node | |
[ 3.348048] OF: of_irq_parse_one: dev=/cv-emmc@4300000, index=0 | |
[ 3.354234] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.360942] OF: intspec=34 | |
[ 3.363906] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.371694] OF: -> addrsize=0 | |
[ 3.374918] OF: -> got it ! | |
[ 3.377968] OF: of_irq_parse_one: dev=/cv-emmc@4300000, index=1 | |
[ 3.384158] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.390879] OF: ** translation for device /cv-emmc@4300000 ** | |
[ 3.396876] OF: bus is default (na=2, ns=2) on | |
[ 3.401619] OF: reached root node | |
[ 3.405120] OF: of_irq_parse_one: dev=/cv-emmc@4300000, index=0 | |
[ 3.411307] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.418017] OF: intspec=34 | |
[ 3.420979] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.428769] OF: -> addrsize=0 | |
[ 3.431993] OF: -> got it ! | |
[ 3.435136] OF: ** translation for device /cv-emmc@4300000 ** | |
[ 3.441052] OF: bus is default (na=2, ns=2) on | |
[ 3.445792] OF: reached root node | |
[ 3.449307] device: '4300000.cv-emmc': device_add | |
[ 3.454242] bus: 'platform': add device 4300000.cv-emmc | |
[ 3.459789] OF: ** translation for device /cv-sd@4310000 ** | |
[ 3.465511] OF: bus is default (na=2, ns=2) on | |
[ 3.470253] OF: reached root node | |
[ 3.473756] OF: of_irq_parse_one: dev=/cv-sd@4310000, index=0 | |
[ 3.479764] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.486472] OF: intspec=36 | |
[ 3.489434] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.497224] OF: -> addrsize=0 | |
[ 3.500448] OF: -> got it ! | |
[ 3.503498] OF: of_irq_parse_one: dev=/cv-sd@4310000, index=1 | |
[ 3.509509] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.516229] OF: ** translation for device /cv-sd@4310000 ** | |
[ 3.522047] OF: bus is default (na=2, ns=2) on | |
[ 3.526790] OF: reached root node | |
[ 3.530290] OF: of_irq_parse_one: dev=/cv-sd@4310000, index=0 | |
[ 3.536299] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.543009] OF: intspec=36 | |
[ 3.545971] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.553761] OF: -> addrsize=0 | |
[ 3.556985] OF: -> got it ! | |
[ 3.560131] OF: ** translation for device /cv-sd@4310000 ** | |
[ 3.565865] OF: bus is default (na=2, ns=2) on | |
[ 3.570604] OF: reached root node | |
[ 3.574120] device: '4310000.cv-sd': device_add | |
[ 3.578873] bus: 'platform': add device 4310000.cv-sd | |
[ 3.584233] OF: ** translation for device /wifi-sd@4320000 ** | |
[ 3.590145] OF: bus is default (na=2, ns=2) on | |
[ 3.594886] OF: reached root node | |
[ 3.598389] OF: of_irq_parse_one: dev=/wifi-sd@4320000, index=0 | |
[ 3.604578] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.611284] OF: intspec=38 | |
[ 3.614248] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.622036] OF: -> addrsize=0 | |
[ 3.625261] OF: -> got it ! | |
[ 3.628311] OF: of_irq_parse_one: dev=/wifi-sd@4320000, index=1 | |
[ 3.634501] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.641221] OF: ** translation for device /wifi-sd@4320000 ** | |
[ 3.647218] OF: bus is default (na=2, ns=2) on | |
[ 3.651960] OF: reached root node | |
[ 3.655462] OF: of_irq_parse_one: dev=/wifi-sd@4320000, index=0 | |
[ 3.661650] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.668359] OF: intspec=38 | |
[ 3.671322] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.679111] OF: -> addrsize=0 | |
[ 3.682336] OF: -> got it ! | |
[ 3.685473] OF: ** translation for device /wifi-sd@4320000 ** | |
[ 3.691394] OF: bus is default (na=2, ns=2) on | |
[ 3.696134] OF: reached root node | |
[ 3.699651] device: '4320000.wifi-sd': device_add | |
[ 3.704583] bus: 'platform': add device 4320000.wifi-sd | |
[ 3.710118] OF: ** translation for device /i2s_subsys ** | |
[ 3.715585] OF: bus is default (na=2, ns=2) on | |
[ 3.720326] OF: reached root node | |
[ 3.723829] OF: of_irq_parse_one: dev=/i2s_subsys, index=0 | |
[ 3.729570] OF: ** translation for device /i2s_subsys ** | |
[ 3.735116] OF: bus is default (na=2, ns=2) on | |
[ 3.739858] OF: reached root node | |
[ 3.743358] OF: ** translation for device /i2s_subsys ** | |
[ 3.748915] OF: bus is default (na=2, ns=2) on | |
[ 3.753657] OF: reached root node | |
[ 3.757170] device: '4108000.i2s_subsys': device_add | |
[ 3.762378] bus: 'platform': add device 4108000.i2s_subsys | |
[ 3.768165] bus: 'platform': driver_probe_device: matched device 4108000.i2s_subsys with driver cvitek-i2s-subsys | |
[ 3.778754] platform 4108000.i2s_subsys: Added to deferred list | |
[ 3.784960] OF: ** translation for device /i2s@04100000 ** | |
[ 3.790668] OF: bus is default (na=2, ns=2) on | |
[ 3.795411] OF: reached root node | |
[ 3.798914] OF: of_irq_parse_one: dev=/i2s@04100000, index=0 | |
[ 3.804833] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.811540] OF: intspec=40 | |
[ 3.814503] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.822292] OF: -> addrsize=0 | |
[ 3.825518] OF: -> got it ! | |
[ 3.828567] OF: of_irq_parse_one: dev=/i2s@04100000, index=1 | |
[ 3.834487] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.841207] OF: ** translation for device /i2s@04100000 ** | |
[ 3.846936] OF: bus is default (na=2, ns=2) on | |
[ 3.851680] OF: reached root node | |
[ 3.855179] OF: of_irq_parse_one: dev=/i2s@04100000, index=0 | |
[ 3.861099] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.867808] OF: intspec=40 | |
[ 3.870771] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.878561] OF: -> addrsize=0 | |
[ 3.881785] OF: -> got it ! | |
[ 3.884918] OF: ** translation for device /i2s@04100000 ** | |
[ 3.890575] OF: bus is default (na=2, ns=2) on | |
[ 3.895314] OF: reached root node | |
[ 3.898830] device: '4100000.i2s': device_add | |
[ 3.903407] bus: 'platform': add device 4100000.i2s | |
[ 3.908580] OF: ** translation for device /i2s@04130000 ** | |
[ 3.914228] OF: bus is default (na=2, ns=2) on | |
[ 3.918969] OF: reached root node | |
[ 3.922473] OF: of_irq_parse_one: dev=/i2s@04130000, index=0 | |
[ 3.928392] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.935098] OF: intspec=43 | |
[ 3.938062] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 3.945851] OF: -> addrsize=0 | |
[ 3.949075] OF: -> got it ! | |
[ 3.952125] OF: of_irq_parse_one: dev=/i2s@04130000, index=1 | |
[ 3.958045] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.964766] OF: ** translation for device /i2s@04130000 ** | |
[ 3.970495] OF: bus is default (na=2, ns=2) on | |
[ 3.975237] OF: reached root node | |
[ 3.978738] OF: of_irq_parse_one: dev=/i2s@04130000, index=0 | |
[ 3.984657] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 3.991367] OF: intspec=43 | |
[ 3.994330] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.002119] OF: -> addrsize=0 | |
[ 4.005343] OF: -> got it ! | |
[ 4.008475] OF: ** translation for device /i2s@04130000 ** | |
[ 4.014134] OF: bus is default (na=2, ns=2) on | |
[ 4.018873] OF: reached root node | |
[ 4.022389] device: '4130000.i2s': device_add | |
[ 4.026964] bus: 'platform': add device 4130000.i2s | |
[ 4.032136] OF: ** translation for device /adc@0300A100 ** | |
[ 4.037786] OF: bus is default (na=2, ns=2) on | |
[ 4.042528] OF: reached root node | |
[ 4.046031] OF: of_irq_parse_one: dev=/adc@0300A100, index=0 | |
[ 4.051951] OF: ** translation for device /adc@0300A100 ** | |
[ 4.057676] OF: bus is default (na=2, ns=2) on | |
[ 4.062418] OF: reached root node | |
[ 4.065919] OF: ** translation for device /adc@0300A100 ** | |
[ 4.071654] OF: bus is default (na=2, ns=2) on | |
[ 4.076396] OF: reached root node | |
[ 4.079909] device: '300a100.adc': device_add | |
[ 4.084503] bus: 'platform': add device 300a100.adc | |
[ 4.089655] OF: ** translation for device /dac@0300A000 ** | |
[ 4.095310] OF: bus is default (na=2, ns=2) on | |
[ 4.100051] OF: reached root node | |
[ 4.103554] OF: of_irq_parse_one: dev=/dac@0300A000, index=0 | |
[ 4.109473] OF: ** translation for device /dac@0300A000 ** | |
[ 4.115198] OF: bus is default (na=2, ns=2) on | |
[ 4.119942] OF: reached root node | |
[ 4.123442] OF: ** translation for device /dac@0300A000 ** | |
[ 4.129176] OF: bus is default (na=2, ns=2) on | |
[ 4.133919] OF: reached root node | |
[ 4.137433] device: '300a000.dac': device_add | |
[ 4.142011] bus: 'platform': add device 300a000.dac | |
[ 4.147205] OF: ** translation for device /pdm@0x041D0C00 ** | |
[ 4.153012] OF: bus is default (na=2, ns=2) on | |
[ 4.157753] OF: reached root node | |
[ 4.161257] OF: of_irq_parse_one: dev=/pdm@0x041D0C00, index=0 | |
[ 4.167356] OF: ** translation for device /pdm@0x041D0C00 ** | |
[ 4.173259] OF: bus is default (na=2, ns=2) on | |
[ 4.178003] OF: reached root node | |
[ 4.181502] OF: ** translation for device /pdm@0x041D0C00 ** | |
[ 4.187416] OF: bus is default (na=2, ns=2) on | |
[ 4.192159] OF: reached root node | |
[ 4.195681] device: '41d0c00.pdm': device_add | |
[ 4.200255] bus: 'platform': add device 41d0c00.pdm | |
[ 4.205429] OF: of_irq_parse_one: dev=/sound_adc, index=0 | |
[ 4.210993] device: 'sound_adc': device_add | |
[ 4.215395] bus: 'platform': add device sound_adc | |
[ 4.220381] OF: of_irq_parse_one: dev=/sound_dac, index=0 | |
[ 4.225955] device: 'sound_dac': device_add | |
[ 4.230356] bus: 'platform': add device sound_dac | |
[ 4.235357] OF: ** translation for device /cif ** | |
[ 4.240193] OF: bus is default (na=2, ns=2) on | |
[ 4.244934] OF: reached root node | |
[ 4.248436] OF: ** translation for device /cif ** | |
[ 4.253362] OF: bus is default (na=2, ns=2) on | |
[ 4.258104] OF: reached root node | |
[ 4.261607] OF: ** translation for device /cif ** | |
[ 4.266533] OF: bus is default (na=2, ns=2) on | |
[ 4.271276] OF: reached root node | |
[ 4.274778] OF: ** translation for device /cif ** | |
[ 4.279704] OF: bus is default (na=2, ns=2) on | |
[ 4.284447] OF: reached root node | |
[ 4.287949] OF: ** translation for device /cif ** | |
[ 4.292875] OF: bus is default (na=2, ns=2) on | |
[ 4.297619] OF: reached root node | |
[ 4.301121] OF: of_irq_parse_one: dev=/cif, index=0 | |
[ 4.306237] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.312942] OF: intspec=26 | |
[ 4.315906] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.323694] OF: -> addrsize=0 | |
[ 4.326918] OF: -> got it ! | |
[ 4.329968] OF: of_irq_parse_one: dev=/cif, index=1 | |
[ 4.335082] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.341792] OF: intspec=27 | |
[ 4.344755] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.352545] OF: -> addrsize=0 | |
[ 4.355769] OF: -> got it ! | |
[ 4.358819] OF: of_irq_parse_one: dev=/cif, index=2 | |
[ 4.363933] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.370654] OF: ** translation for device /cif ** | |
[ 4.375577] OF: bus is default (na=2, ns=2) on | |
[ 4.380319] OF: reached root node | |
[ 4.383821] OF: ** translation for device /cif ** | |
[ 4.388748] OF: bus is default (na=2, ns=2) on | |
[ 4.393490] OF: reached root node | |
[ 4.396993] OF: ** translation for device /cif ** | |
[ 4.401919] OF: bus is default (na=2, ns=2) on | |
[ 4.406661] OF: reached root node | |
[ 4.410164] OF: ** translation for device /cif ** | |
[ 4.415090] OF: bus is default (na=2, ns=2) on | |
[ 4.419832] OF: reached root node | |
[ 4.423335] OF: ** translation for device /cif ** | |
[ 4.428261] OF: bus is default (na=2, ns=2) on | |
[ 4.433004] OF: reached root node | |
[ 4.436504] OF: of_irq_parse_one: dev=/cif, index=0 | |
[ 4.441617] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.448327] OF: intspec=26 | |
[ 4.451289] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.459079] OF: -> addrsize=0 | |
[ 4.462304] OF: -> got it ! | |
[ 4.465439] OF: of_irq_parse_one: dev=/cif, index=1 | |
[ 4.470472] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.477178] OF: intspec=27 | |
[ 4.480141] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.487931] OF: -> addrsize=0 | |
[ 4.491155] OF: -> got it ! | |
[ 4.494277] OF: ** translation for device /cif ** | |
[ 4.499140] OF: bus is default (na=2, ns=2) on | |
[ 4.503878] OF: reached root node | |
[ 4.507393] device: 'a0c2000.cif': device_add | |
[ 4.511970] bus: 'platform': add device a0c2000.cif | |
[ 4.517145] OF: of_irq_parse_one: dev=/mipi_tx, index=0 | |
[ 4.522532] device: 'mipi_tx': device_add | |
[ 4.526753] bus: 'platform': add device mipi_tx | |
[ 4.531573] OF: of_irq_parse_one: dev=/sys, index=0 | |
[ 4.536598] device: 'sys': device_add | |
[ 4.540461] bus: 'platform': add device sys | |
[ 4.544907] OF: ** translation for device /base ** | |
[ 4.549849] OF: bus is default (na=2, ns=2) on | |
[ 4.554591] OF: reached root node | |
[ 4.558095] OF: of_irq_parse_one: dev=/base, index=0 | |
[ 4.563298] OF: ** translation for device /base ** | |
[ 4.568306] OF: bus is default (na=2, ns=2) on | |
[ 4.573049] OF: reached root node | |
[ 4.576548] OF: ** translation for device /base ** | |
[ 4.581566] OF: bus is default (na=2, ns=2) on | |
[ 4.586310] OF: reached root node | |
[ 4.589821] device: 'a0c8000.base': device_add | |
[ 4.594494] bus: 'platform': add device a0c8000.base | |
[ 4.599743] OF: ** translation for device /vi ** | |
[ 4.604506] OF: bus is default (na=2, ns=2) on | |
[ 4.609247] OF: reached root node | |
[ 4.612751] OF: of_irq_parse_one: dev=/vi, index=0 | |
[ 4.617773] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.624480] OF: intspec=24 | |
[ 4.627444] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.635233] OF: -> addrsize=0 | |
[ 4.638457] OF: -> got it ! | |
[ 4.641507] OF: of_irq_parse_one: dev=/vi, index=1 | |
[ 4.646531] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.653252] OF: ** translation for device /vi ** | |
[ 4.658085] OF: bus is default (na=2, ns=2) on | |
[ 4.662828] OF: reached root node | |
[ 4.666328] OF: of_irq_parse_one: dev=/vi, index=0 | |
[ 4.671351] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.678061] OF: intspec=24 | |
[ 4.681023] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.688813] OF: -> addrsize=0 | |
[ 4.692038] OF: -> got it ! | |
[ 4.695180] OF: ** translation for device /vi ** | |
[ 4.699931] OF: bus is default (na=2, ns=2) on | |
[ 4.704672] OF: reached root node | |
[ 4.708185] device: 'a000000.vi': device_add | |
[ 4.712672] bus: 'platform': add device a000000.vi | |
[ 4.717757] OF: ** translation for device /vpss ** | |
[ 4.722688] OF: bus is default (na=2, ns=2) on | |
[ 4.727430] OF: reached root node | |
[ 4.730934] OF: ** translation for device /vpss ** | |
[ 4.735948] OF: bus is default (na=2, ns=2) on | |
[ 4.740690] OF: reached root node | |
[ 4.744194] OF: of_irq_parse_one: dev=/vpss, index=0 | |
[ 4.749395] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.756103] OF: intspec=25 | |
[ 4.759067] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.766855] OF: -> addrsize=0 | |
[ 4.770081] OF: -> got it ! | |
[ 4.773129] OF: of_irq_parse_one: dev=/vpss, index=1 | |
[ 4.778334] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.785064] OF: ** translation for device /vpss ** | |
[ 4.790068] OF: bus is default (na=2, ns=2) on | |
[ 4.794808] OF: reached root node | |
[ 4.798312] OF: ** translation for device /vpss ** | |
[ 4.803326] OF: bus is default (na=2, ns=2) on | |
[ 4.808070] OF: reached root node | |
[ 4.811570] OF: of_irq_parse_one: dev=/vpss, index=0 | |
[ 4.816773] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.823481] OF: intspec=25 | |
[ 4.826445] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.834236] OF: -> addrsize=0 | |
[ 4.837460] OF: -> got it ! | |
[ 4.840604] OF: ** translation for device /vpss ** | |
[ 4.845532] OF: bus is default (na=2, ns=2) on | |
[ 4.850272] OF: reached root node | |
[ 4.853786] device: 'a080000.vpss': device_add | |
[ 4.858451] bus: 'platform': add device a080000.vpss | |
[ 4.863729] OF: ** translation for device /ive ** | |
[ 4.868558] OF: bus is default (na=2, ns=2) on | |
[ 4.873299] OF: reached root node | |
[ 4.876803] OF: of_irq_parse_one: dev=/ive, index=0 | |
[ 4.881914] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.888622] OF: intspec=97 | |
[ 4.891585] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.899374] OF: -> addrsize=0 | |
[ 4.902599] OF: -> got it ! | |
[ 4.905648] OF: of_irq_parse_one: dev=/ive, index=1 | |
[ 4.910761] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.917484] OF: ** translation for device /ive ** | |
[ 4.922407] OF: bus is default (na=2, ns=2) on | |
[ 4.927148] OF: reached root node | |
[ 4.930649] OF: of_irq_parse_one: dev=/ive, index=0 | |
[ 4.935761] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 4.942471] OF: intspec=97 | |
[ 4.945434] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 4.953224] OF: -> addrsize=0 | |
[ 4.956448] OF: -> got it ! | |
[ 4.959584] OF: ** translation for device /ive ** | |
[ 4.964431] OF: bus is default (na=2, ns=2) on | |
[ 4.969171] OF: reached root node | |
[ 4.972685] device: 'a0a0000.ive': device_add | |
[ 4.977262] bus: 'platform': add device a0a0000.ive | |
[ 4.982433] OF: ** translation for device /vo ** | |
[ 4.987188] OF: bus is default (na=2, ns=2) on | |
[ 4.991929] OF: reached root node | |
[ 4.995433] OF: ** translation for device /vo ** | |
[ 5.000268] OF: bus is default (na=2, ns=2) on | |
[ 5.005011] OF: reached root node | |
[ 5.008514] OF: ** translation for device /vo ** | |
[ 5.013349] OF: bus is default (na=2, ns=2) on | |
[ 5.018092] OF: reached root node | |
[ 5.021596] OF: of_irq_parse_one: dev=/vo, index=0 | |
[ 5.026622] OF: ** translation for device /vo ** | |
[ 5.031449] OF: bus is default (na=2, ns=2) on | |
[ 5.036192] OF: reached root node | |
[ 5.039694] OF: ** translation for device /vo ** | |
[ 5.044530] OF: bus is default (na=2, ns=2) on | |
[ 5.049273] OF: reached root node | |
[ 5.052776] OF: ** translation for device /vo ** | |
[ 5.057612] OF: bus is default (na=2, ns=2) on | |
[ 5.062355] OF: reached root node | |
[ 5.065855] OF: ** translation for device /vo ** | |
[ 5.070693] OF: bus is default (na=2, ns=2) on | |
[ 5.075436] OF: reached root node | |
[ 5.078950] device: 'a080000.vo': device_add | |
[ 5.083443] bus: 'platform': add device a080000.vo | |
[ 5.088512] OF: of_platform_bus_create() - skipping /reserved-memory, no compatible prop | |
[ 5.096874] OF: ** translation for device /cvifb ** | |
[ 5.101965] OF: bus is default (na=2, ns=2) on | |
[ 5.106707] OF: reached root node | |
[ 5.110210] OF: of_irq_parse_one: dev=/cvifb, index=0 | |
[ 5.115503] OF: ** translation for device /cvifb ** | |
[ 5.120600] OF: bus is default (na=2, ns=2) on | |
[ 5.125344] OF: reached root node | |
[ 5.128843] OF: ** translation for device /cvifb ** | |
[ 5.133951] OF: bus is default (na=2, ns=2) on | |
[ 5.138694] OF: reached root node | |
[ 5.142207] device: 'a088000.cvifb': device_add | |
[ 5.146968] bus: 'platform': add device a088000.cvifb | |
[ 5.152309] OF: ** translation for device /dwa ** | |
[ 5.157159] OF: bus is default (na=2, ns=2) on | |
[ 5.161901] OF: reached root node | |
[ 5.165405] OF: of_irq_parse_one: dev=/dwa, index=0 | |
[ 5.170517] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.177224] OF: intspec=28 | |
[ 5.180187] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.187976] OF: -> addrsize=0 | |
[ 5.191201] OF: -> got it ! | |
[ 5.194250] OF: of_irq_parse_one: dev=/dwa, index=1 | |
[ 5.199364] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.206084] OF: ** translation for device /dwa ** | |
[ 5.211007] OF: bus is default (na=2, ns=2) on | |
[ 5.215750] OF: reached root node | |
[ 5.219250] OF: of_irq_parse_one: dev=/dwa, index=0 | |
[ 5.224363] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.231073] OF: intspec=28 | |
[ 5.234035] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.241825] OF: -> addrsize=0 | |
[ 5.245049] OF: -> got it ! | |
[ 5.248184] OF: ** translation for device /dwa ** | |
[ 5.253033] OF: bus is default (na=2, ns=2) on | |
[ 5.257773] OF: reached root node | |
[ 5.261287] device: 'a0c0000.dwa': device_add | |
[ 5.265863] bus: 'platform': add device a0c0000.dwa | |
[ 5.271034] OF: of_irq_parse_one: dev=/rgn, index=0 | |
[ 5.276070] device: 'rgn': device_add | |
[ 5.279932] bus: 'platform': add device rgn | |
[ 5.284379] OF: ** translation for device /vcodec ** | |
[ 5.289498] OF: bus is default (na=2, ns=2) on | |
[ 5.294240] OF: reached root node | |
[ 5.297743] OF: ** translation for device /vcodec ** | |
[ 5.302937] OF: bus is default (na=2, ns=2) on | |
[ 5.307679] OF: reached root node | |
[ 5.311182] OF: ** translation for device /vcodec ** | |
[ 5.316377] OF: bus is default (na=2, ns=2) on | |
[ 5.321119] OF: reached root node | |
[ 5.324623] OF: ** translation for device /vcodec ** | |
[ 5.329817] OF: bus is default (na=2, ns=2) on | |
[ 5.334559] OF: reached root node | |
[ 5.338063] OF: ** translation for device /vcodec ** | |
[ 5.343258] OF: bus is default (na=2, ns=2) on | |
[ 5.347999] OF: reached root node | |
[ 5.351503] OF: of_irq_parse_one: dev=/vcodec, index=0 | |
[ 5.356885] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.363592] OF: intspec=22 | |
[ 5.366555] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.374344] OF: -> addrsize=0 | |
[ 5.377569] OF: -> got it ! | |
[ 5.380618] OF: of_irq_parse_one: dev=/vcodec, index=1 | |
[ 5.386001] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.392711] OF: intspec=21 | |
[ 5.395674] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.403464] OF: -> addrsize=0 | |
[ 5.406688] OF: -> got it ! | |
[ 5.409738] OF: of_irq_parse_one: dev=/vcodec, index=2 | |
[ 5.415122] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.421831] OF: intspec=23 | |
[ 5.424794] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.432584] OF: -> addrsize=0 | |
[ 5.435808] OF: -> got it ! | |
[ 5.438858] OF: of_irq_parse_one: dev=/vcodec, index=3 | |
[ 5.444241] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.450963] OF: ** translation for device /vcodec ** | |
[ 5.456154] OF: bus is default (na=2, ns=2) on | |
[ 5.460896] OF: reached root node | |
[ 5.464398] OF: ** translation for device /vcodec ** | |
[ 5.469593] OF: bus is default (na=2, ns=2) on | |
[ 5.474336] OF: reached root node | |
[ 5.477838] OF: ** translation for device /vcodec ** | |
[ 5.483033] OF: bus is default (na=2, ns=2) on | |
[ 5.487775] OF: reached root node | |
[ 5.491279] OF: ** translation for device /vcodec ** | |
[ 5.496473] OF: bus is default (na=2, ns=2) on | |
[ 5.501216] OF: reached root node | |
[ 5.504718] OF: ** translation for device /vcodec ** | |
[ 5.509913] OF: bus is default (na=2, ns=2) on | |
[ 5.514656] OF: reached root node | |
[ 5.518156] OF: of_irq_parse_one: dev=/vcodec, index=0 | |
[ 5.523538] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.530247] OF: intspec=22 | |
[ 5.533210] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.541000] OF: -> addrsize=0 | |
[ 5.544224] OF: -> got it ! | |
[ 5.547381] OF: of_irq_parse_one: dev=/vcodec, index=1 | |
[ 5.552660] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.559367] OF: intspec=21 | |
[ 5.562331] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.570120] OF: -> addrsize=0 | |
[ 5.573344] OF: -> got it ! | |
[ 5.576466] OF: of_irq_parse_one: dev=/vcodec, index=2 | |
[ 5.581779] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.588488] OF: intspec=23 | |
[ 5.591452] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.599239] OF: -> addrsize=0 | |
[ 5.602464] OF: -> got it ! | |
[ 5.605583] OF: ** translation for device /vcodec ** | |
[ 5.610717] OF: bus is default (na=2, ns=2) on | |
[ 5.615456] OF: reached root node | |
[ 5.618972] device: 'b020000.vcodec': device_add | |
[ 5.623819] bus: 'platform': add device b020000.vcodec | |
[ 5.629271] OF: ** translation for device /jpu ** | |
[ 5.634101] OF: bus is default (na=2, ns=2) on | |
[ 5.638842] OF: reached root node | |
[ 5.642345] OF: ** translation for device /jpu ** | |
[ 5.647270] OF: bus is default (na=2, ns=2) on | |
[ 5.652012] OF: reached root node | |
[ 5.655515] OF: ** translation for device /jpu ** | |
[ 5.660441] OF: bus is default (na=2, ns=2) on | |
[ 5.665183] OF: reached root node | |
[ 5.668687] OF: of_irq_parse_one: dev=/jpu, index=0 | |
[ 5.673800] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.680506] OF: intspec=20 | |
[ 5.683471] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.691259] OF: -> addrsize=0 | |
[ 5.694484] OF: -> got it ! | |
[ 5.697534] OF: of_irq_parse_one: dev=/jpu, index=1 | |
[ 5.702647] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.709368] OF: ** translation for device /jpu ** | |
[ 5.714291] OF: bus is default (na=2, ns=2) on | |
[ 5.719033] OF: reached root node | |
[ 5.722535] OF: ** translation for device /jpu ** | |
[ 5.727462] OF: bus is default (na=2, ns=2) on | |
[ 5.732204] OF: reached root node | |
[ 5.735707] OF: ** translation for device /jpu ** | |
[ 5.740633] OF: bus is default (na=2, ns=2) on | |
[ 5.745375] OF: reached root node | |
[ 5.748876] OF: of_irq_parse_one: dev=/jpu, index=0 | |
[ 5.753989] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.760698] OF: intspec=20 | |
[ 5.763661] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.771451] OF: -> addrsize=0 | |
[ 5.774675] OF: -> got it ! | |
[ 5.777825] OF: ** translation for device /jpu ** | |
[ 5.782659] OF: bus is default (na=2, ns=2) on | |
[ 5.787398] OF: reached root node | |
[ 5.790922] device: 'b000000.jpu': device_add | |
[ 5.795493] bus: 'platform': add device b000000.jpu | |
[ 5.800669] OF: ** translation for device /cvi_vc_drv ** | |
[ 5.806133] OF: bus is default (na=2, ns=2) on | |
[ 5.810874] OF: reached root node | |
[ 5.814377] OF: ** translation for device /cvi_vc_drv ** | |
[ 5.819929] OF: bus is default (na=2, ns=2) on | |
[ 5.824672] OF: reached root node | |
[ 5.828175] OF: ** translation for device /cvi_vc_drv ** | |
[ 5.833728] OF: bus is default (na=2, ns=2) on | |
[ 5.838470] OF: reached root node | |
[ 5.841974] OF: of_irq_parse_one: dev=/cvi_vc_drv, index=0 | |
[ 5.847716] OF: ** translation for device /cvi_vc_drv ** | |
[ 5.853260] OF: bus is default (na=2, ns=2) on | |
[ 5.858003] OF: reached root node | |
[ 5.861505] OF: ** translation for device /cvi_vc_drv ** | |
[ 5.867059] OF: bus is default (na=2, ns=2) on | |
[ 5.871801] OF: reached root node | |
[ 5.875304] OF: ** translation for device /cvi_vc_drv ** | |
[ 5.880857] OF: bus is default (na=2, ns=2) on | |
[ 5.885600] OF: reached root node | |
[ 5.889099] OF: ** translation for device /cvi_vc_drv ** | |
[ 5.894655] OF: bus is default (na=2, ns=2) on | |
[ 5.899398] OF: reached root node | |
[ 5.902911] device: 'b030000.cvi_vc_drv': device_add | |
[ 5.908120] bus: 'platform': add device b030000.cvi_vc_drv | |
[ 5.913918] OF: ** translation for device /rtos_cmdqu ** | |
[ 5.919386] OF: bus is default (na=2, ns=2) on | |
[ 5.924128] OF: reached root node | |
[ 5.927632] OF: of_irq_parse_one: dev=/rtos_cmdqu, index=0 | |
[ 5.933371] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.940078] OF: intspec=101 | |
[ 5.943132] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 5.950920] OF: -> addrsize=0 | |
[ 5.954145] OF: -> got it ! | |
[ 5.957195] OF: of_irq_parse_one: dev=/rtos_cmdqu, index=1 | |
[ 5.962935] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.969656] OF: ** translation for device /rtos_cmdqu ** | |
[ 5.975206] OF: bus is default (na=2, ns=2) on | |
[ 5.979948] OF: reached root node | |
[ 5.983449] OF: of_irq_parse_one: dev=/rtos_cmdqu, index=0 | |
[ 5.989188] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 5.995898] OF: intspec=101 | |
[ 5.998950] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 6.006740] OF: -> addrsize=0 | |
[ 6.009965] OF: -> got it ! | |
[ 6.013098] OF: ** translation for device /rtos_cmdqu ** | |
[ 6.018574] OF: bus is default (na=2, ns=2) on | |
[ 6.023315] OF: reached root node | |
[ 6.026830] device: '1900000.rtos_cmdqu': device_add | |
[ 6.032034] bus: 'platform': add device 1900000.rtos_cmdqu | |
[ 6.037850] OF: ** translation for device /usb@04340000 ** | |
[ 6.043483] OF: bus is default (na=2, ns=2) on | |
[ 6.048224] OF: reached root node | |
[ 6.051728] OF: ** translation for device /usb@04340000 ** | |
[ 6.057458] OF: bus is default (na=2, ns=2) on | |
[ 6.062201] OF: reached root node | |
[ 6.065705] OF: of_irq_parse_one: dev=/usb@04340000, index=0 | |
[ 6.071623] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 6.078331] OF: intspec=30 | |
[ 6.081294] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 6.089083] OF: -> addrsize=0 | |
[ 6.092308] OF: -> got it ! | |
[ 6.095357] OF: of_irq_parse_one: dev=/usb@04340000, index=1 | |
[ 6.101278] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 6.107999] OF: ** translation for device /usb@04340000 ** | |
[ 6.113728] OF: bus is default (na=2, ns=2) on | |
[ 6.118470] OF: reached root node | |
[ 6.121972] OF: ** translation for device /usb@04340000 ** | |
[ 6.127705] OF: bus is default (na=2, ns=2) on | |
[ 6.132448] OF: reached root node | |
[ 6.135948] OF: of_irq_parse_one: dev=/usb@04340000, index=0 | |
[ 6.141867] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 6.148577] OF: intspec=30 | |
[ 6.151539] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 6.159330] OF: -> addrsize=0 | |
[ 6.162554] OF: -> got it ! | |
[ 6.165689] OF: ** translation for device /usb@04340000 ** | |
[ 6.171343] OF: bus is default (na=2, ns=2) on | |
[ 6.176083] OF: reached root node | |
[ 6.179598] device: '4340000.usb': device_add | |
[ 6.184175] bus: 'platform': add device 4340000.usb | |
[ 6.189351] OF: ** translation for device /thermal@030E0000 ** | |
[ 6.195355] OF: bus is default (na=2, ns=2) on | |
[ 6.200096] OF: reached root node | |
[ 6.203601] OF: of_irq_parse_one: dev=/thermal@030E0000, index=0 | |
[ 6.209876] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 6.216583] OF: intspec=16 | |
[ 6.219548] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 6.227336] OF: -> addrsize=0 | |
[ 6.230560] OF: -> got it ! | |
[ 6.233610] OF: of_irq_parse_one: dev=/thermal@030E0000, index=1 | |
[ 6.239889] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 6.246610] OF: ** translation for device /thermal@030E0000 ** | |
[ 6.252697] OF: bus is default (na=2, ns=2) on | |
[ 6.257439] OF: reached root node | |
[ 6.260940] OF: of_irq_parse_one: dev=/thermal@030E0000, index=0 | |
[ 6.267218] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 6.273927] OF: intspec=16 | |
[ 6.276890] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 6.284680] OF: -> addrsize=0 | |
[ 6.287904] OF: -> got it ! | |
[ 6.291036] OF: ** translation for device /thermal@030E0000 ** | |
[ 6.297052] OF: bus is default (na=2, ns=2) on | |
[ 6.301792] OF: reached root node | |
[ 6.305307] device: '30e0000.thermal': device_add | |
[ 6.310242] bus: 'platform': add device 30e0000.thermal | |
[ 6.315773] OF: of_platform_bus_create() - skipping /thermal-zones, no compatible prop | |
[ 6.323946] OF: of_irq_parse_one: dev=/cviaudio_core, index=0 | |
[ 6.329945] device: 'cviaudio_core': device_add | |
[ 6.334703] bus: 'platform': add device cviaudio_core | |
[ 6.340040] OF: of_platform_bus_create() - skipping /aliases, no compatible prop | |
[ 6.347675] OF: of_platform_bus_create() - skipping /chosen, no compatible prop | |
[ 6.355288] OF: of_platform_bus_create() - skipping /cpus, no compatible prop | |
[ 6.362738] OF: of_irq_parse_one: dev=/soc, index=0 | |
[ 6.367844] device: 'soc': device_add | |
[ 6.371709] bus: 'platform': add device soc | |
[ 6.376142] OF: create child: /soc/interrupt-controller@70000000 | |
[ 6.382625] OF: create child: /soc/clint@74000000 | |
[ 6.387828] OF: ** translation for device /soc/clint@74000000 ** | |
[ 6.394088] OF: bus is default (na=2, ns=2) on /soc | |
[ 6.399194] OF: parent bus is default (na=2, ns=2) on | |
[ 6.404565] OF: empty ranges; 1:1 translation | |
[ 6.409134] OF: with offset: 74000000 | |
[ 6.412987] OF: reached root node | |
[ 6.416490] OF: of_irq_parse_one: dev=/soc/clint@74000000, index=0 | |
[ 6.422948] OF: of_irq_parse_raw: ipar=/cpus/cpu@0/interrupt-controller, size=1 | |
[ 6.430552] OF: -> addrsize=1 | |
[ 6.433774] OF: -> got it ! | |
[ 6.436825] OF: of_irq_parse_one: dev=/soc/clint@74000000, index=1 | |
[ 6.443282] OF: of_irq_parse_raw: ipar=/cpus/cpu@0/interrupt-controller, size=1 | |
[ 6.450889] OF: -> addrsize=1 | |
[ 6.454112] OF: -> got it ! | |
[ 6.457163] OF: of_irq_parse_one: dev=/soc/clint@74000000, index=2 | |
[ 6.463629] OF: ** translation for device /soc/clint@74000000 ** | |
[ 6.469889] OF: bus is default (na=2, ns=2) on /soc | |
[ 6.474994] OF: parent bus is default (na=2, ns=2) on | |
[ 6.480365] OF: empty ranges; 1:1 translation | |
[ 6.484934] OF: with offset: 74000000 | |
[ 6.488787] OF: reached root node | |
[ 6.492289] OF: of_irq_parse_one: dev=/soc/clint@74000000, index=0 | |
[ 6.498746] OF: of_irq_parse_raw: ipar=/cpus/cpu@0/interrupt-controller, size=1 | |
[ 6.506351] OF: -> addrsize=1 | |
[ 6.509574] OF: -> got it ! | |
[ 6.512711] OF: of_irq_parse_one: dev=/soc/clint@74000000, index=1 | |
[ 6.519089] OF: of_irq_parse_raw: ipar=/cpus/cpu@0/interrupt-controller, size=1 | |
[ 6.526691] OF: -> addrsize=1 | |
[ 6.529914] OF: -> got it ! | |
[ 6.533037] OF: ** translation for device /soc/clint@74000000 ** | |
[ 6.539241] OF: bus is default (na=2, ns=2) on /soc | |
[ 6.544346] OF: parent bus is default (na=2, ns=2) on | |
[ 6.549716] OF: empty ranges; 1:1 translation | |
[ 6.554285] OF: with offset: 74000000 | |
[ 6.558137] OF: reached root node | |
[ 6.561652] device: '74000000.clint': device_add | |
[ 6.566512] bus: 'platform': add device 74000000.clint | |
[ 6.571950] OF: of_irq_parse_one: dev=/cv181x_cooling, index=0 | |
[ 6.577958] device: 'cv181x_cooling': device_add | |
[ 6.582805] bus: 'platform': add device cv181x_cooling | |
[ 6.588253] OF: of_platform_bus_create() - skipping /memory@80000000, no compatible prop | |
[ 6.596595] OF: of_irq_parse_one: dev=/leds, index=0 | |
[ 6.601789] device: 'leds': device_add | |
[ 6.605745] bus: 'platform': add device leds | |
[ 6.610288] OF: ** translation for device /mbox@0x01900000 ** | |
[ 6.616205] OF: bus is default (na=2, ns=2) on | |
[ 6.620948] OF: reached root node | |
[ 6.624450] OF: of_irq_parse_one: dev=/mbox@0x01900000, index=0 | |
[ 6.630639] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 6.637345] OF: intspec=101 | |
[ 6.640398] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 6.648187] OF: -> addrsize=0 | |
[ 6.651412] OF: -> got it ! | |
[ 6.654462] OF: of_irq_parse_one: dev=/mbox@0x01900000, index=1 | |
[ 6.660650] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 6.667371] OF: ** translation for device /mbox@0x01900000 ** | |
[ 6.673369] OF: bus is default (na=2, ns=2) on | |
[ 6.678112] OF: reached root node | |
[ 6.681612] OF: of_irq_parse_one: dev=/mbox@0x01900000, index=0 | |
[ 6.687800] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 6.694509] OF: intspec=101 | |
[ 6.697562] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 6.705351] OF: -> addrsize=0 | |
[ 6.708576] OF: -> got it ! | |
[ 6.711635] OF: ** translation for device /mbox@0x01900000 ** | |
[ 6.717632] OF: bus is default (na=2, ns=2) on | |
[ 6.722374] OF: reached root node | |
[ 6.725888] device: '1900000.mbox': device_add | |
[ 6.730558] bus: 'platform': add device 1900000.mbox | |
[ 6.735818] OF: of_irq_parse_one: dev=/cv181x-c906_1, index=0 | |
[ 6.741747] device: 'cv181x-c906_1': device_add | |
[ 6.746505] bus: 'platform': add device cv181x-c906_1 | |
[ 6.751917] platform c100000.tpu: Not linking to clock-controller - No struct device | |
[ 6.759837] platform c100000.tpu: Not linking to clock-controller - No struct device | |
[ 6.767920] platform c100000.tpu: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.777150] platform 1040000.mon: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.786372] platform 3030000.wiegand0: Not linking to clock-controller - No struct device | |
[ 6.794870] platform 3030000.wiegand0: Not linking to clock-controller - No struct device | |
[ 6.803397] platform 3030000.wiegand0: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.813074] platform 3031000.wiegand1: Not linking to clock-controller - No struct device | |
[ 6.821571] platform 3031000.wiegand1: Not linking to clock-controller - No struct device | |
[ 6.830098] platform 3031000.wiegand1: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.839774] platform 3032000.wiegand2: Not linking to clock-controller - No struct device | |
[ 6.848271] platform 3032000.wiegand2: Not linking to clock-controller - No struct device | |
[ 6.856799] platform 3032000.wiegand2: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.866474] platform 30f0000.saradc: Not linking to clock-controller - No struct device | |
[ 6.874807] platform 30f0000.saradc: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.884303] platform 5026000.rtc: Not linking to clock-controller - No struct device | |
[ 6.892363] platform 5026000.rtc: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.901615] platform 4330000.dma: Not linking to clock-controller - No struct device | |
[ 6.909682] platform 4330000.dma: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.918896] platform 3010000.cv-wd: Not linking to pclk - No struct device | |
[ 6.926059] platform 3060000.pwm: Not linking to clock-controller - No struct device | |
[ 6.934123] platform 3061000.pwm: Not linking to clock-controller - No struct device | |
[ 6.942187] platform 3062000.pwm: Not linking to clock-controller - No struct device | |
[ 6.950251] platform 3063000.pwm: Not linking to clock-controller - No struct device | |
[ 6.958315] platform 41b0000.spi3: Not linking to clock-controller - No struct device | |
[ 6.966467] platform 41b0000.spi3: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.975817] platform 4140000.serial: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.985297] platform 41c0000.serial: Not linking to interrupt-controller@70000000 - No struct device | |
[ 6.994846] OF: /gpio@03020000/gpio-controller@0: could not find phandle | |
[ 7.001770] platform 3020000.gpio: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.011132] OF: /gpio@03021000/gpio-controller@1: could not find phandle | |
[ 7.018075] platform 3021000.gpio: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.027426] OF: /gpio@03022000/gpio-controller@2: could not find phandle | |
[ 7.034383] platform 3022000.gpio: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.043731] OF: /gpio@03023000/gpio-controller@3: could not find phandle | |
[ 7.050689] platform 3023000.gpio: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.060037] OF: /gpio@05021000/gpio-controller@4: could not find phandle | |
[ 7.066996] platform 5021000.gpio: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.076316] platform 4020000.i2c: Not linking to clock-controller - No struct device | |
[ 7.084384] platform 4020000.i2c: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.093605] platform 4030000.i2c: Not linking to clock-controller - No struct device | |
[ 7.101676] platform 4030000.i2c: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.110898] platform 4040000.i2c: Not linking to clock-controller - No struct device | |
[ 7.118969] platform 4040000.i2c: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.128198] platform 4070000.ethernet: Not linking to eth_csrclk - No struct device | |
[ 7.136158] platform 4070000.ethernet: Not linking to eth_ptpclk - No struct device | |
[ 7.144172] platform 4070000.ethernet: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.153857] platform 4300000.cv-emmc: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.163471] platform 4310000.cv-sd: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.172855] platform 4320000.wifi-sd: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.182415] platform 4108000.i2s_subsys: Not linking to i2s_mclk - No struct device | |
[ 7.190366] platform 4108000.i2s_subsys: Not linking to clock-controller - No struct device | |
[ 7.199056] platform 4108000.i2s_subsys: Not linking to clock-controller - No struct device | |
[ 7.207748] platform 4108000.i2s_subsys: Not linking to clock-controller - No struct device | |
[ 7.216440] platform 4108000.i2s_subsys: Not linking to clock-controller - No struct device | |
[ 7.225131] platform 4108000.i2s_subsys: Not linking to clock-controller - No struct device | |
[ 7.233840] platform 4100000.i2s: Not linking to i2s_mclk - No struct device | |
[ 7.241200] device: '4330000.dma--4100000.i2s': device_add | |
[ 7.247004] platform 4100000.i2s: Linked as a sync state only consumer to 4330000.dma | |
[ 7.255081] platform 4100000.i2s: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.264298] platform 4130000.i2s: Not linking to i2s_mclk - No struct device | |
[ 7.271653] device: '4330000.dma--4130000.i2s': device_add | |
[ 7.277440] platform 4130000.i2s: Linked as a sync state only consumer to 4330000.dma | |
[ 7.285541] platform 4130000.i2s: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.294761] platform 300a100.adc: Not linking to i2s_mclk - No struct device | |
[ 7.302112] platform 300a000.dac: Not linking to i2s_mclk - No struct device | |
[ 7.309458] platform 41d0c00.pdm: Not linking to i2s_mclk - No struct device | |
[ 7.316841] platform a0c2000.cif: Not linking to clock-controller - No struct device | |
[ 7.324853] platform a0c2000.cif: Not linking to clock-controller - No struct device | |
[ 7.332918] platform a0c2000.cif: Not linking to clock-controller - No struct device | |
[ 7.340983] platform a0c2000.cif: Not linking to clock-controller - No struct device | |
[ 7.349048] platform a0c2000.cif: Not linking to clock-controller - No struct device | |
[ 7.357112] platform a0c2000.cif: Not linking to clock-controller - No struct device | |
[ 7.365190] platform a0c2000.cif: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.374433] platform mipi_tx: Not linking to clock-controller - No struct device | |
[ 7.382108] platform mipi_tx: Not linking to clock-controller - No struct device | |
[ 7.389847] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.397788] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.405763] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.413738] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.421713] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.429688] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.437663] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.445638] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.453613] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.461588] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.469563] platform a000000.vi: Not linking to clock-controller - No struct device | |
[ 7.477551] platform a000000.vi: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.486689] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.494825] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.502979] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.511133] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.519287] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.527441] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.535596] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.543750] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.551905] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.560059] platform a080000.vpss: Not linking to clock-controller - No struct device | |
[ 7.568228] platform a080000.vpss: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.577544] platform a0a0000.ive: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.586772] platform a080000.vo: Not linking to clock-controller - No struct device | |
[ 7.594729] platform a080000.vo: Not linking to clock-controller - No struct device | |
[ 7.602704] platform a080000.vo: Not linking to clock-controller - No struct device | |
[ 7.610731] platform a0c0000.dwa: Not linking to clock-controller - No struct device | |
[ 7.618742] platform a0c0000.dwa: Not linking to clock-controller - No struct device | |
[ 7.626806] platform a0c0000.dwa: Not linking to clock-controller - No struct device | |
[ 7.634871] platform a0c0000.dwa: Not linking to clock-controller - No struct device | |
[ 7.642935] platform a0c0000.dwa: Not linking to clock-controller - No struct device | |
[ 7.651000] platform a0c0000.dwa: Not linking to clock-controller - No struct device | |
[ 7.659080] platform a0c0000.dwa: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.668311] platform b020000.vcodec: Not linking to clock-controller - No struct device | |
[ 7.676624] platform b020000.vcodec: Not linking to clock-controller - No struct device | |
[ 7.684957] platform b020000.vcodec: Not linking to clock-controller - No struct device | |
[ 7.693290] platform b020000.vcodec: Not linking to clock-controller - No struct device | |
[ 7.701624] platform b020000.vcodec: Not linking to clock-controller - No struct device | |
[ 7.709957] platform b020000.vcodec: Not linking to clock-controller - No struct device | |
[ 7.718290] platform b020000.vcodec: Not linking to clock-controller - No struct device | |
[ 7.726624] platform b020000.vcodec: Not linking to clock-controller - No struct device | |
[ 7.734957] platform b020000.vcodec: Not linking to clock-controller - No struct device | |
[ 7.743303] platform b020000.vcodec: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.752798] platform b000000.jpu: Not linking to clock-controller - No struct device | |
[ 7.760847] platform b000000.jpu: Not linking to clock-controller - No struct device | |
[ 7.768912] platform b000000.jpu: Not linking to clock-controller - No struct device | |
[ 7.776977] platform b000000.jpu: Not linking to clock-controller - No struct device | |
[ 7.785041] platform b000000.jpu: Not linking to clock-controller - No struct device | |
[ 7.793105] platform b000000.jpu: Not linking to clock-controller - No struct device | |
[ 7.801170] platform b000000.jpu: Not linking to clock-controller - No struct device | |
[ 7.809253] platform b000000.jpu: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.818493] platform 1900000.rtos_cmdqu: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.828343] platform 4340000.usb: Not linking to clock-controller - No struct device | |
[ 7.836380] platform 4340000.usb: Not linking to clock-controller - No struct device | |
[ 7.844444] platform 4340000.usb: Not linking to clock-controller - No struct device | |
[ 7.852509] platform 4340000.usb: Not linking to clock-controller - No struct device | |
[ 7.860574] platform 4340000.usb: Not linking to clock-controller - No struct device | |
[ 7.868651] platform 4340000.usb: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.877886] platform 30e0000.thermal: Not linking to clock-controller - No struct device | |
[ 7.886305] platform 30e0000.thermal: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.895917] platform soc: Not linking to interrupt-controller - No struct device | |
[ 7.903580] platform soc: Not linking to interrupt-controller - No struct device | |
[ 7.911305] platform soc: Not linking to interrupt-controller - No struct device | |
[ 7.918991] platform soc: Not linking to interrupt-controller - No struct device | |
[ 7.926713] platform 74000000.clint: Not linking to interrupt-controller - No struct device | |
[ 7.935389] platform 74000000.clint: Not linking to interrupt-controller - No struct device | |
[ 7.944095] platform cv181x_cooling: Not linking to clock-controller - No struct device | |
[ 7.952412] platform cv181x_cooling: Not linking to clock-controller - No struct device | |
[ 7.960827] platform 1900000.mbox: Not linking to interrupt-controller@70000000 - No struct device | |
[ 7.970092] platform cv181x-c906_1: Not linking to clock-controller - No struct device | |
[ 7.978325] device: '1900000.mbox--cv181x-c906_1': device_add | |
[ 7.984409] platform cv181x-c906_1: Linked as a sync state only consumer to 1900000.mbox | |
[ 7.992776] bus: 'platform': driver_probe_device: matched device 3002000.clk-reset-controller with driver bm-clock-reset | |
[ 8.004019] bus: 'platform': really_probe: probing driver bm-clock-reset with device 3002000.clk-reset-controller | |
[ 8.014696] bm-clock-reset 3002000.clk-reset-controller: no pinctrl handle | |
[ 8.021858] bm-clock-reset 3002000.clk-reset-controller: device is not dma coherent | |
[ 8.029821] bm-clock-reset 3002000.clk-reset-controller: device is not behind an iommu | |
[ 8.038104] clk reset: nr_reset=64 resource_size=8 | |
[ 8.043087] driver: 'bm-clock-reset': driver_bound: bound to device '3002000.clk-reset-controller' | |
[ 8.052407] bm-clock-reset 3002000.clk-reset-controller: Removed from deferred list | |
[ 8.060421] bus: 'platform': really_probe: bound device 3002000.clk-reset-controller to driver bm-clock-reset | |
[ 8.070690] bus: 'platform': driver_probe_device: matched device 3003000.reset-controller with driver bm-reset | |
[ 8.081074] bus: 'platform': really_probe: probing driver bm-reset with device 3003000.reset-controller | |
[ 8.090853] bm-reset 3003000.reset-controller: no pinctrl handle | |
[ 8.097119] bm-reset 3003000.reset-controller: device is not dma coherent | |
[ 8.104188] bm-reset 3003000.reset-controller: device is not behind an iommu | |
[ 8.111578] driver: 'bm-reset': driver_bound: bound to device '3003000.reset-controller' | |
[ 8.119963] bm-reset 3003000.reset-controller: Removed from deferred list | |
[ 8.127076] bus: 'platform': really_probe: bound device 3003000.reset-controller to driver bm-reset | |
[ 8.136509] bus: 'platform': driver_probe_device: matched device 3000154.sysdma_remap with driver cv1835-sysdma-remap | |
[ 8.147467] bus: 'platform': really_probe: probing driver cv1835-sysdma-remap with device 3000154.sysdma_remap | |
[ 8.157875] cv1835-sysdma-remap 3000154.sysdma_remap: no pinctrl handle | |
[ 8.164767] cv1835-sysdma-remap 3000154.sysdma_remap: device is not dma coherent | |
[ 8.172464] cv1835-sysdma-remap 3000154.sysdma_remap: device is not behind an iommu | |
[ 8.180490] driver: 'cv1835-sysdma-remap': driver_bound: bound to device '3000154.sysdma_remap' | |
[ 8.189495] cv1835-sysdma-remap 3000154.sysdma_remap: Removed from deferred list | |
[ 8.197233] bus: 'platform': really_probe: bound device 3000154.sysdma_remap to driver cv1835-sysdma-remap | |
[ 8.207366] bus: 'platform': driver_probe_device: matched device 4108000.i2s_subsys with driver cvitek-i2s-subsys | |
[ 8.217893] bus: 'platform': really_probe: probing driver cvitek-i2s-subsys with device 4108000.i2s_subsys | |
[ 8.227944] cvitek-i2s-subsys 4108000.i2s_subsys: no pinctrl handle | |
[ 8.234476] cvitek-i2s-subsys 4108000.i2s_subsys: device is not dma coherent | |
[ 8.241815] cvitek-i2s-subsys 4108000.i2s_subsys: device is not behind an iommu | |
[ 8.249473] OF: comparing i2sclk with i2sclk | |
[ 8.253923] get audio clk=24576000 | |
[ 8.257496] OF: comparing clk_a0pll with i2sclk | |
[ 8.262240] OF: comparing clk_a0pll with clk_a0pll | |
[ 8.267271] OF: comparing clk_sdma_aud0 with i2sclk | |
[ 8.272365] OF: comparing clk_sdma_aud0 with clk_a0pll | |
[ 8.277741] OF: comparing clk_sdma_aud0 with clk_sdma_aud0 | |
[ 8.283488] OF: comparing clk_sdma_aud1 with i2sclk | |
[ 8.288583] OF: comparing clk_sdma_aud1 with clk_a0pll | |
[ 8.293960] OF: comparing clk_sdma_aud1 with clk_sdma_aud0 | |
[ 8.299693] OF: comparing clk_sdma_aud1 with clk_sdma_aud1 | |
[ 8.305439] OF: comparing clk_sdma_aud2 with i2sclk | |
[ 8.310535] OF: comparing clk_sdma_aud2 with clk_a0pll | |
[ 8.315911] OF: comparing clk_sdma_aud2 with clk_sdma_aud0 | |
[ 8.321645] OF: comparing clk_sdma_aud2 with clk_sdma_aud1 | |
[ 8.327380] OF: comparing clk_sdma_aud2 with clk_sdma_aud2 | |
[ 8.333126] OF: comparing clk_sdma_aud3 with i2sclk | |
[ 8.338221] OF: comparing clk_sdma_aud3 with clk_a0pll | |
[ 8.343597] OF: comparing clk_sdma_aud3 with clk_sdma_aud0 | |
[ 8.349332] OF: comparing clk_sdma_aud3 with clk_sdma_aud1 | |
[ 8.355067] OF: comparing clk_sdma_aud3 with clk_sdma_aud2 | |
[ 8.360800] OF: comparing clk_sdma_aud3 with clk_sdma_aud3 | |
[ 8.366551] cvitek-i2s-subsys 4108000.i2s_subsys: Set clk_sdma_aud0~3 to 24576000 | |
[ 8.374336] cv181x_clk_div_determine_rate()_2215: req->rate=24576000 | |
[ 8.380963] cv181x_clk_div_determine_rate()_2218: parent_count=3 | |
[ 8.387238] cv181x_clk_div_determine_rate()_2235: parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.397187] cv181x_clk_div_determine_rate()_2244: idx=0, parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.407757] cv181x_clk_div_determine_rate()_2257: parent_rate=25000000, other_rate=25000000, delta=424000 | |
[ 8.417700] cv181x_clk_div_determine_rate()_2244: idx=1, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.428246] cv181x_clk_div_determine_rate()_2244: idx=2, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.438666] cv181x_clk_div_determine_rate()_2215: req->rate=24576000 | |
[ 8.445294] cv181x_clk_div_determine_rate()_2218: parent_count=3 | |
[ 8.451570] cv181x_clk_div_determine_rate()_2235: parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.461518] cv181x_clk_div_determine_rate()_2244: idx=0, parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.472088] cv181x_clk_div_determine_rate()_2257: parent_rate=25000000, other_rate=25000000, delta=424000 | |
[ 8.482033] cv181x_clk_div_determine_rate()_2244: idx=1, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.492541] cv181x_clk_div_determine_rate()_2244: idx=2, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.502998] cv181x_clk_div_determine_rate()_2215: req->rate=24576000 | |
[ 8.509627] cv181x_clk_div_determine_rate()_2218: parent_count=3 | |
[ 8.515902] cv181x_clk_div_determine_rate()_2235: parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.525849] cv181x_clk_div_determine_rate()_2244: idx=0, parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.536421] cv181x_clk_div_determine_rate()_2257: parent_rate=25000000, other_rate=25000000, delta=424000 | |
[ 8.546366] cv181x_clk_div_determine_rate()_2244: idx=1, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.556874] cv181x_clk_div_determine_rate()_2244: idx=2, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.567335] cv181x_clk_div_set_rate()_2284:clk_sdma_aud1, rate=24576000, parent_rate=786432000 | |
[ 8.576295] cv181x_clk_div_determine_rate()_2215: req->rate=24576000 | |
[ 8.582920] cv181x_clk_div_determine_rate()_2218: parent_count=3 | |
[ 8.589195] cv181x_clk_div_determine_rate()_2235: parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.599143] cv181x_clk_div_determine_rate()_2244: idx=0, parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.609714] cv181x_clk_div_determine_rate()_2257: parent_rate=25000000, other_rate=25000000, delta=424000 | |
[ 8.619659] cv181x_clk_div_determine_rate()_2244: idx=1, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.630167] cv181x_clk_div_determine_rate()_2244: idx=2, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.640623] cv181x_clk_div_determine_rate()_2215: req->rate=24576000 | |
[ 8.647253] cv181x_clk_div_determine_rate()_2218: parent_count=3 | |
[ 8.653528] cv181x_clk_div_determine_rate()_2235: parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.663475] cv181x_clk_div_determine_rate()_2244: idx=0, parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.674047] cv181x_clk_div_determine_rate()_2257: parent_rate=25000000, other_rate=25000000, delta=424000 | |
[ 8.683992] cv181x_clk_div_determine_rate()_2244: idx=1, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.694500] cv181x_clk_div_determine_rate()_2244: idx=2, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.704958] cv181x_clk_div_set_rate()_2284:clk_sdma_aud2, rate=24576000, parent_rate=786432000 | |
[ 8.713918] cv181x_clk_div_determine_rate()_2215: req->rate=24576000 | |
[ 8.720545] cv181x_clk_div_determine_rate()_2218: parent_count=3 | |
[ 8.726821] cv181x_clk_div_determine_rate()_2235: parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.736769] cv181x_clk_div_determine_rate()_2244: idx=0, parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.747339] cv181x_clk_div_determine_rate()_2257: parent_rate=25000000, other_rate=25000000, delta=424000 | |
[ 8.757284] cv181x_clk_div_determine_rate()_2244: idx=1, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.767796] cv181x_clk_div_determine_rate()_2244: idx=2, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.778249] cv181x_clk_div_determine_rate()_2215: req->rate=24576000 | |
[ 8.784878] cv181x_clk_div_determine_rate()_2218: parent_count=3 | |
[ 8.791153] cv181x_clk_div_determine_rate()_2235: parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.801100] cv181x_clk_div_determine_rate()_2244: idx=0, parent_rate=786432000, best_rate=24576000, best_delta=0 | |
[ 8.811673] cv181x_clk_div_determine_rate()_2257: parent_rate=25000000, other_rate=25000000, delta=424000 | |
[ 8.821617] cv181x_clk_div_determine_rate()_2244: idx=1, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.832128] cv181x_clk_div_determine_rate()_2244: idx=2, parent_rate=25000000, best_rate=24576000, best_delta=0 | |
[ 8.842584] cv181x_clk_div_set_rate()_2284:clk_sdma_aud3, rate=24576000, parent_rate=786432000 | |
[ 8.851547] driver: 'cvitek-i2s-subsys': driver_bound: bound to device '4108000.i2s_subsys' | |
[ 8.860241] cvitek-i2s-subsys 4108000.i2s_subsys: Removed from deferred list | |
[ 8.867633] bus: 'platform': really_probe: bound device 4108000.i2s_subsys to driver cvitek-i2s-subsys | |
[ 8.877699] device: 'cpu0': device_add | |
[ 8.881526] bus: 'cpu': add device cpu0 | |
[ 8.893774] device: 'writeback': device_add | |
[ 8.898050] bus: 'workqueue': add device writeback | |
[ 8.903265] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 8.910107] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 8.921519] device class 'block': registering | |
[ 8.926376] device: 'blkcg_punt_bio': device_add | |
[ 8.931095] bus: 'workqueue': add device blkcg_punt_bio | |
[ 8.936644] device class 'pwm': registering | |
[ 8.940979] device class 'graphics': registering | |
[ 8.945797] bus: 'platform': add driver dw_dmac | |
[ 8.950566] bus: 'platform': driver_probe_device: matched device 4330000.dma with driver dw_dmac | |
[ 8.959654] bus: 'platform': really_probe: probing driver dw_dmac with device 4330000.dma | |
[ 8.968186] dw_dmac 4330000.dma: no pinctrl handle | |
[ 8.973195] dw_dmac 4330000.dma: device is not dma coherent | |
[ 8.979005] dw_dmac 4330000.dma: device is not behind an iommu | |
[ 8.985154] OF: of_irq_parse_one: dev=/dma@0x4330000, index=0 | |
[ 8.991116] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 8.997820] OF: intspec=29 | |
[ 9.000783] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 9.008574] OF: -> addrsize=0 | |
[ 9.011797] OF: -> got it ! | |
[ 9.014927] dw_dmac 4330000.dma: WARN: Device release is not defined so it is not safe to unbind this driver while in use | |
[ 9.026268] device: 'dma0chan0': device_add | |
[ 9.030738] device: 'dma0chan1': device_add | |
[ 9.035088] device: 'dma0chan2': device_add | |
[ 9.039484] device: 'dma0chan3': device_add | |
[ 9.043867] device: 'dma0chan4': device_add | |
[ 9.048267] device: 'dma0chan5': device_add | |
[ 9.052645] device: 'dma0chan6': device_add | |
[ 9.057037] device: 'dma0chan7': device_add | |
[ 9.061439] OF: comparing clk_sdma_axi with clk_sdma_axi | |
[ 9.066946] dw_dmac 4330000.dma: CVITEK DMA Controller, 8 channels, probe done! | |
[ 9.074544] driver: 'dw_dmac': driver_bound: bound to device '4330000.dma' | |
[ 9.081743] bus: 'platform': really_probe: bound device 4330000.dma to driver dw_dmac | |
[ 9.090028] device class 'misc': registering | |
[ 9.094520] device class 'mdio_bus': registering | |
[ 9.099292] bus: 'mdio_bus': registered | |
[ 9.103251] bus: 'mdio_bus': add driver Generic Clause 45 PHY | |
[ 9.109282] libphy: Generic Clause 45 PHY: Registered new driver | |
[ 9.115519] bus: 'mdio_bus': add driver Generic PHY | |
[ 9.120657] libphy: Generic PHY: Registered new driver | |
[ 9.126094] bus: 'usb': registered | |
[ 9.129599] bus: 'usb': add driver usbfs | |
[ 9.133796] usbcore: registered new interface driver usbfs | |
[ 9.139452] bus: 'usb': add driver hub | |
[ 9.143438] usbcore: registered new interface driver hub | |
[ 9.148974] bus: 'usb': add driver usb | |
[ 9.152916] usbcore: registered new device driver usb | |
[ 9.158172] device class 'udc': registering | |
[ 9.162582] device class 'usb_role': registering | |
[ 9.167460] bus: 'serio': registered | |
[ 9.171159] device class 'input': registering | |
[ 9.175772] device class 'rtc': registering | |
[ 9.180151] bus: 'platform': add driver i2c_designware | |
[ 9.185602] bus: 'platform': driver_probe_device: matched device 4020000.i2c with driver i2c_designware | |
[ 9.195266] bus: 'platform': really_probe: probing driver i2c_designware with device 4020000.i2c | |
[ 9.204424] i2c_designware 4020000.i2c: no pinctrl handle | |
[ 9.210059] i2c_designware 4020000.i2c: device is not dma coherent | |
[ 9.216498] i2c_designware 4020000.i2c: device is not behind an iommu | |
[ 9.223250] OF: of_irq_parse_one: dev=/i2c@04020000, index=0 | |
[ 9.229147] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 9.235849] OF: intspec=51 | |
[ 9.238814] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 9.246602] OF: -> addrsize=0 | |
[ 9.249827] OF: -> got it ! | |
[ 9.252928] i2c_designware 4020000.i2c: clock-frequency: 100000 | |
[ 9.259059] i2c_designware 4020000.i2c: i2c-scl-rising-time-ns: 0 | |
[ 9.265419] i2c_designware 4020000.i2c: i2c-scl-falling-time-ns: 0 | |
[ 9.271871] i2c_designware 4020000.i2c: i2c-scl-internal-delay-ns: 0 | |
[ 9.278502] i2c_designware 4020000.i2c: i2c-sda-falling-time-ns: 0 | |
[ 9.284952] i2c_designware 4020000.i2c: i2c-sda-hold-time-ns: 0 | |
[ 9.291135] i2c_designware 4020000.i2c: i2c-digital-filter-width-ns: 0 | |
[ 9.297944] i2c_designware 4020000.i2c: i2c-analog-filter-cutoff-frequency: 0 | |
[ 9.305467] i2c_designware 4020000.i2c: regmap locking disabled - not creating debugfs entries | |
[ 9.314352] i2c_designware 4020000.i2c: Standard Mode HCNT:LCNT = 427:499 | |
[ 9.321422] i2c_designware 4020000.i2c: Fast Mode HCNT:LCNT = 87:159 | |
[ 9.328053] i2c_designware 4020000.i2c: SDA Hold Time TX:RX = 1:1 | |
[ 9.334412] i2c_designware 4020000.i2c: Bus speed: Standard Mode | |
[ 9.340735] i2c_designware 4020000.i2c: GPIO lookup for consumer scl | |
[ 9.347314] i2c_designware 4020000.i2c: using device tree for GPIO lookup | |
[ 9.354424] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/i2c@04020000[0]' | |
[ 9.363642] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/i2c@04020000[0]' | |
[ 9.372760] i2c_designware 4020000.i2c: using lookup tables for GPIO lookup | |
[ 9.380019] i2c_designware 4020000.i2c: No GPIO consumer scl found | |
[ 9.386491] device: 'i2c-2': device_add | |
[ 9.390552] bus: 'i2c': add device i2c-2 | |
[ 9.394682] i2c i2c-2: adapter [Synopsys DesignWare I2C adapter] registered | |
[ 9.401895] i2c i2c-2: of_i2c: walking child nodes | |
[ 9.406908] driver: 'i2c_designware': driver_bound: bound to device '4020000.i2c' | |
[ 9.414737] bus: 'platform': really_probe: bound device 4020000.i2c to driver i2c_designware | |
[ 9.423487] bus: 'platform': driver_probe_device: matched device 4030000.i2c with driver i2c_designware | |
[ 9.433242] bus: 'platform': really_probe: probing driver i2c_designware with device 4030000.i2c | |
[ 9.442397] i2c_designware 4030000.i2c: no pinctrl handle | |
[ 9.448036] i2c_designware 4030000.i2c: device is not dma coherent | |
[ 9.454475] i2c_designware 4030000.i2c: device is not behind an iommu | |
[ 9.461222] OF: of_irq_parse_one: dev=/i2c@04030000, index=0 | |
[ 9.467123] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 9.473827] OF: intspec=52 | |
[ 9.476791] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 9.484580] OF: -> addrsize=0 | |
[ 9.487804] OF: -> got it ! | |
[ 9.490903] i2c_designware 4030000.i2c: clock-frequency: 400000 | |
[ 9.497036] i2c_designware 4030000.i2c: i2c-scl-rising-time-ns: 0 | |
[ 9.503397] i2c_designware 4030000.i2c: i2c-scl-falling-time-ns: 0 | |
[ 9.509847] i2c_designware 4030000.i2c: i2c-scl-internal-delay-ns: 0 | |
[ 9.516478] i2c_designware 4030000.i2c: i2c-sda-falling-time-ns: 0 | |
[ 9.522930] i2c_designware 4030000.i2c: i2c-sda-hold-time-ns: 0 | |
[ 9.529112] i2c_designware 4030000.i2c: i2c-digital-filter-width-ns: 0 | |
[ 9.535922] i2c_designware 4030000.i2c: i2c-analog-filter-cutoff-frequency: 0 | |
[ 9.543428] i2c_designware 4030000.i2c: regmap locking disabled - not creating debugfs entries | |
[ 9.552329] i2c_designware 4030000.i2c: Standard Mode HCNT:LCNT = 427:499 | |
[ 9.559399] i2c_designware 4030000.i2c: Fast Mode HCNT:LCNT = 87:159 | |
[ 9.566030] i2c_designware 4030000.i2c: SDA Hold Time TX:RX = 1:1 | |
[ 9.572389] i2c_designware 4030000.i2c: Bus speed: Fast Mode | |
[ 9.578342] i2c_designware 4030000.i2c: GPIO lookup for consumer scl | |
[ 9.584933] i2c_designware 4030000.i2c: using device tree for GPIO lookup | |
[ 9.592042] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/i2c@04030000[0]' | |
[ 9.601262] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/i2c@04030000[0]' | |
[ 9.610380] i2c_designware 4030000.i2c: using lookup tables for GPIO lookup | |
[ 9.617639] i2c_designware 4030000.i2c: No GPIO consumer scl found | |
[ 9.624106] device: 'i2c-3': device_add | |
[ 9.628157] bus: 'i2c': add device i2c-3 | |
[ 9.632297] i2c i2c-3: adapter [Synopsys DesignWare I2C adapter] registered | |
[ 9.639515] i2c i2c-3: of_i2c: walking child nodes | |
[ 9.644526] driver: 'i2c_designware': driver_bound: bound to device '4030000.i2c' | |
[ 9.652356] bus: 'platform': really_probe: bound device 4030000.i2c to driver i2c_designware | |
[ 9.661105] bus: 'platform': driver_probe_device: matched device 4040000.i2c with driver i2c_designware | |
[ 9.670861] bus: 'platform': really_probe: probing driver i2c_designware with device 4040000.i2c | |
[ 9.680015] i2c_designware 4040000.i2c: no pinctrl handle | |
[ 9.685653] i2c_designware 4040000.i2c: device is not dma coherent | |
[ 9.692095] i2c_designware 4040000.i2c: device is not behind an iommu | |
[ 9.698841] OF: of_irq_parse_one: dev=/i2c@04040000, index=0 | |
[ 9.704741] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 9.711446] OF: intspec=53 | |
[ 9.714410] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 9.722199] OF: -> addrsize=0 | |
[ 9.725423] OF: -> got it ! | |
[ 9.728522] i2c_designware 4040000.i2c: clock-frequency: 400000 | |
[ 9.734656] i2c_designware 4040000.i2c: i2c-scl-rising-time-ns: 0 | |
[ 9.741016] i2c_designware 4040000.i2c: i2c-scl-falling-time-ns: 0 | |
[ 9.747467] i2c_designware 4040000.i2c: i2c-scl-internal-delay-ns: 0 | |
[ 9.754097] i2c_designware 4040000.i2c: i2c-sda-falling-time-ns: 0 | |
[ 9.760549] i2c_designware 4040000.i2c: i2c-sda-hold-time-ns: 0 | |
[ 9.766732] i2c_designware 4040000.i2c: i2c-digital-filter-width-ns: 0 | |
[ 9.773541] i2c_designware 4040000.i2c: i2c-analog-filter-cutoff-frequency: 0 | |
[ 9.781046] i2c_designware 4040000.i2c: regmap locking disabled - not creating debugfs entries | |
[ 9.789948] i2c_designware 4040000.i2c: Standard Mode HCNT:LCNT = 427:499 | |
[ 9.797018] i2c_designware 4040000.i2c: Fast Mode HCNT:LCNT = 87:159 | |
[ 9.803649] i2c_designware 4040000.i2c: SDA Hold Time TX:RX = 1:1 | |
[ 9.810008] i2c_designware 4040000.i2c: Bus speed: Fast Mode | |
[ 9.815962] i2c_designware 4040000.i2c: GPIO lookup for consumer scl | |
[ 9.822551] i2c_designware 4040000.i2c: using device tree for GPIO lookup | |
[ 9.829662] of_get_named_gpiod_flags: can't parse 'scl-gpios' property of node '/i2c@04040000[0]' | |
[ 9.838881] of_get_named_gpiod_flags: can't parse 'scl-gpio' property of node '/i2c@04040000[0]' | |
[ 9.847999] i2c_designware 4040000.i2c: using lookup tables for GPIO lookup | |
[ 9.855258] i2c_designware 4040000.i2c: No GPIO consumer scl found | |
[ 9.861726] device: 'i2c-4': device_add | |
[ 9.865777] bus: 'i2c': add device i2c-4 | |
[ 9.869917] i2c i2c-4: adapter [Synopsys DesignWare I2C adapter] registered | |
[ 9.877132] i2c i2c-4: of_i2c: walking child nodes | |
[ 9.882145] driver: 'i2c_designware': driver_bound: bound to device '4040000.i2c' | |
[ 9.889974] bus: 'platform': really_probe: bound device 4040000.i2c to driver i2c_designware | |
[ 9.898860] mc: Linux media interface: v0.10 | |
[ 9.903260] bus: 'media': registered | |
[ 9.906952] videodev: Linux video capture interface: v2.00 | |
[ 9.912692] device class 'video4linux': registering | |
[ 9.917835] device class 'dvb': registering | |
[ 9.922212] device class 'power_supply': registering | |
[ 9.927426] device class 'hwmon': registering | |
[ 9.932031] bus: 'mmc': registered | |
[ 9.935536] device class 'mmc_host': registering | |
[ 9.940440] bus: 'sdio': registered | |
[ 9.944051] device class 'leds': registering | |
[ 9.948571] device: 'ion': device_add | |
[ 9.952598] bus: 'platform': add driver ion-cvitek | |
[ 9.957697] device class 'remoteproc': registering | |
[ 9.962671] bus: 'nvmem': registered | |
[ 9.966332] device class 'sound': registering | |
[ 9.970957] Advanced Linux Sound Architecture Driver Initialized. | |
[ 9.977313] bus: 'ac97': registered | |
[ 9.980962] device class 'net': registering | |
[ 9.985407] device: 'lo': device_add | |
[ 9.989622] Bluetooth: Core ver 2.22 | |
[ 9.993273] device class 'bluetooth': registering | |
[ 9.998223] NET: Registered protocol family 31 | |
[ 10.002824] Bluetooth: HCI device and connection manager initialized | |
[ 10.009472] Bluetooth: HCI socket layer initialized | |
[ 10.014569] Bluetooth: L2CAP socket layer initialized | |
[ 10.019913] Bluetooth: SCO socket layer initialized | |
[ 10.024986] device class 'rfkill': registering | |
[ 10.029669] device: 'rfkill': device_add | |
[ 10.034133] device class 'watchdog': registering | |
[ 10.039049] clocksource: Switched to clocksource riscv_clocksource | |
[ 10.045878] bus: 'platform': add driver simple-framebuffer | |
[ 10.051693] device class 'mem': registering | |
[ 10.056057] device: 'mem': device_add | |
[ 10.059968] device: 'null': device_add | |
[ 10.063893] device: 'zero': device_add | |
[ 10.067829] device: 'full': device_add | |
[ 10.071792] device: 'random': device_add | |
[ 10.075894] device: 'urandom': device_add | |
[ 10.080102] device: 'kmsg': device_add | |
[ 10.084070] device: 'tty': device_add | |
[ 10.087934] device: 'console': device_add | |
[ 10.092177] device: 'tty0': device_add | |
[ 10.096112] device class 'vc': registering | |
[ 10.100307] device: 'vcs': device_add | |
[ 10.104262] device: 'vcsu': device_add | |
[ 10.108191] device: 'vcsa': device_add | |
[ 10.112137] device: 'vcs1': device_add | |
[ 10.116112] device: 'vcsu1': device_add | |
[ 10.120129] device: 'vcsa1': device_add | |
[ 10.124178] device: 'tty1': device_add | |
[ 10.128110] device: 'tty2': device_add | |
[ 10.132046] device: 'tty3': device_add | |
[ 10.135989] device: 'tty4': device_add | |
[ 10.139943] device: 'tty5': device_add | |
[ 10.143917] device: 'tty6': device_add | |
[ 10.147850] device: 'tty7': device_add | |
[ 10.151794] device: 'tty8': device_add | |
[ 10.155742] device: 'tty9': device_add | |
[ 10.159683] device: 'tty10': device_add | |
[ 10.163706] device: 'tty11': device_add | |
[ 10.167733] device: 'tty12': device_add | |
[ 10.171766] device: 'tty13': device_add | |
[ 10.175799] device: 'tty14': device_add | |
[ 10.179856] device: 'tty15': device_add | |
[ 10.183885] device: 'tty16': device_add | |
[ 10.187908] device: 'tty17': device_add | |
[ 10.191976] device: 'tty18': device_add | |
[ 10.195996] device: 'tty19': device_add | |
[ 10.200026] device: 'tty20': device_add | |
[ 10.204072] device: 'tty21': device_add | |
[ 10.208093] device: 'tty22': device_add | |
[ 10.212124] device: 'tty23': device_add | |
[ 10.216161] device: 'tty24': device_add | |
[ 10.220185] device: 'tty25': device_add | |
[ 10.224232] device: 'tty26': device_add | |
[ 10.228261] device: 'tty27': device_add | |
[ 10.232284] device: 'tty28': device_add | |
[ 10.236312] device: 'tty29': device_add | |
[ 10.240383] device: 'tty30': device_add | |
[ 10.244427] device: 'tty31': device_add | |
[ 10.248459] device: 'tty32': device_add | |
[ 10.252479] device: 'tty33': device_add | |
[ 10.256512] device: 'tty34': device_add | |
[ 10.260544] device: 'tty35': device_add | |
[ 10.264576] device: 'tty36': device_add | |
[ 10.268622] device: 'tty37': device_add | |
[ 10.272638] device: 'tty38': device_add | |
[ 10.276670] device: 'tty39': device_add | |
[ 10.280712] device: 'tty40': device_add | |
[ 10.284748] device: 'tty41': device_add | |
[ 10.288816] device: 'tty42': device_add | |
[ 10.292842] device: 'tty43': device_add | |
[ 10.296869] device: 'tty44': device_add | |
[ 10.300900] device: 'tty45': device_add | |
[ 10.304933] device: 'tty46': device_add | |
[ 10.308984] device: 'tty47': device_add | |
[ 10.313015] device: 'tty48': device_add | |
[ 10.317029] device: 'tty49': device_add | |
[ 10.321061] device: 'tty50': device_add | |
[ 10.325088] device: 'tty51': device_add | |
[ 10.329124] device: 'tty52': device_add | |
[ 10.333172] device: 'tty53': device_add | |
[ 10.337225] device: 'tty54': device_add | |
[ 10.341266] device: 'tty55': device_add | |
[ 10.345294] device: 'tty56': device_add | |
[ 10.349322] device: 'tty57': device_add | |
[ 10.353363] device: 'tty58': device_add | |
[ 10.357382] device: 'tty59': device_add | |
[ 10.361414] device: 'tty60': device_add | |
[ 10.365447] device: 'tty61': device_add | |
[ 10.369478] device: 'tty62': device_add | |
[ 10.373534] device: 'tty63': device_add | |
[ 10.377860] NET: Registered protocol family 2 | |
[ 10.383183] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) | |
[ 10.391763] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
[ 10.399844] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
[ 10.407267] TCP: Hash tables configured (established 4096 bind 4096) | |
[ 10.414067] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear) | |
[ 10.421627] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) | |
[ 10.428384] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) | |
[ 10.435813] NET: Registered protocol family 1 | |
[ 10.440858] RPC: Registered named UNIX socket transport module. | |
[ 10.446894] RPC: Registered udp transport module. | |
[ 10.451821] RPC: Registered tcp transport module. | |
[ 10.456749] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 10.464233] bus: 'clocksource': registered | |
[ 10.468398] device: 'clocksource': device_add | |
[ 10.472986] device: 'clocksource0': device_add | |
[ 10.477644] bus: 'clocksource': add device clocksource0 | |
[ 10.483134] bus: 'platform': add driver alarmtimer | |
[ 10.488325] bus: 'clockevents': registered | |
[ 10.492487] device: 'clockevents': device_add | |
[ 10.497073] device: 'clockevent0': device_add | |
[ 10.501629] bus: 'clockevents': add device clockevent0 | |
[ 10.507116] Initialise system trusted keyrings | |
[ 10.511924] workingset: timestamp_bits=46 max_order=17 bucket_order=0 | |
[ 10.526569] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 10.533451] Installing knfsd (copyright (C) 1996 [email protected]). | |
[ 10.540736] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. | |
[ 10.547472] fuse: init (API version 7.32) | |
[ 10.551671] device: 'fuse': device_add | |
[ 10.555669] device class 'cuse': registering | |
[ 10.560035] device: 'cuse': device_add | |
[ 10.620175] Key type asymmetric registered | |
[ 10.624332] Asymmetric key parser 'x509' registered | |
[ 10.629437] Asymmetric key parser 'pkcs8' registered | |
[ 10.634654] device class 'bsg': registering | |
[ 10.639072] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) | |
[ 10.647115] bus: 'platform': add driver cvitek,pinctrl-cv181x | |
[ 10.653191] bus: 'platform': add driver gpio-dwapb | |
[ 10.658122] bus: 'platform': driver_probe_device: matched device 3020000.gpio with driver gpio-dwapb | |
[ 10.667558] bus: 'platform': really_probe: probing driver gpio-dwapb with device 3020000.gpio | |
[ 10.676447] gpio-dwapb 3020000.gpio: no pinctrl handle | |
[ 10.681814] gpio-dwapb 3020000.gpio: device is not dma coherent | |
[ 10.687985] gpio-dwapb 3020000.gpio: device is not behind an iommu | |
[ 10.694485] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=0 | |
[ 10.702067] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.708770] OF: intspec=60 | |
[ 10.711735] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 10.719523] OF: -> addrsize=0 | |
[ 10.722748] OF: -> got it ! | |
[ 10.725931] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=1 | |
[ 10.733426] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.740135] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=2 | |
[ 10.747755] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.754471] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=3 | |
[ 10.762091] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.768807] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=4 | |
[ 10.776427] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.783143] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=5 | |
[ 10.790763] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.797479] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=6 | |
[ 10.805099] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.811815] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=7 | |
[ 10.819435] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.826151] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=8 | |
[ 10.833771] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.840487] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=9 | |
[ 10.848107] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.854823] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=10 | |
[ 10.862533] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.869248] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=11 | |
[ 10.876958] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.883674] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=12 | |
[ 10.891384] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.898100] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=13 | |
[ 10.905810] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.912525] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=14 | |
[ 10.920235] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.926951] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=15 | |
[ 10.934661] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.941377] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=16 | |
[ 10.949086] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.955802] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=17 | |
[ 10.963511] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.970227] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=18 | |
[ 10.977937] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.984653] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=19 | |
[ 10.992363] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 10.999079] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=20 | |
[ 11.006789] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.013505] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=21 | |
[ 11.021214] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.027930] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=22 | |
[ 11.035640] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.042356] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=23 | |
[ 11.050065] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.056781] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=24 | |
[ 11.064491] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.071207] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=25 | |
[ 11.078917] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.085633] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=26 | |
[ 11.093342] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.100058] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=27 | |
[ 11.107768] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.114484] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=28 | |
[ 11.122194] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.128909] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=29 | |
[ 11.136619] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.143335] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=30 | |
[ 11.151045] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.157760] OF: of_irq_parse_one: dev=/gpio@03020000/gpio-controller@0, index=31 | |
[ 11.165470] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.172301] gpiochip_find_base: found new base at 480 | |
[ 11.177501] gpio gpiochip0: Persistence not supported for GPIO 15 | |
[ 11.183833] gpio-495 (wifi_pwr): hogged as output/high | |
[ 11.189286] device: 'gpiochip0': device_add | |
[ 11.193633] bus: 'gpio': add device gpiochip0 | |
[ 11.198362] gpio gpiochip0: (3020000.gpio): added GPIO chardev (254:0) | |
[ 11.205049] device: 'gpiochip480': device_add | |
[ 11.209673] gpio gpiochip0: registered GPIOs 480 to 511 on 3020000.gpio | |
[ 11.216499] driver: 'gpio-dwapb': driver_bound: bound to device '3020000.gpio' | |
[ 11.224065] bus: 'platform': really_probe: bound device 3020000.gpio to driver gpio-dwapb | |
[ 11.232546] bus: 'platform': driver_probe_device: matched device 3021000.gpio with driver gpio-dwapb | |
[ 11.242030] bus: 'platform': really_probe: probing driver gpio-dwapb with device 3021000.gpio | |
[ 11.250916] gpio-dwapb 3021000.gpio: no pinctrl handle | |
[ 11.256287] gpio-dwapb 3021000.gpio: device is not dma coherent | |
[ 11.262458] gpio-dwapb 3021000.gpio: device is not behind an iommu | |
[ 11.268954] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=0 | |
[ 11.276539] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.283243] OF: intspec=61 | |
[ 11.286207] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 11.293996] OF: -> addrsize=0 | |
[ 11.297220] OF: -> got it ! | |
[ 11.300387] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=1 | |
[ 11.307898] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.314609] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=2 | |
[ 11.322229] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.328944] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=3 | |
[ 11.336564] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.343280] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=4 | |
[ 11.350901] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.357616] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=5 | |
[ 11.365237] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.371952] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=6 | |
[ 11.379572] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.386288] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=7 | |
[ 11.393909] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.400624] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=8 | |
[ 11.408245] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.414960] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=9 | |
[ 11.422581] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.429296] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=10 | |
[ 11.437006] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.443721] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=11 | |
[ 11.451432] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.458147] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=12 | |
[ 11.465857] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.472573] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=13 | |
[ 11.480283] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.486999] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=14 | |
[ 11.494708] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.501424] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=15 | |
[ 11.509134] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.515850] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=16 | |
[ 11.523560] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.530276] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=17 | |
[ 11.537985] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.544701] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=18 | |
[ 11.552411] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.559127] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=19 | |
[ 11.566836] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.573552] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=20 | |
[ 11.581262] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.587978] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=21 | |
[ 11.595688] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.602404] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=22 | |
[ 11.610114] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.616829] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=23 | |
[ 11.624540] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.631254] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=24 | |
[ 11.638965] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.645680] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=25 | |
[ 11.653390] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.660106] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=26 | |
[ 11.667816] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.674531] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=27 | |
[ 11.682241] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.688957] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=28 | |
[ 11.696667] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.703383] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=29 | |
[ 11.711093] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.717809] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=30 | |
[ 11.725520] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.732235] OF: of_irq_parse_one: dev=/gpio@03021000/gpio-controller@1, index=31 | |
[ 11.739945] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.746781] gpiochip_find_base: found new base at 448 | |
[ 11.752028] device: 'gpiochip1': device_add | |
[ 11.756368] bus: 'gpio': add device gpiochip1 | |
[ 11.761076] gpio gpiochip1: (3021000.gpio): added GPIO chardev (254:1) | |
[ 11.767752] device: 'gpiochip448': device_add | |
[ 11.772383] gpio gpiochip1: registered GPIOs 448 to 479 on 3021000.gpio | |
[ 11.779212] driver: 'gpio-dwapb': driver_bound: bound to device '3021000.gpio' | |
[ 11.786777] bus: 'platform': really_probe: bound device 3021000.gpio to driver gpio-dwapb | |
[ 11.795258] bus: 'platform': driver_probe_device: matched device 3022000.gpio with driver gpio-dwapb | |
[ 11.804744] bus: 'platform': really_probe: probing driver gpio-dwapb with device 3022000.gpio | |
[ 11.813629] gpio-dwapb 3022000.gpio: no pinctrl handle | |
[ 11.819000] gpio-dwapb 3022000.gpio: device is not dma coherent | |
[ 11.825171] gpio-dwapb 3022000.gpio: device is not behind an iommu | |
[ 11.831667] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=0 | |
[ 11.839252] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.845957] OF: intspec=62 | |
[ 11.848921] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 11.856709] OF: -> addrsize=0 | |
[ 11.859934] OF: -> got it ! | |
[ 11.863099] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=1 | |
[ 11.870610] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.877322] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=2 | |
[ 11.884942] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.891657] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=3 | |
[ 11.899278] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.905993] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=4 | |
[ 11.913614] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.920329] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=5 | |
[ 11.927950] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.934666] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=6 | |
[ 11.942286] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.949001] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=7 | |
[ 11.956622] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.963337] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=8 | |
[ 11.970958] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.977673] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=9 | |
[ 11.985294] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 11.992009] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=10 | |
[ 11.999719] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.006435] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=11 | |
[ 12.014144] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.020860] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=12 | |
[ 12.028570] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.035286] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=13 | |
[ 12.042996] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.049712] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=14 | |
[ 12.057422] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.064137] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=15 | |
[ 12.071847] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.078563] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=16 | |
[ 12.086273] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.092989] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=17 | |
[ 12.100698] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.107414] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=18 | |
[ 12.115124] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.121840] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=19 | |
[ 12.129549] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.136265] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=20 | |
[ 12.143976] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.150691] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=21 | |
[ 12.158401] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.165117] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=22 | |
[ 12.172827] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.179542] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=23 | |
[ 12.187252] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.193968] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=24 | |
[ 12.201678] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.208393] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=25 | |
[ 12.216103] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.222819] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=26 | |
[ 12.230529] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.237245] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=27 | |
[ 12.244955] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.251670] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=28 | |
[ 12.259380] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.266096] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=29 | |
[ 12.273806] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.280521] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=30 | |
[ 12.288232] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.294947] OF: of_irq_parse_one: dev=/gpio@03022000/gpio-controller@2, index=31 | |
[ 12.302657] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.309484] gpiochip_find_base: found new base at 416 | |
[ 12.314743] device: 'gpiochip2': device_add | |
[ 12.319080] bus: 'gpio': add device gpiochip2 | |
[ 12.323780] gpio gpiochip2: (3022000.gpio): added GPIO chardev (254:2) | |
[ 12.330468] device: 'gpiochip416': device_add | |
[ 12.335097] gpio gpiochip2: registered GPIOs 416 to 447 on 3022000.gpio | |
[ 12.341914] driver: 'gpio-dwapb': driver_bound: bound to device '3022000.gpio' | |
[ 12.349481] bus: 'platform': really_probe: bound device 3022000.gpio to driver gpio-dwapb | |
[ 12.357961] bus: 'platform': driver_probe_device: matched device 3023000.gpio with driver gpio-dwapb | |
[ 12.367447] bus: 'platform': really_probe: probing driver gpio-dwapb with device 3023000.gpio | |
[ 12.376332] gpio-dwapb 3023000.gpio: no pinctrl handle | |
[ 12.381703] gpio-dwapb 3023000.gpio: device is not dma coherent | |
[ 12.387874] gpio-dwapb 3023000.gpio: device is not behind an iommu | |
[ 12.394371] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=0 | |
[ 12.401954] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.408659] OF: intspec=63 | |
[ 12.411623] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 12.419412] OF: -> addrsize=0 | |
[ 12.422636] OF: -> got it ! | |
[ 12.425802] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=1 | |
[ 12.433312] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.440024] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=2 | |
[ 12.447644] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.454360] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=3 | |
[ 12.461980] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.468696] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=4 | |
[ 12.476316] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.483032] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=5 | |
[ 12.490652] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.497368] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=6 | |
[ 12.504988] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.511704] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=7 | |
[ 12.519324] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.526040] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=8 | |
[ 12.533660] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.540376] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=9 | |
[ 12.547996] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.554712] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=10 | |
[ 12.562422] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.569137] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=11 | |
[ 12.576847] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.583563] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=12 | |
[ 12.591273] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.597989] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=13 | |
[ 12.605698] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.612414] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=14 | |
[ 12.620124] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.626840] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=15 | |
[ 12.634550] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.641265] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=16 | |
[ 12.648975] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.655691] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=17 | |
[ 12.663401] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.670117] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=18 | |
[ 12.677826] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.684542] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=19 | |
[ 12.692252] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.698968] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=20 | |
[ 12.706678] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.713393] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=21 | |
[ 12.721104] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.727819] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=22 | |
[ 12.735529] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.742245] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=23 | |
[ 12.749955] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.756670] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=24 | |
[ 12.764380] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.771096] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=25 | |
[ 12.778806] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.785521] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=26 | |
[ 12.793231] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.799948] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=27 | |
[ 12.807657] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.814373] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=28 | |
[ 12.822082] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.828799] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=29 | |
[ 12.836508] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.843224] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=30 | |
[ 12.850934] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.857649] OF: of_irq_parse_one: dev=/gpio@03023000/gpio-controller@3, index=31 | |
[ 12.865360] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.872200] gpiochip_find_base: found new base at 384 | |
[ 12.877446] device: 'gpiochip3': device_add | |
[ 12.881782] bus: 'gpio': add device gpiochip3 | |
[ 12.886478] gpio gpiochip3: (3023000.gpio): added GPIO chardev (254:3) | |
[ 12.893153] device: 'gpiochip384': device_add | |
[ 12.897799] gpio gpiochip3: registered GPIOs 384 to 415 on 3023000.gpio | |
[ 12.904613] driver: 'gpio-dwapb': driver_bound: bound to device '3023000.gpio' | |
[ 12.912179] bus: 'platform': really_probe: bound device 3023000.gpio to driver gpio-dwapb | |
[ 12.920659] bus: 'platform': driver_probe_device: matched device 5021000.gpio with driver gpio-dwapb | |
[ 12.930144] bus: 'platform': really_probe: probing driver gpio-dwapb with device 5021000.gpio | |
[ 12.939029] gpio-dwapb 5021000.gpio: no pinctrl handle | |
[ 12.944400] gpio-dwapb 5021000.gpio: device is not dma coherent | |
[ 12.950572] gpio-dwapb 5021000.gpio: device is not behind an iommu | |
[ 12.957068] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=0 | |
[ 12.964652] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 12.971357] OF: intspec=70 | |
[ 12.974323] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 12.982110] OF: -> addrsize=0 | |
[ 12.985334] OF: -> got it ! | |
[ 12.988499] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=1 | |
[ 12.996011] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.002723] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=2 | |
[ 13.010342] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.017058] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=3 | |
[ 13.024679] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.031394] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=4 | |
[ 13.039014] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.045730] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=5 | |
[ 13.053351] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.060066] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=6 | |
[ 13.067686] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.074402] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=7 | |
[ 13.082022] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.088738] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=8 | |
[ 13.096358] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.103074] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=9 | |
[ 13.110695] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.117410] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=10 | |
[ 13.125120] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.131836] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=11 | |
[ 13.139545] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.146261] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=12 | |
[ 13.153971] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.160687] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=13 | |
[ 13.168397] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.175112] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=14 | |
[ 13.182822] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.189538] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=15 | |
[ 13.197248] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.203964] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=16 | |
[ 13.211674] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.218390] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=17 | |
[ 13.226100] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.232815] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=18 | |
[ 13.240525] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.247241] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=19 | |
[ 13.254950] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.261666] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=20 | |
[ 13.269376] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.276092] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=21 | |
[ 13.283801] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.290517] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=22 | |
[ 13.298227] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.304943] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=23 | |
[ 13.312653] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.319368] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=24 | |
[ 13.327078] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.333794] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=25 | |
[ 13.341504] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.348220] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=26 | |
[ 13.355929] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.362645] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=27 | |
[ 13.370355] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.377071] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=28 | |
[ 13.384781] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.391496] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=29 | |
[ 13.399207] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.405922] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=30 | |
[ 13.413632] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.420348] OF: of_irq_parse_one: dev=/gpio@05021000/gpio-controller@4, index=31 | |
[ 13.428057] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.434904] gpiochip_find_base: found new base at 352 | |
[ 13.440163] device: 'gpiochip4': device_add | |
[ 13.444482] bus: 'gpio': add device gpiochip4 | |
[ 13.449181] gpio gpiochip4: (5021000.gpio): added GPIO chardev (254:4) | |
[ 13.455866] device: 'gpiochip352': device_add | |
[ 13.460487] gpio gpiochip4: registered GPIOs 352 to 383 on 5021000.gpio | |
[ 13.467317] driver: 'gpio-dwapb': driver_bound: bound to device '5021000.gpio' | |
[ 13.474882] bus: 'platform': really_probe: bound device 5021000.gpio to driver gpio-dwapb | |
[ 13.483505] bus: 'platform': add driver viv-dc | |
[ 13.488190] bus: 'platform': add driver of_fixed_factor_clk | |
[ 13.494029] bus: 'platform': add driver of_fixed_clk | |
[ 13.499227] bus: 'platform': add driver gpio-clk | |
[ 13.504124] device: 'ptmx': device_add | |
[ 13.508067] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled | |
[ 13.514586] Registering platform device 'serial8250'. Parent at platform | |
[ 13.521537] device: 'serial8250': device_add | |
[ 13.526039] bus: 'platform': add device serial8250 | |
[ 13.531122] serial serial0: allocated controller 0x(____ptrval____) id 0 | |
[ 13.538024] device: 'serial0': device_add | |
[ 13.542252] bus: 'serial': add device serial0 | |
[ 13.546835] serial serial0: no devices registered: of:-ENODEV acpi:-ENODEV | |
[ 13.553987] bus: 'serial': remove device serial0 | |
[ 13.558847] device: 'ttyS0': device_add | |
[ 13.563098] serial serial0: allocated controller 0x(____ptrval____) id 0 | |
[ 13.569945] device: 'serial0': device_add | |
[ 13.574176] bus: 'serial': add device serial0 | |
[ 13.578753] serial serial0: no devices registered: of:-ENODEV acpi:-ENODEV | |
[ 13.585906] bus: 'serial': remove device serial0 | |
[ 13.590764] device: 'ttyS1': device_add | |
[ 13.594986] serial serial0: allocated controller 0x(____ptrval____) id 0 | |
[ 13.601830] device: 'serial0': device_add | |
[ 13.606060] bus: 'serial': add device serial0 | |
[ 13.610638] serial serial0: no devices registered: of:-ENODEV acpi:-ENODEV | |
[ 13.617792] bus: 'serial': remove device serial0 | |
[ 13.622650] device: 'ttyS2': device_add | |
[ 13.626866] serial serial0: allocated controller 0x(____ptrval____) id 0 | |
[ 13.633711] device: 'serial0': device_add | |
[ 13.637941] bus: 'serial': add device serial0 | |
[ 13.642518] serial serial0: no devices registered: of:-ENODEV acpi:-ENODEV | |
[ 13.649672] bus: 'serial': remove device serial0 | |
[ 13.654532] device: 'ttyS3': device_add | |
[ 13.658742] serial serial0: allocated controller 0x(____ptrval____) id 0 | |
[ 13.665585] device: 'serial0': device_add | |
[ 13.669838] bus: 'serial': add device serial0 | |
[ 13.674396] serial serial0: no devices registered: of:-ENODEV acpi:-ENODEV | |
[ 13.681547] bus: 'serial': remove device serial0 | |
[ 13.686408] device: 'ttyS4': device_add | |
[ 13.690619] bus: 'platform': add driver serial8250 | |
[ 13.695568] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250 | |
[ 13.704810] bus: 'platform': really_probe: probing driver serial8250 with device serial8250 | |
[ 13.713510] serial8250 serial8250: no of_node; not parsing pinctrl DT | |
[ 13.720220] serial8250 serial8250: no default pinctrl state | |
[ 13.726069] driver: 'serial8250': driver_bound: bound to device 'serial8250' | |
[ 13.733414] bus: 'platform': really_probe: bound device serial8250 to driver serial8250 | |
[ 13.741761] bus: 'platform': add driver dw-apb-uart | |
[ 13.746911] bus: 'platform': driver_probe_device: matched device 4140000.serial with driver dw-apb-uart | |
[ 13.756597] bus: 'platform': really_probe: probing driver dw-apb-uart with device 4140000.serial | |
[ 13.765754] dw-apb-uart 4140000.serial: no pinctrl handle | |
[ 13.771391] dw-apb-uart 4140000.serial: device is not dma coherent | |
[ 13.777830] dw-apb-uart 4140000.serial: device is not behind an iommu | |
[ 13.784585] OF: of_irq_parse_one: dev=/serial@04140000, index=0 | |
[ 13.790747] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 13.797451] OF: intspec=44 | |
[ 13.800415] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 13.808203] OF: -> addrsize=0 | |
[ 13.811428] OF: -> got it ! | |
[ 13.814576] dw-apb-uart 4140000.serial: Designware UART version 3.12 | |
[ 13.821141] device: 'ttyS0': device_unregister | |
[ 13.825980] tty ttyS0: releasing... | |
[ 13.829511] printk: console [ttyS0] disabled | |
[ 13.834003] dw-apb-uart 4140000.serial: GPIO lookup for consumer rs485-term | |
[ 13.841242] dw-apb-uart 4140000.serial: using device tree for GPIO lookup | |
[ 13.848353] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/serial@04140000[0]' | |
[ 13.858468] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/serial@04140000[0]' | |
[ 13.868480] dw-apb-uart 4140000.serial: using lookup tables for GPIO lookup | |
[ 13.875740] dw-apb-uart 4140000.serial: No GPIO consumer rs485-term found | |
[ 13.891972] printk: console [ttyS0] enabledx4140000 (irq = 13, base_baud = 1562500) is a 16550A | |
[ 13.891972] printk: console [ttyS0] enabled | |
[ 13.900519] printk: bootconsole [sbi0] disabled | |
[ 13.900519] printk: bootconsole [sbi0] disabled | |
[ 13.909963] serial serial0: allocated controller 0x(____ptrval____) id 0 | |
[ 13.917020] device: 'serial0': device_add | |
[ 13.921195] bus: 'serial': add device serial0 | |
[ 13.925755] serial serial0: no devices registered: of:-ENODEV acpi:-ENODEV | |
[ 13.932877] bus: 'serial': remove device serial0 | |
[ 13.937703] device: 'ttyS0': device_add | |
[ 13.941904] driver: 'dw-apb-uart': driver_bound: bound to device '4140000.serial' | |
[ 13.949689] bus: 'platform': really_probe: bound device 4140000.serial to driver dw-apb-uart | |
[ 13.958420] bus: 'platform': driver_probe_device: matched device 41c0000.serial with driver dw-apb-uart | |
[ 13.968122] bus: 'platform': really_probe: probing driver dw-apb-uart with device 41c0000.serial | |
[ 13.977214] dw-apb-uart 41c0000.serial: no pinctrl handle | |
[ 13.982803] dw-apb-uart 41c0000.serial: device is not dma coherent | |
[ 13.989188] dw-apb-uart 41c0000.serial: device is not behind an iommu | |
[ 13.995875] OF: of_irq_parse_one: dev=/serial@041C0000, index=0 | |
[ 14.002007] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 14.008658] OF: intspec=48 | |
[ 14.011551] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 14.019277] OF: -> addrsize=0 | |
[ 14.022432] OF: -> got it ! | |
[ 14.025520] dw-apb-uart 41c0000.serial: Designware UART version 3.12 | |
[ 14.032125] device: 'ttyS4': device_unregister | |
[ 14.036924] tty ttyS4: releasing... | |
[ 14.040561] dw-apb-uart 41c0000.serial: GPIO lookup for consumer rs485-term | |
[ 14.047753] dw-apb-uart 41c0000.serial: using device tree for GPIO lookup | |
[ 14.054795] of_get_named_gpiod_flags: can't parse 'rs485-term-gpios' property of node '/serial@041C0000[0]' | |
[ 14.064876] of_get_named_gpiod_flags: can't parse 'rs485-term-gpio' property of node '/serial@041C0000[0]' | |
[ 14.074845] dw-apb-uart 41c0000.serial: using lookup tables for GPIO lookup | |
[ 14.082038] dw-apb-uart 41c0000.serial: No GPIO consumer rs485-term found | |
[ 14.089094] 41c0000.serial: ttyS4 at MMIO 0x41c0000 (irq = 14, base_baud = 1562500) is a 16550A | |
[ 14.098102] serial serial0: allocated controller 0x(____ptrval____) id 0 | |
[ 14.105030] device: 'serial0': device_add | |
[ 14.109203] bus: 'serial': add device serial0 | |
[ 14.113762] serial serial0: no devices registered: of:-ENODEV acpi:-ENODEV | |
[ 14.120883] bus: 'serial': remove device serial0 | |
[ 14.125711] device: 'ttyS4': device_add | |
[ 14.129898] driver: 'dw-apb-uart': driver_bound: bound to device '41c0000.serial' | |
[ 14.137679] bus: 'platform': really_probe: bound device 41c0000.serial to driver dw-apb-uart | |
[ 14.146607] device: 'hw_random': device_add | |
[ 14.151207] device class 'mtd': registering | |
[ 14.155580] device: 'mtd-0': device_add | |
[ 14.159784] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. | |
[ 14.167877] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved. | |
[ 14.177814] bus: 'mdio_bus': add driver CVITEK CV182XA | |
[ 14.183177] libphy: CVITEK CV182XA: Registered new driver | |
[ 14.188774] Registering platform device 'Fixed MDIO bus.0'. Parent at platform | |
[ 14.196247] device: 'Fixed MDIO bus.0': device_add | |
[ 14.201224] bus: 'platform': add device Fixed MDIO bus.0 | |
[ 14.206804] device: 'fixed-0': device_add | |
[ 14.211440] mdio_bus fixed-0: GPIO lookup for consumer reset | |
[ 14.217293] mdio_bus fixed-0: using lookup tables for GPIO lookup | |
[ 14.223589] mdio_bus fixed-0: No GPIO consumer reset found | |
[ 14.229271] libphy: Fixed MDIO Bus: probed | |
[ 14.233506] tun: Universal TUN/TAP device driver, 1.6 | |
[ 14.238738] device: 'tun': device_add | |
[ 14.242766] bus: 'platform': add driver thead_dwmac_eth | |
[ 14.248392] bus: 'platform': add driver bm-dwmac | |
[ 14.253241] bus: 'platform': driver_probe_device: matched device 4070000.ethernet with driver bm-dwmac | |
[ 14.262857] bus: 'platform': really_probe: probing driver bm-dwmac with device 4070000.ethernet | |
[ 14.271864] bm-dwmac 4070000.ethernet: no pinctrl handle | |
[ 14.277367] bm-dwmac 4070000.ethernet: device is not dma coherent | |
[ 14.283661] bm-dwmac 4070000.ethernet: device is not behind an iommu | |
[ 14.290281] of_get_named_gpiod_flags: can't parse 'phy-reset-gpios' property of node '/ethernet@4070000[0]' | |
[ 14.300343] OF: comparing macirq with macirq | |
[ 14.304757] OF: of_irq_parse_one: dev=/ethernet@4070000, index=0 | |
[ 14.310975] OF: parent=/soc/interrupt-controller@70000000, intsize=2 | |
[ 14.317627] OF: intspec=31 | |
[ 14.320521] OF: of_irq_parse_raw: ipar=/soc/interrupt-controller@70000000, size=2 | |
[ 14.328247] OF: -> addrsize=0 | |
[ 14.331402] OF: -> got it ! | |
[ 14.334387] OF: comparing eth_wake_irq with macirq | |
[ 14.339340] bm-dwmac 4070000.ethernet: IRQ eth_wake_irq not found | |
[ 14.345633] OF: comparing eth_lpi with macirq | |
[ 14.350134] bm-dwmac 4070000.ethernet: IRQ eth_lpi not found | |
[ 14.356060] bm-dwmac 4070000.ethernet: Hash table entries set to unexpected value 0 | |
[ 14.364015] OF: comparing stmmaceth with stmmaceth | |
[ 14.368982] OF: comparing pclk with stmmaceth | |
[ 14.373483] OF: comparing pclk with ptp_ref | |
[ 14.377840] OF: comparing ptp_ref with stmmaceth | |
[ 14.382609] OF: comparing ptp_ref with ptp_ref | |
[ 14.387215] bm-dwmac 4070000.ethernet: PTP rate 50000000 | |
[ 14.392712] bm-dwmac 4070000.ethernet: no reset control found | |
[ 14.398867] bm-dwmac 4070000.ethernet: User ID: 0x10, Synopsys ID: 0x37 | |
[ 14.405713] bm-dwmac 4070000.ethernet: DWMAC1000 | |
[ 14.410577] bm-dwmac 4070000.ethernet: DMA HW capability register supported | |
[ 14.417767] bm-dwmac 4070000.ethernet: RX Checksum Offload Engine supported | |
[ 14.424957] bm-dwmac 4070000.ethernet: COE Type 2 | |
[ 14.429816] bm-dwmac 4070000.ethernet: TX Checksum insertion supported | |
[ 14.436560] bm-dwmac 4070000.ethernet: Normal descriptors | |
[ 14.442136] bm-dwmac 4070000.ethernet: Ring mode enabled | |
[ 14.447624] bm-dwmac 4070000.ethernet: Enable RX Mitigation via HW Watchdog Timer | |
[ 14.455354] bm-dwmac 4070000.ethernet: device MAC address 2a:ea:01:42:90:b8 | |
[ 14.462596] device: 'stmmac-0': device_add | |
[ 14.467358] mdio_bus stmmac-0: GPIO lookup for consumer reset | |
[ 14.473300] mdio_bus stmmac-0: using lookup tables for GPIO lookup | |
[ 14.479686] mdio_bus stmmac-0: No GPIO consumer reset found | |
[ 14.485445] bm-dwmac 4070000.ethernet: GPIO lookup for consumer snps,reset | |
[ 14.492546] bm-dwmac 4070000.ethernet: using device tree for GPIO lookup | |
[ 14.499507] of_get_named_gpiod_flags: can't parse 'snps,reset-gpios' property of node '/ethernet@4070000[0]' | |
[ 14.509680] of_get_named_gpiod_flags: can't parse 'snps,reset-gpio' property of node '/ethernet@4070000[0]' | |
[ 14.519740] bm-dwmac 4070000.ethernet: using lookup tables for GPIO lookup | |
[ 14.526841] bm-dwmac 4070000.ethernet: No GPIO consumer snps,reset found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment