Commit f44cfcee authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Andy Gross
Browse files

ARM: dts: qcom: msm8974-honami: Add sdhci1 node



Introduce the eMMC sdhci node and its pinctrl state.

Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent e29d22e0
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -277,6 +277,19 @@
};

&soc {
	sdhci@f9824900 {
		status = "ok";

		vmmc-supply = <&pm8941_l20>;
		vqmmc-supply = <&pm8941_s3>;

		bus-width = <8>;
		non-removable;

		pinctrl-names = "default";
		pinctrl-0 = <&sdhc1_pin_a>;
	};

	serial@f991e000 {
		status = "ok";

@@ -302,6 +315,20 @@
				bias-disable;
			};
		};

		sdhc1_pin_a: sdhc1-pin-active {
			clk {
				pins = "sdc1_clk";
				drive-strength = <16>;
				bias-disable;
			};

			cmd-data {
				pins = "sdc1_cmd", "sdc1_data";
				drive-strength = <10>;
				bias-pull-up;
			};
		};
	};
};