ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
djrscally has quit [Ping timeout: 256 seconds]
XV9 has joined #armlinux
XV8 has quit [Ping timeout: 240 seconds]
shailangsa has quit [Ping timeout: 240 seconds]
c1728p9 has quit [Quit: Leaving]
jtf has quit [Ping timeout: 240 seconds]
jtf has joined #armlinux
shailangsa has joined #armlinux
iivanov has joined #armlinux
luispm has joined #armlinux
monstr has joined #armlinux
djrscally has joined #armlinux
sszy has joined #armlinux
<wens>
wondering how people deal with intermediate stable clocks in the context of cpufreq/devfreq? i.e. when the rate of the upstream PLL is reconfigured, the consumer is switched over to a stable clock. The gotcha is that stable clock is faster than the lowest OPP, and so the device might need a voltage boost.
<wens>
one not so great option I have is to switch to the slowest stable clock, the main crystal, and not need to deal with voltage boost.
<CounterPillow>
the rockchip-vpu.yaml binding requires interrupt-names in a case where only the decoder is present, and only has a decoder "vdpu" interrupt. I followed this example by extending this to require that interrupt-names be present in the encoder-only configuration as well, with just the "vepu" interrupt. Was this the wrong choice?
<robher>
CounterPillow: There's no shortage of bad examples... If the vpu can have both encoder and decoder and has cases of multiple interrupts and single interrupt, then using interrupt-names is perfectly justified.
<robher>
BTW, #devicetree is the appropriate channel for DT issues.