linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: ARM: am33xx.dtsi ti,sysc-mask wrong softreset flag
@ 2020-06-05 17:51 Oskar Holmlund
  2020-06-08 17:01 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Oskar Holmlund @ 2020-06-05 17:51 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, bcousson

AM335x TRM: Figure 16-23 define sysconfig register and soft_reset
are in first position corresponding to SYSC_OMAP4_SOFTRESET defined
in ti-sysc.h.

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 18:59:23.140945292 +0200
@@ -335,7 +335,7 @@
  			      <0x47400010 0x4>;
  			reg-names = "rev", "sysc";
  			ti,sysc-mask = <(SYSC_OMAP4_FREEEMU |
-					 SYSC_OMAP2_SOFTRESET)>;
+					 SYSC_OMAP4_SOFTRESET)>;
  			ti,sysc-midle = <SYSC_IDLE_FORCE>,
  					<SYSC_IDLE_NO>,
  					<SYSC_IDLE_SMART>;

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

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

* Re: PATCH: ARM: am33xx.dtsi ti,sysc-mask wrong softreset flag
  2020-06-05 17:51 PATCH: ARM: am33xx.dtsi ti,sysc-mask wrong softreset flag Oskar Holmlund
@ 2020-06-08 17:01 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2020-06-08 17:01 UTC (permalink / raw)
  To: Oskar Holmlund; +Cc: linux-omap, bcousson

* Oskar Holmlund <info@ohdata.se> [200605 17:41]:
> AM335x TRM: Figure 16-23 define sysconfig register and soft_reset
> are in first position corresponding to SYSC_OMAP4_SOFTRESET defined
> in ti-sysc.h.

Applying this too to fixes thanks. This one also had
issues applying FYI.

Regards,

Tony

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

end of thread, other threads:[~2020-06-08 17:01 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:51 PATCH: ARM: am33xx.dtsi ti,sysc-mask wrong softreset flag Oskar Holmlund
2020-06-08 17:01 ` 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).