diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2023-01-23 13:00:21 +0900 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-02-12 01:18:35 +0100 |
commit | f5d962f9b3683669a79a57d1ee6a2dc4bcfb7f18 (patch) | |
tree | 18589b6bf1f7497628107a04fa3ac7d787f38c90 /target/linux | |
parent | 5163bb5e545eaac30dc5b5a6d75686b26f70667c (diff) | |
download | upstream-f5d962f9b3683669a79a57d1ee6a2dc4bcfb7f18.tar.gz upstream-f5d962f9b3683669a79a57d1ee6a2dc4bcfb7f18.tar.bz2 upstream-f5d962f9b3683669a79a57d1ee6a2dc4bcfb7f18.zip |
ipq807x: enable regulator-fixed driver
Enable regulator-fixed to define the regulator of USB vbus on Buffalo
WXR-5950AX12.
Reviewed-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq807x/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq807x/config-5.15 b/target/linux/ipq807x/config-5.15 index 9fb604ace2..923cd935f3 100644 --- a/target/linux/ipq807x/config-5.15 +++ b/target/linux/ipq807x/config-5.15 @@ -398,6 +398,7 @@ CONFIG_REGULATOR=y CONFIG_REGULATOR_CPR3=y # CONFIG_REGULATOR_CPR3_NPU is not set CONFIG_REGULATOR_CPR4_APSS=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y # CONFIG_REGULATOR_QCOM_LABIBB is not set CONFIG_REGULATOR_QCOM_SPMI=y # CONFIG_REGULATOR_QCOM_USB_VBUS is not set |