All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH: ARM: am33xx.dtsi USB ranges length
@ 2020-06-05 17:49 Oskar Holmlund
  2020-06-08 16:55 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Oskar Holmlund @ 2020-06-05 17:49 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, bcousson

AM335x TRM: Table 2-1 defines USBSS - USB Queue Manager in memory region
0x4740 0000 to 0x4740 7FFF.

Diff created from am33xx.dtsi commit 
e20ef23dd6937c38df2cfddf15270668153c8177

Signed-off-by: Oskar Holmlund <oskar@ohdata.se>
--- arch/arm/boot/dts/am33xx.dtsi.orig	2020-06-05 18:58:39.720383275 
+0200
+++ arch/arm/boot/dts/am33xx.dtsi	2020-06-05 19:01:32.974619980 +0200
@@ -347,7 +347,7 @@
  			clock-names = "fck";
  			#address-cells = <1>;
  			#size-cells = <1>;
-			ranges = <0x0 0x47400000 0x5000>;
+			ranges = <0x0 0x47400000 0x8000>;

  			usb0_phy: usb-phy@1300 {
  				compatible = "ti,am335x-usb-phy";

-- 
Bästa Hälsningar
Oskar Holmlund
Tel 070-3220292

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: ARM: am33xx.dtsi USB ranges length
  2020-06-05 17:49 PATCH: ARM: am33xx.dtsi USB ranges length Oskar Holmlund
@ 2020-06-08 16:55 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2020-06-08 16:55 UTC (permalink / raw)
  To: Oskar Holmlund; +Cc: linux-omap, bcousson

* Oskar Holmlund <info@ohdata.se> [200605 17:46]:
> AM335x TRM: Table 2-1 defines USBSS - USB Queue Manager in memory region
> 0x4740 0000 to 0x4740 7FFF.

Oh OK, looks like the older TRM revisions list the ragen from
offset 0x5000 to 0x8000 as reserved. Thanks for fixing it,
applying into fixes.

BTW, you should check your setup and use git tools for
generating the patches. I could not git am apply it directly
without manual editing. And then scripts/checkpatch_pl --strict
still complained as you have different sender email from
commit email. With git this gets fixed up with an extra
"From:" at the top of the email.

Regards,

Tony

> Diff created from am33xx.dtsi commit
> e20ef23dd6937c38df2cfddf15270668153c8177
> 
> Signed-off-by: Oskar Holmlund <oskar@ohdata.se>
> --- arch/arm/boot/dts/am33xx.dtsi.orig	2020-06-05 18:58:39.720383275 +0200
> +++ arch/arm/boot/dts/am33xx.dtsi	2020-06-05 19:01:32.974619980 +0200
> @@ -347,7 +347,7 @@
>  			clock-names = "fck";
>  			#address-cells = <1>;
>  			#size-cells = <1>;
> -			ranges = <0x0 0x47400000 0x5000>;
> +			ranges = <0x0 0x47400000 0x8000>;
> 
>  			usb0_phy: usb-phy@1300 {
>  				compatible = "ti,am335x-usb-phy";
> 
> -- 
> Bästa Hälsningar
> Oskar Holmlund
> Tel 070-3220292

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-08 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05 17:49 PATCH: ARM: am33xx.dtsi USB ranges length Oskar Holmlund
2020-06-08 16:55 ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.