diff options
| author | Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> | 2025-01-22 19:41:25 +0300 |
|---|---|---|
| committer | Kevin Hilman (TI) <khilman@baylibre.com> | 2026-05-07 00:15:58 +0300 |
| commit | 009f64641db3fbfecf92dee910c57a41c3e77a4b (patch) | |
| tree | 36f7b9548494bc381add33950b111c888ce34573 | |
| parent | e0abb8a515cdb7613a15ce54910405ce8110e4f5 (diff) | |
| download | linux-009f64641db3fbfecf92dee910c57a41c3e77a4b.tar.xz | |
arch: arm: dts: cpcap-mapphone: Set VAUDIO regulator always-on
VAUDIO regulator is used by cpcap codec and currently is enabled/disabled
by dapm logic, however, when regulator is turned off, various cpcap
functions (like jack detection) do not work.
Configure VAUDIO regulator-allowed-modes property while at it to enable
low-power regulator mode being set.
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Link: https://patch.msgid.link/20250122164129.807247-2-ivo.g.dimitrov.75@gmail.com
Signed-off-by: Kevin Hilman (TI) <khilman@baylibre.com>
| -rw-r--r-- | arch/arm/boot/dts/ti/omap/motorola-cpcap-mapphone.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/motorola-cpcap-mapphone.dtsi b/arch/arm/boot/dts/ti/omap/motorola-cpcap-mapphone.dtsi index ea02fd403a9b..83fd58157579 100644 --- a/arch/arm/boot/dts/ti/omap/motorola-cpcap-mapphone.dtsi +++ b/arch/arm/boot/dts/ti/omap/motorola-cpcap-mapphone.dtsi @@ -267,6 +267,8 @@ regulator-min-microvolt = <2775000>; regulator-max-microvolt = <2775000>; regulator-enable-ramp-delay = <1000>; - regulator-initial-mode = <0x00>; /* NORMAL */ + regulator-allowed-modes = <0x00>, <0x40>; /* ON, LOW_PWR */ + regulator-initial-mode = <0x00>; /* ON */ + regulator-always-on; }; }; |
