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

Commit 42f6e16a authored by Tony Truong's avatar Tony Truong
Browse files

ARM: dts: msm: move qcom,boot-option to HSP dedicated DTSI for sdxlemur

Having qcom,boot-option set to 0x1 on main sdxlemur devicetree
prevents other connects from being automatically enumerated.
Most connects do not require manual enumeration like Hastings
Prime (HSP) does. Therefore, move qcom,boot-option with 0x1 for
PCIe to HSP dedicated devicetree.

Change-Id: Ib344311c968fc610df474c5eadc693b45eed3dba
parent bece132f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,3 +11,7 @@
&usb {
	extcon = <&vbus_detect>;
};

&pcie0 {
	qcom,boot-option = <0x1>;
};
+3 −0
Original line number Diff line number Diff line
@@ -3,3 +3,6 @@

};

&pcie0 {
	qcom,boot-option = <0x1>;
};
+0 −1
Original line number Diff line number Diff line
@@ -91,7 +91,6 @@
		iommu-map = <0x0 &apps_smmu 0x0200 0x1>,
			<0x100 &apps_smmu 0x0201 0x1>;

		qcom,boot-option = <0x1>;
		qcom,use-19p2mhz-aux-clk;
		qcom,slv-addr-space-size = <0x40000000>;
		qcom,ep-latency = <10>;
+3 −0
Original line number Diff line number Diff line
@@ -3,3 +3,6 @@

};

&pcie0 {
	qcom,boot-option = <0x1>;
};