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

Commit b30fed72 authored by Kishan Kumar's avatar Kishan Kumar Committed by Ashay Jaiswal
Browse files

ARM: dts: msm: Add support for MSM8909 1GB on RCM



Add new DTS files for MSM8909, to support 1GB on RCM
board. While at it, fix the board-id for msm8909 512MB
RCM variant and the order of 8909 & 8208 dtbs in the
Makefile.

Change-Id: I566fade1cb8e4dcf42d94ef16b581df6fa17428f
Signed-off-by: default avatarKishan Kumar <kishank@codeaurora.org>
parent 87e8d917
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@ dtb-$(CONFIG_ARCH_MSM8909) += msm8909-sim.dtb \
	msm8909-1gb-cdp.dtb \
	msm8909-1gb-mtp.dtb \
	msm8909-rcm.dtb \
	msm8909-1gb-rcm.dtb \
	msm8909-pm8916-mtp.dtb \
	msm8909-pm8916-cdp.dtb \
	msm8208-cdp.dtb \
	msm8208-mtp.dtb \
	msm8208-1gb-cdp.dtb \
@@ -54,8 +57,7 @@ dtb-$(CONFIG_ARCH_MSM8909) += msm8909-sim.dtb \
	msm8208-1gb-qrd-skuc.dtb \
	msm8208-1gb-qrd-skue.dtb \
	msm8208-rcm.dtb \
	msm8909-pm8916-mtp.dtb \
	msm8909-pm8916-cdp.dtb
	msm8208-1gb-rcm.dtb
dtb-$(CONFIG_ARCH_MSM8916) += msm8916-sim.dtb \
	msm8916-rumi.dtb \
	msm8916-cdp.dtb \
+25 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2014, 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 "msm8909-cdp.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909-cdp.dtsi"
#include "msm8208.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM8208 1GB RCM";
	compatible = "qcom,msm8909-cdp", "qcom,msm8909", "qcom,cdp";
	qcom,board-id= <21 0x0>;
};
+24 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2014, 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 "msm8909-cdp.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 1GB RCM";
	compatible = "qcom,msm8909-cdp", "qcom,msm8909", "qcom,cdp";
	qcom,board-id= <21 0x0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 RCM";
	compatible = "qcom,msm8909-cdp", "qcom,msm8909", "qcom,cdp";
	qcom,board-id= <21 0x0>;
	qcom,board-id= <21 0x100>;
};