<qschulz>
wens: regarding the discussion we had on pinctrl+gpio with having .strict = True + pinctrl-0 + *-gpios in DT
<qschulz>
wens: we absolutely need what you were suggesting in the pinctrl subsystem (I assume) to allow pinctrl-0 + *-gpios in DT (if the pinctrl-0 is muxing in GPIO function of course!) because we need to be able to provide the pinconf there
<qschulz>
(PU/PD/HIGH-Z/DS, etc...)
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
urjaman has joined #linux-rockchip
urja has quit [*.net *.split]
repk has quit [*.net *.split]
Whistler has quit [*.net *.split]
repk has joined #linux-rockchip
Whistler has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
matthias_bgg has quit [Quit: Leaving]
System_Error has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
eballetbo has joined #linux-rockchip
System_Error has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
warpme has joined #linux-rockchip
vagrantc has joined #linux-rockchip
franoosh has quit [Read error: Connection reset by peer]
erg_ has joined #linux-rockchip
helene has joined #linux-rockchip
System_Error has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<helene>
hello hello, i've been trying for a few days to make Linux 6.11 & U-Boot 2024.10-rc5 run on my RK3588-based CM3588 (since the DTs for that board were merged in for that kernel release! thank you for the work, Kwiboo!), but i've been encountering issues on getting bootup, which probably are caused by me misconfiguring something in my kconfig but i can't quite figure out what
<CounterPillow>
Show serial output of bootup, and your kconfig, in a paste
<helene>
i've been hit (again) with the "feb20000.spi: deferred probe pending: (reason unknown)"; which last time was caused by me missing the fact that SCMI clock drivers were required, as the registers for PMIC (which held regulators); but this time i'm not sure what's up
<helene>
it did use to work on 6.10 mainline, however; but yes, that's silly of me since drivers could've changed
<CounterPillow>
But this does look like no pmic or no spi for the pmic to work
<helene>
it did use to work on 6.9, still (just with the Armbian DTBs, which don't work anymore either now)
<CounterPillow>
Do keep in mind that things may be turned off when moving between kernel versions and doing make oldconfig, as sometimes kconfig reorganising isn't thought out in the best ways
<helene>
yeah, so i made sure to check /proc/config.gz; but maybe i missed something
<robmur01>
"CONFIG_REGULATOR_FIXED_VOLTAGE=m" - gonna guess that module's not loading
<helene>
oops... that seems very obvious in hindsight now, i've probably missed quite a few (i didn't know about that driver)
<helene>
thank you!
Stat_headcrabed has quit [Quit: Stat_headcrabed]
warpme has joined #linux-rockchip
warpme has quit [Client Quit]
<helene>
i'm surprised that the kconfig let me do that, though
<robmur01>
thankfully the missing pcie supplies were the tell in this case, having no dependency chain
warpme has joined #linux-rockchip
<CounterPillow>
The i2c controller driver is a module too, don't know if it's included in the initramfs though but i2c might be hooked up to PMIC stuff as well (though I think with all rk3588 stuff it's spi)
<helene>
i tried figuring out myself from reading the DTs and looking for which driver matched which device, and i couldn't figure it out; so thank you! i lack a lot of the linux "internals" knowledge wrt/ drivers myself, i couldn't have possibly figured it out without bisecting from a full config that may possibly have worked
<helene>
CounterPillow: devicetree seems to say it's SPI (if i'm reading it right), but if I'm encountering any issues I'll enable it entirely too, thank you!
<robmur01>
scripts/dtc/dt_to_config tries to give a reasonable starting point
* robmur01
could do with remembering more often that that exists
<helene>
oh, i didn't know that was a thing! thank you, i'll write that down somewhere for future endeavours!
stikonas has joined #linux-rockchip
eballetbo has quit [Quit: Connection closed for inactivity]
System_Error has quit [Remote host closed the connection]