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

Commit ddc07a47 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: Decouple APQ8084 Interposer from generic CDP file"

parents d0f6fb69 8e12b287
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";
};