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

Commit 0c3d3b87 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

ARM: dts: msm: Update qcom,msm-id format for APQ8084



Update the APQ8084 device tree files to use the split
version of the qcom,msm-id property, and add the proper
qcom,board-id values for the APQ8084 Simulator / CDP
platforms.

Change-Id: Ie98404e6e0ed5ca834d7fe7ac9ee0f1a3c772ce0
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 1d8ba803
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@
/ {
	model = "Qualcomm APQ 8084 CDP";
	compatible = "qcom,apq8084-cdp", "qcom,apq8084", "qcom,cdp";
	qcom,msm-id = <178 1 0x10000>;
	qcom,board-id = <1 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
/ {
	model = "Qualcomm APQ 8084 Simulator";
	compatible = "qcom,apq8084-sim", "qcom,apq8084", "qcom,sim";
	qcom,msm-id = <178 0 0>;
	qcom,board-id = <16 0>;

	aliases {
		serial0 = &uart0;
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
/ {
	model = "Qualcomm APQ 8084";
	compatible = "qcom,apq8084";
	qcom,msm-id = <178 0x10000>;
	interrupt-parent = <&intc>;
	soc: soc { };
};