Skip to content

Commit 2e4a0eb

Browse files
committed
qualcommax: enable userspace regulator for ipq60xx as well
Userspace regulator consumer is rather usefull so enable it for ipq60xx as well and remove from ipq807x only kernel config. Link: openwrt/openwrt#14807 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 3fbc740 commit 2e4a0eb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

target/linux/qualcommax/config-6.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ CONFIG_REGMAP_MMIO=y
444444
CONFIG_REGULATOR=y
445445
# CONFIG_REGULATOR_CPR3 is not set
446446
CONFIG_REGULATOR_FIXED_VOLTAGE=y
447-
# CONFIG_REGULATOR_QCOM_REFGEN is not set
447+
CONFIG_REGULATOR_USERSPACE_CONSUMER=y
448448
# CONFIG_REGULATOR_VQMMC_IPQ4019 is not set
449449
CONFIG_RELOCATABLE=y
450450
CONFIG_REMOTEPROC=y

target/linux/qualcommax/ipq807x/config-default

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ CONFIG_REGULATOR_CPR4_APSS=y
3232
# CONFIG_REGULATOR_QCOM_LABIBB is not set
3333
CONFIG_REGULATOR_QCOM_SPMI=y
3434
# CONFIG_REGULATOR_QCOM_USB_VBUS is not set
35-
CONFIG_REGULATOR_USERSPACE_CONSUMER=y
3635
CONFIG_RTC_DRV_PM8XXX=y
3736
CONFIG_SPMI=y
3837
# CONFIG_SPMI_HISI3670 is not set

0 commit comments

Comments
 (0)