Re: [PATCH 0/4] mtd: rawnand: qcom: Add MDM9607
Stephan Gerhold <[email protected]>
| Newsgroups | org.infradead.lists.linux-mtd,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi Miquèl, On Mon, Jun 29, 2026 at 05:46:57PM +0200, Manivannan Sadhasivam wrote: > On Mon, Jun 08, 2026 at 03:20:21PM +0200, Stephan Gerhold wrote: > > MDM9607 has QPIC v1.5 that supports the OP_PAGE_READ_ONFI_READ command, but > > is missing the rest of the hardware changes in QPIC v2. There is also only > > a single clock that can be controlled using the RPM firmware. Document and > > add the new qcom,mdm9607-nand compatible for this setup. > > > > Signed-off-by: Stephan Gerhold <[email protected]> > > You could ammend patch 1's commit message with the information I shared in the > reply. But nevertheless: > > Reviewed-by: Manivannan Sadhasivam <[email protected]> > Do you want me to resend the series with patch 1 commit message adjusted? There were no other changes requested as far as I can tell. I think the current commit message there is fine, especially if you add the Link: tag during applying. The extra context will be there. If you want me to resend, I would just replace the second paragraph in patch 1 with the following: --- On MDM9607 and other recent SoCs, the QPIC hardware requires 3 clocks (ahb, core, aon). However, the access to these clocks is restricted to the RPM firmware that controls the shared power resources for the whole SoC. The clocks cannot be controlled separately, there is only a single RPM_SMD_QPIC_CLK clock that implicitly enables all of the 3 clocks. The only exception to this are some IPQ* SoC that are not using RPM, there the clocks are directly controlled by the kernel via the clock controller (GCC). Require only one clock in the dt-bindings for MDM9607 to avoid having to define dummy clock entries. --- Thanks, Stephan ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/