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

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

Merge "ARM: dts: msm: Enable PCIe0 nodes only for iot variant"

parents 35d474bb 557c875a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
#include "yupik-idp.dtsi"
#include "qcx6490-cnss.dtsi"

&pcie0 {
	status = "ok";
};

&pcie0_msi {
	status = "ok";
};
+5 −0
Original line number Diff line number Diff line
@@ -226,6 +226,8 @@
				0x0800 0x00 0x0
				0x0844 0x03 0x0>;

		status = "disabled";

		pcie0_rp: pcie0_rp {
			reg = <0 0 0 0 0>;
		};
@@ -268,5 +270,8 @@
			<GIC_SPI 797 IRQ_TYPE_EDGE_RISING>,
			<GIC_SPI 798 IRQ_TYPE_EDGE_RISING>,
			<GIC_SPI 799 IRQ_TYPE_EDGE_RISING>;

		status = "disabled";

	};
};
+8 −0
Original line number Diff line number Diff line
#include "yupikp-idp.dtsi"
#include "qcx6490-cnss.dtsi"

&pcie0 {
	status = "ok";
};

&pcie0_msi {
	status = "ok";
};