* [PATCH] arm: boot: dts: am4372: fix USB regs size
@ 2014-09-03 21:22 Felipe Balbi
2014-09-03 21:51 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2014-09-03 21:22 UTC (permalink / raw)
To: Tony Lindgren
Cc: Linux OMAP Mailing List, Linux ARM Kernel Mailing List,
devicetree, Felipe Balbi
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";
--
2.0.1.563.g66f467c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: boot: dts: am4372: fix USB regs size
2014-09-03 21:22 [PATCH] arm: boot: dts: am4372: fix USB regs size Felipe Balbi
@ 2014-09-03 21:51 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2014-09-03 21:51 UTC (permalink / raw)
To: Felipe Balbi
Cc: devicetree, Linux OMAP Mailing List,
Linux ARM Kernel Mailing List
* 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-03 21:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-03 21:22 [PATCH] arm: boot: dts: am4372: fix USB regs size Felipe Balbi
2014-09-03 21:51 ` Tony Lindgren
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).