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

Commit bb5443f8 authored by Zhang Qian's avatar Zhang Qian
Browse files

ARM: dts: msm: Add cnss_sdio for apq8009 drone



Add cnss_sdio to support CNSS platform driver, otherwise
WLAN card can not be enumerated on apq8009 drone platform.

Change-Id: I4e69b9e1d1c41bc45be483d63fd26c7c2b59f0d2
CRs-Fixed: 1061489
Signed-off-by: default avatarZhang Qian <zhangq@codeaurora.org>
parent 1d71359b
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -56,6 +56,26 @@
		ts-channel-name = "vsync_ts_diff";
		ts-channel-type = <0>; /* SMD_APPS_MODEM */
	};

	cnss_sdio: qcom,cnss_sdio {
		compatible = "qcom,cnss_sdio";
		subsys-name = "AR6320";

		/**
		 * There is no vdd-wlan on board and this is not for DSRC.
		 * IO and XTAL share the same vreg.
		 */
		vdd-wlan-io-supply = <&pm8916_l5>;
		qcom,wlan-ramdump-dynamic = <0x200000>;
		qcom,msm-bus,name = "msm-cnss";
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
			<79 512 0 0>,             /* No vote */
			<79 512 6250 200000>,     /* 50 Mbps */
			<79 512 25000 200000>,    /* 200 Mbps */
			<79 512 2048000 4096000>; /* MAX */
	};
};

&msm_gpio {