aboutsummaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-29 21:19:28 -0700
committerSimon Glass <sjg@chromium.org>2020-01-07 16:02:39 -0700
commit42a0ce576f33ad413662e7178f05db2f36de9896 (patch)
treeaf97557d5426841d06a5942688ed3621dfc2e514 /include/test
parentaf68411dd1e9ef69ada074963333a5a5b8e278a4 (diff)
downloadu-boot-42a0ce576f33ad413662e7178f05db2f36de9896.zip
u-boot-42a0ce576f33ad413662e7178f05db2f36de9896.tar.gz
u-boot-42a0ce576f33ad413662e7178f05db2f36de9896.tar.bz2
dm: devres: Add a new OFDATA phase
Since the ofdata_to_platdata() method can allocate resources, add it as a new devres phase. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/test/test.h b/include/test/test.h
index 5977c59..e5bef47 100644
--- a/include/test/test.h
+++ b/include/test/test.h
@@ -52,8 +52,9 @@ enum {
TEST_DEVRES_COUNT = 10,
TEST_DEVRES_TOTAL = TEST_DEVRES_SIZE * TEST_DEVRES_COUNT,
- /* A different size */
+ /* A few different sizes */
TEST_DEVRES_SIZE2 = 15,
+ TEST_DEVRES_SIZE3 = 37,
};
#endif /* __TEST_TEST_H */