public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] media: dt-bindings: nxp,imx8mq-mipi-csi2: Fix example endpoint label typo
@ 2026-05-06  9:01 Robby Cai
  2026-05-06 11:20 ` Laurent Pinchart
  2026-05-06 13:33 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 7+ messages in thread
From: Robby Cai @ 2026-05-06  9:01 UTC (permalink / raw)
  To: laurent.pinchart, Frank.Li, martink, rmfrfs, kernel, mchehab,
	robh, krzk+dt, conor+dt, s.hauer, kernel, festevam,
	martin.kepplinger
  Cc: imx, linux-media, devicetree, linux-arm-kernel, linux-kernel

The example in imx8mq-mipi-csi2.yaml uses imx8mm_mipi_csi_{in,out} endpoint
labels, which is confusing for an i.MX8MQ binding. Rename the labels to
imx8mq_mipi_csi_{in,out} for consistency.

Fixes: 37255747ecbd ("media: dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver phy and controller")
Signed-off-by: Robby Cai <robby.cai@nxp.com>
---
 .../devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
index 4fcfc4fd3565..71f79651dd96 100644
--- a/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
+++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
@@ -220,7 +220,7 @@ examples:
             port@0 {
                 reg = <0>;
 
-                imx8mm_mipi_csi_in: endpoint {
+                imx8mq_mipi_csi_in: endpoint {
                     remote-endpoint = <&imx477_out>;
                     data-lanes = <1 2 3 4>;
                 };
@@ -229,7 +229,7 @@ examples:
             port@1 {
                 reg = <1>;
 
-                imx8mm_mipi_csi_out: endpoint {
+                imx8mq_mipi_csi_out: endpoint {
                     remote-endpoint = <&csi_in>;
                 };
             };
-- 
2.37.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-05-06 14:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06  9:01 [PATCH] media: dt-bindings: nxp,imx8mq-mipi-csi2: Fix example endpoint label typo Robby Cai
2026-05-06 11:20 ` Laurent Pinchart
2026-05-06 13:33 ` Krzysztof Kozlowski
2026-05-06 14:21   ` Laurent Pinchart
2026-05-06 14:24     ` Krzysztof Kozlowski
2026-05-06 14:30       ` Laurent Pinchart
2026-05-06 14:38         ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox