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

Commit a7ee3715 authored by Se Wang (Patrick) Oh's avatar Se Wang (Patrick) Oh Committed by Gerrit - the friendly Code Review server
Browse files

arm: dts: msm: Add device tree file for 8996v2.0 FLUID



Create a dedicated DTS file for describing the hardware
devices found on the MSM8996v2.0 FLUID platform, and allow
the existing msm8996-v2-fluid.dts file to implicitly apply
to MSM8996v2.1 hardware.

Change-Id: I57b0375515f46d1c699b4c909506b25eedb67dc5
Signed-off-by: default avatarSe Wang (Patrick) Oh <sewango@codeaurora.org>
parent 79291317
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-sim.dtb \
	msm8996-v2.0-pmi8994-mtp.dtb \
	msm8996-v2.0-pmi8994-pm8004-cdp.dtb \
	msm8996-v2.0-pmi8994-pm8004-mtp.dtb \
	msm8996-v2.0-fluid.dtb \
	msm8996-v2.0-liquid.dtb

dtb-$(CONFIG_ARCH_MSMCOBALT) += msmcobalt-sim.dtb
+32 −0
Original line number Diff line number Diff line
/* Copyright (c) 2015, 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 "msm8996-v2.dtsi"
#include "msm8996-fluid.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM 8996 v2.0 FLUID";
	compatible = "qcom,msm8996-fluid", "qcom,msm8996", "qcom,fluid";
	qcom,msm-id = <246 0x20000>;
	qcom,board-id = <3 0>;
};

&l2ccc_0 {
	qcom,clamped-reset-seq;
};

&l2ccc_1 {
	qcom,clamped-reset-seq;
};