Advertisement
Guest User

test#1

a guest
Apr 4th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. test case #1: cpu0-supply binding is not present
  2. cpus {
  3. cpu@0 {
  4. /* cpu0-supply = <&avs_mpu>; */
  5. };
  6. };
  7. avs_mpu: regulator-avs_mpu {
  8. compatible = "ti,sr_class2";
  9. regulator-min-microvolt = <600000>;
  10. regulator-max-microvolt = <1450000>;
  11. avs-supply = <&vcc>;
  12. };
  13. [ 0.000000] Booting Linux on physical CPU 0x0
  14. [ 0.000000] Linux version 3.9.0-rc3-00063-g3c7be6a-dirty (nmenon@kahuna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #31 SMP Thu Apr 4 22:04:57 CDT 2013
  15. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
  16. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  17. [ 0.000000] Machine: Generic OMAP3 (Flattened Device Tree), model: TI OMAP3 BeagleBoard xM
  18. [ 0.000000] bootconsole [earlycon0] enabled
  19. [ 0.000000] cma: CMA: reserved 16 MiB at 9e800000
  20. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  21. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  22. [ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
  23. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz
  24. [ 0.000000] PERCPU: Embedded 361 pages/cpu @c1407000 s1456512 r8192 d13952 u1478656
  25. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
  26. [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  27. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  28. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  29. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  30. [ 0.000000] __ex_table already sorted, skipping sort
  31. [ 0.000000] Memory: 511MB = 511MB total
  32. [ 0.000000] Memory: 484472k/484472k available, 39816k reserved, 0K highmem
  33. [ 0.000000] Virtual kernel memory layout:
  34. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  35. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  36. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  37. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  38. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  39. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  40. [ 0.000000] .text : 0xc0008000 - 0xc07deb34 (8027 kB)
  41. [ 0.000000] .init : 0xc07df000 - 0xc09ae980 (1855 kB)
  42. [ 0.000000] .data : 0xc09b0000 - 0xc0a5bdf8 ( 688 kB)
  43. [ 0.000000] .bss : 0xc0a5bdf8 - 0xc0ff8540 (5746 kB)
  44. [ 0.000000] Hierarchical RCU implementation.
  45. [ 0.000000] RCU debugfs-based tracing is enabled.
  46. [ 0.000000] RCU lockdep checking is enabled.
  47. [ 0.000000] Additional per-CPU info printed with stalls.
  48. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  49. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  50. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  51. [ 0.000000] Total of 96 interrupts on 1 active controller
  52. [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  53. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  54. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  55. [ 0.000000] Console: colour dummy device 80x30
  56. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  57. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  58. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  59. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  60. [ 0.000000] ... CLASSHASH_SIZE: 4096
  61. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  62. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  63. [ 0.000000] ... CHAINHASH_SIZE: 16384
  64. [ 0.000000] memory used by lock dependency info: 3951 kB
  65. [ 0.000000] per task-struct memory footprint: 2304 bytes
  66. [ 0.074035] Calibrating delay loop... 395.67 BogoMIPS (lpj=1978368)
  67. [ 0.138671] pid_max: default: 32768 minimum: 301
  68. [ 0.146697] Security Framework initialized
  69. [ 0.152130] Mount-cache hash table entries: 512
  70. [ 0.229034] CPU: Testing write buffer coherency: ok
  71. [ 0.237426] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  72. [ 0.242889] Setting up static identity map for 0xc0591738 - 0xc05917a8
  73. [ 0.270874] Brought up 1 CPUs
  74. [ 0.274047] SMP: Total of 1 processors activated (395.67 BogoMIPS).
  75. [ 0.280853] CPU: All CPU(s) started in SVC mode.
  76. [ 0.294586] devtmpfs: initialized
  77. [ 0.418365] pinctrl core: initialized pinctrl subsystem
  78. [ 0.441497] regulator-dummy: no parameters
  79. [ 0.456146] NET: Registered protocol family 16
  80. [ 0.479034] DMA: preallocated 256 KiB pool for atomic coherent allocations
  81. [ 0.528808] Reprogramming SDRC clock to 400000000 Hz
  82. [ 0.578247] OMAP GPIO hardware version 2.5
  83. [ 0.709747] platform 49022000.mcbsp: alias fck already exists
  84. [ 0.720611] platform 49024000.mcbsp: alias fck already exists
  85. [ 0.785827] omap-gpmc 6e000000.gpmc: GPMC revision 5.0
  86. [ 0.814270] No ATAGs?
  87. [ 0.816680] hw-breakpoint: debug architecture 0x4 unsupported.
  88. [ 0.848449] OMAP DMA hardware revision 5.0
  89. [ 0.858123] Serial: AMBA PL011 UART driver
  90. [ 1.190673] bio: create slab <bio-0> at 0
  91. [ 1.617462] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  92. [ 1.644104] tisr_class2 regulator-avs_mpu.18: tisr_class2_probe: I STARTED
  93. [ 1.651611] tisr_class2 regulator-avs_mpu.18: failed to get sr_class2 regulator -517
  94. [ 1.659973] platform regulator-avs_mpu.18: Driver tisr_class2 requests probe deferral
  95. [ 1.694854] SCSI subsystem initialized
  96. [ 1.709503] usbcore: registered new interface driver usbfs
  97. [ 1.719390] usbcore: registered new interface driver hub
  98. [ 1.728607] usbcore: registered new device driver usb
  99. [ 1.744232] omap_i2c i2c.8: did not get pins for i2c error: -19
  100. [ 1.755706] omap_i2c i2c.8: bus 0 rev4.4 at 2600 kHz
  101. [ 1.803466] twl 0-0048: PIH (irq 23) chaining IRQs 338..346
  102. [ 1.811248] twl 0-0048: power (irq 343) chaining IRQs 346..353
  103. [ 1.838195] VDD1: 600 <--> 1450 mV at 1200 mV
  104. [ 1.855987] VDAC: 1800 mV
  105. [ 1.870758] VPLL2: 1800 mV
  106. [ 1.884338] VMMC1: 1850 <--> 3150 mV at 3150 mV
  107. [ 1.899719] VUSB1V5: 1500 mV
  108. [ 1.912780] VUSB1V8: 1800 mV
  109. [ 1.926330] VUSB3V1: 3100 mV
  110. [ 1.939636] VSIM: 1800 <--> 3000 mV at 1800 mV
  111. [ 1.956268] twl4030_gpio gpio.33: gpio (irq 338) chaining IRQs 354..371
  112. [ 1.980041] omap_i2c i2c.9: did not get pins for i2c error: -19
  113. [ 1.991668] omap_i2c i2c.9: bus 1 rev4.4 at 400 kHz
  114. [ 1.998382] omap_i2c i2c.10: did not get pins for i2c error: -19
  115. [ 2.009674] omap_i2c i2c.10: bus 2 rev4.4 at 100 kHz
  116. [ 2.055694] Switching to clocksource 32k_counter
  117. [ 2.755828] NET: Registered protocol family 2
  118. [ 2.768127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  119. [ 2.776062] TCP bind hash table entries: 4096 (order: 5, 180224 bytes)
  120. [ 2.785614] TCP: Hash tables configured (established 4096 bind 4096)
  121. [ 2.792938] TCP: reno registered
  122. [ 2.796417] UDP hash table entries: 256 (order: 2, 24576 bytes)
  123. [ 2.803100] UDP-Lite hash table entries: 256 (order: 2, 24576 bytes)
  124. [ 2.813232] NET: Registered protocol family 1
  125. [ 2.823638] RPC: Registered named UNIX socket transport module.
  126. [ 2.829833] RPC: Registered udp transport module.
  127. [ 2.834899] RPC: Registered tcp transport module.
  128. [ 2.839843] RPC: Registered tcp NFSv4.1 backchannel transport module.
  129. [ 2.850524] NetWinder Floating Point Emulator V0.97 (double precision)
  130. [ 2.858459] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  131. [ 3.124999] VFS: Disk quotas dquot_6.5.2
  132. [ 3.130096] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  133. [ 3.152313] NFS: Registering the id_resolver key type
  134. [ 3.158447] Key type id_resolver registered
  135. [ 3.162994] Key type id_legacy registered
  136. [ 3.167694] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  137. [ 3.178863] msgmni has been set to 978
  138. [ 3.194061] io scheduler noop registered
  139. [ 3.198211] io scheduler deadline registered
  140. [ 3.203338] io scheduler cfq registered (default)
  141. [ 3.243957] pinctrl-single 48002030.pinmux: 742 pins at pa fa002030 size 1484
  142. [ 3.256256] pinctrl-single 48002a58.pinmux: 46 pins at pa fa002a58 size 92
  143. [ 3.279968] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  144. [ 3.315490] omap_uart serial.5: did not get pins for uart0 error: -19
  145. [ 3.323608] serial.5: ttyO0 at MMIO 0x4806a000 (irq = 88) is a OMAP UART0
  146. [ 3.338226] omap_uart serial.6: did not get pins for uart1 error: -19
  147. [ 3.346008] serial.6: ttyO1 at MMIO 0x4806c000 (irq = 89) is a OMAP UART1
  148. [ 3.359680] omap_uart serial.7: did not get pins for uart2 error: -19
  149. [ 3.368225] serial.7: ttyO2 at MMIO 0x49020000 (irq = 90) is a OMAP UART2
  150. [ 3.376220] console [ttyO2] enabled, bootconsole disabled
  151. [ 3.376220] console [ttyO2] enabled, bootconsole disabled
  152. [ 3.406982] omap_uart serial.17: did not get pins for uart3 error: -19
  153. [ 3.431793] serial.17: ttyO3 at MMIO 0x49042000 (irq = 96) is a OMAP UART3
  154. [ 3.608856] brd: module loaded
  155. [ 3.702148] loop: module loaded
  156. [ 3.736267] mtdoops: mtd device (mtddev=name/number) must be supplied
  157. [ 3.747436] OneNAND driver initializing
  158. [ 3.756469] omap2_mcspi spi.11: pins are not configured from the driver
  159. [ 3.769744] omap2_mcspi spi.12: pins are not configured from the driver
  160. [ 3.782958] omap2_mcspi spi.13: pins are not configured from the driver
  161. [ 3.795043] omap2_mcspi spi.14: pins are not configured from the driver
  162. [ 3.834564] usbcore: registered new interface driver asix
  163. [ 3.843872] usbcore: registered new interface driver ax88179_178a
  164. [ 3.853607] usbcore: registered new interface driver cdc_ether
  165. [ 3.863281] usbcore: registered new interface driver smsc95xx
  166. [ 3.872192] usbcore: registered new interface driver net1080
  167. [ 3.880126] usbcore: registered new interface driver cdc_subset
  168. [ 3.889343] usbcore: registered new interface driver zaurus
  169. [ 3.898040] usbcore: registered new interface driver cdc_ncm
  170. [ 3.913482] usbcore: registered new interface driver cdc_wdm
  171. [ 3.919464] Initializing USB Mass Storage driver...
  172. [ 3.928009] usbcore: registered new interface driver usb-storage
  173. [ 3.934722] USB Mass Storage support registered.
  174. [ 3.942352] usbcore: registered new interface driver usbtest
  175. [ 3.957885] mousedev: PS/2 mouse device common for all mice
  176. [ 3.987823] twl_rtc rtc.23: Enabling TWL-RTC
  177. [ 4.005798] twl_rtc rtc.23: rtc core: registered rtc.23 as rtc0
  178. [ 4.017608] i2c /dev entries driver
  179. [ 4.038177] Driver for 1-wire Dallas network protocol.
  180. [ 4.061157] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  181. [ 4.081481] cpufreq_cpu0: failed to get cpu0 regulator: -19
  182. [ 4.108489] omap-dma-engine omap-dma-engine: allocating channel for 62
  183. [ 4.115783] omap-dma-engine omap-dma-engine: allocating channel for 61
  184. [ 4.129577] omap_hsmmc mmc.15: pins are not configured from the driver
  185. [ 4.192047] leds-gpio leds.19: pins are not configured from the driver
  186. [ 4.218475] ledtrig-cpu: registered to indicate activity on CPUs
  187. [ 4.233001] usbcore: registered new interface driver usbhid
  188. [ 4.238922] usbhid: USB HID core driver
  189. [ 4.252807] oprofile: using arm/armv7
  190. [ 4.258331] TCP: cubic registered
  191. [ 4.262023] Initializing XFRM netlink socket
  192. [ 4.266937] NET: Registered protocol family 17
  193. [ 4.272216] NET: Registered protocol family 15
  194. [ 4.278411] Key type dns_resolver registered
  195. [ 4.283477] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  196. [ 4.295166] ThumbEE CPU extension supported.
  197. [ 4.312652] mmc0: host does not support reading read-only switch. assuming write-enable.
  198. [ 4.326110] kmemleak: Kernel memory leak detector initialized
  199. [ 4.335510] kmemleak: Automatic memory scanning thread started
  200. [ 4.342529] mmc0: new high speed SDHC card at address 1234
  201. [ 4.354492] VPLL2: disabling
  202. [ 4.359893] VDAC: disabling
  203. [ 4.368194] mmcblk0: mmc0:1234 SA04G 3.63 GiB
  204. [ 4.379058] tisr_class2 regulator-avs_mpu.18: tisr_class2_probe: I STARTED
  205. [ 4.404052] avsclass2: 600 <--> 1450 mV at 1200 mV
  206. [ 4.409667] mmcblk0: p1 p2
  207. [ 4.416717] tisr_class2 regulator-avs_mpu.18: tisr_class2_probe: I AM DONE
  208. [ 4.454010] twl_rtc rtc.23: setting system clock to 2000-01-01 02:20:23 UTC (946693223)
  209. [ 4.527893] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  210. [ 4.537109] VFS: Mounted root (ext4 filesystem) on device 179:2.
  211. [ 4.565612] devtmpfs: mounted
  212. [ 4.572784] Freeing init memory: 1852K
  213. Mounting proc : OK
  214. Mounting sysfs : OK
  215. Mounting devtmpfs:mount: mounting none on /dev failed: Device or resource busy
  216. boot mounted: OK
  217. /dev/ttyO2 linked to /dev/tty-bd - using as console
  218.  
  219. ******************************************
  220. Starting System Init for GenericOMAP3(FlattenedDeviceTree)
  221. Release: X.x
  222. Kernel: Linux GenericOMAP3(FlattenedDeviceTree) 3.9.0-rc3-00063-g3c7be6a-dirty #31 SMP Thu Apr 4 22:04:57 CDT 2013 armv7l GNU/Linux
  223. ******************************************
  224. Saving kernel ring buffer : OK
  225. Mounting devpts : OK
  226. Setting up networking
  227. Configuring lo : OK
  228. Starting syslogd : OK
  229. Starting klogd : OK
  230. Mounting filesystems : OK
  231. mount: mounting none on /proc/bus/usb/ failed: No such file or directory
  232.  
  233. Please press Enter to activate this console.
  234. / # ./test.sh
  235. ===================
  236. System CPUFREQ Configuration:
  237. ===================
  238. Scaling driver: generic_cpu0
  239. ls: /sys/class/regulator/*/cpufreq*: No such file or directory
  240. cpufreq-cpu0 Regulator not found. Checking for legacy mpu regulator
  241. Scaling Regulator: not found
  242. 300000 600000 800000 are the available frequencies
  243. ===================
  244. Boot Configuration:
  245. ===================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement