summaryrefslogtreecommitdiff
path: root/configs/sandbox_noblk_defconfig
diff options
context:
space:
mode:
authorJacob Chen <jacob-chen@iotwrt.com>2017-05-02 14:54:52 +0800
committerSimon Glass <sjg@chromium.org>2017-05-10 13:37:22 -0600
commit453c5a927cddf19344a73f8d850ed6a317da54d2 (patch)
tree00d21ea3347f2bac7d4a2b20c81d691694a16d77 /configs/sandbox_noblk_defconfig
parenteff4ca728524f1f51c14e824608c8099793d92b7 (diff)
power: rk808: rename to rk8xx
Since this driver can be used for rk8xx series pmic, let's rename rk808 to rk8xx, to make it clear. Configs parts are done by sed -i "s/RK808/RK8XX/g" `grep RK808 -lr ./` Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Diffstat (limited to 'configs/sandbox_noblk_defconfig')
-rw-r--r--configs/sandbox_noblk_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/sandbox_noblk_defconfig b/configs/sandbox_noblk_defconfig
index 26183afdd2..b30e16508f 100644
--- a/configs/sandbox_noblk_defconfig
+++ b/configs/sandbox_noblk_defconfig
@@ -131,7 +131,7 @@ CONFIG_PMIC_ACT8846=y
CONFIG_DM_PMIC_PFUZE100=y
CONFIG_DM_PMIC_MAX77686=y
CONFIG_PMIC_PM8916=y
-CONFIG_PMIC_RK808=y
+CONFIG_PMIC_RK8XX=y
CONFIG_PMIC_S2MPS11=y
CONFIG_DM_PMIC_SANDBOX=y
CONFIG_PMIC_S5M8767=y
@@ -141,7 +141,7 @@ CONFIG_REGULATOR_ACT8846=y
CONFIG_DM_REGULATOR_PFUZE100=y
CONFIG_DM_REGULATOR_MAX77686=y
CONFIG_DM_REGULATOR_FIXED=y
-CONFIG_REGULATOR_RK808=y
+CONFIG_REGULATOR_RK8XX=y
CONFIG_REGULATOR_S5M8767=y
CONFIG_DM_REGULATOR_SANDBOX=y
CONFIG_REGULATOR_TPS65090=y