From: Fabio Estevam <festevam@gmail.com>
To: neil.armstrong@linaro.org
Cc: inki.dae@samsung.com, marex@denx.de, jagan@amarulasolutions.com,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
Fabio Estevam <festevam@denx.de>
Subject: [PATCH 1/2] dt-bindings: display: exynos: dsim: Add 'lane-polarities'
Date: Wed, 29 Mar 2023 11:41:54 -0300 [thread overview]
Message-ID: <20230329144155.699196-1-festevam@gmail.com> (raw)
From: Fabio Estevam <festevam@denx.de>
The Samsung DSIM IP block allows the inversion of the clock and
data lanes.
Add an optional property called 'lane-polarities' that describes the
polarities of the MIPI DSI clock and data lanes.
This is property is useful for properly describing the hardware
when the board designer decided to switch the polarities of the MIPI DSI
clock and/or data lanes.
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
.../devicetree/bindings/display/exynos/exynos_dsim.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt b/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt
index 2a5f0889ec32..65ed8ef7aed7 100644
--- a/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt
+++ b/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt
@@ -29,6 +29,12 @@ Required properties:
Optional properties:
- power-domains: a phandle to DSIM power domain node
+ - lane-polarities: Array that describes the polarities of the clock and data lanes.
+ 1: inverted polarity
+ 0: normal polarity
+ The first entry corresponds to the clock lanes. Subsequent entries correspond to the data lanes.
+ Example of a 4-lane system with only the clock lanes inverted:
+ lane-polarities = <1 0 0 0 0>;
Child nodes:
Should contain DSI peripheral nodes (see MIPI DSI bindings [1]).
--
2.34.1
next reply other threads:[~2023-03-29 14:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 14:41 Fabio Estevam [this message]
2023-03-29 14:41 ` [PATCH 2/2] drm/exynos: Implement support for DSI clock and data lane polarity swap Fabio Estevam
2023-03-29 15:42 ` Jagan Teki
2023-03-29 15:42 ` [PATCH 1/2] dt-bindings: display: exynos: dsim: Add 'lane-polarities' Jagan Teki
2023-03-30 7:37 ` Krzysztof Kozlowski
2023-03-30 7:55 ` Jagan Teki
2023-03-30 11:09 ` Fabio Estevam
2023-03-30 13:41 ` Jagan Teki
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=20230329144155.699196-1-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=festevam@denx.de \
--cc=inki.dae@samsung.com \
--cc=jagan@amarulasolutions.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=marex@denx.de \
--cc=neil.armstrong@linaro.org \
--cc=robh+dt@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).