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

Commit 25010e76 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: msm: add cnss_sdio node for sdxhedgehog"

parents be05b187 025eae78
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -57,3 +57,11 @@

	status = "ok";
};

&cnss_pcie {
	qcom,is-dual-wifi-enabled;
};

&cnss_sdio {
	status = "ok";
};
+8 −0
Original line number Diff line number Diff line
@@ -49,3 +49,11 @@

	status = "ok";
};

&cnss_pcie {
	qcom,is-dual-wifi-enabled;
};

&cnss_sdio {
	status = "ok";
};
+11 −0
Original line number Diff line number Diff line
@@ -64,6 +64,17 @@
		interrupts = <0x0 0x0d 0x0>;
		interrupt-names = "vbus_det_irq";
	};

	cnss_sdio: qcom,cnss_sdio {
		compatible = "qcom,cnss_sdio";
		subsys-name = "AR6320_SDIO";
		vdd-wlan-supply = <&rome_vreg>;
		vdd-wlan-xtal-supply = <&pmdcalifornium_l5>;
		vdd-wlan-io-supply = <&pmdcalifornium_l6>;
		qcom,wlan-ramdump-dynamic = <0x200000>;
		qcom,is-antenna-shared;
		status = "disabled";
	};
};

&clock_gcc {