<DavidHeidelberg[m]>
bamse: Hello, do you recall from commit `ARM: dts: qcom: apq8064: Add syscon for sic-non-secure` (2016), what sic non-secure means? I didn't found it anywhere outside APQ8064
<DavidHeidelberg[m]>
it seems little bit unusual, since docs doesn't mention syscon, on other hand it makes sense to me as it is used
<bamse>
DavidHeidelberg[m]: recall...no...but i found a patch that references it
<bamse>
DavidHeidelberg[m]: it seems to be used for invoking interrupts on the sensor processor
<bamse>
ahh yeah that patch made it upstream as well, nice
<DavidHeidelberg[m]>
bamse: so let say I can put `compatible = "qcom,sic-non-secure", "syscon";` and referencing `qcom,sic-non-secure` from `syscon.yaml`?
<bamse>
DavidHeidelberg[m]: so in qcom-apq8064.dtsi we have &l2cc and &sps_sic_non_secure as syscons and smd and smsm just points to those...
<DavidHeidelberg[m]>
yes
<bamse>
this predates ab460a2e72da ("rpmsg: qcom_smd: Access APCS through mailbox framework")
<bamse>
which was when we switched to properly describe that