From e4f9d060e5fff3776b8bc2f9dd4da63961cf2cc5 Mon Sep 17 00:00:00 2001 From: Jianlong Huang Date: Mon, 31 Oct 2022 09:31:44 +0800 Subject: [PATCH] regulator:axp1506:Remove regulator ALDO4 Fix bug, remove sdio_vdd and remove ALDO4 enum. Which may cause cpu freq don't work. Signed-off-by: Jianlong Huang --- include/linux/regulator/axp15060.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/regulator/axp15060.h b/include/linux/regulator/axp15060.h index 8456a1a..b74381f 100644 --- a/include/linux/regulator/axp15060.h +++ b/include/linux/regulator/axp15060.h @@ -38,7 +38,6 @@ enum axp15060_reg_id { enum axp15060_reg_id { AXP15060_ID_ALDO1 = 0, AXP15060_ID_ALDO3, - AXP15060_ID_ALDO4, AXP15060_ID_ALDO5, AXP15060_ID_DCDC2, AXP15060_MAX_REGULATORS, -- 2.7.4