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

Commit 864cc935 authored by Veerabhadrarao Badiganti's avatar Veerabhadrarao Badiganti
Browse files

ARM: dts: msm: Disable SD card hot-plug support on qsc405 platforms



Disable SD card hot-plug support on all qsc405 platforms except sku2.

Change-Id: I90bd11fcf86a7e2d371ce4b069e2a293c8674048
Signed-off-by: default avatarVeerabhadrarao Badiganti <vbadigan@codeaurora.org>
parent 409af4b4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, 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
@@ -172,6 +172,8 @@
};

&sdhc_2 {
	/delete-property/ qcom,nonhotplug;

	pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on
			&sdc2_cd_on>;
	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off
+2 −0
Original line number Diff line number Diff line
@@ -1215,6 +1215,8 @@
			<&clock_gcc GCC_SDCC2_APPS_CLK>;
		clock-names = "iface_clk", "core_clk";

		qcom,nonhotplug;

		/* VDD is an external regulator eLDO5 */
		vdd-io-supply = <&pms405_l11>;
		qcom,vdd-io-voltage-level = <1800000 2950000>;