<digetx> DavidHeidelberg: why you added me as maintainer of the mmc binding? :) add Thierry and Jon
<digetx> I don't need that yaml right now, was curious if you have it
torez has quit [Remote host closed the connection]
sikhye has quit [Remote host closed the connection]
sikhye has joined #tegra
marvin24 has quit [Ping timeout: 246 seconds]
marvin24 has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
marvin24 has quit [Ping timeout: 246 seconds]
marvin24 has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
gouchi has joined #tegra
gouchi has quit [Remote host closed the connection]
sikhye has quit [Ping timeout: 264 seconds]
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
sikhye has joined #tegra
<DavidHeidelberg> <digetx> "David Heidelberg: why you..." <- I think you were previous contributors to the txt file.. Anyway it's not ready yet :)
sikhye has quit [Remote host closed the connection]
sikhye has joined #tegra
MatrixTravelerbo has quit [Quit: Bridge terminating on SIGTERM]
maxim[m] has quit [Quit: Bridge terminating on SIGTERM]
pangelo[m] has quit [Quit: Bridge terminating on SIGTERM]
kusma has quit [Quit: Bridge terminating on SIGTERM]
gavodavo has quit [Quit: Bridge terminating on SIGTERM]
maxnet[m] has quit [Quit: Bridge terminating on SIGTERM]
thevengefulprinc has quit [Quit: Bridge terminating on SIGTERM]
leanderglanda[m] has quit [Quit: Bridge terminating on SIGTERM]
Jasper[m] has quit [Quit: Bridge terminating on SIGTERM]
nergzd723[m] has quit [Quit: Bridge terminating on SIGTERM]
mikoro[m] has quit [Quit: Bridge terminating on SIGTERM]
jenneron[m] has quit [Quit: Bridge terminating on SIGTERM]
pgwipeout[m] has quit [Quit: Bridge terminating on SIGTERM]
aonbehamut[m] has quit [Quit: Bridge terminating on SIGTERM]
x86corez has quit [Quit: Bridge terminating on SIGTERM]
AntoniAloyTorren has quit [Quit: Bridge terminating on SIGTERM]
DavidHeidelberg has quit [Quit: Bridge terminating on SIGTERM]
ServerStatsDisco has quit [Quit: Bridge terminating on SIGTERM]
jonasschwoebel[m has quit [Quit: Bridge terminating on SIGTERM]
DavidHeidelberg has joined #tegra
AntoniAloyTorren has joined #tegra
nergzd723[m] has joined #tegra
pangelo[m] has joined #tegra
ServerStatsDisco has joined #tegra
x86corez has joined #tegra
MatrixTravelerbo has joined #tegra
mikoro[m] has joined #tegra
jonasschwoebel[m has joined #tegra
thevengefulprinc has joined #tegra
Jasper[m] has joined #tegra
maxnet[m] has joined #tegra
maxim[m] has joined #tegra
aonbehamut[m] has joined #tegra
jenneron[m] has joined #tegra
pgwipeout[m] has joined #tegra
leanderglanda[m] has joined #tegra
kusma has joined #tegra
gavodavo has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<jonasschwoebel[m> clk_summary - https://dpaste.com/BDG5GW9B2
<jonasschwoebel[m> only added 48MHz to `_calc_rate`
<jonasschwoebel[m> pll_a gives warning again.
<jonasschwoebel[m> current code changes:
<jonasschwoebel[m> <digetx> "try https://dpaste.com/7YN5DVGNU" <- ``````
sikhye has quit [Remote host closed the connection]
sikhye has joined #tegra
<jonasschwoebel[m> efi framebuffer works until it sets up the clocks.
<jonasschwoebel[m> Once host1x (tries to) take control screen just turns black. (backlight but no image)
sikhye has quit [Remote host closed the connection]
sikhye has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
sikhye1 has joined #tegra
<DavidHeidelberg> digetx hey, when mux value (as pwm-a-b) is not defined in bindings, does that mean it does nothing? (tried grep it over the Linux kernel)
sikhye has quit [Ping timeout: 265 seconds]
torez has joined #tegra
<pgwipeout[m]> Alright, Ouya has u-boot on disk now.
gavodavo has quit [Ping timeout: 250 seconds]
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
e1z0 has quit [Changing host]
e1z0 has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<digetx> pgwipeout[m]: nice :)
gavodavo has joined #tegra
<digetx> DavidHeidelberg: I'm not sure what mux value you're meaning
<DavidHeidelberg> digetx for example: arch/arm/boot/dts/tegra20-colibri-eval-v3.dts pwm-a-b
<digetx> everything is defined in the included dtsi
<digetx> the undefined pinctrl parameters are left untouched in a state that was configured by bootloader
<DavidHeidelberg> oops, I'm blind
<DavidHeidelberg> how would you rename pwm-a-b to not start with pwm?
<DavidHeidelberg> could I call it sdc by function?
<digetx> bl-pwm-a-b
<digetx> dunno about c-d
<digetx> hmm, plla divn width is 9 bits and not 10 like it's defined in the code
<digetx> no, seems should okay
<DavidHeidelberg> digetx does patch for allowing flash items be named spi-flash (as many other spi related yaml expect) seem reasonable from your POV? commit 450d39dd20f906088682b76e75a62b5f4678dd95 (HEAD -> dt_bindings, origin/dt_bindings)... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/4472c2f4003881ee4c403130a2f1d1fa0f5c3e0c)
<DavidHeidelberg> digetx does patch for allowing flash items be named spi-flash (as many other spi related yaml expect) seem reasonable from your POV? https://paste.sr.ht/~okias/96b1a4ac035d5a5e960a089def42e19e2bff30a3
<digetx> looks okay
<DavidHeidelberg> 99 warning lines....
<digetx> jonasschwoebel[m: cf_max=6MHz for plla, maybe you need to use higher divm in the table entry
gouchi has joined #tegra
sikhye1 has quit [Remote host closed the connection]
sikhye has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<DavidHeidelberg> digetx can u point me in the right direction? arch/arm/boot/dts/tegra30-asus-nexus7-grouper-E1565.dt.yaml: pmic@3c: 'cpu-pwr-req-hog' does not match any of the regexes: '^gpio(@[0-9]+)?$', '^pinmux(@[0-9]+)?$', 'pinctrl-[0-9]+' ?
<DavidHeidelberg> it look like it shouldn't be inside `pmic`. Maybe change regex to not enforce end of string (`$`) ?
<DavidHeidelberg> but all other mfd's has it same way
<digetx> not sure, why -hog is invalid? what requirement it has?
<DavidHeidelberg> hog is ok, it just enforces to not have it there only ^gpio(@[0-9]+)?$ seems to match
<digetx> is it possible to add *-hog property to the pmic's yaml?
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
indy has joined #tegra
<DavidHeidelberg> just there isn't any other MFD which has it
<DavidHeidelberg> afk 10 min
<digetx> add patternProperties for '.*-hog'
<DavidHeidelberg> ok, thx
<DavidHeidelberg> good, only 69 (critical) warnings lines
torez has quit [Ping timeout: 245 seconds]
torez has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<digetx> I'll fix it
<DavidHeidelberg> good, I think today I'll get under 50 lines of warnings, so finally all warnings can be seen on one github page...
torez has quit [Ping timeout: 245 seconds]
torez has joined #tegra
<DavidHeidelberg> digetx u dropped my patch 7ed29a7c10aa17da30ec0b48cd866d4a371ae786 ?
<DavidHeidelberg> "FIXUP dt-bindings: i2c: Add binding for i2c-hotplug-gpio"
<DavidHeidelberg> I guess some fixup accident. Anyway, good night :)
tagr has quit [Remote host closed the connection]
sikhye has quit [Remote host closed the connection]
<digetx> fixed now, thanks
sikhye has joined #tegra
tagr has joined #tegra
<DavidHeidelberg> digetx thx, not sleeping yet, 35 lines of warnings...
<DavidHeidelberg> goddamn Realtek engineer who pushed broken YAML for realtek,rt5682s
<DavidHeidelberg> that's like 20 lines of errors
<DavidHeidelberg> 8 issues to get 0 lines (from tegra side) https://github.com/grate-driver/linux/issues/87
<DavidHeidelberg> oh, he finally today sent patch to fix the warnings :)
torez has quit [Quit: torez]
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
gouchi has quit [Remote host closed the connection]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #tegra
crabbedhaloablut has quit [Ping timeout: 276 seconds]
crabbedhaloablut has joined #tegra
oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra