From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 11 May 2020 12:17:31 +0200 (CEST) Subject: [PATCH V2 2/6] imx8: power: Add PD device lookup interface to power domain uclass In-Reply-To: <20200504131654.17085-2-peng.fan@nxp.com> Message-ID: <20200511101731.25208813A6@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 > Add power_domain_lookup_name interface to power domain uclass to find > a power domain device by its DTB node name, not using its associated > client device. > Through this interface, we can operate the power domain devices directly. > This is needed for non-DM drivers. > Modified from Ye's NXP downstream patch > only for legacy imx8 power domain driver, since we have not migrated > to use new power domain driver. > Signed-off-by: Ye Li > 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 =====================================================================