From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 20 Aug 2015 13:59:21 -0600 Subject: [U-Boot] [PATCH 0/3] arm: tegra20/colibri_t20: early pmic rail configuration In-Reply-To: <1440057163-20081-1-git-send-email-marcel.ziswiler@toradex.com> References: <1440057163-20081-1-git-send-email-marcel.ziswiler@toradex.com> Message-ID: <55D63199.8020708@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/20/2015 01:52 AM, Marcel Ziswiler wrote: > > Implement early TPS6586X PMIC rail configuration setting SM0 being > VDD_CORE_1.2V to 1.2 volts and SM1 being VDD_CPU_1.0V to 1.0 volts. > > While those are PMIC power-up defaults the SoC might have been reset > separately with certain rails being left at lower DVFS states which > is e.g. the case upon watchdog reset while otherwise nearly idling. Is there any guarantee that the voltage levels are high enough for the AVP to run correctly before the CORE rail is adjusted? It sounds to me like a HW design issue; the SoC reset output should reset the PMIC too.