]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio
authorSebastian Reichel <sebastian.reichel@collabora.co.uk>
Mon, 10 Jul 2017 14:33:41 +0000 (16:33 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 14 Aug 2017 18:34:24 +0000 (11:34 -0700)
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi

index 1eb5da1dc8f0a9fd2ee02195678b56aa67ddf23a..4d61e5b1334a632b984016bada159e94ce34e1a2 100644 (file)
@@ -255,5 +255,6 @@ vaudio: VAUDIO {
                regulator-min-microvolt = <2775000>;
                regulator-max-microvolt = <2775000>;
                regulator-enable-ramp-delay = <1000>;
+               regulator-initial-mode = <0x00>; /* NORMAL */
        };
 };