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

Commit 41580926 authored by Govind Singh's avatar Govind Singh
Browse files

ARM: dts: msm: add dsrc supply in cnss-sdio node for MDM9607



rome_vreg_dsrc regulator is a fixed regulator and this regulator
is control by PMIC gpio4. This is being used as vdd supply for
the wlan DSRC module based on sdio interface. Add rome_vreg_dsrc
regulator node in dtsi.

Change-Id: Ia72cae445fd12a8e25d0e25d7853e366e1a9112f
Signed-off-by: default avatarGovind Singh <govinds@codeaurora.org>
parent 142bf6bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -500,6 +500,7 @@
	qcom,cnss-sdio {
		compatible = "qcom,cnss_sdio";
		vdd-wlan-supply = <&rome_vreg>;
		vdd-wlan-dsrc-supply = <&sdcard_ext_vreg>;
		vdd-wlan-io-supply = <&mdm9607_l11>;
		vdd-wlan-xtal-supply = <&mdm9607_l2>;
	};