Re: [PATCH v4 4/7] dt-bindings: media: qcom: Add CAMSS Offline Processing Engine (OPE)
Bryan O'Donoghue <[email protected]>
| Newsgroups | org.kernel.vger.linux-hardening,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
On 10/07/2026 10:04, Loic Poulain wrote: > + reg = <0x5c42400 0x200>, > + <0x5c42600 0x200>, > + <0x5c42800 0x4400>, > + <0x5c46c00 0x190>, > + <0x5c46d90 0xa00>; > + reg-names = "top", "qos", "pipeline", > + "bus_read", "bus_write"; > + Does this register space cover the entire OPE i.e. where are the CDM registers ? We should map those upfront even if they are not included in your first drop, we map CDM regs in the IFE even when not used. Also, I looks as though you're missing CDM S1 SID entries in your iommu definition. --- bod