From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: arm64: dts: ti: k3-j784s4: Add GPU node
Date: Fri, 27 Feb 2026 14:48:58 +1000 [thread overview]
Message-ID: <review-patch3-20260224-gpu_dts-v1-3-cc5ddffe140c@ti.com> (raw)
In-Reply-To: <20260224-gpu_dts-v1-3-cc5ddffe140c@ti.com>
Patch Review
**Author:** Antonios Christidis
Adds the BXS-464 GPU node for the J784S4 SoC.
```dts
gpu: gpu@4e20000000 {
compatible = "ti,j721s2-gpu", "img,img-bxs-4-64", "img,img-rogue";
reg = <0x4e 0x20000000 0x00 0x80000>;
clocks = <&k3_clks 181 1>;
clock-names = "core";
assigned-clocks = <&k3_clks 181 1>;
assigned-clock-rates = <800000000>;
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&k3_pds 181 TI_SCI_PD_EXCLUSIVE>,
<&k3_pds 182 TI_SCI_PD_EXCLUSIVE>;
power-domain-names = "a", "b";
dma-coherent;
};
```
- Uses `"ti,j721s2-gpu"` as the SoC-specific compatible -- this reuses the existing J721S2 compatible rather than introducing a new J784S4-specific one. This makes sense if the J784S4 GPU block is identical to J721S2's, but the cover letter and commit message should explain this choice.
- **No new dt-binding needed** since `ti,j721s2-gpu` already exists in the binding, which is consistent.
- **Indentation inconsistency** in `power-domains`: uses a single tab indent for the continuation line, while patch 1 uses a double tab. This is minor but worth keeping consistent across the series:
Patch 1:
```
power-domains = <&k3_pds 125 TI_SCI_PD_EXCLUSIVE>,
<&k3_pds 126 TI_SCI_PD_EXCLUSIVE>;
```
Patch 3:
```
power-domains = <&k3_pds 181 TI_SCI_PD_EXCLUSIVE>,
<&k3_pds 182 TI_SCI_PD_EXCLUSIVE>;
```
- Same `status = "disabled"` question as patch 1.
- The commit message says "Add the Series BXS GPU node" -- "Series" should probably be lowercase or the whole identifier should be quoted/clarified (e.g., "BXS-464").
---
---
Generated by Claude Code Patch Reviewer
next prev parent 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 Code Review Bot [this message]
2026-02-24 18:09 ` [PATCH 4/5] arm64: dts: ti: add " a-christidis
2026-02-27 4:48 ` Claude review: " Claude Code Review Bot
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-patch3-20260224-gpu_dts-v1-3-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