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

Commit 146a6f8f authored by Kai Liu's avatar Kai Liu
Browse files

ARM: dts: msm: enable TF SDIO 100Mhz & 200Mhz clk in SDX20 platform



SDX20 dual-wifi platform supports two cards, one is using sdio interface.
Enable 100Mhz & 200Mhz clk for this sdio card.

Change-Id: I0bc3d9320dd2e5c3500d309cff0e56920cd3d7cf
CRs-fixed: 2078730
Signed-off-by: default avatarKai Liu <kaliu@codeaurora.org>
parent 13f80029
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -37,7 +37,8 @@
	qcom,vdd-io-always-on;
	qcom,vdd-io-current-level = <200 10000>;

	qcom,clk-rates = <400000 20000000 25000000 50000000>;
	qcom,clk-rates = <400000 20000000 25000000 50000000 100000000
			200000000>;
	qcom,bus-width = <4>;
	qcom,core_3_0v_support;
	qcom,nonremovable;
+2 −1
Original line number Diff line number Diff line
@@ -29,7 +29,8 @@
	qcom,vdd-io-always-on;
	qcom,vdd-io-current-level = <200 10000>;

	qcom,clk-rates = <400000 20000000 25000000 50000000>;
	qcom,clk-rates = <400000 20000000 25000000 50000000 100000000
			200000000>;
	qcom,bus-width = <4>;
	qcom,core_3_0v_support;
	qcom,nonremovable;