From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 11 May 2020 12:17:57 +0200 (CEST) Subject: [PATCH V2 6/6] imx8: Replace SC_R_LAST with SC_R_NONE in DTB In-Reply-To: <20200504131654.17085-6-peng.fan@nxp.com> Message-ID: <20200511101757.93D86818E8@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Leonard Crestez > We are currently using SC_R_LAST as a marker for imx8 power domain tree > nodes without a resource attached. This value is compiled into dtb as > part of the linux build and used by uboot. > The SC_R_LAST constant changes frequently as SCFW resources are added > (by design) and every time we need to update linux and uboot headers > together or boot can fail. > Fix this by replacing SC_R_LAST usage with a new constant SC_R_NONE > defined to be 0xFFF0. > Reviewed-by: Peng Fan > Signed-off-by: Leonard Crestez > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================