From 42a0ce576f33ad413662e7178f05db2f36de9896 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 29 Dec 2019 21:19:28 -0700 Subject: 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 --- include/test/test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/test') 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 */ -- cgit v1.1