On 4/27/26 2:43 PM, Loic Poulain wrote: > Add Devicetree binding documentation for the Qualcomm Camera Subsystem > Offline Processing Engine (OPE) found on platforms such as Agatti. > The OPE is a memory-to-memory image processing block which operates > on frames read from and written back to system memory. > > Signed-off-by: Loic Poulain <[email protected]> > ---
[...] > + clocks = <&gcc GCC_CAMSS_OPE_CLK>, > + <&gcc GCC_CAMSS_OPE_AHB_CLK>, > + <&gcc GCC_CAMSS_NRT_AXI_CLK>; Should the two AXI clocks be aggregated by camss-top instead? Otherwise we run the risk of the OPE driver setting a rate of A and another sub-device setting a rate of B Konrad

