On 11/26/25 6:50 AM, Varadarajan Narayanan wrote:
> Konrad,
>
> I intend to follow up on this patch series as the previous person is
> stuck with other assignments. Will address the comments in the other
> patches too and post a new version shortly.
>
>> On 4/17/25 8:12 AM, Gokul Sriram Palanisamy wrote:
>>> From: Manikanta Mylavarapu <[email protected]>
>>>
>>> Enable nodes required for q6 remoteproc bring up.
>>>
>>> Signed-off-by: Manikanta Mylavarapu <[email protected]>
>>> Signed-off-by: Gokul Sriram Palanisamy <[email protected]>
>>> ---
[...]
>>> + glink-edge {
>>> + interrupts = <GIC_SPI 321 IRQ_TYPE_EDGE_RISING>;
>>
>> Shouldn't this be 323?
>
> Since Q6 uses 321 for glink and 322 for smp2p we have to use the same
> in Linux too. As of now 323 and 324 are unused.
OK thanks for confirming
Konrad