narmstrong changed the topic of #linux-amlogic to: Amlogic mainline kernel development discussion - our wiki http://linux-meson.com/ - ml linux-amlogic@lists.infradead.org - Publicly Logged on https://irclog.whitequark.org/linux-amlogic
Raybuntu` has joined #linux-amlogic
Raybuntu` has quit [Quit: Page closed]
vagrantc has quit [Ping timeout: 252 seconds]
vagrantc has joined #linux-amlogic
Xogium has quit [Ping timeout: 252 seconds]
Xogium has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
Barada has joined #linux-amlogic
<narmstrong> xdarklight: thx
return0e_ has quit [Remote host closed the connection]
nsaenz has joined #linux-amlogic
_whitelogger has joined #linux-amlogic
afaerber has joined #linux-amlogic
ldevulder_ has joined #linux-amlogic
ldevulder has quit [Ping timeout: 255 seconds]
ldevulder_ is now known as ldevulder
return0e has joined #linux-amlogic
afaerber has quit [Quit: Leaving]
<Darkmatter66> mjourdan, Hi, were you able to boot your odroid-c2 board ? and were you able to reproduce the issue in u-boot ?
<mjourdan> Darkmatter66: Yeah I got into u-boot, but couldn't get a probe on the vpu driver when I left it on sunday. I'll resume this evening
<Darkmatter66> mjourdan, do you mean the same issue as me or you had a different error ?
<Darkmatter66> mjourdan, I remember i had to enable a few config options to get the driver to probe
<mjourdan> yeah, I enabled them all as well, but the probe isn't called. Pretty sure yours do with the behaviour of your screen you described
<Darkmatter66> mjourdan, this is the config i used saved using "make savedefconfig" https://0x0.st/zmy2.txt
<Darkmatter66> mjourdan, you just need to change CONFIG_SYS_BOARD and CONFIG_DEFAULT_DEVICE_TREE to the ordoid-c2
sputnik_ has quit [Ping timeout: 268 seconds]
chewitt has joined #linux-amlogic
<mjourdan> Darkmatter66: got slightly further, the probe of the hdmi controller failed (meson_dw_hdmi) because of a lack of hdmi-supply on odroid-c2, and the check was mandatory. But bypassing it gives me a timeout on HPD signal check so there's still something wrong.
<mjourdan> Darkmatter66: looking at p201 dts, looks like you're in the same case (no hdmi-supply)
The_CooIest has joined #linux-amlogic
Barada has quit [Quit: Barada]
xdarklight_ has joined #linux-amlogic
naobsd8693 has joined #linux-amlogic
xdarklight has quit [*.net *.split]
The_Coolest has quit [*.net *.split]
vdehors_ has quit [*.net *.split]
Lyude has quit [*.net *.split]
jelly has quit [*.net *.split]
probono has quit [*.net *.split]
probono has joined #linux-amlogic
naobsd869 has quit [*.net *.split]
jelly-home has joined #linux-amlogic
Lyude has joined #linux-amlogic
jelly-home is now known as jelly
return0e has quit [Read error: Connection reset by peer]
return0e has joined #linux-amlogic
nsaenz has quit [Read error: Connection reset by peer]
return0e has quit [Ping timeout: 268 seconds]
nsaenz has joined #linux-amlogic
return0e has joined #linux-amlogic
nsaenz has quit [Remote host closed the connection]
nsaenz has joined #linux-amlogic
xdarklight_ is now known as xdarklight
<xdarklight> mjourdan: thank you for the Reviewed-by!
<Darkmatter66> Darkmatter66, Maybe this is my fault! I remember when i added support for 201 in u-boot narmstrong gave some notes on modifying the dts ( I remember one of them had to do with hdmi_tx or hdmi-supply ) maybe I didn't add what narmstrong asked for
<Darkmatter66> mjourdan, ^
return0e has quit [Read error: Connection reset by peer]
Darkmatter66 has quit [Ping timeout: 244 seconds]
Darkmatter66 has joined #linux-amlogic
<Darkmatter66> mjourdan, I added the hdmi-supply to the hdmi_tx node and I still get the same problem, the hdmi_5v i just copied from the libretech-cc file here https://github.com/u-boot/u-boot/blob/e1a2ed7180adeefb6164239a18249dca5701319d/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts#L75-L85
Darkmatter66 has quit [Ping timeout: 246 seconds]
return0e has joined #linux-amlogic
Darkmatter66 has joined #linux-amlogic
vagrantc has joined #linux-amlogic
return0e has quit [Ping timeout: 272 seconds]
<mjourdan> Darkmatter66: I don't think you're supposed to add one, especially not copied from another dts, these are board specific. The bug is in the driver that makes a mandatory check on the supply while it should be optional.
return0e has joined #linux-amlogic
<mjourdan> xdarklight: no problem! btw, how is HDMI on M8 going ?
<xdarklight> mjourdan: I can read the EDID (most of the time without CRC errors). that's where I stopped because I want to get CVBS output working first (but I'm still waiting for a _working_ replacement for my broken USB video grabber)
sputnik_ has joined #linux-amlogic
Darkmatter66 has quit [Ping timeout: 248 seconds]
sputnik__ has joined #linux-amlogic
Darkmatter66 has joined #linux-amlogic
sputnik_ has quit [Ping timeout: 246 seconds]
Darkmatter66 has quit [Ping timeout: 272 seconds]
Darkmatter66 has joined #linux-amlogic
Darkmatter66 has quit [Ping timeout: 245 seconds]
<xdarklight> narmstrong: there seems to be some other SPDX conversion going on: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2c1212de6f9794a7becba5f219fa6ce8a8222c90 :(
Darkmatter66 has joined #linux-amlogic
<xdarklight> narmstrong: also I would like you to have a quick look at the PWM driver cleanups that I will send this weekend: https://github.com/xdarklight/linux/compare/1806e6f48ae65aaf869badcad5929f157c8f31b8...269d7e6a02a0d52d28e7c7d7d23873ce484d0c71
<xdarklight> I have tried to implement Uwe's suggestion in this commit, but I'm not sure it improves readability: https://github.com/xdarklight/linux/commit/68c2595725ef4afae031859505ec12028be44539 - I'd like to get your feedback on this one before I send everything to the list
<xdarklight> (if we are uncertain that it'll make the code easier to read then I'll put those patches at the end of the series so they can be dropped easily)
<narmstrong> Wtf are these changes
<narmstrong> (I was talking about spdx)
<narmstrong> xdarklight: I’ll have a look !!
sputnik__ has quit [Ping timeout: 245 seconds]
sputnik_ has joined #linux-amlogic
sputnik_ has quit [Remote host closed the connection]
sputnik_ has joined #linux-amlogic
Darkmatter66 has quit [Ping timeout: 268 seconds]
Darkmatter66 has joined #linux-amlogic
Xogium has quit [Quit: Leaving.]
Xogium has joined #linux-amlogic
return0e has quit [Ping timeout: 272 seconds]
return0e has joined #linux-amlogic
TheAssassin has quit [Ping timeout: 258 seconds]
TheAssassin has joined #linux-amlogic
sputnik_ has quit [Remote host closed the connection]
return0e has quit []
return0e has joined #linux-amlogic
sputnik_ has joined #linux-amlogic