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

Commit 1fc99cb1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "ARM: dts: msm: Limit max-frequency for eMMC and SD card""

parents 1d136d7a d39c394b
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -2799,10 +2799,6 @@
		non-removable;
		supports-cqe;

		no-sd;
		no-sdio;
		max-frequency = <192000000>;

		qcom,devfreq,freq-table = <50000000 200000000>;
		qcom,scaling-lower-bus-speed-mode = "DDR52";

@@ -2867,10 +2863,6 @@
		iommus = <&apps_smmu 0x40 0x0>;
		qcom,iommu-dma = "bypass";

		no-mmc;
		no-sdio;
		max-frequency = <202000000>;

		qcom,devfreq,freq-table = <50000000 202000000>;

		status = "disabled";
+0 −4
Original line number Diff line number Diff line
@@ -3238,10 +3238,6 @@
			<&clock_gcc GCC_SDCC2_APPS_CLK>;
		clock-names = "iface", "core";

		no-mmc;
		no-sdio;
		max-frequency = <202000000>;

		/* DLL HSR settings. Refer go/hsr - <Target> DLL settings */
		qcom,dll-hsr-list = <0x0007642C 0xA800 0x10
					0x2C010800 0x80040868>;
+0 −4
Original line number Diff line number Diff line
@@ -25,10 +25,6 @@
	pinctrl-0 = <&sdc2_on>;
	pinctrl-1 = <&sdc2_off>;

	no-mmc;
	no-sdio;
	max-frequency = <200000000>;

	cd-gpios = <&tlmm 99 GPIO_ACTIVE_LOW>;
};

+0 −4
Original line number Diff line number Diff line
@@ -15,10 +15,6 @@
	non-removable;
	supports-cqe;

	no-sd;
	no-sdio;
	max-frequency = <192000000>;

	vdd-supply = <&vreg_sd_vdd>;
	qcom,vdd-voltage-level = <2950000 2950000>;
	qcom,vdd-current-level = <0 570000>;
+0 −4
Original line number Diff line number Diff line
@@ -24,10 +24,6 @@
	pinctrl-0 = <&sdc2_on>;
	pinctrl-1 = <&sdc2_off>;

	no-mmc;
	no-sdio;
	max-frequency = <200000000>;

	cd-gpios = <&tlmm 99 GPIO_ACTIVE_LOW>;
};

Loading