[openwrt/openwrt] ipq807x: enable regulator-fixed driver

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 13 06:31:22 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f5d962f9b3683669a79a57d1ee6a2dc4bcfb7f18

commit f5d962f9b3683669a79a57d1ee6a2dc4bcfb7f18
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Mon Jan 23 13:00:21 2023 +0900

    ipq807x: enable regulator-fixed driver
    
    Enable regulator-fixed to define the regulator of USB vbus on Buffalo
    WXR-5950AX12.
    
    Reviewed-by: Robert Marko <robimarko at gmail.com>
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
---
 target/linux/ipq807x/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

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




More information about the lede-commits mailing list