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

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

Merge "ARM: dts: msm: Add SDIO support for sdxnightjar"

parents 447d6ef6 f3160975
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -10,3 +10,20 @@
		   "qcom,sdxnightjar", "qcom,mtp";
	qcom,board-id = <8 3>;
};

&sdhc_1 {
	vdd-io-supply = <&pmd9650_l7>;
	qcom,vdd-io-voltage-level = <1800000 1800000>;
	qcom,vdd-io-always-on;
	qcom,vdd-io-current-level = <0 10000>;

	keep-power-in-suspend;
	qcom,core_3_0v_support;
	non-removable;

	pinctrl-names = "default", "sleep";
	pinctrl-0 = <&sdc2_on &sdc2_wlan_gpio_active>;
	pinctrl-1 = <&sdc2_off &sdc2_wlan_gpio_sleep>;

	status = "ok";
};
+30 −0
Original line number Diff line number Diff line
@@ -441,6 +441,36 @@
			};
		};

		sdc2_wlan_gpio {
			sdc2_wlan_gpio_active: sdc2_wlan_gpio_active {
				mux {
					pins = "gpio80";
					function  = "gpio";
				};

				config {
					pins  = "gpio80";
					output-high;
					drive-strength = <8>;
					bias-pull-up;
				};
			};

			sdc2_wlan_gpio_sleep: sdc2_wlan_gpio_sleep {
				mux {
					pins = "gpio80";
					function  = "gpio";
				};

				config {
					pins  = "gpio80";
					drive-strength = <2>;
					bias-pull-down;
					output-low;
				};
			};
		};

		/* SMB CONFIGURATION */
		pmx_smb_stat {
			smb_stat_active: smb_stat_active {