[PATCH 10/19] dm: core: Add a comment for DM_FLAG_OF_PLATDATA

Simon Glass sjg at chromium.org
Mon Dec 30 05:19:19 CET 2019


This flag is missing a comment. Add one.

Signed-off-by: Simon Glass <sjg at 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



More information about the U-Boot mailing list