<Kwiboo>
btw, on E25 I had some issue with system freeze when running "pci enum", until I disabled pcie3x1 and forced vcc3v3_pi6c_05 to always-on
<naoki>
+ add something to dts
<naoki>
hmm
<Kwiboo>
yes, with that compile fix and config options + sata nodes enabled it should work
<naoki>
thank you so much :)
<Kwiboo>
also the scsi command should be used, trying to use cmd_sata will cause a crash, that confused me a little bit when I tried to get sata working on odroid-m1
<Kwiboo>
for the e25 defconfig all kconfig options should be enabled, but no sata node in device tree, so my m.2 sata drive did not work
<Kwiboo>
will continue working on the full ethernet driver, still having issues with TX packets not reaching network, yet RX packes can be read from the network
punit has quit [Read error: Connection reset by peer]
rajkosto has quit [Read error: Connection reset by peer]
vagrantc has quit [Quit: leaving]
<naoki>
sre: I noticed rockchip_cpufreq_probe() is called (and failed) on non-rk3588 board (ROCK 3A)
dossalab has joined #linux-rockchip
camus has quit [Read error: Connection reset by peer]
camus1 has joined #linux-rockchip
camus1 is now known as camus
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #linux-rockchip
stikonas has joined #linux-rockchip
ldevulder has joined #linux-rockchip
jaganteki has joined #linux-rockchip
ldevulder has quit [Quit: Leaving]
ldevulder has joined #linux-rockchip
stikonas has quit [Ping timeout: 258 seconds]
dossalab has quit [Read error: Connection reset by peer]
<sre>
naoki: adding &pcie30x1m1_pins pinctrl to &pcie2x1l0 is wrong for multiple reasons. First of all it muxes functionality to a different IP. The pins must be configured as GPIO, but it does not matter because the driver does not support wake and irqreq GPIOs. So only the reset gpio needs to be configured. Last but not least it also muxes an unrelated
<sre>
naoki: regarding rockchip_cpufreq_probe() - I now added a check to avoid probing on RK3588. But as I said the whole solution is a WIP hack. It's not for production use / upstream submission.