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

Commit 39d00a96 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: Update dt entries for SDIO and WLAN on MDM9650 TTP"

parents 9a0c6a4b 2b180245
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -66,6 +66,41 @@
	};
};

&cnss_sdio {
	status = "ok";
};

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

	qcom,clk-rates = <400000 20000000 25000000 50000000 100000000
							200000000>;
	qcom,bus-width = <4>;
	qcom,core_3_0v_support;
	qcom,nonremovable;

	pinctrl-names = "active", "sleep";
	pinctrl-0 = <&sdc1_clk_on &sdc1_cmd_on &sdc1_data_on
				&sdc1_wlan_gpio_active>;
	pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off
				&sdc1_wlan_gpio_sleep>;
	#address-cells = <0>;
	interrupt-parent = <&sdhc_1>;
	interrupts = <0 1 2>;
	#interrupt-cells = <1>;
	interrupt-map-mask = <0xffffffff>;
	interrupt-map = <0 &intc 0 123 0
			1 &intc 0 138 0
			2 &tlmm_pinmux 93 0x4>;
	interrupt-names = "hc_irq", "pwr_irq", "sdiowakeup_irq";

	status = "ok";
};

&usb3 {
	cpe-gpio = <&tlmm_pinmux 87 0>;
};