From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 2/6] arm: dts: imx: Add missing #phy-cells to usb-nop-xceiv Date: Thu, 16 Nov 2017 19:10:49 +0800 Message-ID: <20171116110729.GN25384@dragon> References: <20171109222614.5719-1-robh@kernel.org> <20171109222614.5719-2-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20171109222614.5719-2-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Sascha Hauer , Fabio Estevam List-Id: devicetree@vger.kernel.org On Thu, Nov 09, 2017 at 04:26:10PM -0600, Rob Herring wrote: > "usb-nop-xceiv" is using the phy binding, but is missing #phy-cells > property. This is probably because the binding was the precursor to the phy > binding. > > Fixes the following warning in i.MX dts files: > > Warning (phys_property): Missing property '#phy-cells' in node ... > > Signed-off-by: Rob Herring > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Fabio Estevam Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Thu, 16 Nov 2017 19:10:49 +0800 Subject: [PATCH 2/6] arm: dts: imx: Add missing #phy-cells to usb-nop-xceiv In-Reply-To: <20171109222614.5719-2-robh@kernel.org> References: <20171109222614.5719-1-robh@kernel.org> <20171109222614.5719-2-robh@kernel.org> Message-ID: <20171116110729.GN25384@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Nov 09, 2017 at 04:26:10PM -0600, Rob Herring wrote: > "usb-nop-xceiv" is using the phy binding, but is missing #phy-cells > property. This is probably because the binding was the precursor to the phy > binding. > > Fixes the following warning in i.MX dts files: > > Warning (phys_property): Missing property '#phy-cells' in node ... > > Signed-off-by: Rob Herring > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Fabio Estevam Applied, thanks.