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

Commit 8798a7c9 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 device entry for CNSS platform driver"

parents 2dac5a3f 222442bf
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -853,5 +853,16 @@
				bias-disable; /* No PULL */
				bias-disable; /* No PULL */
			};
			};
		};
		};

		cnss_pmux: cnss_pmux {
			qcom,pins = <&gp 113>;
			qcom,num-grp-pins = <1>;
			qcom,pin-func = <0>;
			label = "cnss_pins";
			cnss_default: default {
				drive-strength = <16>;
				bias-pull-down;
			};
		};
	};
	};
};
};
+20 −0
Original line number Original line Diff line number Diff line
@@ -2185,6 +2185,26 @@
	qcom,bcl {
	qcom,bcl {
		compatible = "qcom,bcl";
		compatible = "qcom,bcl";
	};
	};

	cnss: qcom,cnss@0d400000 {
		compatible = "qcom,cnss";
		reg = <0x0d400000 0x200000>;
		reg-names = "ramdump";
		wlan-en-gpio = <&msm_gpio 113 0>;
		vdd-wlan-supply = <&bt_vreg>;
		qcom,notify-modem-status;
		pinctrl-names = "default";
		pinctrl-0 = <&cnss_default>;

		qcom,msm-bus,name = "msm-cnss";
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
					  <45 512 0 0>,           /* No vote */
					  <45 512 6250 200000>,   /* 50 Mbps */
					  <45 512 25000 200000>,  /* 200 Mbps */
					  <45 512 100000 200000>; /* 800 Mbps */
	};
};
};


&gdsc_usb30 {
&gdsc_usb30 {