mmind00 changed the topic of #linux-rockchip to: Rockchip development discussion | public log at https://libera.irclog.whitequark.org/linux-rockchip
stikonas has quit [Read error: Connection reset by peer]
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
TahomaSoft has joined #linux-rockchip
<TahomaSoft> Anyone have any experience with the RK3568? I'm working on supporting the LinkStar H68K1492v1 and am stuck getting the third of three PCIe buses to work. I could use some advice on working with the DTS.
<CounterPillow> mainline or vendor kernel?
<TahomaSoft> Mainline Openwrt kernel, which currently is 6.6.92
<TahomaSoft> The objective is to get the work into mainline Openwrt and patched into the mainline kernel
<CounterPillow> referencing the odroid m1 dts for clues may be useful, but my general advice is to make sure that the pcie bus you're looking at in a schematic corresponds to he one you're fiddling with in a dts, and also that the combphys are on
<CounterPillow> if it's one of the PCIe2.1/SATA/USB or PCIe2.1/SATA controllers, then it needs the combphys to be status = "okay"; as well
<TahomaSoft> It is currently the one of the PCIe 3 controllers that is giving me the problem. The PCIe 2 bus comes up. I'll take a look at the odroid m1, and sounds good on schematic and combphys ideas too.
<CounterPillow> for the PCIe3 ones, double-check that you've got the PCIe3 PHY enabled in the kernel config. CONFIG_PHY_ROCKCHIP_SNPS_PCIE3
<TahomaSoft> Affirmative on the SNPS_PCIE3=y
<TahomaSoft> Thank you
hexdump0815 has quit [Read error: Connection reset by peer]
hexdump0815 has joined #linux-rockchip
naoki has joined #linux-rockchip
naoki has quit [Ping timeout: 248 seconds]
naoki has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
naoki has quit [Ping timeout: 252 seconds]
System_Error has joined #linux-rockchip
mripard has joined #linux-rockchip
<mmind00> TahomaSoft: depending on what you read first (here or my mail from just now), make sure the num-lanes are set to <1> ... because pcie3x2 and pcie3x1 share the 2 available lanes
cbeznea has joined #linux-rockchip
franoosh has joined #linux-rockchip
naoki has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
<qschulz> linkmauve: patches welcome to U-Boot's docs :)
franoosh has quit [Ping timeout: 260 seconds]
raster has joined #linux-rockchip
franoosh has joined #linux-rockchip
franoosh has quit [Changing host]
franoosh has joined #linux-rockchip
<TahomaSoft> Thank you @mmind00!
Stat_headcrabbed has quit [Remote host closed the connection]
franoosh has quit [Ping timeout: 276 seconds]
naoki has quit [Ping timeout: 260 seconds]
franoosh has joined #linux-rockchip
eballetbo has joined #linux-rockchip
franoosh has quit [Ping timeout: 244 seconds]
franoosh has joined #linux-rockchip
naoki has joined #linux-rockchip
naoki has quit [Client Quit]
mripard has quit [Ping timeout: 245 seconds]
mripard has joined #linux-rockchip
franoosh has quit [Ping timeout: 244 seconds]
franoosh has joined #linux-rockchip
raster has quit [Quit: Gettin' stinky!]
jaganteki has joined #linux-rockchip
ungeskriptet has quit [Ping timeout: 265 seconds]
ungeskriptet has joined #linux-rockchip
nashpa has joined #linux-rockchip
dliviu has quit [Ping timeout: 252 seconds]
dsimic has quit [Ping timeout: 276 seconds]
dsimic has joined #linux-rockchip
testaccount has joined #linux-rockchip
<CounterPillow> mmind00: enjoy the massive changelog in v2 of the PWM series :D
<mmind00> CounterPillow: but 200 lines less than v1 :-)
testaccount has quit [Client Quit]
<mmind00> CounterPillow: really like the bitfield addition :-)
<mmind00> although that macro-voodoo is cause for headaches
<CounterPillow> I have a slight suspicion that since this is fixed size, we could make at least the non-const one a static inline __pure function with all the typechecking and normal syntax that entails and compilers will emit mostly the same code, but I don't want to rock the boat too much
mripard has quit [Quit: WeeChat 4.6.3]
necessarypinch has quit [Read error: Connection reset by peer]
raster has joined #linux-rockchip
necessarypinch has joined #linux-rockchip
raster has quit [Quit: Gettin' stinky!]
jaganteki has quit [Quit: Client closed]
<diederik> Dex2x: nice :)
System_Error has quit [Remote host closed the connection]
hanetzer has joined #linux-rockchip
System_Error has joined #linux-rockchip
stikonas has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
erg_ has joined #linux-rockchip
franoosh has quit [Ping timeout: 265 seconds]
eballetbo has quit [Quit: Connection closed for inactivity]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
erg_ has quit [Ping timeout: 252 seconds]
franoosh has joined #linux-rockchip
cbeznea has quit [Ping timeout: 248 seconds]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
Hypfer6 is now known as Hypfer
Ermine has quit [Ping timeout: 248 seconds]
Ermine has joined #linux-rockchip
<macromorgan> I got DSI working on my panel finally for the rk3588s, and those patches help from what I understand