From patchwork Wed Nov 13 11:51:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fange Zhang X-Patchwork-Id: 13873512 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CDC7DD41C04 for ; Wed, 13 Nov 2024 11:59:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References :Message-ID:Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:Date: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=NLzbI97ZdSCsw/6oWZQR08LTAxrtfOIED+FBqXwzO7A=; b=dv6xu+Q4Gq5ugZopLgoh9QvK1t mVZBFr5xyU991QuqveGSgdkwjoJQcqC72Dbc313QrtrXNI5I9y0CKXLRvPBId6rcJ+JQ+01sNChCy rLdacjUBaCwBAH/QIKSWRIrAbhLxIybfacJlFWitMcc2K6+4fbt+UW4Qn/R47pVjxNO9EmZNUnU/U ClsbukFp7U+epvR5sMvYRGmd/3B+L2U90sc3rK/4lXF7Yo20KGCkACP9qHBAJSgLmljmWTuStyDmY DBRDSyPSZ9oP2Ww6wDHeD+HK4v8UpRABM70JWkYJXQNuR3iXGK4KtGgcpohdI1mlu858y/kHhOylz yeQ8Dhhg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tBC1O-00000006g1n-3PkJ; Wed, 13 Nov 2024 11:58:54 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tBBvs-00000006eEa-18DL for linux-arm-kernel@lists.infradead.org; Wed, 13 Nov 2024 11:53:13 +0000 Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4ADAFug9013737; Wed, 13 Nov 2024 11:53:01 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= NLzbI97ZdSCsw/6oWZQR08LTAxrtfOIED+FBqXwzO7A=; b=FjZDe1JoIljSG8vs 1Ug+kf/DYjLnOLjCw3CvspCpvJinfGfU9GNXKf5uKqDCJZRNS5LeffCAf7uzxuiK tLrqz0/AS6ozZd9wRav5VoO04LxlIt+C6FOVJlvTR0MId4gRREiqunk5ePoaCjC5 y095+OMiu89aOhovC97Hmhn4FdyscHGEDcUCfKIUEy38hP88Hj7tEkGCKa+xrHRj WK2oei5J4GEDAWrlcasIlquH55Z4FmiI89TcyMVUyLPpfUMrfsii+aAh4AlYUyOK kpbXBFQ7uiSGKyZjj4AgDIUzQkJhR1SHDQKW8LRZaf95CSWtoU7vWw2VkpT/IlWC 1HoswQ== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 42vt7307yd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 13 Nov 2024 11:53:01 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA02.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4ADBr0wI023407 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 13 Nov 2024 11:53:00 GMT Received: from robotics-lnxbld017.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Wed, 13 Nov 2024 03:52:53 -0800 From: Fange Zhang Date: Wed, 13 Nov 2024 19:51:44 +0800 Subject: [PATCH v2 2/9] dt-bindings: display/msm: dsi-controller-main: Document QCS615 MIME-Version: 1.0 Message-ID: <20241113-add-display-support-for-qcs615-platform-v2-2-2873eb6fb869@quicinc.com> References: <20241113-add-display-support-for-qcs615-platform-v2-0-2873eb6fb869@quicinc.com> In-Reply-To: <20241113-add-display-support-for-qcs615-platform-v2-0-2873eb6fb869@quicinc.com> To: Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , Marijn Suijten , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Krishna Manikandan , "Bjorn Andersson" , Konrad Dybcio , Catalin Marinas , Will Deacon , "Li Liu" , Fange Zhang , "Xiangxu Yin" CC: , , , , , X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1731498758; l=1021; i=quic_fangez@quicinc.com; s=20241014; h=from:subject:message-id; bh=ChIcb5o0eNvAA2PaKL64NRX/n5eaae3tb8CR4ms0TVU=; b=GJ8WPtnDMJOaT/nUVdCHuhWaY8dXLyvOFKYuSkYwBnI1Q8sbNk+zsQtLWsnN9l+2wBVZdjbkq I3UtkNXYpccBnShUNekzXEeiAHuWVouuPgQz4rvJbYMis1h7B+QrLcH X-Developer-Key: i=quic_fangez@quicinc.com; a=ed25519; pk=tJv8Cz0npA34ynt53o5GaQfBC0ySFhyb2FGj+V2Use4= X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: VdxxLk1h899qEgFADk5R3YWiQN_y_eyV X-Proofpoint-GUID: VdxxLk1h899qEgFADk5R3YWiQN_y_eyV X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 priorityscore=1501 lowpriorityscore=0 impostorscore=0 adultscore=0 clxscore=1015 mlxlogscore=999 mlxscore=0 phishscore=0 bulkscore=0 malwarescore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2409260000 definitions=main-2411130102 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241113_035312_461733_35571B04 X-CRM114-Status: GOOD ( 10.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Li Liu Document general compatibility of the DSI controller on QCS615. Signed-off-by: Li Liu Signed-off-by: Fange Zhang --- Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml index b0fd96b76ed1376e429a6168df7e7aaa7aeff2d3..b546d2cf2416fb10736765844dc9b5548e30c993 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml @@ -23,6 +23,7 @@ properties: - qcom,msm8996-dsi-ctrl - qcom,msm8998-dsi-ctrl - qcom,qcm2290-dsi-ctrl + - qcom,qcs615-dsi-ctrl - qcom,sc7180-dsi-ctrl - qcom,sc7280-dsi-ctrl - qcom,sdm660-dsi-ctrl