From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] arm: boot: dts: am4372: fix USB regs size Date: Wed, 3 Sep 2014 14:51:13 -0700 Message-ID: <20140903215112.GP11766@atomide.com> References: <1409779344-27823-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1409779344-27823-1-git-send-email-balbi@ti.com> Sender: linux-omap-owner@vger.kernel.org To: Felipe Balbi Cc: devicetree@vger.kernel.org, Linux OMAP Mailing List , Linux ARM Kernel Mailing List List-Id: devicetree@vger.kernel.org * Felipe Balbi [140903 14:28]: > Size should be 64KiB instead of 92KiB. > > Signed-off-by: Felipe Balbi > --- > arch/arm/boot/dts/am4372.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi > index 9b3d2ba..8689949 100644 > --- a/arch/arm/boot/dts/am4372.dtsi > +++ b/arch/arm/boot/dts/am4372.dtsi > @@ -804,7 +804,7 @@ > > usb1: usb@48390000 { > compatible = "synopsys,dwc3"; > - reg = <0x48390000 0x17000>; > + reg = <0x48390000 0x10000>; > interrupts = ; > phys = <&usb2_phy1>; > phy-names = "usb2-phy"; > @@ -826,7 +826,7 @@ > > usb2: usb@483d0000 { > compatible = "synopsys,dwc3"; > - reg = <0x483d0000 0x17000>; > + reg = <0x483d0000 0x10000>; > interrupts = ; > phys = <&usb2_phy2>; > phy-names = "usb2-phy"; > -- Applying into omap-for-v3.17/fixes-v2 thanks. Tony