diff options
| author | Simon Glass <sjg@chromium.org> | 2019-12-29 21:19:28 -0700 |
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2020-01-07 16:02:39 -0700 |
| commit | 42a0ce576f33ad413662e7178f05db2f36de9896 (patch) | |
| tree | af97557d5426841d06a5942688ed3621dfc2e514 /include/test/test.h | |
| parent | af68411dd1e9ef69ada074963333a5a5b8e278a4 (diff) | |
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/test.h')
| -rw-r--r-- | include/test/test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/test/test.h b/include/test/test.h index 5977c59d3f7..e5bef4759a6 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 */ |
