From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb Date: Sat, 31 Aug 2013 21:42:06 +0400 Message-ID: <52222AEE.2090607@cogentembedded.com> References: <1377885140-3529-1-git-send-email-mugunthanvnm@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1377885140-3529-1-git-send-email-mugunthanvnm@ti.com> Sender: linux-omap-owner@vger.kernel.org To: Mugunthan V N Cc: balbi@ti.com, bigeasy@linutronix.de, bcousson@baylibre.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org List-Id: devicetree@vger.kernel.org Hello. On 08/30/2013 09:52 PM, Mugunthan V N wrote: > DT node's unit address should be its own register offset address to make it a > unique across the system. This patch corrects the incorrect USB entries with > correct register offset for unit address. > Cc: Sebastian Andrzej Siewior > Cc: Felipe Balbi > Signed-off-by: Mugunthan V N > --- > arch/arm/boot/dts/am33xx.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index f9c5da9..e9b6775 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi [...] > @@ -449,7 +449,7 @@ > "tx14", "tx15"; > }; > > - cppi41dma: dma-controller@07402000 { > + cppi41dma: dma-controller@47402000 { Not @47400000? Look at the first entry in the "reg" prop. > compatible = "ti,am3359-cppi41"; > reg = <0x47400000 0x1000 > 0x47402000 0x1000 WBR, Sergei