From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: arm64: dts: imx8mq: tqma8mq-mba8mx: Enable HDMI support Date: Sun, 12 Apr 2026 13:34:46 +1000 Message-ID: In-Reply-To: <20260407-dcss-hdmi-upstreaming-v21-8-4681070ab82f@oss.nxp.com> References: <20260407-dcss-hdmi-upstreaming-v21-0-4681070ab82f@oss.nxp.com> <20260407-dcss-hdmi-upstreaming-v21-8-4681070ab82f@oss.nxp.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review This board-level DTS enables the DCSS, MHDP bridge, and connects to an HDMI connector. **Override of `port@1` endpoint:** ```dts &mhdp { status = "okay"; cdns,bridge-type = <1>; ports { port@1 { reg = <1>; mhdp_out: endpoint { remote-endpoint = <&hdmi_connector_in>; data-lanes = <0 1 2 3>; }; }; }; }; ``` This correctly overrides the SoC-level empty endpoint. `data-lanes = <0 1 2 3>` represents identity mapping. **Overall this patch is fine**, assuming the SoC-level DTS issues from patch 7 are resolved. --- Generated by Claude Code Patch Reviewer