<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>
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?