Re: [PATCH v2] arm64: dts: ti: add am62p/j722s GPU node
From: Kumar, Udit
Date: Fri Sep 04 2026 - 15:34:17 EST
On 9/4/2026 8:11 PM, Michael Walle wrote:
> Hi,
>
> On Fri Sep 4, 2026 at 4:27 PM CEST, Udit Kumar wrote:
>>> + 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";
>>> + };
>>
>> Could you check once, if you don't need some assigned-clock-freq.
>> and good with default freq ?
>
> See
> https://lore.kernel.org/all/20250915143440.2362812-1-mwalle@xxxxxxxxxx/
Ok thanks
Reviewed-by: Udit Kumar <u-kumar1@xxxxxx>
>
> -michael