From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 Aug 2018 11:11:12 +0200 Subject: [U-Boot] [PATCH V2 4/4] dm: power-domain: query power domain after get device In-Reply-To: <20180727022039.11147-4-peng.fan@nxp.com> References: <20180727022039.11147-1-peng.fan@nxp.com> <20180727022039.11147-4-peng.fan@nxp.com> Message-ID: <20180806111112.09e37c85@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 27 Jul 2018 10:20:39 +0800 Peng Fan peng.fan at nxp.com wrote: > This is to test power_domain_on in device_probe. > If the device has a power-domain property, enable it > when probe the device. So add the test to check > whether it is powered on or not. > > Signed-off-by: Peng Fan > Reviewed-by: Simon Glass > --- > > V2: Add review tag > > test/dm/power-domain.c | 2 ++ > 1 file changed, 2 insertions(+) Applied to u-boot-staging/agust at denx.de, thanks! -- Anatolij