Hi All, I'm trying out the new 3.15 kernel on my A13-OLinuXino, but I'm having trouble getting usb to work. After eventually finding the option to turn on the usb phy (Why can't usb options be in the usb menu??) there is a clock problem. (See the end of the dmesg output below). The kernel boots and runs Debian fine, just no usb. Or rtc for that matter. I'm using sun5i-a13-olinuxino.dtb Good job with all the upstreaming btw!
Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.15.0-rc5-80166-gfaf76a0 (peejay@gentoo) (gcc version 4.7.2 (crosstool-NG 1.18.0) ) #3 SMP Mon May 12 14:33:46 EST 2014 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Olimex A13-Olinuxino [ 0.000000] Memory policy: Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] PERCPU: Embedded 5 pages/cpu @dfbe6000 s6592 r0 d13888 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 513784K/524288K available (4314K kernel code, 205K rwdata, 932K rodata, 214K init, 227K bss, 10504K reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] .text : 0xc0008000 - 0xc0527c34 (5248 kB) [ 0.000000] .init : 0xc0528000 - 0xc055d9c0 ( 215 kB) [ 0.000000] .data : 0xc055e000 - 0xc05914a0 ( 206 kB) [ 0.000000] .bss : 0xc05914a8 - 0xc05ca2ac ( 228 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000021] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns [ 0.000153] sched_clock: 32 bits at 168MHz, resolution 5ns, wraps every 25565282298ns [ 0.000329] Console: colour dummy device 80x30 [ 0.000357] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408) [ 0.090091] pid_max: default: 32768 minimum: 301 [ 0.090215] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.090226] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.090763] CPU: Testing write buffer coherency: ok [ 0.091045] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.091105] Setting up static identity map for 0x40419b00 - 0x40419b58 [ 0.091783] Brought up 1 CPUs [ 0.091795] SMP: Total of 1 processors activated. [ 0.091802] CPU: All CPU(s) started in SVC mode. [ 0.092276] devtmpfs: initialized [ 0.092834] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.093020] pinctrl core: initialized pinctrl subsystem [ 0.093231] regulator-dummy: no parameters [ 0.096228] NET: Registered protocol family 16 [ 0.096748] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.104280] reg-fixed-voltage usb1-vbus.1: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe [ 0.104311] platform usb1-vbus.1: Driver reg-fixed-voltage requests probe deferral [ 0.104478] vcc3v3: 3300 mV [ 0.104848] SCSI subsystem initialized [ 0.105070] usbcore: registered new interface driver usbfs [ 0.105127] usbcore: registered new interface driver hub [ 0.105280] usbcore: registered new device driver usb [ 0.106478] cfg80211: Calling CRDA to update world regulatory domain [ 0.106666] Switched to clocksource timer [ 0.106934] FS-Cache: Loaded [ 0.114283] NET: Registered protocol family 2 [ 0.114748] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.114794] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.114852] TCP: Hash tables configured (established 4096 bind 4096) [ 0.114932] TCP: reno registered [ 0.114944] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.114963] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.115115] NET: Registered protocol family 1 [ 0.115442] RPC: Registered named UNIX socket transport module. [ 0.115453] RPC: Registered udp transport module. [ 0.115459] RPC: Registered tcp transport module. [ 0.115465] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.116367] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.127098] ntfs: driver 2.1.30 [Flags: R/W]. [ 0.127478] fuse init (API version 7.23) [ 0.129402] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.129417] io scheduler noop registered [ 0.129424] io scheduler deadline registered [ 0.129620] io scheduler cfq registered (default) [ 0.129848] platform 1c13400.phy: Driver sun4i-usb-phy requests probe deferral [ 0.130787] sun5i-a13-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.174655] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 0.177479] console [ttyS0] disabled [ 0.197542] 1c28400.serial: ttyS0 at MMIO 0x1c28400 (irq = 24, base_baud = 1500000) is a U6_16550A [ 0.675519] console [ttyS0] enabled [ 0.680169] usbcore: registered new interface driver rtl8192cu [ 0.686001] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.692591] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.698838] usbcore: registered new interface driver uas [ 0.704187] usbcore: registered new interface driver usb-storage [ 0.710495] mousedev: PS/2 mouse device common for all mice [ 0.716477] i2c /dev entries driver [ 0.721718] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 0.730403] sunxi-mmc 1c0f000.mmc: Got CD GPIO #192. [ 0.766702] sunxi-mmc 1c0f000.mmc: base:0xe0898000 irq:18 [ 0.773008] usbcore: registered new interface driver usbhid [ 0.778616] usbhid: USB HID core driver [ 0.782614] TCP: cubic registered [ 0.785931] NET: Registered protocol family 17 [ 0.790478] Key type dns_resolver registered [ 0.794826] Registering SWP/SWPB emulation handler [ 0.800736] usb1-vbus: 5000 mV [ 0.804046] sun4i-usb-phy 1c13400.phy: failed to get clock usb1_phy [ 0.810391] sun4i-usb-phy: probe of 1c13400.phy failed with error -2 [ 0.816891] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 0.823931] Waiting for root device /dev/mmcblk0p2... Thanks, Paul. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
