From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 88805175A7A; Sun, 1 Mar 2026 11:42:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772365342; cv=none; b=omWZUgMOKAxI47SdkNoQDrCUC3TSEmDXd1AFasKhUJZUS8XLCz47G4CF3GUE+AK6mriqJRdCo1ER/ne6U2rq7lviWzI5ec+5s//KiGZk5L3e4z3owi4LzlZqar3ySJYBkW1ZGTpkOBQCrKAXpdXaMvgVjfP46uXZASEH39Bx8jY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772365342; c=relaxed/simple; bh=f+bAkdDZB2L11jf0C0TAV2CE8KsC5uGvHGZbEgadEzw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kTVHRFnEVR3fsNHYwOnj9bsKFFG2UvvRajhiyKTAdZdBdZPB9BKOm27oiGk6fhqQYRSBHjROZGwBXiO947u1p+VNBKVtetPALBz7LfmSR5vg92PP6umMhSkvWdCPd0TGJCTnX2btGSTMwKtActTncT04fwN9pnDMjmTr3yLR+O8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZbQfejR4; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZbQfejR4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78B77C116C6; Sun, 1 Mar 2026 11:42:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772365342; bh=f+bAkdDZB2L11jf0C0TAV2CE8KsC5uGvHGZbEgadEzw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZbQfejR45jgg2Q/jVSOOzm3u9pYz2LclxuBgRu6FTSB6R5DqkevwiZjnWToCIhNNA +HMh4bp87ihehl/zi1P9sSWYXqiZY+P/XqIlJH3pd7MKvJntjZZ39mywf6QgPp99A8 tHMuKX6nLZU+qW9hlkrfEeL3zejuzIFV8jPfjNGCLdSq1O3tICqhhk9RYXWhfJcBQm S/JEWa6TOTEKBzCsuWgySe+4i2/UktuSuVIhPXamB4fEkJI08Uhx11L15ABiiKb+6a gJ2uf/4ZAFUOR4oB8EcCL45u/bfG9WBVVpb9ocUR+jYhFaGAH5vcQsV+NGGmlAybtI k5CVgiiuXCEqQ== Date: Sun, 1 Mar 2026 12:42:19 +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 1/4] dt-bindings: display: msm-dsi-phy-7nm: Add SC8280XP Message-ID: <20260301-poised-black-roadrunner-2fa89a@quoll> References: <20260228141715.35307-1-mitltlatltl@gmail.com> <20260228141715.35307-2-mitltlatltl@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260228141715.35307-2-mitltlatltl@gmail.com> On Sat, Feb 28, 2026 at 10:17:12PM +0800, Pengyu Luo wrote: > Since SC8280XP and SA8775P have the same values for the REVISION_ID > registers, then we fallback to SA8775P compatible. > > Signed-off-by: Pengyu Luo > --- > Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof