
4 Feb
2021
4 Feb
'21
2:54 a.m.
This flag has the word 'REMOVE' in it which means it conflicts with the DM_REMOVE flags. Rename it to DM_FLAG_LEAVE_PD_ON which seems to indicate its purpose well enough.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
drivers/core/device-remove.c | 2 +- drivers/video/meson/meson_vpu.c | 2 +- drivers/watchdog/rti_wdt.c | 2 +- include/dm/device.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
Applied to u-boot-dm, thanks!