summaryrefslogtreecommitdiff
path: root/include/power/sandbox_pmic.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-06-23 21:38:58 (GMT)
committerSimon Glass <sjg@chromium.org>2015-07-21 23:39:26 (GMT)
commit3b55d30f6ff2f16c5fd02685bff7639211e6d326 (patch)
treead95bf1feedf12bfb96ab33b0b60db70a0159ed7 /include/power/sandbox_pmic.h
parent7837ceab1ef8d4a88fb218bfa6b042b0b865b15f (diff)
downloadu-boot-3b55d30f6ff2f16c5fd02685bff7639211e6d326.tar.xz
dm: pmic: Split output from function
The regulator_autoset() function mixes printf() output and PMIC adjustment code. It provides a boolean to control the output. It is better to avoid missing logic and output, and this permits a smaller SPL code size. So split the output into a separate function. Also rename the function to have a by_name() suffix, since we would like to be able to pass a device when we know it, and thus avoid the name search. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
Diffstat (limited to 'include/power/sandbox_pmic.h')
-rw-r--r--include/power/sandbox_pmic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/power/sandbox_pmic.h b/include/power/sandbox_pmic.h
index ae14292..8547674 100644
--- a/include/power/sandbox_pmic.h
+++ b/include/power/sandbox_pmic.h
@@ -117,11 +117,11 @@ enum {
/*
* Expected regulators setup after call of:
- * - regulator_autoset()
+ * - regulator_autoset_by_name()
* - regulator_list_autoset()
*/
-/* BUCK1: for testing regulator_autoset() */
+/* BUCK1: for testing regulator_autoset_by_name() */
#define SANDBOX_BUCK1_AUTOSET_EXPECTED_UV 1200000
#define SANDBOX_BUCK1_AUTOSET_EXPECTED_UA 200000
#define SANDBOX_BUCK1_AUTOSET_EXPECTED_ENABLE true