Comment 9 for bug 1081904

Revision history for this message
Andrey Konovalov (andrey-konovalov) wrote :

Couple logs for the current linux-linaro tree.
Using config fragments:
http://validation.linaro.org/lava-server/scheduler/job/41601/log_file
Using u8500_defconfig:
http://validation.linaro.org/lava-server/scheduler/job/41611/log_file

Basically the same failure (below are the 41601/log_file snippets):
[ 1.367889] EN-3V3: Failed to request enable GPIO337: -517
[ 1.374542] reg-fixed-voltage reg-fixed-voltage.1: Failed to register regulator: -517
[ 1.382385] platform reg-fixed-voltage.1: Driver reg-fixed-voltage requests probe deferral
...
[ 1.880035] smsc911x: Driver version 2008-10-21
[ 1.884704] smsc911x smsc911x.0: Failed to get supply 'vdd33a': -517
[ 1.891143] smsc911x smsc911x.0 (unregistered net_device): couldn't get regulators -517
[ 1.899993] platform smsc911x.0: Driver smsc911x requests probe deferral
...
etc. No networking in the end. And the root cause seems to be "EN-3V3: Failed to request enable GPIO337"

This is different from the log in Comment #3 : v3.7-rc5 kernel, smsc911x.0 probed ok.

(both Comment #8 and Comment #3 boot attempts seem to have problems with recognizing the mmcblk0 partitions though)

Will continue the experiments tomorrow.