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 001AA3C6BE for ; Thu, 28 Sep 2023 16:26:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C5FEC433C7; Thu, 28 Sep 2023 16:26:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695918381; bh=3YeoBmK77jwkAjttNPSPgV+qKPQsMz8vnZFqGk3ImLs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sZ56fdBgcURX00o1ZZmaGGdUnHUY6dKGvUSkcSKbUVjHScyxvqbPHU2YIHK1srHCL Eut7bPwZQGzF4GN6DFKZb0ufLBgDi8xQW+vTP8+J2O5Z0wM5htOA8W1BtZ7bMLSvsy k6hC3nfM2PgmSowlc2z1Z475cKLQL1l6tiBD2EnmcxNtf6fJQ9WA+mTaFLsovNTPIF uYhcVlU10SQZh9zcqO4xRYoYq1rXSxAPRvKVMJmfSAGJ9Y14UIZSC2ePtMKT5B7qWj /cDsqoV/d+3jeISLzu3lKvLNn7QLfsD5BPXL1X1OR1f5Fb2ltrwVq4+E/lp6dj+2q8 IsX370NPzEvpQ== Received: (nullmailer pid 811759 invoked by uid 1000); Thu, 28 Sep 2023 16:26:17 -0000 Date: Thu, 28 Sep 2023 11:26:17 -0500 From: Rob Herring To: Richard Acayan Cc: Rob Herring , Krzysztof Kozlowski , Kuogee Hsieh , Robert Foss , Sean Paul , Marijn Suijten , Conor Dooley , linux-arm-msm@vger.kernel.org, Daniel Vetter , Neil Armstrong , Vinod Polimera , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Bjorn Andersson , Konrad Dybcio , Liu Shixin , Abhinav Kumar , freedreno@lists.freedesktop.org, Andy Gross , Ryan McCann , Rob Clark , David Airlie , Dmitry Baryshkov , Krishna Manikandan , Jessica Zhang Subject: Re: [PATCH 2/6] dt-bindings: display/msm: sdm845-dpu: Describe SDM670 Message-ID: <169591837694.811719.16275751393760332189.robh@kernel.org> References: <20230925232625.846666-9-mailingradian@gmail.com> <20230925232625.846666-11-mailingradian@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230925232625.846666-11-mailingradian@gmail.com> On Mon, 25 Sep 2023 19:26:29 -0400, Richard Acayan wrote: > The SDM670 display controller has the same requirements as the SDM845 > display controller, despite having distinct properties as described in > the catalog. Add the compatible for SDM670 to the SDM845 controller. > > Signed-off-by: Richard Acayan > --- > .../devicetree/bindings/display/msm/qcom,sdm845-dpu.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring