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 2B6034E298 for ; Thu, 28 Sep 2023 16:20:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 771B6C433C7; Thu, 28 Sep 2023 16:20:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695918038; bh=UlmHL2MYIeetXX5KGpkapFIPaVtMKWJwuBP9544pnao=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RGJH7sGHDCCRByzAB10xIGEEni1DnJfJy2JvFhPdHSIytggfSgwIFMzw9bFHfFTfZ 2acZhEPPXXiQ+46eCnSpX2cZDBpQDKypnDVegs9fAqYb1uzr2kGSqYPlfaxX921rVR UlH6WJ5uYRmYqmn7ztkX11QD8N1OyxTviyZXgwIy/pJmDtnU1Ui8TtQSa0FA3mlRwt lRZWVmAHIvUkIfMi4QHMAJpXWAVrYrX1B1UmpCxJjBjrAeur7YijJgNphgVpx6rig1 8EiDuD2cXyyhJ9FDvD7T/w+WGF3TSzwKeY2K2hpw/hhO3RnMXmnzFOcrI2GVfVdQFp MU4L8IRA+bXMw== Received: (nullmailer pid 756683 invoked by uid 1000); Thu, 28 Sep 2023 16:20:33 -0000 Date: Thu, 28 Sep 2023 11:20:33 -0500 From: Rob Herring To: Richard Acayan Cc: Kuogee Hsieh , David Airlie , Neil Armstrong , Marijn Suijten , Robert Foss , Abhinav Kumar , Dmitry Baryshkov , dri-devel@lists.freedesktop.org, Ryan McCann , freedreno@lists.freedesktop.org, Liu Shixin , Krzysztof Kozlowski , Vinod Polimera , Conor Dooley , Konrad Dybcio , Rob Clark , linux-arm-msm@vger.kernel.org, Rob Herring , Daniel Vetter , devicetree@vger.kernel.org, Andy Gross , Bjorn Andersson , Krishna Manikandan , Sean Paul , Jessica Zhang Subject: Re: [PATCH 1/6] dt-bindings: display/msm: dsi-controller-main: add SDM670 compatible Message-ID: <169591803268.756483.10293315880191956926.robh@kernel.org> References: <20230925232625.846666-9-mailingradian@gmail.com> <20230925232625.846666-10-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-10-mailingradian@gmail.com> On Mon, 25 Sep 2023 19:26:28 -0400, Richard Acayan wrote: > The SDM670 has DSI ports. Add the compatible for the controller. > > Signed-off-by: Richard Acayan > --- > .../devicetree/bindings/display/msm/dsi-controller-main.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring