logicalerzor has quit [Quit: Connection closed for inactivity]
junari has joined #linux-msm
junari has quit [Remote host closed the connection]
logicalerzor has joined #linux-msm
logicalerzor[m] has joined #linux-msm
logicalerzor has left #linux-msm [#linux-msm]
<sgerhold>
aka_[m]: I'm quite sure you need both clocks running for (certain?) register accesses to succeed. I guess you can try that, but perhaps the clock is even running by default when the DSP starts. Would need to explicitly "disable" it to be sure
mani_s has joined #linux-msm
mani_s has left #linux-msm [#linux-msm]
Caterpillar has quit [Quit: Konversation terminated!]
mani_s has joined #linux-msm
mani_s has quit []
<aka_[m]>
sgerhold: issue is without DIG_CLK enabled in machine driver mi2s fails to start
<sgerhold>
dsp returns an error?
<aka_[m]>
would dumping registers pre and post dig_clk enablement help?
<aka_[m]>
sgerhold: uh i took a look at wcd-digital passed clocks and it passes IXFABRIC but also i took a look at other clocks like base AHB ones and it seems on 8916 reset always toggle CLK_OFF bit
<aka_[m]>
not a case on 8976/8953
<aka_[m]>
however enable so bit[0] is also 9
<aka_[m]>
*0
<aka_[m]>
not even mentioning on 8916 there is single register for that and on 8976 there is also SPDMTM one
<krzk>
JIaxyga[m]: I don't know, you tell me. Are the clocks valid for sm8450 since they are put in the sm8450 bindings?
<krzk>
Anyway, any include won't work because both headers might go their own way
<JIaxyga[m]>
krzk: No, this clocks is not valid for sm8450. But at the same time we need to have them in this header, as the sm8450 (to support sm8475) driver needs it. So creating sm8475 header file and importing sm8450 is not such a bad idea. In the driver I will replace sm8450.h with sm8475.h
<JIaxyga[m]>
krzk: By prefix do you mean GCC_SM8475_GPLL2? Or what?
<krzk>
JIaxyga[m]: yes
<krzk>
rather SM8475_whatever_name
<JIaxyga[m]>
Okay thank you
<JIaxyga[m]>
Then another question for you konradybcio lumag . Where is it better to write sm8475 prefix in the name of structures? At the beginning of the name or at the end or as it is now?