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

Commit 7816e278 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add apq8009w SWOC files for variants w/o WGR"

parents 268df4fe 7f1318e8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -213,6 +213,7 @@ dtb-$(CONFIG_ARCH_MSM8909) += msm8909-pm8916-mtp.dtb \
	apq8009w-cdp.dtb \
	msm8909w-swoctp.dtb \
	apq8009w-swoctp.dtb \
	apq8009w-nowgr-swoctp.dtb \
	msm8909-pm8916-cdp.dtb \
	msm8909w-cdp.dtb \
	msm8909w-1gb-wtp.dtb \
@@ -220,7 +221,8 @@ dtb-$(CONFIG_ARCH_MSM8909) += msm8909-pm8916-mtp.dtb \
	msm8909w-1gb-cdp.dtb \
	apq8009w-1gb-cdp.dtb \
	msm8909w-1gb-swoctp.dtb \
	apq8009w-1gb-swoctp.dtb
	apq8009w-1gb-swoctp.dtb \
	apq8009w-1gb-nowgr-swoctp.dtb


ifeq ($(CONFIG_ARM64),y)
+25 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, 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 "apq8009w-swoctp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ8009W-PM8916 1GB SWOCTP NOWGR";
	compatible = "qcom,apq8009-mtp", "qcom,apq8009", "qcom,mtp";
	qcom,msm-id = <265 0>,
		      <301 0>;
	qcom,board-id= <8 0xa>; /* CX, APC split with PM8916+SMB231, STC3117 */
				/* NO WGR */
};
+24 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, 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 "apq8009w-swoctp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ8009W-PM8916 SWOCTP NOWGR";
	compatible = "qcom,apq8009-mtp", "qcom,apq8009", "qcom,mtp";
	qcom,msm-id = <265 0>,
		      <301 0>;
	qcom,board-id= <8 0x10a>;
};