Post Go back to editing

adv7282m driver!

I have a driver for adv7282m, but it base on linux kernel 3.14.xx or more. now, i need a driver for 3.10.17. because, in the process of compiling don't found function v4l2_async_register_subdev and v4l2_async_unregister_subdev. if you have a driver for this. please send to me or to help me solve problem. thaks.

Parents
  • Hi, lars:

         thanks.

         I spend some hours to reconfigure "menuconfig". Now, in the start of machine, it display info. like below.

    split line-----------------------------------------------------------------------------------------------------------------------------------------------------------

    [    0.000000] Booting Linux on physical CPU 0x0

    [    0.000000] Linux version 3.10.17-gb8263d4-dirty (root@Compiler) (gcc version 4.6.2 20110630 (prerelease) (Freescale MAD -- Linaro 2011.07 -- Built at 2011/08/10 09:20) ) #17 SMP PREEMPT Fri Aug 7 13:27:36 CST 2015

    [    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d

    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache

    [    0.000000] Machine: Freescale i.MX6 Quad/DualLite (Device Tree), model: Freescale i.MX6 Quad SABRE Smart Device Board

    [    0.000000] cma: CMA: reserved 320 MiB at 3c000000

    [    0.000000] Memory policy: ECC disabled, Data cache writealloc

    [    0.000000] On node 0 totalpages: 262144

    [    0.000000] free_area_init_node: node 0, pgdat 80a43780, node_mem_map 80aae000

    [    0.000000]   DMA zone: 2048 pages used for memmap

    [    0.000000]   DMA zone: 0 pages reserved

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

    [    0.000000] PERCPU: Embedded 8 pages/cpu @812c5000 s9472 r8192 d15104 u32768

    [    0.000000] pcpu-alloc: s9472 r8192 d15104 u32768 alloc=8*4096

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

    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260096

    [    0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait ro video=mxcfb0:dev=ldb,LDB-WXGA1360,if=RGB666 video=mxcfb1:off video=mxcfb2:dev=hdmi,1920x1080M@60,if=RGB24 video=mxcfb3:off consoleblank=0 fbmem=28M ldb=dul0

    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)

    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

    [    0.000000] Memory: 1024MB = 1024MB total

    [    0.000000] Memory: 700104k/700104k available, 348472k reserved, 0K highmem

    [    0.000000] Virtual kernel memory layout:

        vector  : 0xffff0000 - 0xffff1000   (   4 kB)

        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)

        vmalloc : 0xc0800000 - 0xff000000   (1000 MB)

        lowmem  : 0x80000000 - 0xc0000000   (1024 MB)

        pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)

        modules : 0x7f000000 - 0x7fe00000   (  14 MB)

          .text : 0x80008000 - 0x809a4788   (9842 kB)

          .init : 0x809a5000 - 0x809e8500   ( 270 kB)

          .data : 0x809ea000 - 0x80a44d40   ( 364 kB)

           .bss : 0x80a44d40 - 0x80aad0e4   ( 417 kB)

    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1

    [    0.000000] Preemptible hierarchical RCU implementation.

    [    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.

    [    0.000000] NR_IRQS:16 nr_irqs:16 16

    [    0.000000] L310 cache controller enabled

    [    0.000000] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x32070000, Cache size: 1048576 B

    [    0.000000] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655ms

    [    0.000000] CPU identified as i.MX6Q, silicon rev 1.2

    [    0.000000] Console: colour dummy device 80x30

    [    0.000803] Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)

    [    0.090123] pid_max: default: 32768 minimum: 301

    [    0.090282] Mount-cache hash table entries: 512

    [    0.090954] CPU: Testing write buffer coherency: ok

    [    0.091183] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

    [    0.091254] Setting up static identity map for 0x806f27b0 - 0x806f2808

    [    0.151914] CPU1: Booted secondary processor

    [    0.191227] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001

    [    0.191331] Brought up 2 CPUs

    [    0.191343] SMP: Total of 2 processors activated (3162.11 BogoMIPS).

    [    0.191348] CPU: All CPU(s) started in SVC mode.

    [    0.191897] devtmpfs: initialized

    [    0.195693] pinctrl core: initialized pinctrl subsystem

    [    0.195941] regulator-dummy: no parameters

    [    0.218129] NET: Registered protocol family 16

    [    0.227628] DMA: preallocated 256 KiB pool for atomic coherent allocations

    [    0.228369] Use WDOG1 as reset source

    [    0.231562] gpiochip_add: registered GPIOs 0 to 31 on device: 209c000.gpio

    [    0.232122] gpiochip_add: registered GPIOs 32 to 63 on device: 20a0000.gpio

    [    0.232697] gpiochip_add: registered GPIOs 64 to 95 on device: 20a4000.gpio

    [    0.233291] gpiochip_add: registered GPIOs 96 to 127 on device: 20a8000.gpio

    [    0.233900] gpiochip_add: registered GPIOs 128 to 159 on device: 20ac000.gpio

    [    0.234518] gpiochip_add: registered GPIOs 160 to 191 on device: 20b0000.gpio

    [    0.235168] gpiochip_add: registered GPIOs 192 to 223 on device: 20b4000.gpio

    [    0.236128] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered

    [    0.236362] vdd1p1: 800 <--> 1375 mV at 1125 mV

    [    0.236636] vdd3p0: 2800 <--> 3150 mV at 3000 mV

    [    0.236908] vdd2p5: 2000 <--> 2750 mV at 2425 mV

    [    0.237177] cpu: 725 <--> 1450 mV at 1150 mV

    [    0.237438] vddpu: 725 <--> 1450 mV

    [    0.237705] vddsoc: 725 <--> 1450 mV at 1200 mV

    [    0.239299] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered

    [    0.241925] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered

    [    0.246815] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.

    [    0.246823] hw-breakpoint: maximum watchpoint size is 4 bytes.

    [    0.247714] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver

    [    0.248713] of_get_named_gpio_flags exited with status 171

    [    0.257026] bio: create slab <bio-0> at 0

    [    0.258785] mxs-dma 110000.dma-apbh: initialized

    [    0.259375] of_get_named_gpio_flags exited with status 86

    [    0.259483] usb_otg_vbus: 5000 mV

    [    0.259599] of_get_named_gpio_flags exited with status 29

    [    0.259708] usb_h1_vbus: 5000 mV

    [    0.259793] of_get_named_gpio_flags exited with status 106

    [    0.259888] wm8962-supply: no parameters

    [    0.259973] of_get_named_gpio_flags exited with status 174

    [    0.260078] mipi_dsi_pwr_on: no parameters

    [    0.260165] of_get_named_gpio_flags exited with status 63

    [    0.260258] sensor-supply: 3300 mV

    [    0.260793] vgaarb: loaded

    [    0.260951] i2c-core: driver [max17135] using legacy suspend method

    [    0.260957] i2c-core: driver [max17135] using legacy resume method

    [    0.261554] SCSI subsystem initialized

    [    0.261715] libata version 3.00 loaded.

    [    0.261916] usbcore: registered new interface driver usbfs

    [    0.261966] usbcore: registered new interface driver hub

    [    0.262079] usbcore: registered new device driver usb

    [    0.263827] i2c i2c-0: IMX I2C adapter registered

    [    0.265651] i2c i2c-1: IMX I2C adapter registered

    [    0.266986] i2c i2c-2: IMX I2C adapter registered

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

    [    0.267159] Linux video capture interface: v2.00

    [    0.267223] pps_core: LinuxPPS API ver. 1 registered

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

    [    0.267245] PTP clock support registered

    [    0.281299] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)

    [    0.301412] imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)

    [    0.302169] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed

    [    0.302180] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a

    [    0.302267] MIPI CSI2 driver module loaded

    [    0.302332] Advanced Linux Sound Architecture Driver Initialized.

    [    0.303525] cfg80211: Calling CRDA to update world regulatory domain

    [    0.304472] Switching to clocksource mxc_timer1

    [    0.304801] of_get_named_gpio_flags: can't parse gpios property

    [    0.304817] of_get_named_gpio_flags exited with status 83

    [    0.304830] of_get_named_gpio_flags: can't parse gpios property

    [    0.304837] of_get_named_gpio_flags: can't parse gpios property

    [    0.513904] imx6q-pcie 1ffc000.pcie: phy link never came up

    [    0.514035] PCI host bridge to bus 0000:00

    [    0.514050] pci_bus 0000:00: root bus resource [io  0x1000-0x10000]

    [    0.514059] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff]

    [    0.514070] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]

    [    0.514110] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400

    [    0.514138] pci 0000:00:00.0: reg 10: [mem 0x00000000-0x000fffff]

    [    0.514163] pci 0000:00:00.0: reg 38: [mem 0x00000000-0x0000ffff pref]

    [    0.514214] pci 0000:00:00.0: supports D1

    [    0.514223] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold

    [    0.514421] PCI: bus0: Fast back to back transfers disabled

    [    0.514574] PCI: bus1: Fast back to back transfers enabled

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

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

    [    0.514650] pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff]

    [    0.514667] pci 0000:00:00.0: BAR 6: assigned [mem 0x01100000-0x0110ffff pref]

    [    0.514680] pci 0000:00:00.0: PCI bridge to [bus 01]

    [    0.514714] pci_bus 0000:00: resource 4 [io  0x1000-0x10000]

    [    0.514724] pci_bus 0000:00: resource 5 [mem 0x01000000-0x01efffff]

    [    0.523657] NET: Registered protocol family 2

    [    0.524187] TCP established hash table entries: 8192 (order: 4, 65536 bytes)

    [    0.524316] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)

    [    0.524459] TCP: Hash tables configured (established 8192 bind 8192)

    [    0.524557] TCP: reno registered

    [    0.524571] UDP hash table entries: 512 (order: 2, 16384 bytes)

    [    0.524625] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)

    [    0.524884] NET: Registered protocol family 1

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

    [    0.525178] RPC: Registered udp transport module.

    [    0.525183] RPC: Registered tcp transport module.

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

    [    0.525210] PCI: CLS 64 bytes, default 64

    [    0.525713] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available

    [    0.526661] pureg-dummy: no parameters

    [    0.527681] imx6_busfreq busfreq.15: DDR medium rate not supported.

    [    0.528072] Bus freq driver module loaded

    [    0.533692] VFS: Disk quotas dquot_6.5.2

    [    0.533927] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

    [    0.535995] NFS: Registering the id_resolver key type

    [    0.536086] Key type id_resolver registered

    [    0.536092] Key type id_legacy registered

    [    0.536129] NTFS driver 2.1.30 [Flags: R/O].

    [    0.536378] jffs2: version 2.2. (NAND) \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc.

    [    0.536820] fuse init (API version 7.22)

    [    0.537137] SGI XFS with security attributes, large block/inode numbers, no debug enabled

    [    0.538383] msgmni has been set to 2007

    [    0.541188] io scheduler noop registered

    [    0.541196] io scheduler deadline registered

    [    0.541228] io scheduler cfq registered (default)

    [    0.541497] imx-weim 21b8000.weim: WEIM driver registered.

    [    0.542400] of_get_named_gpio_flags exited with status 203

    [    0.543380] mxc_mipi_dsi 21e0000.mipi: i.MX MIPI DSI driver probed

    [    0.543477] MIPI DSI driver module loaded

    [    0.545089] mxc_sdc_fb fb.32: register mxc display driver ldb

    [    0.564592] imx-ipuv3 2800000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)

    [    0.568102] mxc_sdc_fb fb.33: Can't get fb option for mxcfb1!

    [    0.568159] mxc_sdc_fb fb.34: register mxc display driver hdmi

    [    0.568224] mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1

    [    0.568248] fbcvt: 1920x1080@60: CVT Name - 2.073M9

    [    0.583691] mxc_sdc_fb fb.35: Can't get fb option for mxcfb3!

    [    0.584344] imx-sdma 20ec000.sdma: no iram assigned, using external mem

    [    0.585425] imx-sdma 20ec000.sdma: loaded firmware 1.1

    [    0.587733] imx-sdma 20ec000.sdma: initialized

    [    0.589286] pfuze100-regulator 1-0008: Full lay: 2, Metal lay: 1

    [    0.589883] pfuze100-regulator 1-0008: FAB: 0, FIN: 0

    [    0.589893] pfuze100-regulator 1-0008: pfuze100 found.

    [    0.591304] SW1AB: 300 <--> 1875 mV at 1375 mV

    [    0.593221] SW1C: 300 <--> 1875 mV at 1375 mV

    [    0.595135] SW2: 800 <--> 3300 mV at 3300 mV

    [    0.597044] SW3A: 400 <--> 1975 mV at 1500 mV

    [    0.598950] SW3B: 400 <--> 1975 mV at 1500 mV

    [    0.600839] SW4: 800 <--> 3300 mV at 3150 mV

    [    0.602136] SWBST: 5000 <--> 5150 mV at 5000 mV

    [    0.603462] VSNVS: 1000 <--> 3000 mV at 3000 mV

    [    0.604168] VREFDDR: 750 mV

    [    0.604878] VGEN1: 800 <--> 1550 mV at 1500 mV

    [    0.606189] VGEN2: 800 <--> 1550 mV at 1500 mV

    [    0.607499] VGEN3: 1800 <--> 3300 mV at 2800 mV

    [    0.609395] VGEN4: 1800 <--> 3300 mV at 1800 mV

    [    0.611301] VGEN5: 1800 <--> 3300 mV at 3000 mV

    [    0.613200] VGEN6: 1800 <--> 3300 mV at 3300 mV

    [    0.614027] Serial: IMX driver

    [    0.614299] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX

    [    1.325335] console [ttymxc0] enabled

    [    1.328206] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59) is a IMX

    [    1.334023] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60) is a IMX

    [    1.339861] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 61) is a IMX

    [    1.345706] 21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 62) is a IMX

    [    1.351491] serial: Freescale lpuart driver

    [    1.355710] [drm] Initialized drm 1.1.0 20060810

    [    1.359404] [drm] Initialized vivante 1.0.0 20120216 on minor 0

    [    1.370282] brd: module loaded

    [    1.375412] loop: module loaded

    [    1.377331] at24 1-0051: 16384 byte 24c128 EEPROM, writable, 64 bytes/write

    [    1.383100] Uniform Multi-Platform E-IDE driver

    [    1.386467] ide-gd driver 1.18

    [    1.410619] Wait for CR ACK error!

    [    1.413160] sata phy RX_PLL is stable!

    [    1.415654] ahci: SSS flag set, parallel bus scan disabled

    [    1.419872] ahci ahci: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode

    [    1.426346] ahci ahci: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst

    [    1.434480] scsi0 : ahci_platform

    [    1.436763] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 71

    [    1.445933] imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_KEY_COL1 already requested by 21f4000.serial; cannot claim for 2008000.ecspi

    [    1.456488] imx6q-pinctrl 20e0000.iomuxc: pin-128 (2008000.ecspi) status -22

    [    1.462245] imx6q-pinctrl 20e0000.iomuxc: could not request pin 128 on device 20e0000.iomuxc

    [    1.469403] spi_imx 2008000.ecspi: Error applying setting, reverse things back

    [    1.475383] of_get_named_gpio_flags exited with status 105

    [    1.475447] of_get_named_gpio_flags exited with status 105

    [    1.476090] m25p80 spi32766.0: found mr25h256, expected m25p32

    [    1.480638] m25p80 spi32766.0: mr25h256 (32 Kbytes)

    [    1.485091] spi_imx 2008000.ecspi: probed

    [    1.488290] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

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

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

    [    1.504494] CAN device driver interface

    [    1.507209] flexcan_probe:1091 flexcan probe

    [    1.510199] ZB-DBUG---> flexcan_probe:1100 clock_freq = 0

    [    1.514317] ZB-DBUG---> flexcan_probe:1117 clock_freq = 30000000

    [    1.519490] flexcan 2090000.can: device registered (reg_base=c09f8000, irq=142)

    [    1.525595] flexcan_probe:1091 flexcan probe

    [    1.528573] ZB-DBUG---> flexcan_probe:1100 clock_freq = 0

    [    1.532689] ZB-DBUG---> flexcan_probe:1117 clock_freq = 30000000

    [    1.537857] flexcan 2094000.can: device registered (reg_base=c0a68000, irq=143)

    [    1.544218] Atheros(R) L2 Ethernet Driver - version 2.2.3

    [    1.548347] Copyright (c) 2007 Atheros Corporation.

    [    1.552650] of_get_named_gpio_flags: can't parse gpios property

    [    1.553294] fec 2188000.ethernet (unregistered net_device): Invalid MAC address: 00:00:00:00:00:00

    [    1.561010] fec 2188000.ethernet (unregistered net_device): Using random MAC address: 22:80:b4:4b:60:9e

    [    1.572031] libphy: fec_enet_mii_bus: probed

    [    1.575378] fec 2188000.ethernet eth0: registered PHC device 0

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

    [    1.585420] ehci-pci: EHCI PCI platform driver

    [    1.588621] ehci-mxc: Freescale On-Chip EHCI Host driver

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

    [    1.605817] ci_hdrc ci_hdrc.1: doesn't support gadget

    [    1.609587] ci_hdrc ci_hdrc.1: EHCI Host Controller

    [    1.613189] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1

    [    1.634546] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00

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

    [    1.641683] hub 1-0:1.0: 1 port detected

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

    [    1.649704] of_get_named_gpio_flags exited with status 92

    [    1.649720] of_get_named_gpio_flags exited with status 50

    [    1.649734] of_get_named_gpio_flags exited with status 72

    [    1.784536] ata1: SATA link down (SStatus 0 SControl 300)

    [    1.794615] elan-touch 2-0010: elan - Read Hello Packet Failed

    [    1.799228] elan-touch: probe of 2-0010 failed with error -22

    [    1.803778] of_get_named_gpio_flags exited with status 168

    [    1.804006] egalax_ts 1-0004: Failed to read firmware version

    [    1.808485] egalax_ts: probe of 1-0004 failed with error -5

    [    1.812807] of_get_named_gpio_flags exited with status 167

    [    1.813029] egalax_ts 2-0004: Failed to read firmware version

    [    1.817522] egalax_ts: probe of 2-0004 failed with error -5

    [    1.822160] i2c-core: driver [isl29023] using legacy suspend method

    [    1.827168] i2c-core: driver [isl29023] using legacy resume method

    [    1.832671] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0

    [    1.839792] i2c /dev entries driver

    [    1.842452] adv7180 2-0021: chip found @ 0x21 (21a8000.i2c)

    [    1.884563] lirc_dev: IR Remote Control driver registered, major 246

    [    1.889710] IR NEC protocol handler initialized

    [    1.892943] IR RC5(x) protocol handler initialized

    [    1.896451] IR RC6 protocol handler initialized

    [    1.899684] IR JVC protocol handler initialized

    [    1.902917] IR Sony protocol handler initialized

    [    1.906248] IR RC5 (streamzap) protocol handler initialized

    [    1.910524] IR SANYO protocol handler initialized

    [    1.913929] IR MCE Keyboard/mouse protocol handler initialized

    [    1.918475] IR LIRC bridge handler initialized

    [    1.921901] of_get_named_gpio_flags exited with status 9

    [    1.921917] Registered IR keymap rc-empty

    [    1.924882] input: gpio_ir_recv as /devices/soc0/ir-receiver.41/rc/rc0/input0

    [    1.930881] rc0: gpio_ir_recv as /devices/soc0/ir-receiver.41/rc/rc0

    [    1.936228] input: MCE IR Keyboard/Mouse (gpio-rc-recv) as /devices/virtual/input/input1

    [    1.943432] rc rc0: lirc_dev: driver ir-lirc-codec (gpio-rc-recv) registered at minor = 0

    [    1.951799] Error: Driver 'adv7180' is already registered, aborting...

    [    1.957054] adv7180_init:driver registration failed, error=240

    [    1.961990] mxc_v4l2_output v4l2_out.39: V4L2 device registered as video16

    [    1.967725] mxc_v4l2_output v4l2_out.39: V4L2 device registered as video17

    [    1.973431] mxc_v4l2_output v4l2_out.39: V4L2 device registered as video18

    [    1.979162] mxc_v4l2_output v4l2_out.39: V4L2 device registered as video19

    [    1.985791] mag3110 2-000e: check mag3110 chip ID

    [    1.989422] mag3110 2-000e: read chip ID 0xfffffffb is not equal to 0xc4!

    [    1.995018] mag3110: probe of 2-000e failed with error -22

    [    1.999232] i2c-core: driver [mag3110] using legacy suspend method

    [    2.004115] i2c-core: driver [mag3110] using legacy resume method

    [    2.009297] mma8451 0-001c: read chip ID 0x1 is not equal to 0x1a or 0x2a!

    [    2.014982] mma8451: probe of 0-001c failed with error -22

    [    2.020162] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=1)

    [    2.027454] cpuidle: using governor ladder

    [    2.030257] cpuidle: using governor menu

    [    2.032912] sdhci: Secure Digital Host Controller Interface driver

    [    2.037823] sdhci: Copyright(c) Pierre Ossman

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

    [    2.045966] of_get_named_gpio_flags: can't parse gpios property

    [    2.045974] of_get_named_gpio_flags: can't parse gpios property

    [    2.045988] sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode

    [    2.054909] mmc0: no vqmmc regulator found

    [    2.057715] mmc0: no vmmc regulator found

    [    2.104528] mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA

    [    2.112887] of_get_named_gpio_flags exited with status 34

    [    2.112897] of_get_named_gpio_flags exited with status 35

    [    2.113095] mmc1: no vqmmc regulator found

    [    2.115931] mmc1: no vmmc regulator found

    [    2.164539] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA

    [    2.170914] of_get_named_gpio_flags: can't parse gpios property

    [    2.170921] of_get_named_gpio_flags: can't parse gpios property

    [    2.170983] mmc2: no vqmmc regulator found

    [    2.173790] mmc2: no vmmc regulator found

    [    2.214533] mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA

    [    2.220942] of_get_named_gpio_flags: can't parse gpios property

    [    2.220949] of_get_named_gpio_flags: can't parse gpios property

    [    2.220974] mmc3: no vqmmc regulator found

    [    2.223780] mmc3: no vmmc regulator found

    [    2.264532] mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA

    [    2.491078] Galcore version 4.6.9.9754

    [    2.496162] mmc2: host does not support reading read-only switch. assuming write-enable.

    [    2.518675] mmc2: new high speed SDHC card at address aaaa

    [    2.524551] mmcblk1: mmc2:aaaa SS08G 7.40 GiB

    [    2.528919]  mmcblk1: unknown partition table

    [    2.539512] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed

    [    2.550514] mxc_asrc 2034000.asrc: mxc_asrc registered

    [    2.555106] mxc_vpu 2040000.vpu: VPU initialized

    [    2.562962] imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_KEY_ROW2 already requested by 2090000.can; cannot claim for hdmi_cec.17

    [    2.575158] imx6q-pinctrl 20e0000.iomuxc: pin-131 (hdmi_cec.17) status -22

    [    2.580745] imx6q-pinctrl 20e0000.iomuxc: could not request pin 131 on device 20e0000.iomuxc

    [    2.587904] mxc_hdmi_cec hdmi_cec.17: Error applying setting, reverse things back

    [    2.594340] imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_KEY_ROW2 already requested by 2090000.can; cannot claim for hdmi_cec.17

    [    2.604455] imx6q-pinctrl 20e0000.iomuxc: pin-131 (hdmi_cec.17) status -22

    [    2.610051] imx6q-pinctrl 20e0000.iomuxc: could not request pin 131 on device 20e0000.iomuxc

    [    2.617204] mxc_hdmi_cec hdmi_cec.17: Error applying setting, reverse things back

    [    2.623400] mxc_hdmi_cec hdmi_cec.17: can't get/select CEC pinctrl

    [    2.628770] leds-gpio leds.20: pins are not configured from the driver

    [    2.628824] mmc3: BKOPS_EN bit is not set

    [    2.636746] of_get_named_gpio_flags exited with status 2

    [    2.636758] of_get_named_gpio_flags exited with status 2

    [    2.643739] mmc3: new high speed DDR MMC card at address 0001

    [    2.648626] mmcblk0: mmc3:0001 004G90 3.68 GiB

    [    2.652038] mmcblk0boot0: mmc3:0001 004G90 partition 1 2.00 MiB

    [    2.656887] mmcblk0boot1: mmc3:0001 004G90 partition 2 2.00 MiB

    [    2.661686] mmcblk0rpmb: mmc3:0001 004G90 partition 3 512 KiB

    [    2.667092]  mmcblk0: p1 p2 p3 p4

    [    2.672117]  mmcblk0boot1: unknown partition table

    [    2.677623]  mmcblk0boot0: unknown partition table

    [    2.765472] caam 2100000.caam: device ID = 0x0a16010000000000 (Era -524)

    [    2.770882] caam 2100000.caam: job rings = 2, qi = 0

    [    2.775114] caam 2100000.caam: authenc-hmac-md5-cbc-aes-caam

    [    2.779586] caam 2100000.caam: authencesn-hmac-md5-cbc-aes-caam

    [    2.784314] caam 2100000.caam: authenc-hmac-sha1-cbc-aes-caam

    [    2.788882] caam 2100000.caam: authencesn-hmac-sha1-cbc-aes-caam

    [    2.793690] caam 2100000.caam: authenc-hmac-sha224-cbc-aes-caam

    [    2.798429] caam 2100000.caam: authencesn-hmac-sha224-cbc-aes-caam

    [    2.803417] caam 2100000.caam: authenc-hmac-sha256-cbc-aes-caam

    [    2.808151] caam 2100000.caam: authencesn-hmac-sha256-cbc-aes-caam

    [    2.813134] caam 2100000.caam: authenc-hmac-md5-cbc-des3_ede-caam

    [    2.818033] caam 2100000.caam: authencesn-hmac-md5-cbc-des3_ede-caam

    [    2.823180] caam 2100000.caam: authenc-hmac-sha1-cbc-des3_ede-caam

    [    2.828176] caam 2100000.caam: authencesn-hmac-sha1-cbc-des3_ede-caam

    [    2.833408] caam 2100000.caam: authenc-hmac-sha224-cbc-des3_ede-caam

    [    2.838586] caam 2100000.caam: authencesn-hmac-sha224-cbc-des3_ede-caam

    [    2.844006] caam 2100000.caam: authenc-hmac-sha256-cbc-des3_ede-caam

    [    2.849187] caam 2100000.caam: authencesn-hmac-sha256-cbc-des3_ede-caam

    [    2.854626] caam 2100000.caam: authenc-hmac-md5-cbc-des-caam

    [    2.859091] caam 2100000.caam: authencesn-hmac-md5-cbc-des-caam

    [    2.863813] caam 2100000.caam: authenc-hmac-sha1-cbc-des-caam

    [    2.868371] caam 2100000.caam: authencesn-hmac-sha1-cbc-des-caam

    [    2.873182] caam 2100000.caam: authenc-hmac-sha224-cbc-des-caam

    [    2.877928] caam 2100000.caam: authencesn-hmac-sha224-cbc-des-caam

    [    2.882918] caam 2100000.caam: authenc-hmac-sha256-cbc-des-caam

    [    2.887666] caam 2100000.caam: authencesn-hmac-sha256-cbc-des-caam

    [    2.892637] caam 2100000.caam: ecb-des-caam

    [    2.895641] caam 2100000.caam: ecb-arc4-caam

    [    2.898714] caam 2100000.caam: ecb-aes-caam

    [    2.901699] caam 2100000.caam: ctr-aes-caam

    [    2.904688] caam 2100000.caam: cbc-aes-caam

    [    2.907675] caam 2100000.caam: ecb-des3-caam

    [    2.910750] caam 2100000.caam: cbc-3des-caam

    [    2.913823] caam 2100000.caam: cbc-des-caam

    [    2.916732] caam 2100000.caam: fsl,sec-v4.0 algorithms registered in /proc/crypto

    [    2.926539] platform 2101000.jr0: registering rng-caam

    [    2.931493] platform caam_sm: caam_sm_test: 8-byte key test match OK

    [    2.936698] platform caam_sm: caam_sm_test: 16-byte key test match OK

    [    2.941964] platform caam_sm: caam_sm_test: 32-byte key test match OK

    [    2.947555] platform caam_secvio.42: security violation service handlers armed

    [    2.953887] usbcore: registered new interface driver usbhid

    [    2.958190] usbhid: USB HID core driver

    [    3.011503] wm8962 0-001a: customer id 0 revision D

    [    3.022098] of_get_named_gpio_flags: can't parse gpios property

    [    3.022111] of_get_named_gpio_flags exited with status 9

    [    3.023057] input: WM8962 Beep Generator as /devices/soc0/soc.1/2100000.aips-bus/21a0000.i2c/i2c-0/0-001a/input/input2

    [    3.032645] gpiochip_find_base: found new base at 250

    [    3.032728] gpiochip_add: registered GPIOs 250 to 255 on device: wm8962

    [    3.033903] _gpio_request: gpio-9 (microphone detect) status -16

    [    3.036842] imx-wm8962 sound.29:  wm8962 <-> 202c000.ssi mapping ok

    [    3.042559] input: wm8962-audio AMIC as /devices/soc0/sound.29/sound/card0/input3

    [    3.053311] imx-audio-hdmi sound-hdmi.30:  hdmi-hifi <-> hdmi_audio.16 mapping ok

    [    3.060648] TCP: cubic registered

    [    3.063072] NET: Registered protocol family 10

    [    3.067072] sit: IPv6 over IPv4 tunneling driver

    [    3.070912] NET: Registered protocol family 17

    [    3.074077] can: controller area network core (rev 20120528 abi 9)

    [    3.078984] can_init:879

    [    3.080332] can_init:895 debug1

    [    3.082211] can_init:900 debug1

    [    3.084057] NET: Registered protocol family 29

    [    3.087221] can_init:902 debug2

    [    3.089088] can_init:904 debug3

    [    3.090933] can_init:906 debug4

    [    3.092777] can: raw protocol (rev 20120528)

    [    3.095764] can: broadcast manager protocol (rev 20120528 t)

    [    3.100137] can: netlink gateway (rev 20130117) max_hops=1

    [    3.104522] 8021q: 802.1Q VLAN Support v1.8

    [    3.107456] Key type dns_resolver registered

    [    3.110630] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4

    [    3.119645] VGEN3: disabling

    [    3.122813] VGEN2: disabling

    [    3.126526] of_get_named_gpio_flags exited with status 110

    [    3.126538] of_get_named_gpio_flags exited with status 204

    [    3.126547] of_get_named_gpio_flags exited with status 1

    [    3.126562] gpiod_set_debounce: gpio-110 status -22

    [    3.126627] gpiod_set_debounce: gpio-204 status -22

    [    3.126673] gpiod_set_debounce: gpio-1 status -22

    [    3.126857] input: gpio-keys1.27 as /devices/soc0/gpio-keys1.27/input/input4

    [    3.132863] of_get_named_gpio_flags exited with status 4

    [    3.132874] of_get_named_gpio_flags exited with status 5

    [    3.132887] gpiod_set_debounce: gpio-4 status -22

    [    3.132930] gpiod_set_debounce: gpio-5 status -22

    [    3.133108] input: gpio-keys2.28 as /devices/soc0/gpio-keys2.28/input/input5

    [    3.139113] snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 2015-05-14 05:11:19 UTC (1431580279)

    [    3.154297] ALSA device list:

    [    3.156015]   #0: wm8962-audio

    [    3.157772]   #1: imx-hdmi-soc

    [    3.169311] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)

    [    3.177686] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)

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

    [    3.197294] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.

    [    3.204898] devtmpfs: mounted

    [    3.206764] Freeing unused kernel memory: 268K (809a5000 - 809e8000)

    [    3.517569] udevd[195]: starting version 182

    [    4.929827] ERROR: v4l2 capture: slave not found!

    [    4.934891] ERROR: v4l2 capture: slave not found!

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

    [    5.383098] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)

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

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

    [    6.566865] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8035 ethernet] (mii_bus:phy_addr=2188000.ethernet:01, irq=-1)

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

    [   17.384696] input: lircd as /devices/virtual/input/input6

    [   19.160843] ERROR: v4l2 capture: slave not found!

    [   19.164464] ERROR: v4l2 capture: slave not found!

    split line-----------------------------------------------------------------------------------------------------------------------------------------------------------

