Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be14bc1e authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala Committed by Subhash Jadavani
Browse files

ARM: dts: msm: Add the sdc_vreg regulator for mdmcalifornium



The sdc_vreg regulator is required to enable/disable the
SD card module.

CRs-Fixed: 967536
Change-Id: Id4d25408c116fd990882f1855c61eeb11f69c401
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
Signed-off-by: default avatarSubhash Jadavani <subhashj@codeaurora.org>
parent 72d1c287
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -259,4 +259,13 @@
		enable-active-high;
		gpio = <&pmdcalifornium_gpios 6 0>;
	};

	/* SD card 2.95 V supply */
	sdc_vreg: sdc_vreg {
		compatible = "regulator-fixed";
		regulator-name = "sdc_vreg";
		startup-delay-us = <4000>;
		enable-active-high;
		gpio = <&tlmm_pinmux 50 0>;
	};
};