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

Commit 1802e845 authored by Kishan Kumar's avatar Kishan Kumar
Browse files

ARM: dts: msm: add msmferrum MTP/CDP support



Add initial device tree files for MTP/CDP support
for msmferrum.

Change-Id: I8b01027a2a986d1b99d2a538ed512cbd02965b41
Signed-off-by: default avatarKishan Kumar <kishank@codeaurora.org>
parent 2a0e8b68
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -30,7 +30,9 @@ dtb-$(CONFIG_ARCH_MSM8974) += msm8974-v1-cdp.dtb \
	msm8974pro-ac-pma8084-pm8941-mtp.dtb
dtb-$(CONFIG_ARCH_MSMFERRUM) += msmferrum-sim.dtb \
	msmferrum-rumi.dtb \
	msmferrum-qrd-skua.dtb
	msmferrum-qrd-skua.dtb \
	msmferrum-cdp.dtb \
	msmferrum-mtp.dtb
dtb-$(CONFIG_ARCH_MSM8916) += msm8916-sim.dtb \
	msm8916-rumi.dtb \
	msm8916-cdp.dtb \
+22 −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 "msmferrum-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSMFERRUM CDP";
	compatible = "qcom,msmferrum-cdp", "qcom,msmferrum", "qcom,cdp";
	qcom,board-id= <1 0x100>;
};
+23 −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.
 */

#include "msmferrum.dtsi"
#include "msmferrum-pinctrl.dtsi"

&soc {
};

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};
+21 −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 "msmferrum-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSMFERRUM MTP";
	compatible = "qcom,msmferrum-mtp", "qcom,msmferrum", "qcom,mtp";
	qcom,board-id= <8 0x100>;
};
+23 −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.
 */

#include "msmferrum.dtsi"
#include "msmferrum-pinctrl.dtsi"

&soc {
};

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};