Reply
  • Hi, lars:

         thanks.

         I spend some hours to reconfigure "menuconfig". Now, in the start of machine, it display info. like below.

    split line-----------------------------------------------------------------------------------------------------------------------------------------------------------

    [    0.000000] Booting Linux on physical CPU 0x0

    [    0.000000] Linux version 3.10.17-gb8263d4-dirty (root@Compiler) (gcc version 4.6.2 20110630 (prerelease) (Freescale MAD -- Linaro 2011.07 -- Built at 2011/08/10 09:20) ) #17 SMP PREEMPT Fri Aug 7 13:27:36 CST 2015

    [    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d

    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache

    [    0.000000] Machine: Freescale i.MX6 Quad/DualLite (Device Tree), model: Freescale i.MX6 Quad SABRE Smart Device Board

    [    0.000000] cma: CMA: reserved 320 MiB at 3c000000

    [    0.000000] Memory policy: ECC disabled, Data cache writealloc

    [    0.000000] On node 0 totalpages: 262144

    [    0.000000] free_area_init_node: node 0, pgdat 80a43780, node_mem_map 80aae000

    [    0.000000]   DMA zone: 2048 pages used for memmap

    [    0.000000]   DMA zone: 0 pages reserved

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

    [    0.000000] PERCPU: Embedded 8 pages/cpu @812c5000 s9472 r8192 d15104 u32768

    [    0.000000] pcpu-alloc: s9472 r8192 d15104 u32768 alloc=8*4096

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

    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260096

    [    0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait ro video=mxcfb0:dev=ldb,LDB-WXGA1360,if=RGB666 video=mxcfb1:off video=mxcfb2:dev=hdmi,1920x1080M@60,if=RGB24 video=mxcfb3:off consoleblank=0 fbmem=28M ldb=dul0

    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)

    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

    [    0.000000] Memory: 1024MB = 1024MB total

    [    0.000000] Memory: 700104k/700104k available, 348472k reserved, 0K highmem

    [    0.000000] Virtual kernel memory layout:

        vector  : 0xffff0000 - 0xffff1000   (   4 kB)

        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)

        vmalloc : 0xc0800000 - 0xff000000   (1000 MB)

        lowmem  : 0x80000000 - 0xc0000000   (1024 MB)

        pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)

        modules : 0x7f000000 - 0x7fe00000   (  14 MB)

          .text : 0x80008000 - 0x809a4788   (9842 kB)

          .init : 0x809a5000 - 0x809e8500   ( 270 kB)

          .data : 0x809ea000 - 0x80a44d40   ( 364 kB)

           .bss : 0x80a44d40 - 0x80aad0e4   ( 417 kB)

    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1

    [    0.000000] Preemptible hierarchical RCU implementation.

    [    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.

    [    0.000000] NR_IRQS:16 nr_irqs:16 16

    [    0.000000] L310 cache controller enabled

    [    0.000000] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x32070000, Cache size: 1048576 B

    [    0.000000] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655ms

    [    0.000000] CPU identified as i.MX6Q, silicon rev 1.2

    [    0.000000] Console: colour dummy device 80x30

    [    0.000803] Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)

    [    0.090123] pid_max: default: 32768 minimum: 301

    [    0.090282] Mount-cache hash table entries: 512

    [    0.090954] CPU: Testing write buffer coherency: ok

    [    0.091183] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

    [    0.091254] Setting up static identity map for 0x806f27b0 - 0x806f2808

    [    0.151914] CPU1: Booted secondary processor

    [    0.191227] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001

    [    0.191331] Brought up 2 CPUs

    [    0.191343] SMP: Total of 2 processors activated (3162.11 BogoMIPS).

    [    0.191348] CPU: All CPU(s) started in SVC mode.

    [    0.191897] devtmpfs: initialized

    [    0.195693] pinctrl core: initialized pinctrl subsystem

    [    0.195941] regulator-dummy: no parameters

    [    0.218129] NET: Registered protocol family 16

    [    0.227628] DMA: preallocated 256 KiB pool for atomic coherent allocations

    [    0.228369] Use WDOG1 as reset source

    [    0.231562] gpiochip_add: registered GPIOs 0 to 31 on device: 209c000.gpio

    [    0.232122] gpiochip_add: registered GPIOs 32 to 63 on device: 20a0000.gpio

    [    0.232697] gpiochip_add: registered GPIOs 64 to 95 on device: 20a4000.gpio

    [    0.233291] gpiochip_add: registered GPIOs 96 to 127 on device: 20a8000.gpio

    [    0.233900] gpiochip_add: registered GPIOs 128 to 159 on device: 20ac000.gpio

    [    0.234518] gpiochip_add: registered GPIOs 160 to 191 on device: 20b0000.gpio

    [    0.235168] gpiochip_add: registered GPIOs 192 to 223 on device: 20b4000.gpio

    [    0.236128] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered

    [    0.236362] vdd1p1: 800 <--> 1375 mV at 1125 mV

    [    0.236636] vdd3p0: 2800 <--> 3150 mV at 3000 mV

    [    0.236908] vdd2p5: 2000 <--> 2750 mV at 2425 mV

    [    0.237177] cpu: 725 <--> 1450 mV at 1150 mV

    [    0.237438] vddpu: 725 <--> 1450 mV

    [    0.237705] vddsoc: 725 <--> 1450 mV at 1200 mV

    [    0.239299] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered

    [    0.241925] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered

    [    0.246815] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.

    [    0.246823] hw-breakpoint: maximum watchpoint size is 4 bytes.

    [    0.247714] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver

    [    0.248713] of_get_named_gpio_flags exited with status 171

    [    0.257026] bio: create slab <bio-0> at 0

    [    0.258785] mxs-dma 110000.dma-apbh: initialized

    [    0.259375] of_get_named_gpio_flags exited with status 86

    [    0.259483] usb_otg_vbus: 5000 mV

    [    0.259599] of_get_named_gpio_flags exited with status 29

    [    0.259708] usb_h1_vbus: 5000 mV

    [    0.259793] of_get_named_gpio_flags exited with status 106

    [    0.259888] wm8962-supply: no parameters

    [    0.259973] of_get_named_gpio_flags exited with status 174

    [    0.260078] mipi_dsi_pwr_on: no parameters

    [    0.260165] of_get_named_gpio_flags exited with status 63

    [    0.260258] sensor-supply: 3300 mV

    [    0.260793] vgaarb: loaded

    [    0.260951] i2c-core: driver [max17135] using legacy suspend method

    [    0.260957] i2c-core: driver [max17135] using legacy resume method

    [    0.261554] SCSI subsystem initialized

    [    0.261715] libata version 3.00 loaded.

    [    0.261916] usbcore: registered new interface driver usbfs

    [    0.261966] usbcore: registered new interface driver hub

    [    0.262079] usbcore: registered new device driver usb

    [    0.263827] i2c i2c-0: IMX I2C adapter registered

    [    0.265651] i2c i2c-1: IMX I2C adapter registered

    [    0.266986] i2c i2c-2: IMX I2C adapter registered

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

    [    0.267159] Linux video capture interface: v2.00

    [    0.267223] pps_core: LinuxPPS API ver. 1 registered

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

    [    0.267245] PTP clock support registered

    [    0.281299] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)

    [    0.301412] imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)

    [    0.302169] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed

    [    0.302180] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a

    [    0.302267] MIPI CSI2 driver module loaded

    [    0.302332] Advanced Linux Sound Architecture Driver Initialized.

    [    0.303525] cfg80211: Calling CRDA to update world regulatory domain

    [    0.304472] Switching to clocksource mxc_timer1

    [    0.304801] of_get_named_gpio_flags: can't parse gpios property

    [    0.304817] of_get_named_gpio_flags exited with status 83

    [    0.304830] of_get_named_gpio_flags: can't parse gpios property

    [    0.304837] of_get_named_gpio_flags: can't parse gpios property

    [    0.513904] imx6q-pcie 1ffc000.pcie: phy link never came up

    [    0.514035] PCI host bridge to bus 0000:00

    [    0.514050] pci_bus 0000:00: root bus resource [io  0x1000-0x10000]

    [    0.514059] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff]

    [    0.514070] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]

    [    0.514110] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400

    [    0.514138] pci 0000:00:00.0: reg 10: [mem 0x00000000-0x000fffff]

    [    0.514163] pci 0000:00:00.0: reg 38: [mem 0x00000000-0x0000ffff pref]

    [    0.514214] pci 0000:00:00.0: supports D1

    [    0.514223] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold

    [    0.514421] PCI: bus0: Fast back to back transfers disabled

    [    0.514574] PCI: bus1: Fast back to back transfers enabled

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

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

    [    0.514650] pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff]

    [    0.514667] pci 0000:00:00.0: BAR 6: assigned [mem 0x01100000-0x0110ffff pref]

    [    0.514680] pci 0000:00:00.0: PCI bridge to [bus 01]

    [    0.514714] pci_bus 0000:00: resource 4 [io  0x1000-0x10000]

    [    0.514724] pci_bus 0000:00: resource 5 [mem 0x01000000-0x01efffff]

    [    0.523657] NET: Registered protocol family 2

    [    0.524187] TCP established hash table entries: 8192 (order: 4, 65536 bytes)

    [    0.524316] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)

    [    0.524459] TCP: Hash tables configured (established 8192 bind 8192)

    [    0.524557] TCP: reno registered

    [    0.524571] UDP hash table entries: 512 (order: 2, 16384 bytes)

    [    0.524625] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)

    [    0.524884] NET: Registered protocol family 1

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

    [    0.525178] RPC: Registered udp transport module.

    [    0.525183] RPC: Registered tcp transport module.

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

    [    0.525210] PCI: CLS 64 bytes, default 64

    [    0.525713] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available

    [    0.526661] pureg-dummy: no parameters

    [    0.527681] imx6_busfreq busfreq.15: DDR medium rate not supported.

    [    0.528072] Bus freq driver module loaded

    [    0.533692] VFS: Disk quotas dquot_6.5.2

    [    0.533927] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

    [    0.535995] NFS: Registering the id_resolver key type

    [    0.536086] Key type id_resolver registered

    [    0.536092] Key type id_legacy registered

    [    0.536129] NTFS driver 2.1.30 [Flags: R/O].

    [    0.536378] jffs2: version 2.2. (NAND) \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc.

    [    0.536820] fuse init (API version 7.22)

    [    0.537137] SGI XFS with security attributes, large block/inode numbers, no debug enabled

    [    0.538383] msgmni has been set to 2007

    [    0.541188] io scheduler noop registered

    [    0.541196] io scheduler deadline registered

    [    0.541228] io scheduler cfq registered (default)

    [    0.541497] imx-weim 21b8000.weim: WEIM driver registered.

    [    0.542400] of_get_named_gpio_flags exited with status 203

    [    0.543380] mxc_mipi_dsi 21e0000.mipi: i.MX MIPI DSI driver probed

    [    0.543477] MIPI DSI driver module loaded

    [    0.545089] mxc_sdc_fb fb.32: register mxc display driver ldb

    [    0.564592] imx-ipuv3 2800000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)

    [    0.568102] mxc_sdc_fb fb.33: Can't get fb option for mxcfb1!

    [    0.568159] mxc_sdc_fb fb.34: register mxc display driver hdmi

    [    0.568224] mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1

    [    0.568248] fbcvt: 1920x1080@60: CVT Name - 2.073M9

    [    0.583691] mxc_sdc_fb fb.35: Can't get fb option for mxcfb3!

    [    0.584344] imx-sdma 20ec000.sdma: no iram assigned, using external mem

    [    0.585425] imx-sdma 20ec000.sdma: loaded firmware 1.1

    [    0.587733] imx-sdma 20ec000.sdma: initialized

    [    0.589286] pfuze100-regulator 1-0008: Full lay: 2, Metal lay: 1

    [    0.589883] pfuze100-regulator 1-0008: FAB: 0, FIN: 0

    [    0.589893] pfuze100-regulator 1-0008: pfuze100 found.

    [    0.591304] SW1AB: 300 <--> 1875 mV at 1375 mV

    [    0.593221] SW1C: 300 <--> 1875 mV at 1375 mV

    [    0.595135] SW2: 800 <--> 3300 mV at 3300 mV

    [    0.597044] SW3A: 400 <--> 1975 mV at 1500 mV

    [    0.598950] SW3B: 400 <--> 1975 mV at 1500 mV

    [    0.600839] SW4: 800 <--> 3300 mV at 3150 mV

    [    0.602136] SWBST: 5000 <--> 5150 mV at 5000 mV

    [    0.603462] VSNVS: 1000 <--> 3000 mV at 3000 mV

    [    0.604168] VREFDDR: 750 mV

    [    0.604878] VGEN1: 800 <--> 1550 mV at 1500 mV

    [    0.606189] VGEN2: 800 <--> 1550 mV at 1500 mV

    [    0.607499] VGEN3: 1800 <--> 3300 mV at 2800 mV

    [    0.609395] VGEN4: 1800 <--> 3300 mV at 1800 mV

    [    0.611301] VGEN5: 1800 <--> 3300 mV at 3000 mV

    [    0.613200] VGEN6: 1800 <--> 3300 mV at 3300 mV

    [    0.614027] Serial: IMX driver

    [    0.614299] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX

    [    1.325335] console [ttymxc0] enabled

    [    1.328206] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59) is a IMX

    [    1.334023] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60) is a IMX

    [    1.339861] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 61) is a IMX

    [    1.345706] 21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 62) is a IMX

    [    1.351491] serial: Freescale lpuart driver

    [    1.355710] [drm] Initialized drm 1.1.0 20060810

    [    1.359404] [drm] Initialized vivante 1.0.0 20120216 on minor 0

    [    1.370282] brd: module loaded

    [    1.375412] loop: module loaded

    [    1.377331] at24 1-0051: 16384 byte 24c128 EEPROM, writable, 64 bytes/write

    [    1.383100] Uniform Multi-Platform E-IDE driver

    [    1.386467] ide-gd driver 1.18

    [    1.410619] Wait for CR ACK error!

    [    1.413160] sata phy RX_PLL is stable!

    [    1.415654] ahci: SSS flag set, parallel bus scan disabled

    [    1.419872] ahci ahci: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode

    [    1.426346] ahci ahci: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst

    [    1.434480] scsi0 : ahci_platform

    [    1.436763] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 71

    [    1.445933] imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_KEY_COL1 already requested by 21f4000.serial; cannot claim for 2008000.ecspi

    [    1.456488] imx6q-pinctrl 20e0000.iomuxc: pin-128 (2008000.ecspi) status -22

    [    1.462245] imx6q-pinctrl 20e0000.iomuxc: could not request pin 128 on device 20e0000.iomuxc

    [    1.469403] spi_imx 2008000.ecspi: Error applying setting, reverse things back

    [    1.475383] of_get_named_gpio_flags exited with status 105

    [    1.475447] of_get_named_gpio_flags exited with status 105

    [    1.476090] m25p80 spi32766.0: found mr25h256, expected m25p32

    [    1.480638] m25p80 spi32766.0: mr25h256 (32 Kbytes)

    [    1.485091] spi_imx 2008000.ecspi: probed

    [    1.488290] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

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

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

    [    1.504494] CAN device driver interface

    [    1.507209] flexcan_probe:1091 flexcan probe

    [    1.510199] ZB-DBUG---> flexcan_probe:1100 clock_freq = 0

    [    1.514317] ZB-DBUG---> flexcan_probe:1117 clock_freq = 30000000

    [    1.519490] flexcan 2090000.can: device registered (reg_base=c09f8000, irq=142)

    [    1.525595] flexcan_probe:1091 flexcan probe

    [    1.528573] ZB-DBUG---> flexcan_probe:1100 clock_freq = 0

    [    1.532689] ZB-DBUG---> flexcan_probe:1117 clock_freq = 30000000

    [    1.537857] flexcan 2094000.can: device registered (reg_base=c0a68000, irq=143)

    [    1.544218] Atheros(R) L2 Ethernet Driver - version 2.2.3

    [    1.548347] Copyright (c) 2007 Atheros Corporation.

    [    1.552650] of_get_named_gpio_flags: can't parse gpios property

    [    1.553294] fec 2188000.ethernet (unregistered net_device): Invalid MAC address: 00:00:00:00:00:00

    [    1.561010] fec 2188000.ethernet (unregistered net_device): Using random MAC address: 22:80:b4:4b:60:9e

    [    1.572031] libphy: fec_enet_mii_bus: probed

    [    1.575378] fec 2188000.ethernet eth0: registered PHC device 0

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

    [    1.585420] ehci-pci: EHCI PCI platform driver

    [    1.588621] ehci-mxc: Freescale On-Chip EHCI Host driver

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

    [    1.605817] ci_hdrc ci_hdrc.1: doesn't support gadget

    [    1.609587] ci_hdrc ci_hdrc.1: EHCI Host Controller

    [    1.613189] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1

    [    1.634546] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00

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

    [    1.641683] hub 1-0:1.0: 1 port detected

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

    [    1.649704] of_get_named_gpio_flags exited with status 92

    [    1.649720] of_get_named_gpio_flags exited with status 50

    [    1.649734] of_get_named_gpio_flags exited with status 72

    [    1.784536] ata1: SATA link down (SStatus 0 SControl 300)

    [    1.794615] elan-touch 2-0010: elan - Read Hello Packet Failed

    [    1.799228] elan-touch: probe of 2-0010 failed with error -22

    [    1.803778] of_get_named_gpio_flags exited with status 168

    [    1.804006] egalax_ts 1-0004: Failed to read firmware version

    [    1.808485] egalax_ts: probe of 1-0004 failed with error -5

    [    1.812807] of_get_named_gpio_flags exited with status 167

    [    1.813029] egalax_ts 2-0004: Failed to read firmware version

    [    1.817522] egalax_ts: probe of 2-0004 failed with error -5

    [    1.822160] i2c-core: driver [isl29023] using legacy suspend method

    [    1.827168] i2c-core: driver [isl29023] using legacy resume method

    [    1.832671] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0

    [    1.839792] i2c /dev entries driver

    [    1.842452] adv7180 2-0021: chip found @ 0x21 (21a8000.i2c)

    [    1.884563] lirc_dev: IR Remote Control driver registered, major 246

    [    1.889710] IR NEC protocol handler initialized

    [    1.892943] IR RC5(x) protocol handler initialized

    [    1.896451] IR RC6 protocol handler initialized

    [    1.899684] IR JVC protocol handler initialized

    [    1.902917] IR Sony protocol handler initialized

    [    1.906248] IR RC5 (streamzap) protocol handler initialized

    [    1.910524] IR SANYO protocol handler initialized

    [    1.913929] IR MCE Keyboard/mouse protocol handler initialized

    [    1.918475] IR LIRC bridge handler initialized

    [    1.921901] of_get_named_gpio_flags exited with status 9

    [    1.921917] Registered IR keymap rc-empty

    [    1.924882] input: gpio_ir_recv as /devices/soc0/ir-receiver.41/rc/rc0/input0

    [    1.930881] rc0: gpio_ir_recv as /devices/soc0/ir-receiver.41/rc/rc0

    [    1.936228] input: MCE IR Keyboard/Mouse (gpio-rc-recv) as /devices/virtual/input/input1

    [    1.943432] rc rc0: lirc_dev: driver ir-lirc-codec (gpio-rc-recv) registered at minor = 0

    [    1.951799] Error: Driver 'adv7180' is already registered, aborting...

    [    1.957054] adv7180_init:driver registration failed, error=240

    [    1.961990] mxc_v4l2_output v4l2_out.39: V4L2 device registered as video16

    [    1.967725] mxc_v4l2_output v4l2_out.39: V4L2 device registered as video17

    [    1.973431] mxc_v4l2_output v4l2_out.39: V4L2 device registered as video18

    [    1.979162] mxc_v4l2_output v4l2_out.39: V4L2 device registered as video19

    [    1.985791] mag3110 2-000e: check mag3110 chip ID

    [    1.989422] mag3110 2-000e: read chip ID 0xfffffffb is not equal to 0xc4!

    [    1.995018] mag3110: probe of 2-000e failed with error -22

    [    1.999232] i2c-core: driver [mag3110] using legacy suspend method

    [    2.004115] i2c-core: driver [mag3110] using legacy resume method

    [    2.009297] mma8451 0-001c: read chip ID 0x1 is not equal to 0x1a or 0x2a!

    [    2.014982] mma8451: probe of 0-001c failed with error -22

    [    2.020162] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=1)

    [    2.027454] cpuidle: using governor ladder

    [    2.030257] cpuidle: using governor menu

    [    2.032912] sdhci: Secure Digital Host Controller Interface driver

    [    2.037823] sdhci: Copyright(c) Pierre Ossman

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

    [    2.045966] of_get_named_gpio_flags: can't parse gpios property

    [    2.045974] of_get_named_gpio_flags: can't parse gpios property

    [    2.045988] sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode

    [    2.054909] mmc0: no vqmmc regulator found

    [    2.057715] mmc0: no vmmc regulator found

    [    2.104528] mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA

    [    2.112887] of_get_named_gpio_flags exited with status 34

    [    2.112897] of_get_named_gpio_flags exited with status 35

    [    2.113095] mmc1: no vqmmc regulator found

    [    2.115931] mmc1: no vmmc regulator found

    [    2.164539] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA

    [    2.170914] of_get_named_gpio_flags: can't parse gpios property

    [    2.170921] of_get_named_gpio_flags: can't parse gpios property

    [    2.170983] mmc2: no vqmmc regulator found

    [    2.173790] mmc2: no vmmc regulator found

    [    2.214533] mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA

    [    2.220942] of_get_named_gpio_flags: can't parse gpios property

    [    2.220949] of_get_named_gpio_flags: can't parse gpios property

    [    2.220974] mmc3: no vqmmc regulator found

    [    2.223780] mmc3: no vmmc regulator found

    [    2.264532] mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA

    [    2.491078] Galcore version 4.6.9.9754

    [    2.496162] mmc2: host does not support reading read-only switch. assuming write-enable.

    [    2.518675] mmc2: new high speed SDHC card at address aaaa

    [    2.524551] mmcblk1: mmc2:aaaa SS08G 7.40 GiB

    [    2.528919]  mmcblk1: unknown partition table

    [    2.539512] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed

    [    2.550514] mxc_asrc 2034000.asrc: mxc_asrc registered

    [    2.555106] mxc_vpu 2040000.vpu: VPU initialized

    [    2.562962] imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_KEY_ROW2 already requested by 2090000.can; cannot claim for hdmi_cec.17

    [    2.575158] imx6q-pinctrl 20e0000.iomuxc: pin-131 (hdmi_cec.17) status -22

    [    2.580745] imx6q-pinctrl 20e0000.iomuxc: could not request pin 131 on device 20e0000.iomuxc

    [    2.587904] mxc_hdmi_cec hdmi_cec.17: Error applying setting, reverse things back

    [    2.594340] imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_KEY_ROW2 already requested by 2090000.can; cannot claim for hdmi_cec.17

    [    2.604455] imx6q-pinctrl 20e0000.iomuxc: pin-131 (hdmi_cec.17) status -22

    [    2.610051] imx6q-pinctrl 20e0000.iomuxc: could not request pin 131 on device 20e0000.iomuxc

    [    2.617204] mxc_hdmi_cec hdmi_cec.17: Error applying setting, reverse things back

    [    2.623400] mxc_hdmi_cec hdmi_cec.17: can't get/select CEC pinctrl

    [    2.628770] leds-gpio leds.20: pins are not configured from the driver

    [    2.628824] mmc3: BKOPS_EN bit is not set

    [    2.636746] of_get_named_gpio_flags exited with status 2

    [    2.636758] of_get_named_gpio_flags exited with status 2

    [    2.643739] mmc3: new high speed DDR MMC card at address 0001

    [    2.648626] mmcblk0: mmc3:0001 004G90 3.68 GiB

    [    2.652038] mmcblk0boot0: mmc3:0001 004G90 partition 1 2.00 MiB

    [    2.656887] mmcblk0boot1: mmc3:0001 004G90 partition 2 2.00 MiB

    [    2.661686] mmcblk0rpmb: mmc3:0001 004G90 partition 3 512 KiB

    [    2.667092]  mmcblk0: p1 p2 p3 p4

    [    2.672117]  mmcblk0boot1: unknown partition table

    [    2.677623]  mmcblk0boot0: unknown partition table

    [    2.765472] caam 2100000.caam: device ID = 0x0a16010000000000 (Era -524)

    [    2.770882] caam 2100000.caam: job rings = 2, qi = 0

    [    2.775114] caam 2100000.caam: authenc-hmac-md5-cbc-aes-caam

    [    2.779586] caam 2100000.caam: authencesn-hmac-md5-cbc-aes-caam

    [    2.784314] caam 2100000.caam: authenc-hmac-sha1-cbc-aes-caam

    [    2.788882] caam 2100000.caam: authencesn-hmac-sha1-cbc-aes-caam

    [    2.793690] caam 2100000.caam: authenc-hmac-sha224-cbc-aes-caam

    [    2.798429] caam 2100000.caam: authencesn-hmac-sha224-cbc-aes-caam

    [    2.803417] caam 2100000.caam: authenc-hmac-sha256-cbc-aes-caam

    [    2.808151] caam 2100000.caam: authencesn-hmac-sha256-cbc-aes-caam

    [    2.813134] caam 2100000.caam: authenc-hmac-md5-cbc-des3_ede-caam

    [    2.818033] caam 2100000.caam: authencesn-hmac-md5-cbc-des3_ede-caam

    [    2.823180] caam 2100000.caam: authenc-hmac-sha1-cbc-des3_ede-caam

    [    2.828176] caam 2100000.caam: authencesn-hmac-sha1-cbc-des3_ede-caam

    [    2.833408] caam 2100000.caam: authenc-hmac-sha224-cbc-des3_ede-caam

    [    2.838586] caam 2100000.caam: authencesn-hmac-sha224-cbc-des3_ede-caam

    [    2.844006] caam 2100000.caam: authenc-hmac-sha256-cbc-des3_ede-caam

    [    2.849187] caam 2100000.caam: authencesn-hmac-sha256-cbc-des3_ede-caam

    [    2.854626] caam 2100000.caam: authenc-hmac-md5-cbc-des-caam

    [    2.859091] caam 2100000.caam: authencesn-hmac-md5-cbc-des-caam

    [    2.863813] caam 2100000.caam: authenc-hmac-sha1-cbc-des-caam

    [    2.868371] caam 2100000.caam: authencesn-hmac-sha1-cbc-des-caam

    [    2.873182] caam 2100000.caam: authenc-hmac-sha224-cbc-des-caam

    [    2.877928] caam 2100000.caam: authencesn-hmac-sha224-cbc-des-caam

    [    2.882918] caam 2100000.caam: authenc-hmac-sha256-cbc-des-caam

    [    2.887666] caam 2100000.caam: authencesn-hmac-sha256-cbc-des-caam

    [    2.892637] caam 2100000.caam: ecb-des-caam

    [    2.895641] caam 2100000.caam: ecb-arc4-caam

    [    2.898714] caam 2100000.caam: ecb-aes-caam

    [    2.901699] caam 2100000.caam: ctr-aes-caam

    [    2.904688] caam 2100000.caam: cbc-aes-caam

    [    2.907675] caam 2100000.caam: ecb-des3-caam

    [    2.910750] caam 2100000.caam: cbc-3des-caam

    [    2.913823] caam 2100000.caam: cbc-des-caam

    [    2.916732] caam 2100000.caam: fsl,sec-v4.0 algorithms registered in /proc/crypto

    [    2.926539] platform 2101000.jr0: registering rng-caam

    [    2.931493] platform caam_sm: caam_sm_test: 8-byte key test match OK

    [    2.936698] platform caam_sm: caam_sm_test: 16-byte key test match OK

    [    2.941964] platform caam_sm: caam_sm_test: 32-byte key test match OK

    [    2.947555] platform caam_secvio.42: security violation service handlers armed

    [    2.953887] usbcore: registered new interface driver usbhid

    [    2.958190] usbhid: USB HID core driver

    [    3.011503] wm8962 0-001a: customer id 0 revision D

    [    3.022098] of_get_named_gpio_flags: can't parse gpios property

    [    3.022111] of_get_named_gpio_flags exited with status 9

    [    3.023057] input: WM8962 Beep Generator as /devices/soc0/soc.1/2100000.aips-bus/21a0000.i2c/i2c-0/0-001a/input/input2

    [    3.032645] gpiochip_find_base: found new base at 250

    [    3.032728] gpiochip_add: registered GPIOs 250 to 255 on device: wm8962

    [    3.033903] _gpio_request: gpio-9 (microphone detect) status -16

    [    3.036842] imx-wm8962 sound.29:  wm8962 <-> 202c000.ssi mapping ok

    [    3.042559] input: wm8962-audio AMIC as /devices/soc0/sound.29/sound/card0/input3

    [    3.053311] imx-audio-hdmi sound-hdmi.30:  hdmi-hifi <-> hdmi_audio.16 mapping ok

    [    3.060648] TCP: cubic registered

    [    3.063072] NET: Registered protocol family 10

    [    3.067072] sit: IPv6 over IPv4 tunneling driver

    [    3.070912] NET: Registered protocol family 17

    [    3.074077] can: controller area network core (rev 20120528 abi 9)

    [    3.078984] can_init:879

    [    3.080332] can_init:895 debug1

    [    3.082211] can_init:900 debug1

    [    3.084057] NET: Registered protocol family 29

    [    3.087221] can_init:902 debug2

    [    3.089088] can_init:904 debug3

    [    3.090933] can_init:906 debug4

    [    3.092777] can: raw protocol (rev 20120528)

    [    3.095764] can: broadcast manager protocol (rev 20120528 t)

    [    3.100137] can: netlink gateway (rev 20130117) max_hops=1

    [    3.104522] 8021q: 802.1Q VLAN Support v1.8

    [    3.107456] Key type dns_resolver registered

    [    3.110630] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4

    [    3.119645] VGEN3: disabling

    [    3.122813] VGEN2: disabling

    [    3.126526] of_get_named_gpio_flags exited with status 110

    [    3.126538] of_get_named_gpio_flags exited with status 204

    [    3.126547] of_get_named_gpio_flags exited with status 1

    [    3.126562] gpiod_set_debounce: gpio-110 status -22

    [    3.126627] gpiod_set_debounce: gpio-204 status -22

    [    3.126673] gpiod_set_debounce: gpio-1 status -22

    [    3.126857] input: gpio-keys1.27 as /devices/soc0/gpio-keys1.27/input/input4

    [    3.132863] of_get_named_gpio_flags exited with status 4

    [    3.132874] of_get_named_gpio_flags exited with status 5

    [    3.132887] gpiod_set_debounce: gpio-4 status -22

    [    3.132930] gpiod_set_debounce: gpio-5 status -22

    [    3.133108] input: gpio-keys2.28 as /devices/soc0/gpio-keys2.28/input/input5

    [    3.139113] snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 2015-05-14 05:11:19 UTC (1431580279)

    [    3.154297] ALSA device list:

    [    3.156015]   #0: wm8962-audio

    [    3.157772]   #1: imx-hdmi-soc

    [    3.169311] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)

    [    3.177686] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)

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

    [    3.197294] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.

    [    3.204898] devtmpfs: mounted

    [    3.206764] Freeing unused kernel memory: 268K (809a5000 - 809e8000)

    [    3.517569] udevd[195]: starting version 182

    [    4.929827] ERROR: v4l2 capture: slave not found!

    [    4.934891] ERROR: v4l2 capture: slave not found!

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

    [    5.383098] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)

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

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

    [    6.566865] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8035 ethernet] (mii_bus:phy_addr=2188000.ethernet:01, irq=-1)

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

    [   17.384696] input: lircd as /devices/virtual/input/input6

    [   19.160843] ERROR: v4l2 capture: slave not found!

    [   19.164464] ERROR: v4l2 capture: slave not found!

    split line-----------------------------------------------------------------------------------------------------------------------------------------------------------

Children
No Data