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

Commit 51454741 authored by Jiangen Jiao's avatar Jiangen Jiao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Bringup sdm450 QRD



Msm8953 share the same peripherals with sdm450 QRD.
Meanwhile, fix the compatible string to qrd.

Change-Id: I5b155ac4f8f4a9f7f4fbe569e63ea325028451a4
Signed-off-by: default avatarJiangen Jiao <jiangenj@codeaurora.org>
parent a3dbc7bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@
/dts-v1/;

#include "sdm450.dtsi"
#include "msm8953-qrd.dtsi"
#include "msm8953-qrd-sku3.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM450 QRD";
	compatible = "qcom,sdm450-qrd", "qcom,sdm450", "qcom,mtp";
	compatible = "qcom,sdm450-qrd", "qcom,sdm450", "qcom,qrd";
	qcom,board-id = <0x0005000b 0>;
};