From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Date: Mon, 26 Jan 2015 01:10:56 +0000 Subject: Re: [PATCH 03/11] ARM: shmobile: r8a7778: Common clock framework DT description Message-Id: <87fvaybb1j.wl%kuninori.morimoto.gx@renesas.com> List-Id: References: <1421857262-16607-4-git-send-email-ulrich.hecht+renesas@gmail.com> In-Reply-To: <1421857262-16607-4-git-send-email-ulrich.hecht+renesas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hi Geert > >> > + clock-output-names > >> > + "i2c0", "i2c1", "i2c2", "i2c3", "scif0", > >> > + "scif1", "scif2", "scif3", "scif4", "scif5", > >> > + "tmu0", "tmu1", "tmu2", "ssi0", "ssi1", > >> > + "ssi2", "ssi3", "sru", "hspi"; > >> > >> On r8a7790, we use "ssi%u", on r8a7791, we use "ssi.%u"? > > (snip) > >> > + clock-output-names > >> > + "scu0", "scu1", "scu2", "scu3", "scu4", > >> > + "scu5", "scu6", "scu7", "scu8"; > >> > >> On r8a7790, we use "scu-src%u", on r8a7791, we use "src.%u"? > >> > >> Shall we use "sru-src%u" or "src.%u" here? > > > > I guess > > mstp node is using "ssi%u" / "scu-src%u" > > sound node is using "ssi.%u" / "src.%u" > > Right, obviously I compared the wrong nodes. There are too many sound > parameters in DTS ;-) > > So on r8a7778 it should be ssi%u" / "sru-src%u", right? Thanks, I think so Best regards --- Kuninori Morimoto