From: Conor Dooley <conor@kernel.org>
To: Marc Gonzalez <mgonzalez@freebox.fr>
Cc: Vinod Koul <vkoul@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Rob Clark <robdclark@gmail.com>,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Sean Paul <sean@poorly.run>,
Marijn Suijten <marijn.suijten@somainline.org>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org,
devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
freedreno@lists.freedesktop.org, Arnaud Vrac <avrac@freebox.fr>,
Pierre-Hugues Husson <phhusson@freebox.fr>,
Jeffrey Hugo <quic_jhugo@quicinc.com>
Subject: Re: [PATCH v6 3/6] drm/msm/hdmi: add "qcom,hdmi-tx-8998" compatible
Date: Mon, 15 Jul 2024 16:28:16 +0100 [thread overview]
Message-ID: <20240715-stable-popsicle-7c6e2fa76644@spud> (raw)
In-Reply-To: <20240715-trickery-spongy-c9d8e246b4cc@spud>
[-- Attachment #1: Type: text/plain, Size: 1387 bytes --]
On Mon, Jul 15, 2024 at 04:26:12PM +0100, Conor Dooley wrote:
> On Mon, Jul 15, 2024 at 02:21:16PM +0200, Marc Gonzalez wrote:
> > Current driver already supports the msm8998 HDMI TX.
> > We just need to add the compatible string.
>
> Why is this required when the driver change suggests that this device is
> compatible with the existing 8974?
(I know I reviewed the binding already, just noticing this which
suggests a fallback would be appropriate, despite the differing clocks
etc)
>
> >
> > Signed-off-by: Marc Gonzalez <mgonzalez@freebox.fr>
> > ---
> > drivers/gpu/drm/msm/hdmi/hdmi.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.c b/drivers/gpu/drm/msm/hdmi/hdmi.c
> > index 24abcb7254cc4..0bfee41c2e71a 100644
> > --- a/drivers/gpu/drm/msm/hdmi/hdmi.c
> > +++ b/drivers/gpu/drm/msm/hdmi/hdmi.c
> > @@ -549,6 +549,7 @@ static void msm_hdmi_dev_remove(struct platform_device *pdev)
> > }
> >
> > static const struct of_device_id msm_hdmi_dt_match[] = {
> > + { .compatible = "qcom,hdmi-tx-8998", .data = &hdmi_tx_8974_config },
> > { .compatible = "qcom,hdmi-tx-8996", .data = &hdmi_tx_8974_config },
> > { .compatible = "qcom,hdmi-tx-8994", .data = &hdmi_tx_8974_config },
> > { .compatible = "qcom,hdmi-tx-8084", .data = &hdmi_tx_8974_config },
> >
> > --
> > 2.34.1
> >
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2024-07-15 15:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 12:21 [PATCH v6 0/6] HDMI TX support in msm8998 Marc Gonzalez
2024-07-15 12:21 ` [PATCH v6 1/6] dt-bindings: phy: add qcom,hdmi-phy-8998 Marc Gonzalez
2024-07-15 12:21 ` [PATCH v6 2/6] dt-bindings: display/msm: hdmi: add qcom,hdmi-tx-8998 Marc Gonzalez
2024-07-15 12:21 ` [PATCH v6 3/6] drm/msm/hdmi: add "qcom,hdmi-tx-8998" compatible Marc Gonzalez
2024-07-15 14:35 ` Dmitry Baryshkov
2024-07-15 15:26 ` Conor Dooley
2024-07-15 15:28 ` Conor Dooley [this message]
2024-07-15 16:33 ` Dmitry Baryshkov
2024-07-15 12:21 ` [PATCH v6 4/6] drm/msm: add msm8998 hdmi phy/pll support Marc Gonzalez
2024-07-15 14:36 ` Dmitry Baryshkov
2024-07-15 12:21 ` [PATCH v6 5/6] arm64: dts: qcom: msm8998: add HDMI GPIOs Marc Gonzalez
2024-07-15 12:21 ` [PATCH v6 6/6] arm64: dts: qcom: add HDMI nodes for msm8998 Marc Gonzalez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240715-stable-popsicle-7c6e2fa76644@spud \
--to=conor@kernel.org \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=avrac@freebox.fr \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=kishon@kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=marijn.suijten@somainline.org \
--cc=mgonzalez@freebox.fr \
--cc=mripard@kernel.org \
--cc=phhusson@freebox.fr \
--cc=quic_abhinavk@quicinc.com \
--cc=quic_jhugo@quicinc.com \
--cc=robdclark@gmail.com \
--cc=robh@kernel.org \
--cc=sean@poorly.run \
--cc=tzimmermann@suse.de \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).