From: Jianlong Huang Date: Mon, 31 Oct 2022 01:31:44 +0000 (+0800) Subject: regulator:axp1506:Remove regulator ALDO4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4f9d060e5fff3776b8bc2f9dd4da63961cf2cc5;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/include/linux/regulator/axp15060.h b/include/linux/regulator/axp15060.h index 8456a1abdff0..b74381fafe40 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,