
30 Dec
2019
30 Dec
'19
5:19 a.m.
This flag is missing a comment. Add one.
Signed-off-by: Simon Glass sjg@chromium.org ---
include/dm/device.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/dm/device.h b/include/dm/device.h index d7ad9d6728..21774708e7 100644 --- a/include/dm/device.h +++ b/include/dm/device.h @@ -45,6 +45,7 @@ struct driver_info; /* Device name is allocated and should be freed on unbind() */ #define DM_FLAG_NAME_ALLOCED (1 << 7)
+/* Device has platform data provided by of-platdata */ #define DM_FLAG_OF_PLATDATA (1 << 8)
/*
--
2.24.1.735.g03f4e72817-goog