evgeny_boger1 has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
ftg has quit [Read error: Connection reset by peer]
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
radxanaoki has joined #linux-sunxi
radxanaoki has quit []
flyback has quit [Ping timeout: 480 seconds]
flyback has joined #linux-sunxi
hexdump0815 has joined #linux-sunxi
hexdump01 has quit [Ping timeout: 480 seconds]
gsz has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
sdfgsdfs has quit []
sdfgsdfs has joined #linux-sunxi
sdfgsdfs has quit []
sdfgsdfs has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
jernej has quit [Remote host closed the connection]
jernej has joined #linux-sunxi
warpme has joined #linux-sunxi
apritzel has joined #linux-sunxi
Halamix2 has quit [Quit: Gone (and/or ZNC is doing something stupid)]
Halamix2 has joined #linux-sunxi
gsz has joined #linux-sunxi
jakllsch has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
jakllsch has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
evgeny_boger has joined #linux-sunxi
pmp-p has joined #linux-sunxi
apritzel has joined #linux-sunxi
evgeny_boger1 has joined #linux-sunxi
evgeny_boger has quit [Read error: Connection reset by peer]
<tokyovigilante>
I've got one other problem with the LCD code for the H616, adding "reg = <1>;" to my LCD out endpoint to satisfy the DTB check warning ("sun50i-h700-anbernic-rg35xx-h.dtb: lcd-controller@6511000 (allwinner,sun8i-r40-tcon-lcd): ports:port@1:endpoint@1: 'reg' is a required property") causes the display init to fail. Removing this definition makes the display work. Is this a false positive or does something like reg=<0>; mak
<tokyovigilante>
e sense?>
warpme is now known as Guest22084
warpme has joined #linux-sunxi
warpme has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
Schimsalabim has quit [Ping timeout: 480 seconds]
<loki666>
tokyovigilante: All DTS samples I can find starts with port@0
Schimsalabim has joined #linux-sunxi
ungeskriptet has quit [Ping timeout: 480 seconds]
ungeskriptet has joined #linux-sunxi
Guest22084 has quit []
warpme has joined #linux-sunxi
<paulk>
the meaning of the ports index should be defined in the dt binding
<paulk>
also you should normally use endpoint@0 if it's the only device attached to the port
<paulk>
and the reg should always match the @ part
<paulk>
IIRC the of graph code will use the reg, not the node name