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 9BC35FD005C for ; Sun, 1 Mar 2026 11:47:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0891A10E1EC; Sun, 1 Mar 2026 11:47:03 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="jhGs5ict"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7909F10E1BD; Sun, 1 Mar 2026 11:47:02 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 6086543FFD; Sun, 1 Mar 2026 11:47:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA5BFC116C6; Sun, 1 Mar 2026 11:47:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772365622; bh=qGRzuc3oANw33O3JPgPilhxFmX7kQJQ5e2pabeiKj44=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jhGs5ictJokYFSc4R08m9s3/Ib77NelGLxMV2vy7Sbg1X1f6S+NlaXeYD2stLVD26 CG/4xVLYuV8sF29SblgxaEtQhjbbMBLc2cUprav5tFz8SqgctAJqiCRwc9P46bOL+w G6u+bou2E/tdqKQofhHxMG6d/Fc1sEgJ3Um25D4jgB2XjX5v1e4n5ReDf88aPo2+8Y msv1ZfmOfGoxzcWO+gpT276O+c/4kPv2mXurfcrMJ/d0lQQrF7gYy7bovf7c+VFxCL 4Oi8+yjABnQB4r1vLO4jZbLhAkxlGw3SMO6QX1qWCuIUJjfamh/GnBmXtDRb4j9tr3 OEcPSJQn7WKMg== Date: Sun, 1 Mar 2026 12:46:59 +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 v3 2/4] dt-bindings: display/msm: dsi-controller-main: Add SC8280XP Message-ID: <20260301-oarfish-of-illegal-hurricane-e696a3@quoll> References: <20260228141715.35307-1-mitltlatltl@gmail.com> <20260228141715.35307-3-mitltlatltl@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260228141715.35307-3-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 Sat, Feb 28, 2026 at 10:17:13PM +0800, Pengyu Luo wrote: > Since SC8280XP and SA8775P have the same DSI version(2.5.1), then we > fallback to SA8775P compatible. > > Signed-off-by: Pengyu Luo > --- > .../devicetree/bindings/display/msm/dsi-controller-main.yaml | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof