oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
marvin24 has quit [Ping timeout: 252 seconds]
marvin24 has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
marvin24 has quit [Ping timeout: 252 seconds]
marvin24 has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<DavidHeidelberg> digetx is ehci from tegra30 compatible with tegra20?
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<jenneron[m]> digetx: hi, am i correct that this value https://github.com/jenneron/linux-asus-tf701t/blob/tf701t-new/arch/arm/boot/dts/tegra114-asus-tf701t.dts#L745 should change 48000000 to 52000000 here https://dpaste.com/AR5ETYZ26#line-58? it doesn't work for me
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
TundraMan has joined #tegra
<digetx> DavidHeidelberg: incompatible
<digetx> jenneron[m]: 52 won't work, the clock rate should be integer-divided from the parent rate and it's 408MHz for PLLP
<DavidHeidelberg> thx
<DavidHeidelberg> digetx and ehciXXX are backwards compat with 30?
<digetx> what ehciXXX
marvin24 has quit [Ping timeout: 252 seconds]
marvin24 has joined #tegra
<digetx> if you mean later soc versions, then they are compatible with t30
marvin24 has quit [Ping timeout: 252 seconds]
marvin24_ has joined #tegra
<DavidHeidelberg> digetx y, thx
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
pgwipeout[m] has quit [Ping timeout: 250 seconds]
maxnet[m] has quit [Ping timeout: 246 seconds]
pgwipeout[m] has joined #tegra
maxnet[m] has joined #tegra
thevengefulprinc has quit [Ping timeout: 246 seconds]
thevengefulprinc has joined #tegra
Jasper[m] has quit [Ping timeout: 246 seconds]
Jasper[m] has joined #tegra
maxnet[m] has quit [Ping timeout: 268 seconds]
maxnet[m] has joined #tegra
<jenneron[m]> digetx: then why 48000000 "works"? 408000000/48000000=8.5
thevengefulprinc has quit [Ping timeout: 264 seconds]
thevengefulprinc has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<jenneron[m]> so considering "These include not only the standard handset reference frequencies of 19.2, 19.44, 19.68, 19.8, 20, 26, 37.4, and 52 MHz, but also other frequencies in this range, with approximately 80 Hz resolution.", so according to this 51000000 is the biggest it may work with 408000000 / 51000000 = 8, but it is unclear for me what means approximately at this point
<digetx> ah, sdmmc has 7.1 divider
<digetx> it's 7bit integer + 0.5
<digetx> or + 0
<digetx> so 8 and 8.5 are valid
TundraMan has quit [Read error: Connection reset by peer]
<jenneron[m]> what does it mean
maxim[m] has quit [Ping timeout: 264 seconds]
maxim[m] has joined #tegra
gouchi has joined #tegra
<jenneron[m]> so 51000000 is still the biggest one
<jenneron[m]> anyway i changed clock to 51000000 and it is still 48000000 in clk_summary
<digetx> mmc driver should set to 50MHz
<jenneron[m]> digetx: do you have ideas?
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<digetx> about what
<digetx> 50MHz is maximum supported by the WiFi card and MMC core gets that info from the card
kusma has quit [Ping timeout: 268 seconds]
kusma has joined #tegra
maxnet[m] has quit [Ping timeout: 246 seconds]
maxnet[m] has joined #tegra
<jenneron[m]> but 408000000 / 50000000 = 8.16
<digetx> clock rate normally is rounded down
<jenneron[m]> mmc frequency should be same to clock, parent clock is pll p which is 408000000
<jenneron[m]> datasheet says 52
<digetx> you can't get 50 from 408
<digetx> you can get it from pllc3, but that will require to correct the mmc mux in clk driver for t114
<digetx> ah no
<digetx> the mux is okay in the code
<digetx> set parent to PLL_C3
<digetx> or C2
maxnet[m] has quit [Ping timeout: 264 seconds]
maxnet[m] has joined #tegra
<kwizart> DavidHeidelberg, hi, I don't have schematics for paz00, what's is your issue with backlight ?
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
gouchi has quit [Remote host closed the connection]
<jenneron[m]> ok, even if 50 is correct, i can't set it, it's still 48
<jenneron[m]> yes, but how then i should set mmc to 50 MHz?
<jenneron[m]> sorry for dumb questions
<jenneron[m]> brcmfmac still hangs, but it seems like i'm done with clocks
<jenneron[m]> thanks
<DavidHeidelberg> kwizart just filling mission DTS fields :) pwm backlight must have power-supply property :)
<digetx> jenneron[m]: if you will change parent to pllc, then you will get 50
<digetx> if it doesn't work, then you're using wrong dtb
<digetx> clock rate won't help hangs, it's usually related to other things
<digetx> check pinctrl driver strength
<digetx> try firmware from Android
<digetx> *drive
<jenneron[m]> my drive strengths for sdio are same to downstream
<jenneron[m]> clock thing works
<jenneron[m]> i'm 99% sure firmware is not the issue. wifi used to work for 2 days with this upstream firmware, but i lost this success after one cold boot
<digetx> check reset and power gpios
<digetx> you will lose wifi after another cold boot if they are incorrect/swapped
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra