[PATCH 1/3] doc: dt: add documentation for Mediatek spi-nor controller

2015-09-17 Thread Bayi Cheng
Add device tree binding documentation for serial flash with Mediatek serial flash controller Change-Id: Iaecd0bb7ba1b224f1e27bd7063f0b8d7ea30175a Signed-off-by: Bayi Cheng --- Documentation/devicetree/bindings/mtd/mtk_quadspi.txt | 18 ++ 1 file changed, 18 insertions(+) create

Re: [PATCH 1/3] doc: dt: add documentation for Mediatek spi-nor controller

2015-09-11 Thread Brian Norris
One more thing: On Tue, Sep 08, 2015 at 05:49:54PM +0800, Bayi Cheng wrote: > +- clocks: spi nor source clock ^^ you only list one clock here > +- clock-names: "spi_clk", "axi_clk", "mux_clk", "sf_clk" But you have 4 names here. ... > + clocks = <&pericfg CLK_PERI_SPI>, > + <&

Re: [PATCH 1/3] doc: dt: add documentation for Mediatek spi-nor controller

2015-09-11 Thread Brian Norris
On Tue, Sep 08, 2015 at 05:49:54PM +0800, Bayi Cheng wrote: > Add device tree binding documentation for serial flash with > Mediatek serial flash controller > > Signed-off-by: Bayi Cheng > --- > Documentation/devicetree/bindings/mtd/mtk_nor.txt | 25 > +++ > 1 file changed,

Re: [PATCH 1/3] doc: dt: add documentation for Mediatek spi-nor controller

2015-09-08 Thread Sascha Hauer
On Tue, Sep 08, 2015 at 05:49:54PM +0800, Bayi Cheng wrote: > Add device tree binding documentation for serial flash with > Mediatek serial flash controller > > Signed-off-by: Bayi Cheng > --- > Documentation/devicetree/bindings/mtd/mtk_nor.txt | 25 > +++ > 1 file changed,

Re: [PATCH 1/3] doc: dt: add documentation for Mediatek spi-nor controller

2015-09-08 Thread Jagan Teki
On 8 September 2015 at 15:19, Bayi Cheng wrote: > Add device tree binding documentation for serial flash with > Mediatek serial flash controller > > Signed-off-by: Bayi Cheng > --- > Documentation/devicetree/bindings/mtd/mtk_nor.txt | 25 > +++ > 1 file changed, 25 insertion

[PATCH 1/3] doc: dt: add documentation for Mediatek spi-nor controller

2015-09-08 Thread Bayi Cheng
Add device tree binding documentation for serial flash with Mediatek serial flash controller Signed-off-by: Bayi Cheng --- Documentation/devicetree/bindings/mtd/mtk_nor.txt | 25 +++ 1 file changed, 25 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/mt