From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Subject: Re: [PATCH] ARM: AM43XX: hwmod: Fix RSTST register offset for pruss Date: Mon, 20 Jun 2016 13:53:58 +0530 Message-ID: <5767A81E.1040809@ti.com> References: <1466394745-983-1-git-send-email-j-keerthy@ti.com> <5E94841CD408F1498111ED1D1196B1B237B18D3A@DBDE04.ent.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5E94841CD408F1498111ED1D1196B1B237B18D3A@DBDE04.ent.ti.com> Sender: linux-kernel-owner@vger.kernel.org To: "Mohammed, Afzal" , "J, KEERTHY" , "tony@atomide.com" Cc: "linux-omap@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Kristo, Tero" , "Gerlach, Dave" , "Anna, Suman" , "paul@pwsan.com" , "linux@armlinux.org.uk" List-Id: linux-omap@vger.kernel.org On Monday 20 June 2016 12:35 PM, Mohammed, Afzal wrote: > Hi, > > J, KEERTHY wrote on Monday, June 20, 2016 9:22 AM: > >> pruss hwmod RSTST register wrongly points to PWRSTCTRL register in case of >> am43xx. Fix the RSTST register offset value. > >> This can lead to setting of wrong power state values for PER domain. > > Just curious, does it happen or noticed by going thr' the code ? No i was trying omap4_prminst_deassert_hardreset on AM43XX on my local tree and i saw issues and then saw that RSTST register offsets were wrongly populated. Hence fixing the same. > > Regards > afzal >