<digetx>
tagr: any updates on the memory bw patchset? the display controller doesn't work well without it. I saw that you sent out the 5.14 drm PR, making me wonder what happened to v18
DavidHeidelberg has joined #tegra
maxim[m] has joined #tegra
digetx has quit [Ping timeout: 272 seconds]
digetx has joined #tegra
lahvuun- has quit [Ping timeout: 252 seconds]
torez has joined #tegra
lahvuun has joined #tegra
<digetx>
m4t: pgwipeout was trying to use CC2 gpio for the nct1008 interrupt, but the CC2 pin is used by I2C, so it's wrong gpio
<m4t>
hmm, do we know the correct one?
<digetx>
interestingly, nexus7 schematics also has wrong CC2 gpio connected to TEMP_ALERT on one page and S3/S6 on other page, the S3 works
<digetx>
that interrupt is very optional, kernel doesn't make use of it other than to print a warning message when temperature goes out of range, I wanted to let you know about it
<m4t>
there was something where that message kept being repeated over and over again
<digetx>
it's either connected to a different gpio on ouya or not connected at all
<digetx>
the non-stopping messages are the separate driver issue, I'll send patch later today to switch lm90 to use edge trigger instead of level