All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oskar Holmlund <info@ohdata.se>
To: linux-omap@vger.kernel.org
Cc: tony@atomide.com, bcousson@baylibre.com
Subject: PATCH: ARM: am33xx.dtsi ti,sysc-mask wrong softreset flag
Date: Fri, 05 Jun 2020 19:51:09 +0200	[thread overview]
Message-ID: <d5f2bd51988130c1220179dbf54df62d@ohdata.se> (raw)

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

             reply	other threads:[~2020-06-05 17:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-05 17:51 Oskar Holmlund [this message]
2020-06-08 17:01 ` PATCH: ARM: am33xx.dtsi ti,sysc-mask wrong softreset flag Tony Lindgren

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=d5f2bd51988130c1220179dbf54df62d@ohdata.se \
    --to=info@ohdata.se \
    --cc=bcousson@baylibre.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /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 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.