Other Parts Discussed in Thread: AM3352, TPS65217
Hi,
I am aware of a similar questions, but I did not find the answer or a solution for my problem. I am running Linux 4.1.18 from Texas Instruments repository on a custom hardware with AM3352 SOC. My plan is to run PM firmware on remoteproc, Cortex M3, and suspend board to save power.
Linux boots and works correctly, but power management does not. As a experienced Linux developer, I found that .resource_table section is missing in am335x-pm-firmware.elf and remote processor in Linux environment have to have it. Exactly, function rproc_find_rsc_table failed to find resource_table section and returned NULL.
remoteproc0: powering up wkup_m3
remoteproc0: rproc_boot failed
readelf -S am335x-pm-firmware.elf
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .text PROGBITS 00000000 010000 0029b4 00 AX 0 0 4
[ 2] .data PROGBITS 00080000 020000 0001a0 00 WA 0 0 4
[ 3] .bss NOBITS 000801a0 0201a0 000090 00 WA 0 0 4
[ 4] .logbuf NOBITS 00081000 021000 001000 00 WA 0 0 1
[ 5] .debug_info PROGBITS 00000000 0201a0 006feb 00 0 0 1
[ 6] .debug_abbrev PROGBITS 00000000 02718b 00235f 00 0 0 1
[ 7] .debug_loc PROGBITS 00000000 0294ea 00336d 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 02c857 0003d0 00 0 0 1
[ 9] .debug_ranges PROGBITS 00000000 02cc27 000710 00 0 0 1
[10] .debug_line PROGBITS 00000000 02d337 001a5c 00 0 0 1
[11] .debug_str PROGBITS 00000000 02ed93 001b9b 01 MS 0 0 1
[12] .comment PROGBITS 00000000 03092e 000063 01 MS 0 0 1
[13] .ARM.attributes ARM_ATTRIBUTES 00000000 030991 000039 00 0 0 1
[14] .debug_frame PROGBITS 00000000 0309cc 000f6c 00 0 0 4
[15] .shstrtab STRTAB 00000000 031938 0000b3 00 0 0 1
[16] .symtab SYMTAB 00000000 031cbc 002270 10 17 323 4
[17] .strtab STRTAB 00000000 033f2c 001137 00 0 0 1
Full Linux bootlog:
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.18-rt17-g4415f52 (anes@aneshadzi) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-6
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: TI AM335x BeagleBone
[ 0.000000] cma: Reserved 24 MiB at 0x9e800000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 131072
[ 0.000000] free_area_init_node: node 0, pgdat c0d06834, node_mem_map de36d000
[ 0.000000] Normal zone: 1152 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 131072 pages, LIFO batch:31
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES2.1 (neon )
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129920
[ 0.000000] Kernel command line: console=ttyO0,115200n8 ubootdev=1
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 480820K/524288K available (7231K kernel code, 296K rwdata, 3352K rodata, 2432K init, 281K bss, 18892K reserved, 2)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0a5deec (10584 kB)
[ 0.000000] .init : 0xc0a5e000 - 0xc0cbe000 (2432 kB)
[ 0.000000] .data : 0xc0cbe000 - 0xc0d083e0 ( 297 kB)
[ 0.000000] .bss : 0xc0d0b000 - 0xc0d51624 ( 282 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] RCU kthread priority: 1.
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[ 0.000013] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000025] clocksource timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000031] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000088] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000090] This ensures that you still see kernel messages. Please
[ 0.000092] update your kernel commandline.
[ 0.089358] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[ 0.089363] pid_max: default: 32768 minimum: 301
[ 0.089461] Security Framework initialized
[ 0.089502] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.089507] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.090155] Initializing cgroup subsys blkio
[ 0.090168] Initializing cgroup subsys memory
[ 0.090204] Initializing cgroup subsys devices
[ 0.090213] Initializing cgroup subsys freezer
[ 0.090223] Initializing cgroup subsys perf_event
[ 0.090286] CPU: Testing write buffer coherency: ok
[ 0.090614] Setting up static identity map for 0x80008200 - 0x80008270
[ 0.092469] devtmpfs: initialized
[ 0.101523] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.113475] omap_hwmod: debugss: _wait_target_disable failed
[ 0.167940] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.170143] pinctrl core: initialized pinctrl subsystem
[ 0.171334] NET: Registered protocol family 16
[ 0.173413] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.177659] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
[ 0.178188] OMAP GPIO hardware version 0.1
[ 0.178821] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
[ 0.179869] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
[ 0.180788] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
[ 0.186782] No ATAGs?
[ 0.186811] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.228065] edma 49000000.edma: TI EDMA DMA engine driver
[ 0.229607] vgaarb: loaded
[ 0.230073] SCSI subsystem initialized
[ 0.230377] usbcore: registered new interface driver usbfs
[ 0.230438] usbcore: registered new interface driver hub
[ 0.230568] usbcore: registered new device driver usb
[ 0.231005] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, defee
[ 0.231052] omap_i2c 4802a000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c1_pins, defee
[ 0.231159] pps_core: LinuxPPS API ver. 1 registered
[ 0.231166] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.231194] PTP clock support registered
[ 0.231962] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 0.233442] cfg80211: Calling CRDA to update world regulatory domain
[ 0.233876] Switched to clocksource timer1
[ 0.235917] NET: Registered protocol family 2
[ 0.236704] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.236769] TCP bind hash table entries: 4096 (order: 4, 98304 bytes)
[ 0.236920] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.236993] UDP hash table entries: 256 (order: 2, 16384 bytes)
[ 0.237025] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)
[ 0.237203] NET: Registered protocol family 1
[ 0.237602] RPC: Registered named UNIX socket transport module.
[ 0.237614] RPC: Registered udp transport module.
[ 0.237620] RPC: Registered tcp transport module.
[ 0.237626] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.237648] PCI: CLS 0 bytes, default 64
[ 0.737940] CPU PMU: Failed to parse /pmu/interrupt-affinity[0]
[ 0.737998] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 0.739933] futex hash table entries: 256 (order: 1, 8192 bytes)
[ 0.740037] audit: initializing netlink subsys (disabled)
[ 0.740109] audit: type=2000 audit(0.730:1): initialized
[ 0.747220] VFS: Disk quotas dquot_6.6.0
[ 0.747406] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.748980] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.749728] NFS: Registering the id_resolver key type
[ 0.749791] Key type id_resolver registered
[ 0.749798] Key type id_legacy registered
[ 0.749866] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
[ 0.752221] NET: Registered protocol family 38
[ 0.752290] io scheduler noop registered
[ 0.752303] io scheduler deadline registered
[ 0.752493] io scheduler cfq registered (default)
[ 0.753576] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[ 0.755602] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[ 0.756404] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.758785] omap8250 44e09000.serial: GPIO lookup for consumer enable
[ 0.758804] omap8250 44e09000.serial: using device tree for GPIO lookup
[ 0.758819] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/ocp/serial@44e09000[0]'
[ 0.758829] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/ocp/serial@44e09000[0]'
[ 0.758837] omap8250 44e09000.serial: using lookup tables for GPIO lookup
[ 0.758847] omap8250 44e09000.serial: lookup for GPIO enable failed
[ 0.759161] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
[ 1.409870] console [ttyS0] enabled
[ 1.413813] omap8250 48022000.serial: GPIO lookup for consumer enable
[ 1.413826] omap8250 48022000.serial: using device tree for GPIO lookup
[ 1.413838] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/ocp/serial@48022000[0]'
[ 1.413848] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/ocp/serial@48022000[0]'
[ 1.413856] omap8250 48022000.serial: using lookup tables for GPIO lookup
[ 1.413925] omap8250 48022000.serial: lookup for GPIO enable failed
[ 1.414205] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 159, base_baud = 3000000) is a 8250
[ 1.424069] [drm] Initialized drm 1.1.0 20060810
[ 1.438422] brd: module loaded
[ 1.446212] loop: module loaded
[ 1.449703] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.513901] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[ 1.520040] davinci_mdio 4a101000.mdio: detected phy mask fffffffa
[ 1.527883] libphy: 4a101000.mdio: probed
[ 1.531928] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[ 1.541104] davinci_mdio 4a101000.mdio: phy[2]: device 4a101000.mdio:02, driver Marvell 88E6046
[ 1.550461] cpsw 4a100000.ethernet: Detected MACID = d0:5f:b8:88:7c:c1
[ 1.558090] cpsw 4a100000.ethernet: cpsw: Detected MACID = d0:5f:b8:88:7c:c3
[ 1.566127] usbcore: registered new interface driver asix
[ 1.571633] usbcore: registered new interface driver ax88179_178a
[ 1.577835] usbcore: registered new interface driver net1080
[ 1.583569] usbcore: registered new interface driver cdc_subset
[ 1.589623] usbcore: registered new interface driver sierra_net
[ 1.595642] usbcore: registered new interface driver cdc_ncm
[ 1.601372] usbcore: registered new interface driver qmi_wwan
[ 1.607175] GobiNet: 2014-04-15/SWI_2.24
[ 1.611170] usbcore: registered new interface driver GobiNet
[ 1.617448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.624017] ehci-pci: EHCI PCI platform driver
[ 1.628558] ehci-omap: OMAP-EHCI Host Controller driver
[ 1.633973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.640204] ohci-pci: OHCI PCI platform driver
[ 1.644839] usbcore: registered new interface driver cdc_acm
[ 1.650521] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 1.658611] usbcore: registered new interface driver cdc_wdm
[ 1.664380] usbcore: registered new interface driver usb-storage
[ 1.670555] usbcore: registered new interface driver usbserial
[ 1.676454] usbcore: registered new interface driver usbserial_generic
[ 1.683044] usbserial: USB Serial support registered for generic
[ 1.689126] usbcore: registered new interface driver option
[ 1.694758] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.701801] usbcore: registered new interface driver pl2303
[ 1.707432] usbserial: USB Serial support registered for pl2303
[ 1.713418] usbcore: registered new interface driver qcaux
[ 1.718961] usbserial: USB Serial support registered for qcaux
[ 1.724869] usbcore: registered new interface driver qcserial
[ 1.730673] usbserial: USB Serial support registered for Qualcomm USB modem
[ 1.737710] usbcore: registered new interface driver sierra
[ 1.743344] usbserial: USB Serial support registered for Sierra USB modem
[ 1.750209] usbcore: registered new interface driver usb_serial_simple
[ 1.756801] usbserial: USB Serial support registered for carelink
[ 1.762950] usbserial: USB Serial support registered for zio
[ 1.768668] usbserial: USB Serial support registered for funsoft
[ 1.774736] usbserial: USB Serial support registered for flashloader
[ 1.781148] usbserial: USB Serial support registered for google
[ 1.787131] usbserial: USB Serial support registered for vivopay
[ 1.793196] usbserial: USB Serial support registered for moto_modem
[ 1.799524] usbserial: USB Serial support registered for novatel_gps
[ 1.805939] usbserial: USB Serial support registered for hp4x
[ 1.811740] usbserial: USB Serial support registered for suunto
[ 1.817720] usbserial: USB Serial support registered for siemens_mpi
[ 1.825320] am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer reset
[ 1.825338] am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
[ 1.825351] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[ 1.825361] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[ 1.825369] am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
[ 1.825380] am335x-phy-driver 47401300.usb-phy: lookup for GPIO reset failed
[ 1.825390] am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer vbus-detect
[ 1.825397] am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
[ 1.825406] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[ 1.825414] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[ 1.825422] am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
[ 1.825430] am335x-phy-driver 47401300.usb-phy: lookup for GPIO vbus-detect failed
[ 1.825482] 47401300.usb-phy supply vcc not found, using dummy regulator
[ 1.834277] musb-hdrc musb-hdrc.0.auto: Failed to request rx1.
[ 1.840211] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
[ 1.848489] am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer reset
[ 1.848504] am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
[ 1.848518] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[ 1.848528] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[ 1.848536] am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
[ 1.848545] am335x-phy-driver 47401b00.usb-phy: lookup for GPIO reset failed
[ 1.848554] am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer vbus-detect
[ 1.848562] am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
[ 1.848571] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[ 1.848580] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[ 1.848588] am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
[ 1.848596] am335x-phy-driver 47401b00.usb-phy: lookup for GPIO vbus-detect failed
[ 1.848635] 47401b00.usb-phy supply vcc not found, using dummy regulator
[ 1.857239] musb-hdrc musb-hdrc.1.auto: Failed to request rx1.
[ 1.863156] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517
[ 1.877364] mousedev: PS/2 mouse device common for all mice
[ 1.883402] omap_rtc 44e3e000.rtc: already running
[ 1.888540] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[ 1.896017] i2c /dev entries driver
[ 1.900268] device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel@redhat.com
[ 1.909301] omap_hsmmc 48060000.mmc: GPIO lookup for consumer cd
[ 1.909315] omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
[ 1.909329] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@48060000[0]'
[ 1.909339] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@48060000[0]'
[ 1.909347] omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
[ 1.909357] omap_hsmmc 48060000.mmc: lookup for GPIO cd failed
[ 1.909369] omap_hsmmc 48060000.mmc: GPIO lookup for consumer wp
[ 1.909376] omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
[ 1.909385] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@48060000[0]'
[ 1.909393] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@48060000[0]'
[ 1.909400] omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
[ 1.909408] omap_hsmmc 48060000.mmc: lookup for GPIO wp failed
[ 1.910196] omap_hsmmc 481d8000.mmc: GPIO lookup for consumer cd
[ 1.910212] omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
[ 1.910224] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@481d8000[0]'
[ 1.910233] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@481d8000[0]'
[ 1.910241] omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
[ 1.910250] omap_hsmmc 481d8000.mmc: lookup for GPIO cd failed
[ 1.910260] omap_hsmmc 481d8000.mmc: GPIO lookup for consumer wp
[ 1.910267] omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
[ 1.910275] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@481d8000[0]'
[ 1.910284] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@481d8000[0]'
[ 1.910291] omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
[ 1.910299] omap_hsmmc 481d8000.mmc: lookup for GPIO wp failed
[ 1.910904] omap_hsmmc 47810000.mmc: GPIO lookup for consumer cd
[ 1.910918] omap_hsmmc 47810000.mmc: using device tree for GPIO lookup
[ 1.910930] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@47810000[0]'
[ 1.910939] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@47810000[0]'
[ 1.910947] omap_hsmmc 47810000.mmc: using lookup tables for GPIO lookup
[ 1.910955] omap_hsmmc 47810000.mmc: lookup for GPIO cd failed
[ 1.910966] omap_hsmmc 47810000.mmc: GPIO lookup for consumer wp
[ 1.910973] omap_hsmmc 47810000.mmc: using device tree for GPIO lookup
[ 1.910981] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@47810000[0]'
[ 1.910989] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@47810000[0]'
[ 1.910997] omap_hsmmc 47810000.mmc: using lookup tables for GPIO lookup
[ 1.911004] omap_hsmmc 47810000.mmc: lookup for GPIO wp failed
[ 1.911857] usbcore: registered new interface driver usbhid
[ 1.917498] usbhid: USB HID core driver
[ 1.921797] remoteproc0: wkup_m3 is available
[ 1.926268] remoteproc0: Note: remoteproc is still under development and considered experimental.
[ 1.935267] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 2.252547] Initializing XFRM netlink socket
[ 2.257546] NET: Registered protocol family 10
[ 2.263275] mip6: Mobile IPv6
[ 2.266281] sit: IPv6 over IPv4 tunneling driver
[ 2.272289] ip6_gre: GRE over IPv6 tunneling driver
[ 2.277856] NET: Registered protocol family 17
[ 2.282356] NET: Registered protocol family 15
[ 2.286870] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you nee.
[ 2.299567] Bridge firewalling registered
[ 2.303652] 8021q: 802.1Q VLAN Support v1.8
[ 2.307906] Key type dns_resolver registered
[ 2.312371] omap_voltage_late_init: Voltage driver support not added
[ 2.319392] PM: bootloader does not support rtc-only!
[ 2.324569] ThumbEE CPU extension supported.
[ 2.328881] Registering SWP/SWPB emulation handler
[ 2.360620] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[ 2.365998] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 2.392833] gpio-4 (lcd_spid1): gpiod_request: status -16
[ 2.724993] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
[ 2.735965] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 2.735983] musb-hdrc: MHDRC RTL version 2.0
[ 2.735991] musb-hdrc: setup fifo_mode 4
[ 2.736010] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 2.736114] remoteproc0: powering up wkup_m3
[ 2.740503] remoteproc0: rproc_boot failed
[ 2.743981] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
[ 2.744272] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
[ 2.744484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.744491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.744497] usb usb1: Product: MUSB HDRC host driver
[ 2.744502] usb usb1: Manufacturer: Linux 4.1.18-rt17-g4415f52 musb-hcd
[ 2.744506] usb usb1: SerialNumber: musb-hdrc.0.auto
[ 2.745096] hub 1-0:1.0: USB hub found
[ 2.745136] hub 1-0:1.0: 1 port detected
[ 2.750134] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 2.750139] musb-hdrc: MHDRC RTL version 2.0
[ 2.750143] musb-hdrc: setup fifo_mode 4
[ 2.750158] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 2.754089] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 2.754380] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
[ 2.754566] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.754572] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.754578] usb usb2: Product: MUSB HDRC host driver
[ 2.754583] usb usb2: Manufacturer: Linux 4.1.18-rt17-g4415f52 musb-hcd
[ 2.754587] usb usb2: SerialNumber: musb-hdrc.1.auto
[ 2.755158] hub 2-0:1.0: USB hub found
[ 2.755196] hub 2-0:1.0: 1 port detected
[ 2.756104] omap_hsmmc 48060000.mmc: GPIO lookup for consumer cd
[ 2.756110] omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
[ 2.756121] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@48060000[0]'
[ 2.756128] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@48060000[0]'
[ 2.756133] omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
[ 2.756139] omap_hsmmc 48060000.mmc: lookup for GPIO cd failed
[ 2.756149] omap_hsmmc 48060000.mmc: GPIO lookup for consumer wp
[ 2.756153] omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
[ 2.756157] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@48060000[0]'
[ 2.756162] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@48060000[0]'
[ 2.756166] omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
[ 2.756171] omap_hsmmc 48060000.mmc: lookup for GPIO wp failed
[ 2.794395] omap_hsmmc 481d8000.mmc: GPIO lookup for consumer cd
[ 2.794402] omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
[ 2.794411] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@481d8000[0]'
[ 2.794417] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@481d8000[0]'
[ 2.794422] omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
[ 2.794427] omap_hsmmc 481d8000.mmc: lookup for GPIO cd failed
[ 2.794435] omap_hsmmc 481d8000.mmc: GPIO lookup for consumer wp
[ 2.794439] omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
[ 2.794444] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@481d8000[0]'
[ 2.794448] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@481d8000[0]'
[ 2.794453] omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
[ 2.794457] omap_hsmmc 481d8000.mmc: lookup for GPIO wp failed
[ 2.834380] omap_hsmmc 47810000.mmc: GPIO lookup for consumer cd
[ 2.834387] omap_hsmmc 47810000.mmc: using device tree for GPIO lookup
[ 2.834397] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@47810000[0]'
[ 2.834403] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@47810000[0]'
[ 2.834408] omap_hsmmc 47810000.mmc: using lookup tables for GPIO lookup
[ 2.834413] omap_hsmmc 47810000.mmc: lookup for GPIO cd failed
[ 2.834420] omap_hsmmc 47810000.mmc: GPIO lookup for consumer wp
[ 2.834425] omap_hsmmc 47810000.mmc: using device tree for GPIO lookup
[ 2.834429] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@47810000[0]'
[ 2.834434] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@47810000[0]'
[ 2.834438] omap_hsmmc 47810000.mmc: using lookup tables for GPIO lookup
[ 2.834443] omap_hsmmc 47810000.mmc: lookup for GPIO wp failed
[ 2.874509] omap_rtc 44e3e000.rtc: setting system clock to 2014-01-01 01:01:49 UTC (1388538109)
[ 2.916148] Distributed Switch Architecture driver version 0.1
[ 2.922846] cpsw 4a100000.ethernet eth1: [0]: detected a Marvell 88E6064 switch
[ 2.930477] mmc1: MAN_BKOPS_EN bit is not set
[ 2.977216] mmc1: new high speed MMC card at address 0001
[ 2.993939] mmcblk0: mmc1:0001 H4G2a 3.64 GiB
[ 2.998652] mmcblk0boot0: mmc1:0001 H4G2a partition 1 4.00 MiB
[ 3.014628] mmcblk0boot1: mmc1:0001 H4G2a partition 2 4.00 MiB
[ 3.024308] mmcblk0: p1 p2 p3 p4 < p5 p6 p7 >
[ 3.044291] omap_hsmmc 47810000.mmc: card claims to support voltages below defined range
[ 3.074358] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.084675] mmc2: new high speed SDIO card at address 0001
[ 3.116991] libphy: dsa slave smi: probed
[ 3.439676] Freeing unused kernel memory: 2432K (c0a5e000 - c0cbe000)
[ 3.494905] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 3.528772] wlcore: loaded
[ 3.863456] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[ 3.880824] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 23.803704] device eth0 entered promiscuous mode
[ 23.870864] net eth0: initializing cpsw version 1.12 (0)
[ 23.878203] net eth0: phy found : id is : 0x7c0f1
[ 23.884291] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 23.884339] 8021q: adding VLAN 0 to HW filter on device eth0
[ 25.182863] IPv6: ADDRCONF(NETDEV_UP): lan1: link is not ready
[ 25.650095] device lan2 entered promiscuous mode
[ 25.693079] IPv6: ADDRCONF(NETDEV_UP): lan2: link is not ready
[ 26.190181] device lan3 entered promiscuous mode
[ 26.227960] IPv6: ADDRCONF(NETDEV_UP): lan3: link is not ready
[ 26.436223] dsa dsa lan1: Link is Down
[ 26.734314] device lan4 entered promiscuous mode
[ 26.770911] IPv6: ADDRCONF(NETDEV_UP): lan4: link is not ready
[ 26.954748] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 26.954837] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 26.955008] br1: port 1(eth0) entered forwarding state
[ 26.955038] br1: port 1(eth0) entered forwarding state
[ 27.094158] cpsw 4a100000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[ 27.094217] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 27.296237] dsa dsa lan3: Link is Down
[ 27.356166] dsa dsa lan2: Link is Down
[ 28.216179] dsa dsa lan4: Link is Down
[ 29.735892] wlcore: PHY firmware version: Rev 8.2.0.0.232
[ 29.777346] wlcore: firmware booted (Rev 8.9.0.0.48)
[ 29.788187] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 37.992285] random: nonblocking pool is initialized
[ 38.034870] wlcore: PHY firmware version: Rev 8.2.0.0.232
[ 38.087922] wlcore: firmware booted (Rev 8.9.0.0.48)
[ 38.100168] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 41.434133] wlcore: down
[ 41.834582] wlcore: PHY firmware version: Rev 8.2.0.0.232
[ 41.897798] wlcore: firmware booted (Rev 8.9.0.0.48)
[ 41.912436] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 42.004019] br1: port 1(eth0) entered forwarding state
[ 45.100555] wlcore: down
.....