<javier__>
obbrobbrio: awesome, I didn't know that!
<obbrobbrio>
what i also find weird is that there is no acpi subsystem, but acpi_listen show power button and lid events, and on the other hand systemd is not able to detect/handle them, so in the end i'm still using acpid to run lid actions
rextc has quit [Remote host closed the connection]
prahal has joined #linux-exynos
noob has joined #linux-exynos
<noob>
hello
noob is now known as Guest74246
sjoerd has left #linux-exynos [#linux-exynos]
<Wizzup>
hi
<Guest74246>
h
<Guest74246>
i
<Guest74246>
anyone know where i can take my phone to get IMEI repaired?
* Wizzup
doesn't
Guest74246 has quit [Quit: Page closed]
prahal has quit [Ping timeout: 250 seconds]
prahal has joined #linux-exynos
afaerber has joined #linux-exynos
indy has joined #linux-exynos
dlezcano has quit [Ping timeout: 250 seconds]
dlezcano has joined #linux-exynos
bmbeach has joined #linux-exynos
<bmbeach>
hello I'm trying to boot kernel-next20150216 and what I get is the screen going black and then a reboot
<Wizzup>
What device, what u-boot
<bmbeach>
snow nv_uboot-snow-simplefb
<Wizzup>
simplefb should be disable in kernel and also use the non-simplefb u-boot
<Wizzup>
but a reboot likely means something else is wrong -- like kernel not being loaded properly
<bmbeach>
yes I was thinking about these 3 things. If I use the DTS from 3.17.8 I do get a boot
<Wizzup>
that sounds like a bad idea, mixing dts
<Wizzup>
I always append the dtb
<bmbeach>
yes but anything is better than a totally blank screen. When you say append are you refering to a so call Fit thing?
<Wizzup>
cat zImage dtb > zImage_dtb ; and then mkimage
<afaerber>
(just updated from next-20150213, still compiling)
<javier__>
afaerber: yeah, your patch looks good to me
<afaerber>
it used to work with an earlier version of Ajay's series
<javier__>
hrmm, the only difference I see is that snow defines the fet regulators that are power supplies for the panel and backlight but spring doesn't have the tps65090 pmu because is not in mainline due the special i2c support in the cros_ec
<javier__>
but that shouldn't be an issue since your bootloader enables those regulators right?
<afaerber>
well, it worked around 20141124 plus patches, and I haven't changed the bootloader
<javier__>
afaerber: right, I have no idea what could be the issue then, sorry...