From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH 2/4] arm: omap5: hwmod: add missing ocp2scp hwmod data Date: Mon, 15 Jul 2013 21:13:32 +0530 Message-ID: <51E418A4.9000109@ti.com> References: <1373902423-28654-1-git-send-email-balbi@ti.com> <1373902423-28654-3-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:41766 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932680Ab3GOPn7 (ORCPT ); Mon, 15 Jul 2013 11:43:59 -0400 In-Reply-To: <1373902423-28654-3-git-send-email-balbi@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi Cc: Tony Lindgren , Linux OMAP Mailing List , Linux ARM Kernel Mailing List , Benoit Cousson Hi, On Monday 15 July 2013 09:03 PM, Felipe Balbi wrote: > From: Benoit Cousson > > without that hwmod data, USB3 will not in OMAP5 boards. > > While at that, also fix DTS data to pass reg property, > otherwise driver won't probe. > > Signed-off-by: Benoit Cousson > Signed-off-by: Felipe Balbi > --- > arch/arm/boot/dts/omap5.dtsi | 3 +- > arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 45 ++++++++++++++++++++++++++++++ > 2 files changed, 47 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi > index 5c99f19..4e41409 100644 > --- a/arch/arm/boot/dts/omap5.dtsi > +++ b/arch/arm/boot/dts/omap5.dtsi > @@ -652,10 +652,11 @@ > }; > }; > > - ocp2scp { > + ocp2scp@4a080000 { While at that, can we also name it ocp2scp1 since we have 3 instances of ocp2scp and it'll conflict when we want to add it for SATA and PCIE. Thanks Kishon