After moving some code to the new version of the PSP the audio codec no longer works, also the power regulation doesn't seem to come up and give my any clocks for the LCD interface. Is this all related to I2C changes or multiple problems? Below are snippets from a dmesg.
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/500 MHz
[ 0.000000] omap_hwmod: i2c1: softreset failed (waited 10000 usec)
[ 0.000000] omap_hwmod: i2c2: softreset failed (waited 10000 usec)
[ 0.000000] omap_hwmod: i2c3: softreset failed (waited 10000 usec)
[ 0.000000] Reprogramming SDRC clock to 332000000 Hz
[ 0.000000] dpll3_m2_clk rate change failed: -22
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
[ 0.000000] Total of 96 interrupts on 1 active controller
[ 0.000000] GPMC revision 5.0
[ 0.000000] Trying to install interrupt handler for IRQ368
[ 0.000000] Trying to install interrupt handler for IRQ369
[ 0.000000] Trying to install interrupt handler for IRQ370
[ 0.000000] Trying to install interrupt handler for IRQ371
[ 0.000000] Trying to install interrupt handler for IRQ372
[ 0.000000] Trying to install interrupt handler for IRQ373
[ 0.000000] Trying to install interrupt handler for IRQ374
[ 0.000000] Trying to install type control for IRQ375
[ 0.000000] Trying to set irq flags for IRQ375
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 3951 kB
[ 0.000000] per task-struct memory footprint: 2304 bytes
[ 0.000000] Calibrating delay loop... 498.87 BogoMIPS (lpj=1945600)
[ 0.000000] pid_max: default: 32768 minimum: 301
[ 0.000000] Security Framework initialized
[ 0.000000] Mount-cache hash table entries: 512
[ 0.000000] CPU: Testing write buffer coherency: ok
[ 0.000000] regulator: core version 0.5
[ 0.000000] regulator: dummy:
[ 0.000000] NET: Registered protocol family 16
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: at arch/arm/mach-omap2/pm.c:94 _init_omap_device+0x84/0xa4()
[ 0.000000] _init_omap_device: could not find omap_hwmod for iva
[ 0.000000] Modules linked in:
[ 0.000000] [<c0048868>] (unwind_backtrace+0x0/0xec) from [<c006ed38>] (warn_slowpath_common+0x4c/0x64)
[ 0.000000] [<c006ed38>] (warn_slowpath_common+0x4c/0x64) from [<c006edd0>] (warn_slowpath_fmt+0x2c/0x3c)
[ 0.000000] [<c006edd0>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0050014>] (_init_omap_device+0x84/0xa4)
[ 0.000000] [<c0050014>] (_init_omap_device+0x84/0xa4) from [<c001010c>] (omap2_common_pm_init+0x2c/0x10c)
[ 0.000000] [<c001010c>] (omap2_common_pm_init+0x2c/0x10c) from [<c0038408>] (do_one_initcall+0xc8/0x1a0)
[ 0.000000] [<c0038408>] (do_one_initcall+0xc8/0x1a0) from [<c0008690>] (kernel_init+0x94/0x14c)
[ 0.000000] [<c0008690>] (kernel_init+0x94/0x14c) from [<c0043650>] (kernel_thread_exit+0x0/0x8)
[ 0.000000] ---[ end trace 1b75b31a2719ed1c ]---
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] i2c-core: driver [dummy] registered
[ 0.000000] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.118652] i2c-core: driver [pca953x] registered
[ 0.120758] i2c-core: driver [tps65023] registered
[ 0.125885] SCSI subsystem initialized
[ 0.141540] usbcore: registered new interface driver usbfs
[ 0.143737] usbcore: registered new interface driver hub
[ 0.145324] usbcore: registered new device driver usb
[ 0.152130] i2c-core: driver [tca6416-keypad] registered
[ 0.153381] omap_device: omap_i2c.1: new worst case activate latency 0: 61035
[ 0.153656] omap_i2c omap_i2c.1: bus 1 rev3.12 at 400 kHz
[ 0.155609] i2c i2c-1: adapter [OMAP I2C adapter] registered
[ 0.156707] i2c 1-004b: uevent
[ 0.158050] i2c i2c-1: client [tsc2004] registered with bus id 1-004b
[ 0.158752] i2c 1-0030: uevent
[ 0.159667] i2c i2c-1: client [s35390a] registered with bus id 1-0030
[ 0.160400] i2c 1-001a: uevent
[ 0.161285] i2c i2c-1: client [tlv320aic23] registered with bus id 1-001a
[ 0.161499] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
[ 0.169708] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.175323] Switching to clocksource 32k_counter
[ 0.353546] musb-hdrc: version 6.0, host, debug=0
[ 0.354248] musb-hdrc musb-hdrc.0: degrade from otg to host-only mode
[ 0.354339] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[ 0.356445] <6>Waiting for PHY clock good...
[ 0.372619] musb-hdrc: ConfigData=0x1e (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 0.372650] musb-hdrc: MHDRC RTL version 1.900
[ 0.372650] musb-hdrc: setup fifo_mode 4
[ 0.372680] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 0.372833] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[ 0.374572] drivers/usb/core/inode.c: creating file 'devices'
[ 0.375000] drivers/usb/core/inode.c: creating file '001'
[ 0.375244] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
[ 0.376312] usb usb1: default language 0x0409
[ 0.376525] usb usb1: udev 1, busnum 1, minor = 0
[ 0.376525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.376617] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.376678] usb usb1: Product: MUSB HDRC host driver
[ 0.376708] usb usb1: Manufacturer: Linux 2.6.37305LCD401TS musb-hcd
[ 0.376770] usb usb1: SerialNumber: musb-hdrc.0
[ 0.380615] usb usb1: usb_probe_device
[ 0.380645] usb usb1: configuration #1 chosen from 1 choice
[ 0.381347] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 0.383544] hub 1-0:1.0: usb_probe_interface
[ 0.383575] hub 1-0:1.0: usb_probe_interface - got id
[ 0.383666] hub 1-0:1.0: USB hub found
[ 0.384124] hub 1-0:1.0: 1 port detected
[ 0.384155] hub 1-0:1.0: standalone hub
[ 0.384185] hub 1-0:1.0: individual port power switching
[ 0.384216] hub 1-0:1.0: no over-current protection
[ 0.384216] hub 1-0:1.0: power on to power good time: 10ms
[ 0.384765] hub 1-0:1.0: local power source is good
[ 0.384796] hub 1-0:1.0: enabling power on all ports
[ 0.388671] drivers/usb/core/inode.c: creating file '001'
[ 0.390289] musb-hdrc musb-hdrc.0: USB Host mode controller at d0810000 using DMA, IRQ 71
[ 0.390441] Registered /proc/driver/musb_hdrc.0
[ 0.392730] NET: Registered protocol family 2
[ 0.393676] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.396423] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.397064] TCP bind hash table entries: 8192 (order: 6, 360448 bytes)
[ 0.402709] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.402893] TCP reno registered
[ 0.402954] UDP hash table entries: 128 (order: 1, 12288 bytes)
[ 0.403411] UDP-Lite hash table entries: 128 (order: 1, 12288 bytes)
[ 0.404846] NET: Registered protocol family 1
[ 0.406890] RPC: Registered udp transport module.
[ 0.406951] RPC: Registered tcp transport module.
[ 0.407012] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.408508] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.412231] omap_init_opp_table: no hwmod or odev for iva, [9] cannot add OPPs.
[ 0.602691] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0000
[ 0.605926] VFS: Disk quotas dquot_6.5.2
[ 0.606170] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.609619] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.611145] msgmni has been set to 474
[ 0.617340] io scheduler noop registered
[ 0.617401] io scheduler deadline registered
[ 0.617706] io scheduler cfq registered (default)
[ 0.675964] OMAP DSS rev 2.0
[ 0.676147] omapdss supply vdds_dsi not found, using dummy regulator
[ 0.676818] OMAP DISPC rev 3.0
[ 0.676910] omapdss supply vdda_dac not found, using dummy regulator
[ 0.677062] OMAP VENC rev 2
[ 0.678314] omapdss supply vdds_sdi not found, using dummy regulator
[ 0.678863] OMAP DSI rev 1.0
[ 0.682342] sharp_lq_panel_drv_init
[ 0.839752] sharp_lq_panel_probe
[ 0.843109] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.854949] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[ 0.858001] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[ 0.860107] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[ 1.785491] console [ttyO2] enabled
[ 1.852325] brd: module loaded
[ 1.885314] loop: module loaded
[ 1.897766] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.906707] omap2-nand driver initializing
[ 1.911865] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xbc (Micron )
[ 1.919097] Creating 5 MTD partitions on "omap2-nand.0":
[ 1.924743] 0x000000000000-0x000000080000 : "xloader-nand"
[ 1.943389] 0x000000080000-0x000000240000 : "uboot-nand"
[ 1.959259] 0x000000240000-0x000000280000 : "params-nand"
[ 1.973602] 0x000000280000-0x000000780000 : "linux-nand"
[ 1.990447] 0x000000780000-0x000020000000 : "jffs2-nand"
[ 2.118743] am35x_musb_interrupt 501: VBUS error workaround (delay coming)
[ 2.331909] davinci_mdio davinci_mdio: davinci mdio revision 1.5
[ 2.338287] davinci_mdio davinci_mdio: detected phy mask fffffffe
[ 2.348937] davinci_mdio: probed
[ 2.352386] davinci_mdio davinci_mdio: phy[0]: device ffffffff:00, driver SMSC LAN8710/LAN8720
[ 2.362731] vcan: Virtual CAN interface driver
[ 2.367553] CAN device driver interface
[ 2.371673] TI High End CAN Controller Driver 0.7
[ 2.380218] usbcore: registered new interface driver cdc_ether
[ 2.387481] usbcore: registered new interface driver dm9601
[ 2.393432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.400421] ehci_hcd: block sizes: qh 60 qtd 96 itd 160 sitd 96
[ 2.400848] ehci-omap.0 supply hsusb0 not found, using dummy regulator
[ 2.408050] ehci-omap ehci-omap.0: starting TI EHCI USB Controller
[ 2.408508] ehci-omap ehci-omap.0: TLL RESET DONE
[ 2.408538] ehci-omap ehci-omap.0: OMAP3 ES version > ES2.1
[ 2.408538] ehci-omap ehci-omap.0: UHH setup done, uhh_hostconfig=11c
[ 3.409942] ehci-omap ehci-omap.0: phy reset operation timed out
[ 3.409973] ehci-omap ehci-omap.0: reset hcs_params 0x1313 dbg=0 cc=1 pcc=3 ordered ports=3
[ 3.410034] ehci-omap ehci-omap.0: reset hcc_params 0016 thresh 1 uframes 256/512/1024 park
[ 3.410034] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 3.416168] drivers/usb/core/inode.c: creating file '002'
[ 3.416320] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 2
[ 3.424896] ehci-omap ehci-omap.0: park 0
[ 3.425018] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[ 3.431152] ehci-omap ehci-omap.0: reset command 0080b02 park=3 ithresh=8 period=1024 Reset HALT
[ 3.431182] ehci-omap ehci-omap.0: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[ 3.441314] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 3.448303] usb usb2: default language 0x0409
[ 3.448516] usb usb2: udev 1, busnum 2, minor = 128
[ 3.448547] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.455841] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.463531] usb usb2: Product: OMAP-EHCI Host Controller
[ 3.469207] usb usb2: Manufacturer: Linux 2.6.37305LCD401TS ehci_hcd
[ 3.476013] usb usb2: SerialNumber: ehci-omap.0
[ 3.483673] usb usb2: usb_probe_device
[ 3.483703] usb usb2: configuration #1 chosen from 1 choice
[ 3.484222] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 3.486175] hub 2-0:1.0: usb_probe_interface
[ 3.486206] hub 2-0:1.0: usb_probe_interface - got id
[ 3.486267] hub 2-0:1.0: USB hub found
[ 3.490539] hub 2-0:1.0: 3 ports detected
[ 3.494781] hub 2-0:1.0: standalone hub
[ 3.494781] hub 2-0:1.0: individual port power switching
[ 3.494812] hub 2-0:1.0: individual port over-current protection
[ 3.494842] hub 2-0:1.0: power on to power good time: 20ms
[ 3.495117] hub 2-0:1.0: local power source is good
[ 3.495117] hub 2-0:1.0: enabling power on all ports
[ 3.498107] drivers/usb/core/inode.c: creating file '001'
[ 3.498992] ehci-omap ehci-omap.0: ...powerup ports...
[ 3.528381] Initializing USB Mass Storage driver...
[ 3.534820] usbcore: registered new interface driver usb-storage
[ 3.541259] USB Mass Storage support registered.
[ 3.550781] mice: PS/2 mouse device common for all mice
[ 3.563049] tsc2004 1-004b: probe
[ 3.563751] i2c i2c-1: master_xfer[0] W, addr=0x4b, len=1
[ 3.564208] omap_i2c omap_i2c.1: addr: 0x004b, len: 1, flags: 0x0, stop: 1
[ 3.564270] omap_i2c omap_i2c.1: IRQ (ISR = 0x5000)
[ 3.564483] omap_i2c omap_i2c.1: IRQ (ISR = 0x0104)
[ 3.564910] i2c i2c-1: master_xfer[0] W, addr=0x4b, len=3
[ 3.565032] omap_i2c omap_i2c.1: addr: 0x004b, len: 3, flags: 0x0, stop: 1
[ 3.565063] omap_i2c omap_i2c.1: IRQ (ISR = 0x5000)
[ 3.565185] omap_i2c omap_i2c.1: IRQ (ISR = 0x0104)
[ 3.565368] i2c i2c-1: master_xfer[0] W, addr=0x4b, len=3
[ 3.565460] omap_i2c omap_i2c.1: addr: 0x004b, len: 3, flags: 0x0, stop: 1
[ 3.565490] omap_i2c omap_i2c.1: IRQ (ISR = 0x5000)
[ 3.565643] omap_i2c omap_i2c.1: IRQ (ISR = 0x0104)
[ 3.565826] i2c i2c-1: master_xfer[0] W, addr=0x4b, len=1
[ 3.565948] omap_i2c omap_i2c.1: addr: 0x004b, len: 1, flags: 0x0, stop: 1
[ 3.565979] omap_i2c omap_i2c.1: IRQ (ISR = 0x5000)
[ 3.566040] omap_i2c omap_i2c.1: IRQ (ISR = 0x0104)
[ 3.568420] input: TSC2004 Touchscreen as /devices/virtual/input/input0
[ 3.581085] i2c-core: driver [tsc2004] registered
[ 3.581329] rtc-s35390a 1-0030: probe
[ 3.582122] i2c 1-0031: uevent
[ 3.583068] dummy 1-0031: probe
[ 3.583160] i2c i2c-1: client [dummy] registered with bus id 1-0031
[ 3.583740] i2c 1-0032: uevent
[ 3.584655] dummy 1-0032: probe
[ 3.584716] i2c i2c-1: client [dummy] registered with bus id 1-0032
[ 3.585327] i2c 1-0033: uevent
[ 3.586273] dummy 1-0033: probe
[ 3.586334] i2c i2c-1: client [dummy] registered with bus id 1-0033
[ 3.586975] i2c 1-0034: uevent
[ 3.587860] dummy 1-0034: probe
[ 3.587921] i2c i2c-1: client [dummy] registered with bus id 1-0034
[ 3.588531] i2c 1-0035: uevent
[ 3.589416] dummy 1-0035: probe
[ 3.589477] i2c i2c-1: client [dummy] registered with bus id 1-0035
[ 3.590698] i2c 1-0036: uevent
[ 3.590972] ehci-omap ehci-omap.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
[ 3.591064] hub 2-0:1.0: port 1: status 0501 change 0001
[ 3.592407] dummy 1-0036: probe
[ 3.592468] i2c i2c-1: client [dummy] registered with bus id 1-0036
[ 3.593109] i2c 1-0037: uevent
[ 3.594024] dummy 1-0037: probe
[ 3.594116] i2c i2c-1: client [dummy] registered with bus id 1-0037
[ 3.594146] i2c i2c-1: master_xfer[0] R, addr=0x30, len=1
[ 3.594299] omap_i2c omap_i2c.1: addr: 0x0030, len: 1, flags: 0x1, stop: 1
[ 3.594390] omap_i2c omap_i2c.1: IRQ (ISR = 0x2100)
[ 3.594421] omap_i2c omap_i2c.1: IRQ (ISR = 0x0004)
[ 3.594604] i2c i2c-1: master_xfer[0] R, addr=0x31, len=1
[ 3.594696] omap_i2c omap_i2c.1: addr: 0x0031, len: 1, flags: 0x1, stop: 1
[ 3.594848] omap_i2c omap_i2c.1: IRQ (ISR = 0x2100)
[ 3.594879] omap_i2c omap_i2c.1: IRQ (ISR = 0x0004)
[ 3.595062] i2c i2c-1: master_xfer[0] R, addr=0x30, len=1
[ 3.595153] omap_i2c omap_i2c.1: addr: 0x0030, len: 1, flags: 0x1, stop: 1
[ 3.595275] omap_i2c omap_i2c.1: IRQ (ISR = 0x2100)
[ 3.595306] omap_i2c omap_i2c.1: IRQ (ISR = 0x0004)
[ 3.595489] i2c i2c-1: master_xfer[0] R, addr=0x32, len=7
[ 3.595581] omap_i2c omap_i2c.1: addr: 0x0032, len: 7, flags: 0x1, stop: 1
[ 3.595764] omap_i2c omap_i2c.1: IRQ (ISR = 0x1008)
[ 3.595825] omap_i2c omap_i2c.1: IRQ (ISR = 0x2100)
[ 3.595855] omap_i2c omap_i2c.1: IRQ (ISR = 0x0004)
[ 3.599395] rtc-s35390a 1-0030: rtc core: registered rtc-s35390a as rtc0
[ 3.607727] i2c-core: driver [rtc-s35390a] registered
[ 3.607818] i2c /dev entries driver
[ 3.613616] i2c-core: driver [dev_driver] registered
[ 3.616485] i2c-dev: adapter [OMAP I2C adapter] registered as minor 1
[ 3.617095] omap_device: omap_wdt.-1: new worst case activate latency 0: 61035
[ 3.627441] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[ 3.634002] omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517
[ 3.682220] usbcore: registered new interface driver usbhid
[ 3.688262] usbhid: USB HID core driver
[ 3.695098] hub 2-0:1.0: state 7 ports 3 chg 0002 evt 0000
[ 3.695343] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[ 3.698577] usbcore: registered new interface driver snd-usb-audio
[ 3.713287] ALSA device list:
[ 3.716552] No soundcards found.
[ 3.720153] oprofile: hardware counters not available
[ 3.725555] oprofile: using timer interrupt.
[ 3.730926] TCP cubic registered
[ 3.734375] Initializing XFRM netlink socket
[ 3.739227] NET: Registered protocol family 17
[ 3.744110] NET: Registered protocol family 15
[ 3.749206] can: controller area network core (rev 20090105 abi 8)
[ 3.756347] NET: Registered protocol family 29
[ 3.761077] can: raw protocol (rev 20090105)
[ 3.765808] can: broadcast manager protocol (rev 20090105 t)
[ 3.772705] Registering the dns_resolver key type
[ 3.778594] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
[ 3.787689] ehci-omap ehci-omap.0: port 1 high speed
[ 3.787750] ehci-omap ehci-omap.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 3.790008] ThumbEE CPU extension supported.
[ 3.812225] Power Management for TI OMAP3.
[ 3.874389] usb 2-1: new high speed USB device using ehci-omap and address 2
[ 3.887573] OMAPFB: omapfb_init
[ 3.888031] OMAPFB: omapfb_probe
[ 3.888122] OMAPFB: omapfb_parse_def_modes
[ 3.888153] OMAPFB: def_modes=lcd:640x480-16@60
[ 3.888153] OMAPFB: display_str=lcd
[ 3.888183] OMAPFB: mode_str=640x480-16@60
[ 3.888183] OMAPFB: Checking Display Match lcd?=lcd
[ 3.888214] OMAPFB: Found Display Match lcd?=lcd
[ 3.888244] modedb fb_find_mode: Trying specified video mode 640x480
[ 3.895507] modedb fb_try_mode: Trying mode noname 640x480-16@60
[ 3.901916] modedb fb_find_mode: modedb Found name match, res match
[ 3.908630] modedb fb_find_mode: modedb refresh rate match
[ 3.914520] OMAPFB: fb_find_mode returned =1
[ 3.914520] OMAPFB: Pixel Clock Set 25175
[ 3.914550] OMAPFB: hbp Set 40
[ 3.914550] OMAPFB: hfp Set 24
[ 3.914581] OMAPFB: vbp Set 32
[ 3.914581] OMAPFB: vfp Set 11
[ 3.914611] OMAPFB: hsw Set 96
[ 3.914611] OMAPFB: vsw Set 2
[ 3.914611] OMAPFB: x_res Set 640
[ 3.914642] OMAPFB: y_res Set 480
[ 3.914642] OMAPFB: omapfb_set_def_mode - Mode to timings r = 0!!!
[ 3.914672] OMAPFB: display->driver->check_timings = FALSE
[ 3.914703] OMAPFB: display->driver->get_timings = TRUE
[ 3.914703] OMAPFB: omap_set_def_mode r = -22
[ 3.914733] omapfb omapfb: cannot parse default modes
[ 3.920135] OMAPFB: create 1 framebuffers
[ 3.920196] OMAPFB: fb_infos allocated
[ 3.920196] OMAPFB: allocating 4194304 bytes for fb 0
[ 3.961669] OMAPFB: allocated VRAM paddr 8fc00000, vaddr d1000000
[ 3.961700] OMAPFB: region0 phys 8fc00000 virt d1000000 size=4194304
[ 3.961700] OMAPFB: fbmems allocated
[ 3.962005] OMAPFB: check_fb_var 0
[ 3.962036] OMAPFB: max frame size 4194304, line size 1280
[ 3.962066] OMAPFB: xres = 640, yres = 480, vxres = 640, vyres = 480
[ 3.962097] OMAPFB: set_fb_fix
[ 3.962219] OMAPFB: fb_infos initialized
[ 3.965118] OMAPFB: framebuffers registered
[ 3.965148] OMAPFB: fill_fb 640x480, line_len 1280 bytes
[ 4.026397] OMAPFB: apply_changes, fb 0, ovl 0
[ 4.026428] OMAPFB: setup_overlay 0, posx 0, posy 0, outw 640, outh 480
[ 4.026458] OMAPFB: paddr 8fc00000, vaddr d1000000
[ 4.026489] OMAPFB: create_framebuffers done
[ 4.027557] OMAPFB: mgr->apply'ed
[ 4.027587] sharp_lq_panel_enable
[ 4.031341] ehci-omap ehci-omap.0: port 1 high speed
[ 4.031402] ehci-omap ehci-omap.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 4.050842] mmc0: new SDHC card at address e624
[ 4.059326] mmcblk0: mmc0:e624 SU16G 14.8 GiB
[ 4.077270] mmcblk0: p1 p2
[ 4.089752] CB531 LCD Enabled
[ 4.092926] OMAPFB: create sysfs for fbs
[ 4.092956] OMAPFB: create sysfs for fbs
[ 4.101409] i2c i2c-1: master_xfer[0] R, addr=0x32, len=7
[ 4.101623] omap_device: omap_i2c.1: new worst case activate latency 0: 91552
[ 4.109405] omap_i2c omap_i2c.1: addr: 0x0032, len: 7, flags: 0x1, stop: 1
[ 4.109588] omap_i2c omap_i2c.1: IRQ (ISR = 0x1008)
[ 4.109649] omap_i2c omap_i2c.1: IRQ (ISR = 0x2100)
[ 4.109680] omap_i2c omap_i2c.1: IRQ (ISR = 0x0004)
[ 4.109924] rtc-s35390a 1-0030: setting system clock to 2011-07-05 15:07:59 UTC (1309878479)
[ 4.128540] usb 2-1: udev 2, busnum 2, minor = 129
[ 4.128570] usb 2-1: New USB device found, idVendor=0424, idProduct=2514
[ 4.135803] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.147552] usb 2-1: usb_probe_device
[ 4.147583] usb 2-1: configuration #1 chosen from 1 choice
[ 4.148986] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[ 4.152587] hub 2-1:1.0: usb_probe_interface
[ 4.152648] hub 2-1:1.0: usb_probe_interface - got id
[ 4.152709] hub 2-1:1.0: USB hub found
[ 4.157928] EXT3-fs: barriers not enabled
[ 4.162597] hub 2-1:1.0: 4 ports detected
[ 4.166839] hub 2-1:1.0: standalone hub
[ 4.166870] hub 2-1:1.0: individual port power switching
[ 4.166870] hub 2-1:1.0: individual port over-current protection
[ 4.168640] hub 2-1:1.0: TT per port
[ 4.168670] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
[ 4.168701] hub 2-1:1.0: power on to power good time: 100ms
[ 4.170166] hub 2-1:1.0: local power source is good
[ 4.170196] hub 2-1:1.0: enabling power on all ports
[ 4.171539] kjournald starting. Commit interval 5 seconds
[ 4.177947] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
[ 4.190399] drivers/usb/core/inode.c: creating file '002'
[ 4.197143] EXT3-fs (mmcblk0p2): using internal journal
[ 4.203643] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[ 4.211761] VFS: Mounted root (ext3 filesystem) on device 179:2.
[ 4.218414] Freeing init memory: 192K
[ 4.286499] hub 2-1:1.0: port 1: status 0301 change 0001
[ 4.288543] hub 2-1:1.0: port 4: status 0101 change 0001
[ 4.386718] usb 2-1: link qh256-0001/cf7b0b40 start 1 [1/0 us]
[ 4.386871] hub 2-1:1.0: state 7 ports 4 chg 0012 evt 0000
[ 4.387512] hub 2-1:1.0: port 1, status 0301, change 0000, 1.5 Mb/s
[ 4.473175] usb 2-1.1: new low speed USB device using ehci-omap and address 3
[ 4.620391] usb 2-1.1: skipped 1 descriptor after interface
[ 4.620452] usb 2-1.1: skipped 1 descriptor after interface
[ 4.621917] usb 2-1.1: default language 0x0409
[ 4.628082] usb 2-1.1: udev 3, busnum 2, minor = 130
[ 4.628112] usb 2-1.1: New USB device found, idVendor=04d9, idProduct=1603
[ 4.635498] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.643402] usb 2-1.1: Product: USB Keyboard
[ 4.648010] usb 2-1.1: Manufacturer:
[ 4.655853] usb 2-1.1: usb_probe_device
[ 4.656036] usb 2-1.1: configuration #1 chosen from 1 choice
[ 4.659362] usb 2-1.1: adding 2-1.1:1.0 (config #1, interface 0)
[ 4.665435] usbhid 2-1.1:1.0: usb_probe_interface
[ 4.665466] usbhid 2-1.1:1.0: usb_probe_interface - got id
[ 4.690155] input: USB Keyboard as /devices/platform/ehci-omap.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1
[ 4.701751] usb 2-1.1: link qh8-0e01/cf7b0640 start 2 [1/2 us]
[ 4.705108] generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [ USB Keyboard] on usb-ehci-omap.0-1.1/input0
[ 4.720062] usb 2-1.1: adding 2-1.1:1.1 (config #1, interface 1)
[ 4.724365] usbhid 2-1.1:1.1: usb_probe_interface
[ 4.724395] usbhid 2-1.1:1.1: usb_probe_interface - got id
[ 4.755615] input: USB Keyboard as /devices/platform/ehci-omap.0/usb2/2-1/2-1.1/2-1.1:1.1/input/input2
[ 4.766357] usb 2-1.1: link qh8-0e01/cf7b0500 start 3 [1/2 us]
[ 4.769042] generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [ USB Keyboard] on usb-ehci-omap.0-1.1/input1
[ 4.784179] drivers/usb/core/inode.c: creating file '003'
[ 4.786712] hub 2-1:1.0: port 4, status 0101, change 0000, 12 Mb/s
[ 6.305664] i2c 1-001a: uevent
[ 6.306182] rtc-s35390a 1-0030: uevent
[ 6.307220] dummy 1-0031: uevent
[ 6.307708] dummy 1-0032: uevent
[ 6.308227] dummy 1-0033: uevent
[ 6.504516] dummy 1-0034: uevent
[ 6.505126] dummy 1-0035: uevent
[ 6.505676] dummy 1-0036: uevent
[ 6.506164] dummy 1-0037: uevent
[ 6.506683] tsc2004 1-004b: uevent
[ 26.557922] davinci_mdio davinci_mdio: resetting idled controller
[ 26.567260] net eth0: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=ffffffff:00, id=7c0f1)
[ 29.567047] PHY: ffffffff:00 - Link is Up - 100/Full
[ 30.321380] i2c i2c-1: master_xfer[0] R, addr=0x32, len=7
[ 30.321563] omap_i2c omap_i2c.1: addr: 0x0032, len: 7, flags: 0x1, stop: 1
[ 30.321838] omap_i2c omap_i2c.1: IRQ (ISR = 0x0108)
[ 30.321868] omap_i2c omap_i2c.1: IRQ (ISR = 0x2000)
[ 30.321868] omap_i2c omap_i2c.1: IRQ (ISR = 0x0004)
[ 30.324371] i2c i2c-1: master_xfer[0] R, addr=0x31, len=1
[ 30.324523] omap_i2c omap_i2c.1: addr: 0x0031, len: 1, flags: 0x1, stop: 1
[ 30.324615] omap_i2c omap_i2c.1: IRQ (ISR = 0x2100)
[ 30.324645] omap_i2c omap_i2c.1: IRQ (ISR = 0x0004)
[ 30.324859] i2c i2c-1: master_xfer[0] W, addr=0x31, len=1
[ 30.324951] omap_i2c omap_i2c.1: addr: 0x0031, len: 1, flags: 0x0, stop: 1
[ 30.324981] omap_i2c omap_i2c.1: IRQ (ISR = 0x5000)
[ 30.325042] omap_i2c omap_i2c.1: IRQ (ISR = 0x0104)
[ 30.325225] i2c i2c-1: master_xfer[0] R, addr=0x31, len=1
[ 30.325347] omap_i2c omap_i2c.1: addr: 0x0031, len: 1, flags: 0x1, stop: 1
[ 30.325531] omap_i2c omap_i2c.1: IRQ (ISR = 0x2100)
[ 30.325561] omap_i2c omap_i2c.1: IRQ (ISR = 0x0004)
[ 30.325805] i2c i2c-1: master_xfer[0] W, addr=0x31, len=1
[ 30.325897] omap_i2c omap_i2c.1: addr: 0x0031, len: 1, flags: 0x0, stop: 1
[ 30.325958] omap_i2c omap_i2c.1: IRQ (ISR = 0x5000)
[ 30.326019] omap_i2c omap_i2c.1: IRQ (ISR = 0x0104)
[ 30.326507] i2c i2c-1: master_xfer[0] R, addr=0x31, len=1
[ 30.326690] omap_i2c omap_i2c.1: addr: 0x0031, len: 1, flags: 0x1, stop: 1
[ 30.326782] omap_i2c omap_i2c.1: IRQ (ISR = 0x2100)
[ 30.326812] omap_i2c omap_i2c.1: IRQ (ISR = 0x0004)
[ 30.326965] i2c i2c-1: master_xfer[0] W, addr=0x31, len=1
[ 30.327056] omap_i2c omap_i2c.1: addr: 0x0031, len: 1, flags: 0x0, stop: 1
[ 30.327117] omap_i2c omap_i2c.1: IRQ (ISR = 0x5000)
[ 30.327178] omap_i2c omap_i2c.1: IRQ (ISR = 0x0104)