<saintdev>
xdarklight: that patch appears to "fix" the issue with ethernet
<xdarklight>
saintdev: "nice". I guess it's some timing problem but I've no idea where to start debugging
<saintdev>
I think you might be right. when I powered my C1 back up after copying the patched kernel package to the SD card, the network came up on the old kernel
<saintdev>
I rebooted a few times on that kernel and it didn't come up again lol
<saintdev>
The patched one has come up every time so far (about 5 or 6 reboots)
<afaerber>
Hm, looks like S905X GPIOAO has no interrupt support, only the non-AO one?
<saintdev>
How do I set the MAC address? it doesn't seem to be picked up from u-boot.
<zkrx>
xdarklight: is this the proper way to fix it?
sputnik__ has joined #linux-amlogic
<xdarklight>
zkrx: I believe the proper way is to fix u-boot, but I'm not sure if all vendor u-boots are affected (then it's very likely that we should fix it in Linux)
<xdarklight>
narmstrong: ^
<xdarklight>
actually, it may even be a bootrom issue. so I'm not sure if a "fix" requires shipping new chips
<zkrx>
xdarklight: I don't think we can fix this in U-boot. As you just said, it's the bootrom that fails here. Linux needs to leave this regulator enabled.
<xdarklight>
zkrx: there are some suspend related regulator flags but none for shutdown/reboot. I guess this means we need to talk to the regulator maintainers and see what they think about this