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

Commit 38baa081 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of kernel.lnx.4.4-170815.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
2077805   I4ac5aecca4d7ecc4fb9d04a6fdf64c871f486cbf   ARM: dts: msm: Add support for ov9282 dual camera suppor
2011194   If5e31d98db3e5dcab188a9d420f8f0e33bf2c16f   leds: qpnp-wled: Add auto-calibration logic for WLED
2086689   Ic589380188ddef8ada2c8bbc0ca945bb1f319c85   drm/msm: update CSC matrix during HDR playback
2052599   I5a59ce11f0e802c982e944598fe61bad43e36779   power: qcom: smb-lib: optimize parallel current limiting
2078798   I9be679f9edd0048acbb057ceff4d877c630e4258   ARM: dts: msm: Add fastrpc vmid flag for sdm660
2086689   Iadacc2fac6252b5f5cbfcc39a122118f738d3113   drm/msm: update HDMI AVI infoframe during HDR playback
2086689   I708412a923fb0d47e798f35ebe14b4c2f1a72fc9   drm/msm: change CSC matrix selection logic for CDM block
2081352   Idd4f82d20b416c871e8124b45a996df6746e6c4f   ARM: dts: msm: Remove sync-wait-broadcast for NT35597 DD
2077805   I85c5e7ce7e88655da5637d2e5bc14ce8593b09d0   ARM: dts: msm: Add support for svr835 v2 board
2038976   I6f7dbd8f8cbeadd0e53844154a9c360011e2c798   ath10k: Enable pktlog for WCN3990 target
2089045   Idba956e5e3bce48ee57eaa5984786ded218e32d5   msm: camera: Avoid deadlock for vb2 operations using sep
2089679   If4d293c10e84e414c81204784f2e7062140264b1   power: qpnp-fg-gen3: adjust recharge voltage during soft
2089337   Ia6f53e2d62344b9f08eb056d901ae39e884e3a96   Revert "input: misc: hbtp_input: fix memory corruption i
2078798   I91a70cb8ef2c2feb2d4c398c15c220c78c96a509   msm: adsprpc: Separate hyp_assign call for audio remote
2086222   I7e11b78b47f0e2f2f5cc05a0220f1ff7f3a1addd   Revert "ARM: dts: msm: enable ADV7535 on MSM8996Pro Auto
2088711   I51019f5da6fb5fedefc81504b192f985b851ab12   ASoC: msm: qdsp6v2: assign decoder memory to ADSP
2086689   I70a543193d08217cbdb6c4af739b3777dde4a25d   drn/msm/sde: add BT709, BT2020 CSC matrix definitions
2079666 2079659   Iff355dae456ed432efd84dff72ec85b83dbb93f2   drm/msm: only set need cdm for INTF3
2088711   I1d13bd0cd3b5cdcbe37488800c7dad44a20f4996   soc: qcom: qdsp6v2: use hyp_assign() API for secure memo
2011194   Id6c9c148d1662baca33d3cde343aafff40b27c22   ARM: dts: msm: Enable auto-calibration for WLED on PM660
2085371   I8c81dadc38da69ba7248905af2d772f7ce918239   qpnp-qnovo: skip taking ESR measurement when disabled

Change-Id: I1f8d6184cbdc530462b01cd0a0cd5eb0a5634942
CRs-Fixed: 2089045, 2089679, 2011194, 2085371, 2086689, 2088711, 2078798, 2079666, 2086222, 2077805, 2089337, 2052599, 2081352, 2038976, 2079659
parents 788b2578 a49bb615
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"
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@ Optional properties for WLED:
- qcom,lcd-psm-ctrl	: A boolean property to specify if PSM needs to be
			  controlled dynamically when WLED module is enabled
			  or disabled.
- qcom,auto-calibration-enable : A boolean property which enables auto-calibration
				 of the WLED sink configuration.

Optional properties if 'qcom,disp-type-amoled' is mentioned in DT:
- qcom,loop-comp-res-kohm	: control to select the compensation resistor in kohm. default is 320.
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ Required properties:

Optional properties:
- qcom,fastrpc-glink:	Flag to use glink instead of smd for IPC
- qcom,fastrpc-vmid-heap-shared:  Flag for Dynamic heap feature, to
                                  share HLOS memory buffer to ADSP

Optional subnodes:
- qcom,msm_fastrpc_compute_cb :	Child nodes representing the compute context
@@ -25,6 +27,7 @@ Example:
	qcom,msm_fastrpc {
		compatible = "qcom,msm-fastrpc-adsp";
		qcom,fastrpc-glink;
		qcom,fastrpc-vmid-heap-shared;

		qcom,msm_fastrpc_compute_cb_1 {
			compatible = "qcom,msm-fastrpc-compute-cb";
+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>;
};
Loading