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

Commit a5508d2f 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: mdm: Add support for MDM9607 TTP board"

parents 15a27b57 e9df3136
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -163,7 +163,8 @@ Generic board variants:
- IPC device:
  compatible = "qcom,ipc"


- TTP device:
  compatible = "qcom,ttp"

Boards (SoC type + board variant):

@@ -312,6 +313,7 @@ compatible = "qcom,msmvpipa-sim"
compatible = "qcom,mdm9607-rumi"
compatible = "qcom,mdm9607-cdp"
compatible = "qcom,mdm9607-mtp"
compatible = "qcom,mdm9607-ttp"
compatible = "qcom,mdm9650-rumi"
compatible = "qcom,mdm9650-sim"
compatible = "qcom,mdm9650-cdp"
+1 −0
Original line number Diff line number Diff line
@@ -269,6 +269,7 @@ dtb-$(CONFIG_ARCH_MDM9607) += mdm9607-rumi.dtb \
	mdm9607-mtp.dtb \
	mdm9607-rcm.dtb \
	mdm9607-mtp-sdcard.dtb \
	mdm9607-ttp.dtb \
	mdm9206-mtp.dtb \
	mdm9206-cdp.dtb \
	mdm9206-mtp-sdcard.dtb \
+25 −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 "mdm9607-mtp.dtsi"
/ {
	model = "Qualcomm Technologies, Inc. MDM 9206 TTP";
	compatible = "qcom,mdm9607-ttp", "qcom,mdm9607", "qcom,ttp";
	qcom,board-id = <0x1E 0>;
};

&hsic_host {
	status = "ok";
};