aboutsummaryrefslogtreecommitdiff
path: root/include/power/rk8xx_pmic.h
diff options
context:
space:
mode:
authorQuentin Schulz2024-03-14 10:36:15 +0100
committerKever Yang2024-03-14 18:19:44 +0800
commit811323ffd460ce6e54846c872df1ea157adf5ea8 (patch)
tree71fa5d890392a4f54e30042ca65f7c7280b6ad10 /include/power/rk8xx_pmic.h
parent3de8f45e6f2f94f4cd11a9cbc78ba1828ce639da (diff)
regulator: rk8xx: remove unused functions
Those two functions had their last user removed in commit f9c68a566c4d ("rockchip: phycore_rk3288: remove phycore_init() function") part of v2023.01 release, so let's do some cleanup here. Cc: Quentin Schulz <foss+uboot@0leil.net> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Diffstat (limited to 'include/power/rk8xx_pmic.h')
-rw-r--r--include/power/rk8xx_pmic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/power/rk8xx_pmic.h b/include/power/rk8xx_pmic.h
index 3cbfc021956..0db82419d4f 100644
--- a/include/power/rk8xx_pmic.h
+++ b/include/power/rk8xx_pmic.h
@@ -233,7 +233,5 @@ struct rk8xx_priv {
};
int rk8xx_spl_configure_buck(struct udevice *pmic, int buck, int uvolt);
-int rk818_spl_configure_usb_input_current(struct udevice *pmic, int current_ma);
-int rk818_spl_configure_usb_chrg_shutdown(struct udevice *pmic, int uvolt);
#endif