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

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

ARM: dts: msm: Update APQ8084 device tree IDs



Update the APQ8084 CDP DTS file to indicate compatibility
with multiple variants of the the APQ8084 CDP hardware
platform.

Change-Id: I6c6924678b4e7653a61e3b8cdab9f4780940f53d
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent fe78a676
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -18,5 +18,14 @@
/ {
	model = "Qualcomm APQ 8084 CDP";
	compatible = "qcom,apq8084-cdp", "qcom,apq8084", "qcom,cdp";
	qcom,board-id = <1 0>;
	qcom,board-id = <1 0>,
			<1 1>,
			<1 2>,
			<1 3>,
			<1 4>,
			<21 0>,
			<21 1>,
			<21 2>,
			<21 3>,
			<21 4>;
};