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

Commit baaf79cc authored by Konstantin Dorfman's avatar Konstantin Dorfman
Browse files

ARM: dts: msm: SD card support for msmcobalt on simulator



This change defines sdhc_2 device tree node, describing SD card slot for
VP (Virtual Platform) msmcobalt model.

Change-Id: I09c1cb034b69a1b806096bd9c3168d985e9cf963
Signed-off-by: default avatarKonstantin Dorfman <kdorfman@codeaurora.org>
parent 1068ccd4
Loading
Loading
Loading
Loading
+19 −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
@@ -17,3 +17,21 @@
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_active>;
};

&sdhc_2 {
	vdd-supply = <&pmcobalt_l21>;
	qcom,vdd-always-on;
	qcom,vdd-voltage-level = <2950000 2960000>;
	qcom,vdd-current-level = <200 800000>;

	vdd-io-supply = <&pmcobalt_l13>;
	qcom,vdd-io-always-on;
	qcom,vdd-io-voltage-level = <1808000 2950000>;
	qcom,vdd-io-current-level = <200 22000>;

	qcom,clk-rates = <400000 20000000 25000000
				50000000 100000000 200000000>;
	qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";

	status = "ok";
};