Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1433328
| From | Han Xu <xhnjupt@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 2/6] Documentation: dt: mtd: gpmi: document the clocks and clock-names in DT property |
| Date | 2016-06-28 23:20 +0200 |
| Message-ID | <rP8Ah-3MT-11@gated-at.bofh.it> (permalink) |
| References | <rNGZr-574-5@gated-at.bofh.it> <rP8gW-3r9-45@gated-at.bofh.it> <rP8gW-3r9-43@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 28, 2016 at 3:55 PM, Rob Herring <robh@kernel.org> wrote: > On Fri, Jun 24, 2016 at 04:40:07PM -0500, Han Xu wrote: >> add the clocks and clock-names in DT property, gpmi-io clock is >> mandatory for all platforms, but some platforms, such as i.MX6Q may >> need more extra clocks for submodules. More details please refer to the >> SoC reference manual. >> >> Signed-off-by: Han Xu <han.xu@nxp.com> >> --- >> Documentation/devicetree/bindings/mtd/gpmi-nand.txt | 9 +++++++++ >> 1 file changed, 9 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/mtd/gpmi-nand.txt b/Documentation/devicetree/bindings/mtd/gpmi-nand.txt >> index d02acaf..a2fd034 100644 >> --- a/Documentation/devicetree/bindings/mtd/gpmi-nand.txt >> +++ b/Documentation/devicetree/bindings/mtd/gpmi-nand.txt >> @@ -13,6 +13,13 @@ Required properties: >> and GPMI DMA channel ID. >> Refer to dma.txt and fsl-mxs-dma.txt for details. >> - dma-names: Must be "rx-tx". >> + - clocks : The clocks needed by the gpmi controller. This field varies >> + depends on the SoC design, "gpmi-io" is mandatory but some platforms may >> + need several extra clocks, such as i.MX6 series, which requires "gpmi_apb, >> + gpmi_bch, gpmi_bch_apb and per1_bch" for all submodules, while i.MX7 only >> + need gpmi_bch_apb. Please refer to the HW design manual. >> + - clock-names : the name of the clocks, please refer to the HW design >> + manual. > > No please list the names here (I assume what is above?). Also need to > specify the order of the clocks. It would be clearest if you list things > by exact compatible strings. These are the exact clocks needed by i.MX6 and i.MX7. Order doesn't matter. > > Rob > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ -- Sincerely, Han XU
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/6] support gpmi on i.MX6UL/7D and HW bitflip on i.MX6QP/7D Han Xu <han.xu@nxp.com> - 2016-06-24 23:40 +0200
Re: [PATCH v3 2/6] Documentation: dt: mtd: gpmi: document the clocks and clock-names in DT property Rob Herring <robh@kernel.org> - 2016-06-28 23:00 +0200
Re: [PATCH v3 2/6] Documentation: dt: mtd: gpmi: document the clocks and clock-names in DT property Han Xu <xhnjupt@gmail.com> - 2016-06-28 23:20 +0200
Re: [PATCH v3 6/6] Documentation: dt: mtd: gpmi: document the new supported chip in DT Rob Herring <robh@kernel.org> - 2016-06-28 23:00 +0200
Re: [PATCH v3 4/6] mtd: nand: gpmi: correct bitflip for erased NAND page Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-07-04 16:00 +0200
csiph-web