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

Commit f48d1fb1 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Add initial support for mdmcalifornium CCARD board



Add initial set of device tree to build the mdmcalifonium CCARD
board.

Change-Id: I29ffecdddf83b6fbeccbef1b5c043a2f1e90185d
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent a72b085f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -159,7 +159,8 @@ dtb-$(CONFIG_ARCH_MDMCALIFORNIUM) += mdmcalifornium-sim.dtb \
	mdmcalifornium-v1.1-nand-cdp.dtb \
	mdmcalifornium-v1.1-emmc-mtp.dtb \
	mdmcalifornium-v1.1-nand-mtp.dtb \
	mdmcalifornium-v1.1-nand-dualwifi-mtp.dtb
	mdmcalifornium-v1.1-nand-dualwifi-mtp.dtb \
	mdmcalifornium-v1.1-nand-ccard.dtb

dtb-$(CONFIG_ARCH_SDXHEDGEHOG) += sdxhedgehog-emmc-cdp.dtb \
	sdxhedgehog-emmc-mtp.dtb \
+15 −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.
 */

#include <dt-bindings/interrupt-controller/irq.h>
#include "mdmcalifornium-v1.1.dtsi"
#include "mdmcalifornium-pinctrl.dtsi"
+22 −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 "mdmcalifornium-ccard.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MDM CALIFORNIUM v1.1 CCARD (NAND)";
	compatible = "qcom,mdmcalifornium-mtp", "qcom,mdmcalifornium",
		     "qcom,mtp";
	qcom,board-id = <8 0x6>, <8 0x106>;
};