On 5/5/25 3:47 PM, Gokul Sriram P wrote: > > On 4/26/2025 1:57 AM, Konrad Dybcio wrote: >> On 4/17/25 8:12 AM, Gokul Sriram Palanisamy wrote: >>> Enable nodes required for q6 remoteproc bring up. >>> >>> Signed-off-by: Gokul Sriram Palanisamy <[email protected]> >>> --- >> [...] >> >>> + apcs_glb: mailbox@f400004 { >>> + compatible = "qcom,ipq5424-apcs-apps-global", >>> + "qcom,ipq6018-apcs-apps-global"; >>> + reg = <0 0x0f400004 0 0x6000>; >> So either the offset in the driver is wrong, or the base here >> is wrong >> >> The IPC register is at 0x0f40000c >> >> + length is 0x10_000 > > with 0x0f400004, In apcs mailbox driver using offset as 8. > > Should I use 0x0f400000 with offset as 12 ?
Looks like, yes Konrad
