From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <balbi@ti.com>
Cc: devicetree@vger.kernel.org,
Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
Linux ARM Kernel Mailing List
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] arm: boot: dts: am4372: fix USB regs size
Date: Wed, 3 Sep 2014 14:51:13 -0700 [thread overview]
Message-ID: <20140903215112.GP11766@atomide.com> (raw)
In-Reply-To: <1409779344-27823-1-git-send-email-balbi@ti.com>
* Felipe Balbi <balbi@ti.com> [140903 14:28]:
> Size should be 64KiB instead of 92KiB.
>
> Signed-off-by: Felipe Balbi <balbi@ti.com>
> ---
> 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 = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
> phys = <&usb2_phy1>;
> phy-names = "usb2-phy";
> @@ -826,7 +826,7 @@
>
> usb2: usb@483d0000 {
> compatible = "synopsys,dwc3";
> - reg = <0x483d0000 0x17000>;
> + reg = <0x483d0000 0x10000>;
> interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
> phys = <&usb2_phy2>;
> phy-names = "usb2-phy";
> --
Applying into omap-for-v3.17/fixes-v2 thanks.
Tony
prev parent reply other threads:[~2014-09-03 21:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-03 21:22 [PATCH] arm: boot: dts: am4372: fix USB regs size Felipe Balbi
2014-09-03 21:51 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140903215112.GP11766@atomide.com \
--to=tony@atomide.com \
--cc=balbi@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).