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

Commit fcbf4337 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

ARM: dts: msm: Add support for mdmfermium on RCM



Add new DTS files for mdmfermium on RCM.

Change-Id: I0248051cdee72a286a4be49962395d0545a370bc
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <vabbar@codeaurora.org>
parent 53d2912c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -75,7 +75,8 @@ dtb-$(CONFIG_ARCH_MSMTITANIUM) += msmtitanium-sim.dtb \

dtb-$(CONFIG_ARCH_MDMFERMIUM) += mdmfermium-rumi.dtb \
	mdmfermium-cdp.dtb \
	mdmfermium-mtp.dtb
	mdmfermium-mtp.dtb \
	mdmfermium-rcm.dtb

dtb-$(CONFIG_ARCH_MSM8916) += msm8952-qrd-skum.dtb \
       msm8952-cdp.dtb \
+22 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, 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 "mdmfermium-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MDM FERMIUM RCM";
	compatible = "qcom,mdmfermium-cdp", "qcom,mdmfermium", "qcom,cdp";
	qcom,board-id = <21 0>;
};