From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v4 1/2] ARM: dts: imx: Add basic dtsi file for imx6sll Date: Fri, 16 Mar 2018 10:40:13 -0500 Message-ID: References: <1520503424-22985-1-git-send-email-ping.bai@nxp.com> <20180309233931.7xujvo4eg4g5ftri@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Jacky Bai Cc: "A.s. Dong" , "devicetree@vger.kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , "jacky.baip@gmail.com" , Fabio Estevam , "shawnguo@kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Sun, Mar 11, 2018 at 11:43 PM, Jacky Bai wrote: >> > diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi >> > + spi3 = &ecspi3; >> > + spi4 = &ecspi4; >> > + usbphy0 = &usbphy1; >> > + usbphy1 = &usbphy2; >> >> Why do you need a alias for phys? > > The alias of usbphy seems used by drivers/usb/phy/phy-mxs-usb.c. So we need to add alias for usbphy. That use should be fixed. The correct way to handle this is add a cell to "fsl,anatop" with 0 or 1 to distinguish each phy. >> > + }; >> > + >> > + cpus { >> > + #address-cells = <1>; >> > + #size-cells = <0>; >> > + >> > + cpu0: cpu@0 { >> > + compatible = "arm,cortex-a9"; >> > + device_type = "cpu"; >> > + reg = <0>; >> > + next-level-cache = <&L2>; >> > + operating-points = < >> > + /* kHz uV */ >> > + 996000 1225000 >> > + 792000 1175000 >> > + 396000 1075000 >> > + 198000 975000 >> > + >; >> > + fsl,soc-operating-points = < >> >> This is not documented. > > This is same as we used on other imx6 SOC. I don't know where to add doc for this property. Please give me some suggestion. Along side other OPP binding docs. The real question is why you need this and can't use the original OPP binding (which you have too) or move to the v2 binding. Rob