From: Dominik Haller <D.Haller@phytec.de>
To: Harikrishna Shenoy <h-shenoy@ti.com>,
"andrzej.hajda@intel.com" <andrzej.hajda@intel.com>,
"neil.armstrong@linaro.org" <neil.armstrong@linaro.org>,
"rfoss@kernel.org" <rfoss@kernel.org>,
"Laurent.pinchart@ideasonboard.com"
<Laurent.pinchart@ideasonboard.com>,
"jonas@kwiboo.se" <jonas@kwiboo.se>,
"jernej.skrabec@gmail.com" <jernej.skrabec@gmail.com>,
"simona@ffwll.ch" <simona@ffwll.ch>,
"maarten.lankhorst@linux.intel.com"
<maarten.lankhorst@linux.intel.com>,
"mripard@kernel.org" <mripard@kernel.org>,
"tzimmermann@suse.de" <tzimmermann@suse.de>,
"robh@kernel.org" <robh@kernel.org>,
"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
"conor+dt@kernel.org" <conor+dt@kernel.org>,
"jani.nikula@intel.com" <jani.nikula@intel.com>,
"j-choudhary@ti.com" <j-choudhary@ti.com>,
"sui.jingfeng@linux.dev" <sui.jingfeng@linux.dev>,
"viro@zeniv.linux.org.uk" <viro@zeniv.linux.org.uk>,
"r-ravikumar@ti.com" <r-ravikumar@ti.com>,
"sjakhade@cadence.com" <sjakhade@cadence.com>,
"yamonkar@cadence.com" <yamonkar@cadence.com>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 1/2] dt-bindings: drm/bridge: Add no-hpd property
Date: Thu, 20 Mar 2025 10:50:09 +0000 [thread overview]
Message-ID: <5fec6e3d37a795b07874fb3fa136a01ab37ce113.camel@phytec.de> (raw)
In-Reply-To: <20250205115025.3133487-2-h-shenoy@ti.com>
Hi,
On Wed, 2025-02-05 at 17:20 +0530, Harikrishna Shenoy wrote:
> From: Rahul T R <r-ravikumar@ti.com>
>
> The mhdp bridge can work without its HPD pin hooked up to the
> connector,
> but the current bridge driver throws an error when hpd line is not
> connected to the connector. For such cases, we need an indication for
> no-hpd, using which we can bypass the hpd detection and instead use
> the
> auxiliary channels connected to the DP connector to confirm the
> connection.
> So add no-hpd property to the bindings, to disable hpd when not
> connected or unusable due to DP0-HPD not connected to correct HPD
> pin on SOC like in case of J721S2.
out of curiosity. This series doesn't have anything to do with the
other DP HPD pin (AA24 MCASP1_ACLKX.DP0_HPD in case of J721S2) still
being mandatory to mux?
> Signed-off-by: Rahul T R <r-ravikumar@ti.com>
> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
> ---
> .../devicetree/bindings/display/bridge/cdns,mhdp8546.yaml | 6
> ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git
> a/Documentation/devicetree/bindings/display/bridge/cdns,mhdp8546.yaml
> b/Documentation/devicetree/bindings/display/bridge/cdns,mhdp8546.yaml
> index c2b369456e4e..3a6c6d837593 100644
> ---
> a/Documentation/devicetree/bindings/display/bridge/cdns,mhdp8546.yaml
> +++
> b/Documentation/devicetree/bindings/display/bridge/cdns,mhdp8546.yaml
> @@ -57,6 +57,12 @@ properties:
> interrupts:
> maxItems: 1
>
> + cdns,no-hpd:
> + type: boolean
> + description:
> + Set if the HPD line on the bridge isn't hooked up to anything
> or is
> + otherwise unusable.
> +
> ports:
> $ref: /schemas/graph.yaml#/properties/ports
>
next prev parent reply other threads:[~2025-03-20 10:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-05 11:50 [PATCH v3 0/2] "no-hpd" support in CDNS DP bridge driver Harikrishna Shenoy
2025-02-05 11:50 ` [PATCH v3 1/2] dt-bindings: drm/bridge: Add no-hpd property Harikrishna Shenoy
2025-02-05 11:52 ` Krzysztof Kozlowski
2025-02-05 13:33 ` Dmitry Baryshkov
2025-03-12 6:26 ` Harikrishna Shenoy
2025-03-12 12:52 ` Dmitry Baryshkov
2025-03-18 15:49 ` Tomi Valkeinen
2025-03-18 19:51 ` Doug Anderson
2025-04-15 12:50 ` Tomi Valkeinen
2025-04-15 15:40 ` Dmitry Baryshkov
2025-04-15 16:50 ` Tomi Valkeinen
2025-03-18 20:17 ` Dmitry Baryshkov
2025-03-20 10:50 ` Dominik Haller [this message]
2025-02-05 11:50 ` [PATCH v3 2/2] drm: bridge: cdns-mhdp8546: Add support for no-hpd Harikrishna Shenoy
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=5fec6e3d37a795b07874fb3fa136a01ab37ce113.camel@phytec.de \
--to=d.haller@phytec.de \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=andrzej.hajda@intel.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=h-shenoy@ti.com \
--cc=j-choudhary@ti.com \
--cc=jani.nikula@intel.com \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=r-ravikumar@ti.com \
--cc=rfoss@kernel.org \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=sjakhade@cadence.com \
--cc=sui.jingfeng@linux.dev \
--cc=tzimmermann@suse.de \
--cc=viro@zeniv.linux.org.uk \
--cc=yamonkar@cadence.com \
/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
all inboxes | Powered by JetHome®