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

Commit c95c8c29 authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Add new DT file for Dual WIFI support for mdmcalifornium



Add new device tree file for dynamically detecting the mdmcalifornium
hardware which supports dual wifi.

CRs-Fixed: 998778
Change-Id: Ia5f7344e8dbdbefb2dab028f69fafafc4ddfda35
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent edf4d230
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -110,7 +110,8 @@ dtb-$(CONFIG_ARCH_MDMCALIFORNIUM) += mdmcalifornium-sim.dtb \
	mdmcalifornium-emmc-cdp.dtb \
	mdmcalifornium-nand-cdp.dtb \
	mdmcalifornium-emmc-mtp.dtb \
	mdmcalifornium-nand-mtp.dtb
	mdmcalifornium-nand-mtp.dtb \
	mdmcalifornium-nand-dualwifi-mtp.dtb

dtb-$(CONFIG_ARCH_MSM8937) += msm8937-rumi.dtb \
	msm8937-pmi8950-cdp.dtb \
+23 −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 "mdmcalifornium-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MDMCALIFORNIUM MTP - DWIFI(NAND)";
	compatible = "qcom,mdmcalifornium-mtp", "qcom,mdmcalifornium",
		     "qcom,mtp";
	qcom,board-id = <8 3>;
};