From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1442300021.27250.10.camel@mhfsdcap03> Subject: Re: [PATCH 1/3] doc: dt: add documentation for Mediatek spi-nor controller From: bayi.cheng To: Brian Norris CC: David Woodhouse , Rob Herring , Pawel Moll , Mark Rutland , "Ian Campbell" , Kumar Gala , Matthias Brugger , "Daniel Kurtz" , Sascha Hauer , , , , , Date: Tue, 15 Sep 2015 14:53:41 +0800 In-Reply-To: <20150911214907.GE11487@google.com> References: <1441705796-11365-1-git-send-email-bayi.cheng@mediatek.com> <1441705796-11365-2-git-send-email-bayi.cheng@mediatek.com> <20150911214907.GE11487@google.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2015-09-11 at 14:49 -0700, Brian Norris wrote: > 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 > Ok, I will add other clocks > > +- clock-names: "spi_clk", "axi_clk", "mux_clk", "sf_clk" > > But you have 4 names here. > > ... > > + clocks = <&pericfg CLK_PERI_SPI>, > > + <&topckgen CLK_TOP_AXI_SEL>, > > + <&topckgen CLK_TOP_UNIVPLL2_D8>, > > + <&topckgen CLK_TOP_SPINFI_IFR_SEL>; > > And you provide 4 clocks. > > > + clock-names = "spi_clk", "axi_clk", "mux_clk", "sf_clk"; > > Please list all 4 under the "clocks" property, not just under the > "clock-names" property. > OK, Thanks for your remind! > Brian