public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: arm64: dts: ti: add GPU node
Date: Fri, 27 Feb 2026 14:48:58 +1000	[thread overview]
Message-ID: <review-patch4-20260224-gpu_dts-v1-4-cc5ddffe140c@ti.com> (raw)
In-Reply-To: <20260224-gpu_dts-v1-4-cc5ddffe140c@ti.com>

Patch Review

**Author:** Michael Walle (carried by Antonios Christidis)

Adds the BXS-4 GPU node for J722S/AM62P in the shared common-main dtsi.

**Vague subject line:** `"arm64: dts: ti: add GPU node"` doesn't specify which SoC. It should be something like `"arm64: dts: ti: k3-am62p-j722s: Add GPU node"` to match the convention of the other patches in this series.

```dts
gpu: gpu@fd80000 {
    compatible = "ti,am62p-gpu", "img,img-bxs-4-64", "img,img-rogue";
    reg = <0x00 0x0fd80000 0x00 0x80000>;
    clocks = <&k3_clks 237 3>;
    clock-names = "core";
    interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>;
    power-domains = <&k3_pds 237 TI_SCI_PD_EXCLUSIVE>,
            <&k3_pds 242 TI_SCI_PD_EXCLUSIVE>;
    power-domain-names = "a", "b";
};
```

**Inconsistencies compared to patches 1 and 3:**

1. **Missing `assigned-clocks` / `assigned-clock-rates`**: Patches 1 and 3 both set these to configure the GPU clock rate. If the AM62P/J722S GPU needs a specific clock rate to function, these should be added. If the default is acceptable, the cover letter or commit message should explain why this node differs.

2. **Missing `dma-coherent`**: Patches 1 and 3 include `dma-coherent`. If AM62P/J722S doesn't support hardware-managed cache coherency for the GPU, this omission is correct, but it should be documented in the commit message.

These differences are likely hardware-specific and intentional, but they should be explicitly noted.

---

---
Generated by Claude Code Patch Reviewer

  reply	other threads:[~2026-02-27  4:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-24 18:09 [PATCH 0/5] drm/imagination: add support for j721e,j784s4,j722s,am62p Antonios Christidis
2026-02-24 18:09 ` [PATCH 1/5] arm64: dts: ti: k3-j721e: Add GPU node Antonios Christidis
2026-02-27  4:48   ` Claude review: " Claude Code Review Bot
2026-02-24 18:09 ` [PATCH 2/5] dt-bindings: gpu: img: Add J721e SoC specific compatible Antonios Christidis
2026-02-24 23:09   ` Andrew Davis
2026-02-25 11:06   ` Krzysztof Kozlowski
2026-02-27  4:48   ` Claude review: " Claude Code Review Bot
2026-02-24 18:09 ` [PATCH 3/5] arm64: dts: ti: k3-j784s4: Add GPU node Antonios Christidis
2026-02-27  4:48   ` Claude review: " Claude Code Review Bot
2026-02-24 18:09 ` [PATCH 4/5] arm64: dts: ti: add " a-christidis
2026-02-27  4:48   ` Claude Code Review Bot [this message]
2026-02-24 18:09 ` [PATCH 5/5] clk: keystone: don't cache clock rate a-christidis
2026-02-27  4:48   ` Claude review: " Claude Code Review Bot
2026-02-25  1:05 ` [PATCH 0/5] drm/imagination: add support for j721e,j784s4,j722s,am62p Nishanth Menon
2026-02-27  4:48 ` Claude review: " Claude Code Review Bot

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=review-patch4-20260224-gpu_dts-v1-4-cc5ddffe140c@ti.com \
    --to=claude-review@example.com \
    --cc=dri-devel-reviews@example.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