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

Commit ac2e656c authored by Veerabhadrarao Badiganti's avatar Veerabhadrarao Badiganti
Browse files

ARM: dts: mdm: Specify the gpio needed for sd_slot_vreg



Since sd_slot_vreg is a GPIO controlled regulator,
add reference of the gpio which controls it.

This is required to enable the SD card module.

Change-Id: Iee94964abaac2f811407791a678ee240f4ae8579
Signed-off-by: default avatarVeerabhadrarao Badiganti <vbadigan@codeaurora.org>
parent 79dd32e0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-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
@@ -278,6 +278,7 @@
		compatible = "regulator-fixed";
		regulator-name = "sd_2.95";
		startup-delay-us = <1600>;
		gpio = <&tlmm_pinmux 50 0>;
		enable-active-high;
	};
};