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

Commit 6d92f971 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add support for SDXPRAIRIE V2 TTP CPE platform"

parents cde1a7a7 65921f15
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -229,6 +229,7 @@ compatible = "qcom,sa8155p-adp-alcor"
compatible = "qcom,sdxprairie-rumi"
compatible = "qcom,sdxprairie-mtp"
compatible = "qcom,sdxprairie-cdp"
compatible = "qcom,sdxprairie-ttp"
compatible = "qcom,sa515m-ccard"
compatible = "qcom,sa515m-ttp"
compatible = "qcom,sdmmagpie-rumi"
+1 −0
Original line number Diff line number Diff line
@@ -384,6 +384,7 @@ dtb-$(CONFIG_ARCH_SDXPRAIRIE) += sdxprairie-rumi.dtb \
	sdxprairie-v2-mtp-v1.1-cpe.dtb \
	sdxprairie-v2-mtp-v1.1.dtb \
	sdxprairie-v2-mtp-le-cpe.dtb \
	sdxprairie-v2-ttp-cpe.dtb \
        sa515m-v2-ttp.dtb \
        sa515m-v2-ttp-usb-ep.dtb \
        sa515m-v2-ttp-pcie-ep.dtb \
+24 −0
Original line number Diff line number Diff line
/* Copyright (c) 2020, 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 "sdxprairie-v2-mtp-cpe.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDXPRAIRIE V2 TTP (CPE)";
	compatible = "qcom,sdxprairie-ttp",
		"qcom,sdxprairie", "qcom,ttp";
	qcom,board-id = <0x08010008 0x0>;
};