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

Commit 4d997318 authored by Ram Prakash Gupta's avatar Ram Prakash Gupta
Browse files

mmc: sdhci-msm: Add vbias bypass specific hw WA flag



To support vbias bypass hw work around add flag to
support work around on bengal platforms.

Change-Id: Ia07674b25b2d21d3bf5a8c075de857272885bb66
Signed-off-by: default avatarRam Prakash Gupta <rampraka@codeaurora.org>
parent 5a64462a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2387,6 +2387,9 @@ struct sdhci_msm_pltfm_data *sdhci_msm_populate_pdata(struct device *dev,
	pdata->largeaddressbus =
		of_property_read_bool(np, "qcom,large-address-bus");

	msm_host->vbias_skip_wa =
		of_property_read_bool(np, "qcom,vbias-skip-wa");

	sdhci_msm_pm_qos_parse(dev, pdata);

	if (of_get_property(np, "qcom,core_3_0v_support", NULL))
+1 −0
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@ struct sdhci_msm_host {
	u32 ice_clk_rate;
	bool debug_mode_enabled;
	bool reg_store;
	bool vbias_skip_wa;
	struct reset_control *core_reset;
	u32 minor;
};