embed3d

bananapi_m2_regulator_disable

Feb 9th, 2018
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.05 KB | None | 0 0
  1. U-Boot SPL 2018.01-dirty (Feb 09 2018 - 11:54:32)
  2. DRAM: 1024 MiB
  3. Trying to boot from MMC1
  4.  
  5.  
  6. U-Boot 2018.01-dirty (Feb 09 2018 - 11:54:32 +0100) Allwinner Technology
  7.  
  8. CPU: Allwinner A31s (SUN6I)
  9. Model: Sinovoip BPI-M2
  10. DRAM: 1 GiB
  11. MMC: SUNXI SD/MMC: 0
  12. *** Warning - bad CRC, using default environment
  13.  
  14. In: serial
  15. Out: serial
  16. Err: serial
  17. Net: eth0: ethernet@01c30000
  18. starting USB...
  19. USB0: USB EHCI 1.00
  20. USB1: USB OHCI 1.0
  21. scanning bus 0 for devices... 2 USB Device(s) found
  22. scanning usb for storage devices... 0 Storage Device(s) found
  23. Hit any key to stop autoboot: 0
  24. switch to partitions #0, OK
  25. mmc0 is current device
  26. Scanning mmc 0:1...
  27. Found U-Boot script /boot.scr
  28. reading /boot.scr
  29. 336 bytes read in 20 ms (15.6 KiB/s)
  30. ## Executing script at 43100000
  31. reading sun6i-a31s-sinovoip-bpi-m2.dtb
  32. 26247 bytes read in 34 ms (752.9 KiB/s)
  33. reading uImage
  34. 3806632 bytes read in 246 ms (14.8 MiB/s)
  35. ## Booting kernel from Legacy Image at 42000000 ...
  36. Image Name: Linux-4.15.0
  37. Image Type: ARM Linux Kernel Image (uncompressed)
  38. Data Size: 3806568 Bytes = 3.6 MiB
  39. Load Address: 40008000
  40. Entry Point: 40008000
  41. Verifying Checksum ... OK
  42. ## Flattened Device Tree blob at 43000000
  43. Booting using the fdt blob at 0x43000000
  44. Loading Kernel Image ... OK
  45. Loading Device Tree to 49ff6000, end 49fff686 ... OK
  46.  
  47. Starting kernel ...
  48.  
  49. [ 0.000000] Booting Linux on physical CPU 0x0
  50. [ 0.000000] Linux version 4.15.0 (philipp@debian-laptop) (gcc version 6.3.0 20170516 (Debian 6.3.0-18)) #10 SMP Fri Feb 9 12:11:05 CET 2018
  51. [ 0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
  52. [ 0.000000] CPU: div instructions available: patching division code
  53. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  54. [ 0.000000] OF: fdt: Machine model: Sinovoip BPI-M2
  55. [ 0.000000] Memory policy: Data cache writealloc
  56. [ 0.000000] cma: Reserved 16 MiB at 0x7f000000
  57. [ 0.000000] On node 0 totalpages: 262144
  58. [ 0.000000] Normal zone: 1536 pages used for memmap
  59. [ 0.000000] Normal zone: 0 pages reserved
  60. [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
  61. [ 0.000000] HighMem zone: 65536 pages, LIFO batch:15
  62. [ 0.000000] psci: probing for conduit method from DT.
  63. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  64. [ 0.000000] random: fast init done
  65. [ 0.000000] percpu: Embedded 16 pages/cpu @(ptrval) s33548 r8192 d23796 u65536
  66. [ 0.000000] pcpu-alloc: s33548 r8192 d23796 u65536 alloc=16*4096
  67. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  68. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260608
  69. [ 0.000000] Kernel command line: console=ttyS0,115200 loglevel=8 root=/dev/mmcblk0p2 rootwait panic=10
  70. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  71. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  72. [ 0.000000] Memory: 1012944K/1048576K available (6144K kernel code, 419K rwdata, 1456K rodata, 1024K init, 249K bss, 19248K reserved, 16384K cma-reserved, 245760K hig
  73. hmem)
  74. [ 0.000000] Virtual kernel memory layout:
  75. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  76. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  77. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  78. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  79. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  80. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  81. [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (7136 kB)
  82. [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  83. [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 420 kB)
  84. [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 250 kB)
  85. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  86. [ 0.000000] Hierarchical RCU implementation.
  87. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  88. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  89. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  90. [ 0.000000] GIC: Using split EOI/Deactivate mode
  91. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  92. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  93. [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  94. [ 0.000016] Switching to timer-based delay loop, resolution 41ns
  95. [ 0.000203] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  96. [ 0.000336] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  97. [ 0.000619] Console: colour dummy device 80x30
  98. [ 0.000649] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  99. [ 0.000662] pid_max: default: 32768 minimum: 301
  100. [ 0.000765] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  101. [ 0.000779] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  102. [ 0.001268] CPU: Testing write buffer coherency: ok
  103. [ 0.001530] /cpus/cpu@0 missing clock-frequency property
  104. [ 0.001544] /cpus/cpu@1 missing clock-frequency property
  105. [ 0.001555] /cpus/cpu@2 missing clock-frequency property
  106. [ 0.001568] /cpus/cpu@3 missing clock-frequency property
  107. [ 0.001578] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  108. [ 0.001859] Setting up static identity map for 0x40100000 - 0x40100060
  109. [ 0.001946] Hierarchical SRCU implementation.
  110. [ 0.002396] smp: Bringing up secondary CPUs ...
  111. [ 0.012900] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  112. [ 0.023439] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  113. [ 0.033955] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  114. [ 0.034022] smp: Brought up 1 node, 4 CPUs
  115. [ 0.034039] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  116. [ 0.034044] CPU: All CPU(s) started in HYP mode.
  117. [ 0.034048] CPU: Virtualization extensions available.
  118. [ 0.034721] devtmpfs: initialized
  119. [ 0.039760] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 3
  120. [ 0.039926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  121. [ 0.039942] futex hash table entries: 1024 (order: 4, 65536 bytes)
  122. [ 0.040565] pinctrl core: initialized pinctrl subsystem
  123. [ 0.041230] NET: Registered protocol family 16
  124. [ 0.042138] DMA: preallocated 256 KiB pool for atomic coherent allocations
  125. [ 0.042870] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  126. [ 0.042879] hw-breakpoint: maximum watchpoint size is 8 bytes.
  127. [ 0.054244] SCSI subsystem initialized
  128. [ 0.054394] libata version 3.00 loaded.
  129. [ 0.054551] usbcore: registered new interface driver usbfs
  130. [ 0.054590] usbcore: registered new interface driver hub
  131. [ 0.054638] usbcore: registered new device driver usb
  132. [ 0.054798] pps_core: LinuxPPS API ver. 1 registered
  133. [ 0.054805] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  134. [ 0.054822] PTP clock support registered
  135. [ 0.054989] Advanced Linux Sound Architecture Driver Initialized.
  136. [ 0.055571] clocksource: Switched to clocksource arch_sys_counter
  137. [ 0.061478] NET: Registered protocol family 2
  138. [ 0.061895] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  139. [ 0.061973] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  140. [ 0.062088] TCP: Hash tables configured (established 8192 bind 8192)
  141. [ 0.062180] UDP hash table entries: 512 (order: 2, 16384 bytes)
  142. [ 0.062228] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  143. [ 0.062386] NET: Registered protocol family 1
  144. [ 0.062645] RPC: Registered named UNIX socket transport module.
  145. [ 0.062654] RPC: Registered udp transport module.
  146. [ 0.062660] RPC: Registered tcp transport module.
  147. [ 0.062665] RPC: Registered tcp NFSv4.1 backchannel transport module.
  148. [ 0.063061] hw perfevents: no interrupt-affinity property for /pmu, guessing.
  149. [ 0.063319] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  150. [ 0.064454] workingset: timestamp_bits=30 max_order=18 bucket_order=0
  151. [ 0.068952] NFS: Registering the id_resolver key type
  152. [ 0.068979] Key type id_resolver registered
  153. [ 0.068985] Key type id_legacy registered
  154. [ 0.069651] bounce: pool size: 64 pages
  155. [ 0.069698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  156. [ 0.069708] io scheduler noop registered
  157. [ 0.069714] io scheduler deadline registered
  158. [ 0.069884] io scheduler cfq registered (default)
  159. [ 0.069893] io scheduler mq-deadline registered
  160. [ 0.069899] io scheduler kyber registered
  161. [ 0.074953] sun6i-a31-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  162. [ 0.075154] sun6i-a31-r-pinctrl 1f02c00.pinctrl: Reset controller missing
  163. [ 0.116943] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  164. [ 0.118819] console [ttyS0] disabled
  165. [ 0.138965] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 44, base_baud = 1500000) is a U6_16550A
  166. [ 0.825265] console [ttyS0] enabled
  167. [ 0.832505] libphy: Fixed MDIO Bus: probed
  168. [ 0.836629] CAN device driver interface
  169. [ 0.840925] sun7i-dwmac 1c30000.ethernet: PTP uses main clock
  170. [ 0.846712] sun7i-dwmac 1c30000.ethernet: no regulator found
  171. [ 0.852412] sun7i-dwmac 1c30000.ethernet: Ring mode enabled
  172. [ 0.857994] sun7i-dwmac 1c30000.ethernet: DMA HW capability register supported
  173. [ 0.865206] sun7i-dwmac 1c30000.ethernet: Normal descriptors
  174. [ 0.953078] libphy: stmmac: probed
  175. [ 0.956499] mdio_bus stmmac-0:00: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  176. [ 0.965974] mdio_bus stmmac-0:01: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
  177. [ 0.976183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  178. [ 0.982701] ehci-platform: EHCI generic platform driver
  179. [ 0.988087] ehci-platform 1c1a000.usb: EHCI Host Controller
  180. [ 0.993672] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  181. [ 1.001640] ehci-platform 1c1a000.usb: irq 33, io mem 0x01c1a000
  182. [ 1.035575] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  183. [ 1.042250] hub 1-0:1.0: USB hub found
  184. [ 1.046041] hub 1-0:1.0: 1 port detected
  185. [ 1.050326] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  186. [ 1.056532] ohci-platform: OHCI generic platform driver
  187. [ 1.061898] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  188. [ 1.068531] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  189. [ 1.076372] ohci-platform 1c1a400.usb: irq 34, io mem 0x01c1a400
  190. [ 1.150067] hub 2-0:1.0: USB hub found
  191. [ 1.153841] hub 2-0:1.0: 1 port detected
  192. [ 1.159094] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  193. [ 1.165890] sun6i-rtc 1f00000.rtc: RTC enabled
  194. [ 1.170479] i2c /dev entries driver
  195. [ 1.174185] i2c-sunxi-p2wi 1f03400.i2c: could not find pctldev for node /soc@1c00000/pinctrl@1f02c00/p2wi, deferring probe
  196. [ 1.185299] IR NEC protocol handler initialized
  197. [ 1.189832] IR RC5(x/sz) protocol handler initialized
  198. [ 1.194874] IR RC6 protocol handler initialized
  199. [ 1.199408] IR JVC protocol handler initialized
  200. [ 1.203930] IR Sony protocol handler initialized
  201. [ 1.208546] IR SANYO protocol handler initialized
  202. [ 1.213241] IR Sharp protocol handler initialized
  203. [ 1.217946] IR MCE Keyboard/mouse protocol handler initialized
  204. [ 1.223769] IR XMP protocol handler initialized
  205. [ 1.228386] sunxi-ir 1f02000.ir: could not find pctldev for node /soc@1c00000/pinctrl@1f02c00/ir@0, deferring probe
  206. [ 1.239343] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  207. [ 1.247913] pwrseq_simple mmc2_pwrseq: could not find pctldev for node /soc@1c00000/pinctrl@1f02c00/mmc2_pwrseq_pin@0, deferring probe
  208. [ 1.260757] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  209. [ 1.315678] sunxi-mmc 1c0f000.mmc: base:0x7e4d5b82 irq:31
  210. [ 1.322504] sun4i-ss 1c15000.crypto-engine: Die ID 5
  211. [ 1.328495] usbcore: registered new interface driver usbhid
  212. [ 1.334058] usbhid: USB HID core driver
  213. [ 1.339933] NET: Registered protocol family 17
  214. [ 1.344382] can: controller area network core (rev 20170425 abi 9)
  215. [ 1.350631] NET: Registered protocol family 29
  216. [ 1.355070] can: raw protocol (rev 20170425)
  217. [ 1.359366] can: broadcast manager protocol (rev 20170425 t)
  218. [ 1.365022] can: netlink gateway (rev 20170425) max_hops=1
  219. [ 1.370681] Key type dns_resolver registered
  220. [ 1.375030] Registering SWP/SWPB emulation handler
  221. [ 1.387465] sun6i-a31-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  222. [ 1.395389] axp20x-i2c 0-0068: AXP20x variant AXP221 found
  223. [ 1.423138] mmc0: host does not support reading read-only switch, assuming write-enable
  224. [ 1.433215] mmc0: new high speed SD card at address 1234
  225. [ 1.438699] input: axp20x-pek as /devices/platform/soc@1c00000/1f03400.i2c/i2c-0/0-0068/axp221-pek/input/input0
  226. [ 1.438857] mmcblk0: mmc0:1234 SA02G 1.85 GiB
  227. [ 1.445587] usb 1-1: new high-speed USB device number 2 using ehci-platform
  228. [ 1.450433] mmcblk0: p1 p2
  229. [ 1.463841] dcdc1: supplied by regulator-dummy
  230. [ 1.469583] dcdc2: supplied by regulator-dummy
  231. [ 1.474709] dcdc3: supplied by regulator-dummy
  232. [ 1.479851] dcdc4: supplied by regulator-dummy
  233. [ 1.484994] dcdc5: supplied by regulator-dummy
  234. [ 1.490132] dc1sw: supplied by vdd-3v0
  235. [ 1.494578] dc5ldo: supplied by vcc-dram
  236. [ 1.499198] aldo1: supplied by regulator-dummy
  237. [ 1.504312] aldo2: supplied by regulator-dummy
  238. [ 1.509476] aldo3: supplied by regulator-dummy
  239. [ 1.515134] eldo1: supplied by regulator-dummy
  240. [ 1.520293] eldo2: supplied by regulator-dummy
  241. [ 1.525418] eldo3: supplied by regulator-dummy
  242. [ 1.530559] dldo1: supplied by regulator-dummy
  243. [ 1.535700] dldo2: supplied by regulator-dummy
  244. [ 1.540825] dldo3: supplied by regulator-dummy
  245. [ 1.545969] dldo4: supplied by regulator-dummy
  246. [ 1.551119] rtc_ldo: supplied by regulator-dummy
  247. [ 1.555880] ldo_io0: supplied by regulator-dummy
  248. [ 1.561737] ldo_io1: supplied by regulator-dummy
  249. [ 1.569707] axp20x-i2c 0-0068: AXP20X driver loaded
  250. [ 1.575218] Registered IR keymap rc-empty
  251. [ 1.579302] rc rc0: sunxi-ir as /devices/platform/soc@1c00000/1f02000.ir/rc/rc0
  252. [ 1.586720] input: sunxi-ir as /devices/platform/soc@1c00000/1f02000.ir/rc/rc0/input1
  253. [ 1.594847] input: MCE IR Keyboard/Mouse (sunxi-ir) as /devices/virtual/input/input2
  254. [ 1.602777] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  255. [ 1.609410] sunxi-mmc 1c11000.mmc: allocated mmc-pwrseq
  256. [ 1.646652] hub 1-1:1.0: USB hub found
  257. [ 1.650551] hub 1-1:1.0: 4 ports detected
  258. [ 1.665591] sunxi-mmc 1c11000.mmc: base:0xe711d88e irq:32
  259. [ 1.671055] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:36:49 UTC (2209)
  260. [ 1.679557] vcc3v3: disabling
  261. [ 1.682523] vcc5v0: disabling
  262. [ 1.685501] dc1sw: disabling
  263. [ 1.688986] aldo1: disabling
  264. [ 1.692452] aldo2: disabling
  265. [ 1.696382] aldo3: disabling
Advertisement
Add Comment
Please, Sign In to add comment