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

Commit 19c7c24c authored by Sathish Ambley's avatar Sathish Ambley Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add support for svr835 v2 board



Add battery profile data and pinctrl changes that are specific to svr835
v2 board.

Change-Id: I85c5e7ce7e88655da5637d2e5bc14ce8593b09d0
Signed-off-by: default avatarSathish Ambley <sathishambley@codeaurora.org>
Acked-by: default avatarRajesh Bharathwaj <rajeshbharathwaj@codeaurora.org>
parent 623fc3cf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -169,6 +169,9 @@ Generic board variants:
- RUMI device:
  compatible = "qcom,rumi"

- SVR device:
  compatible = "qcom,svr"



Boards (SoC type + board variant):
@@ -202,6 +205,7 @@ compatible = "qcom,apqtitanium-mtp"
compatible = "qcom,apq8098-cdp"
compatible = "qcom,apq8098-mtp"
compatible = "qcom,apq8098-qrd"
compatible = "qcom,apq8098-svr"
compatible = "qcom,mdm9630-cdp"
compatible = "qcom,mdm9630-mtp"
compatible = "qcom,mdm9630-sim"
+1 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@ dtb-$(CONFIG_ARCH_MSM8998) += msm8998-sim.dtb \
	apq8098-v2.1-cdp.dtb \
	apq8098-v2.1-qrd.dtb \
	apq8098-v2.1-mediabox.dtb \
	apq8098-v2.1-svr20.dtb \
	msm8998-v2.1-interposer-sdm660-cdp.dtb \
	msm8998-v2.1-interposer-sdm660-mtp.dtb \
	msm8998-v2.1-interposer-sdm660-qrd.dtb \
+22 −0
Original line number Diff line number Diff line
/* Copyright (c) 2016-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 "apq8098-v2.1.dtsi"
#include "msm8998-svr20.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ 8098 V2.1 SVR V2.0 Board";
	compatible = "qcom,apq8098-svr", "qcom,apq8098", "qcom,svr";
	qcom,board-id = <0x03020008 3>;
};
+84 −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.
 */

qcom,svr835v2_3200mah {
	/*3003021_TC_MLP603170_3200mAh_averaged_MasterSlave_Jun292017*/
	qcom, = <24>;
	qcom,max-voltage-uv = <4200000>;
	qcom,fg-cc-cv-threshold-mv = <4190>;
	qcom,fastchg-current-ma = <3200>;
	qcom,nom-batt-capacity-mah = <3200>;
	qcom,batt-id-kohm = <0>;
	qcom,battery-beta = <3435>;
	qcom,battery-type = "svr835v2_3200mah";
	qcom,checksum = <0xB7B0>;
	qcom,gui-version = "PMI8998GUI - 2.0.0.58";
	qcom,fg-profile-data = [
		 87 16 AB 0B
		 BE 15 3A 0A
		 8B 1C 6D 02
		 76 0D 1F 0A
		 50 18 ED 22
		 98 45 CA 52
		 83 00 00 00
		 0D 00 00 00
		 00 00 37 B4
		 78 C5 9D BA
		 29 00 08 00
		 3E CA 11 E5
		 D4 06 B7 EA
		 51 07 0F 02
		 82 DD 22 3B
		 1C 06 09 20
		 27 00 14 00
		 1C 19 82 0A
		 E9 0C 49 03
		 84 1C 5C 03
		 D0 15 0D 12
		 91 19 0C 22
		 F0 3C 35 4B
		 7D 00 00 00
		 12 00 00 00
		 00 00 F3 D4
		 9F B4 AF D3
		 22 00 00 00
		 CC EA 11 E5
		 2D F4 35 E3
		 A5 F3 49 0B
		 8F EA 5A 1A
		 9B 33 CC FF
		 07 10 00 00
		 21 0D 33 43
		 22 00 40 00
		 07 01 0A FA
		 FF 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
		 00 00 00 00
	];
};
Loading