Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1683413 > unrolled thread

[PATCH 2/2] ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio

Started bySebastian Reichel <sebastian.reichel@collabora.co.uk>
First post2017-07-07 22:10 +0200
Last post2017-07-08 07:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/2] ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-07-07 22:10 +0200
    Re: [PATCH 2/2] ARM: dts: motorola-cpcap-mapphone: set initial mode  for vaudio Tony Lindgren <tony@atomide.com> - 2017-07-08 07:40 +0200

#1683413 — [PATCH 2/2] ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio

FromSebastian Reichel <sebastian.reichel@collabora.co.uk>
Date2017-07-07 22:10 +0200
Subject[PATCH 2/2] ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio
Message-ID<u0HJE-uJ-11@gated-at.bofh.it>
Set default mode for vaudio, which may be left in standby mode
if the system is booted via kexec from Android.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
---
 arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
index 86033aee8a29..7c6d61fb5cf2 100644
--- a/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
+++ b/arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
@@ -261,5 +261,6 @@
 		regulator-min-microvolt = <2775000>;
 		regulator-max-microvolt = <2775000>;
 		regulator-enable-ramp-delay = <1000>;
+		regulator-initial-mode = <0x00>; /* NORMAL */
 	};
 };
-- 
2.13.2

[toc] | [next] | [standalone]


#1683541 — Re: [PATCH 2/2] ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio

FromTony Lindgren <tony@atomide.com>
Date2017-07-08 07:40 +0200
SubjectRe: [PATCH 2/2] ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio
Message-ID<u0QDg-6uh-5@gated-at.bofh.it>
In reply to#1683413
* Sebastian Reichel <sebastian.reichel@collabora.co.uk> [170707 13:08]:
> Set default mode for vaudio, which may be left in standby mode
> if the system is booted via kexec from Android.

Acked-by: Tony Lindgren <tony@atomide.com>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web