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

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

Merge "ARM: dts: msm: Add HSP property in CNSS DT Node"

parents 8385e303 480fb60a
Loading
Loading
Loading
Loading
+8 −52
Original line number Diff line number Diff line
@@ -2,7 +2,15 @@
#include "qcx6490-cnss.dtsi"

&wlan {
	reg = <0xb0000000 0x10000>,
	      <0xb2e5510 0x5c0>;
	reg-names = "smmu_iova_ipa", "tcs_cmd";
	qcom,same-dt-multi-dev;
	qcom,sw-ctrl-gpio = <&tlmm 86 0>;
	use-pm-domain;
	cnss-enable-self-recovery;
	/* RPMH_PDC_WLAN_RF_TCS<6>_CMD<0> offset */
	qcom,tcs_offset_int_pow_amp_vreg = <0x4B0>;
};

&pcie0 {
@@ -13,58 +21,6 @@
	status = "ok";
};

&pcie1 {
	status = "ok";
	qcom,boot-option = <0x0>;
	qcom,ep-gpio = <&tlmm 19 0>;
	pinctrl-0 = <&pcie1_perst_default
			&pcie1_clkreq_default
			&pcie1_wake_default
			&pcie1_ep_default>;
	pinctrl-1 = <&pcie1_perst_default
			&pcie1_clkreq_sleep
			&pcie1_wake_default
			&pcie1_ep_default>;
};

&pcie1_msi {
	status = "ok";
};

&pm7325_gpios {
	usb2_vbus_boost {
		usb2_vbus_boost_default: usb2_vbus_boost_default {
			pins = "gpio8";
			function = "normal";
			output-low;
			power-source = <0>;	/* 1.8V input supply */
		};
	};
};

&soc {
	usb2_vbus_boost_reg: usb2_vbus_boost_reg {
		compatible = "regulator-fixed";
		regulator-name = "usb2_vbus_boost_vreg";
		startup-delay-us = <4000>;
		enable-active-high;
		gpios = <&pm7325_gpios 8 0>;

		pinctrl-names = "default";
		pinctrl-0 = <&usb2_vbus_boost_default>;
	};
};

&usb1 {
	vbus_dwc3-supply = <&usb2_vbus_boost_reg>;
	qcom,default-mode-none;
	status = "ok";
};

&usb2_phy1 {
	status = "ok";
};

&bluetooth {
	compatible = "qcom,qca6490";
};