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

Commit 199478e7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ce1f8612 baaf79cc
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";
};