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

Commit 8e12b287 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

ARM: dts: msm: Decouple APQ8084 Interposer from generic CDP file



Decouple the APQ8084 Interposer top-level DTS file from the
APQ8084 CDP DTSI file to prevent conflicts among phandles
to chip-specific devices.

Change-Id: Ib10c83beb0d66b3803050bde96959fc5d44b1627
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 07ca70b0
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -13,10 +13,19 @@
/dts-v1/;

/include/ "msm8974pro-ac.dtsi"
/include/ "apq8084-cdp.dtsi"

/ {
	model = "Qualcomm MSM 8974Pro-AC APQ8084 Interporser CDP / MTP";
	compatible = "qcom,msm8974-cdp", "qcom,msm8974", "qcom,cdp";
	qcom,board-id = <1 2>, <8 2>;
};

/ {
	aliases {
		serial0 = &blsp1_uart1;
	};
};

&blsp1_uart1 {
	status = "ok";
};