Эх сурвалжийг харах

dm: sandbox: sysreset: Convert driver to livetree

Update this driver to support a live device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 8 жил өмнө
parent
commit
03753c9a7b

+ 1 - 1
drivers/sysreset/sysreset_sandbox.c

@@ -41,7 +41,7 @@ static int sandbox_sysreset_request(struct udevice *dev, enum sysreset_t type)
 	 * (see the U_BOOT_DEVICE() declaration below) should not do anything.
 	 * (see the U_BOOT_DEVICE() declaration below) should not do anything.
 	 * If we are that device, return an error.
 	 * If we are that device, return an error.
 	 */
 	 */
-	if (state->fdt_fname && dev_of_offset(dev) == -1)
+	if (state->fdt_fname && !dev_of_valid(dev))
 		return -ENODEV;
 		return -ENODEV;
 
 
 	switch (type) {
 	switch (type) {