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

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

ARM: dts: msm: Add initial support for sdm450 QRD



Add initial device tree to build the sdm450 QRD target.

Change-Id: I8533e4ea2af7b0f990ece850525ec22b98820c3a
Signed-off-by: default avatarJiangen Jiao <jiangenj@codeaurora.org>
parent 43cc5f8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -305,6 +305,7 @@ compatible = "qcom,msm8953-qrd"
compatible = "qcom,msm8953-qrd-sku3"
compatible = "qcom,sdm450-cdp"
compatible = "qcom,sdm450-mtp"
compatible = "qcom,sdm450-qrd"
compatible = "qcom,mdm9640-cdp"
compatible = "qcom,mdm9640-mtp"
compatible = "qcom,mdm9640-rumi"
+2 −1
Original line number Diff line number Diff line
@@ -263,7 +263,8 @@ dtb-$(CONFIG_ARCH_MSM8953) += msm8953-sim.dtb \

dtb-$(CONFIG_ARCH_SDM450) += sdm450-rcm.dtb \
	sdm450-cdp.dtb \
	sdm450-mtp.dtb
	sdm450-mtp.dtb \
	sdm450-qrd.dtb

dtb-$(CONFIG_ARCH_MDM9607) += mdm9607-rumi.dtb \
	mdm9607-cdp.dtb \
+23 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

/dts-v1/;

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

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