From mboxrd@z Thu Jan 1 00:00:00 1970 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 83454F357D5 for ; Wed, 25 Feb 2026 10:24:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DFE2110E050; Wed, 25 Feb 2026 10:24:51 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="biNWW5Ov"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 187D610E050; Wed, 25 Feb 2026 10:24:51 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 443AE60053; Wed, 25 Feb 2026 10:24:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C77FC116D0; Wed, 25 Feb 2026 10:24:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772015090; bh=Zc0nbgCA4DVx+xuQ9oYoqJMkJpai3NWH+Lkg10VOKgY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=biNWW5OvYmga3K972akVnQTXrDlPlk/oKJ1xw1c9/gH4/iy/oAZ0/aphuE2f6SHLo rIfD8po8ySPwm1pkjaHYG2Pxa/yS1xT+gwkSpffr70JJR4MD1jKYWPw2jEAEvJ93Gt JgPDu0CYT8ShafX9OBkOUNHY4j85Kg18X5sr9va9fFmyyoUuFb6S607CQDOdJPyOqB 5UzhFdzH5x+8Dqp3Jgis0B4g+FefTcMH4BgVAhNMWlVXKuLKBdYOypGU3zaWTCVdEb TZ2BBvBtYRDwCSeea2i5A0B5vUG+iJo8U6h4K6S5WUR0YQMEdB4/MyNTNx5cz1HSAM 83vVsNJERdAAQ== Date: Wed, 25 Feb 2026 11:24:46 +0100 From: Krzysztof Kozlowski To: Pengyu Luo Cc: Rob Clark , Dmitry Baryshkov , Abhinav Kumar , Jessica Zhang , Sean Paul , Marijn Suijten , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio , Krishna Manikandan , Jonathan Marek , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Tianyu Gao , White Lewis Subject: Re: [PATCH 1/5] dt-bindings: display: msm-dsi-phy-7nm: Add SC8280XP Message-ID: <20260225-analytic-economic-parrot-4c3a45@quoll> References: <20260225054525.6803-1-mitltlatltl@gmail.com> <20260225054525.6803-2-mitltlatltl@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260225054525.6803-2-mitltlatltl@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Feb 25, 2026 at 01:45:21PM +0800, Pengyu Luo wrote: > Document DSI PHY on SC8280XP Platform. > > Signed-off-by: Pengyu Luo > --- > Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml > index 9a9a6c4ab..9223af1f4 100644 > --- a/Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml > +++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml > @@ -23,6 +23,7 @@ properties: > - qcom,sa8775p-dsi-phy-5nm > - qcom,sar2130p-dsi-phy-5nm > - qcom,sc7280-dsi-phy-7nm > + - qcom,sc8280xp-dsi-phy-5nm Your other commit claims it is compatible with sa8775p, just like some other devices here. Best regards, Krzysztof