From: Nishanth Menon <nm@ti.com>
To: Matt Coster <matt.coster@imgtec.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>,
Tero Kristo <kristo@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
Frank Binns <frank.binns@imgtec.com>,
Alessio Belle <alessio.belle@imgtec.com>,
Alexandru Dadu <alexandru.dadu@imgtec.com>,
Luigi Santivetti <luigi.santivetti@imgtec.com>,
Randolph Sapp <rs@ti.com>, Darren Etheridge <detheridge@ti.com>
Subject: Re: [PATCH v3 1/2] arm64: dts: ti: k3-am62: New GPU binding details
Date: Fri, 25 Apr 2025 15:30:17 -0500 [thread overview]
Message-ID: <20250425203017.dzppbtl3euy4rmc4@ranking> (raw)
In-Reply-To: <20250422-bxs-4-64-dts-v3-1-ec6657bde135@imgtec.com>
On 16:26-20250422, Matt Coster wrote:
> Use the new compatible string and power domain name as introduced in
> commit 2c01d9099859 ("dt-bindings: gpu: img: Future-proofing
> enhancements")[1].
>
> [1]: https://lore.kernel.org/r/20250410-sets-bxs-4-64-patch-v1-v6-1-eda620c5865f@imgtec.com
Please remove the lore link in the commit message, commit sha
reference is sufficient, url could be used in the diffstat section to
provide reference.
>
> Reviewed-by: Randolph Sapp <rs@ti.com>
> Signed-off-by: Matt Coster <matt.coster@imgtec.com>
> ---
> Changes in v3:
> - None
> - Link to v2: https://lore.kernel.org/r/20250417-bxs-4-64-dts-v2-1-9f8c09233114@imgtec.com
> Changes in v2:
> - Add Randolph's Rb
> - Link to v1: https://lore.kernel.org/r/20250415-bxs-4-64-dts-v1-1-f7d3fa06625d@imgtec.com
>
> This patch was previously sent as [DO NOT MERGE]:
> https://lore.kernel.org/r/20250410-sets-bxs-4-64-patch-v1-v6-17-eda620c5865f@imgtec.com
> ---
> arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
> index 7d355aa73ea2116723735f70b9351cefcd8bc118..d17b25cae196b08d24adbe7c913ccaba7eed37eb 100644
> --- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
> @@ -691,12 +691,14 @@ ospi0: spi@fc40000 {
> };
>
> gpu: gpu@fd00000 {
> - compatible = "ti,am62-gpu", "img,img-axe";
> + compatible = "ti,am62-gpu", "img,img-axe-1-16m", "img,img-axe",
> + "img,img-rogue";
> reg = <0x00 0x0fd00000 0x00 0x20000>;
> clocks = <&k3_clks 187 0>;
> clock-names = "core";
> interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
> power-domains = <&k3_pds 187 TI_SCI_PD_EXCLUSIVE>;
> + power-domain-names = "a";
> };
>
> cpsw3g: ethernet@8000000 {
>
> --
> 2.49.0
>
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
next prev parent reply other threads:[~2025-04-25 20:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-22 15:26 [PATCH v3 0/2] Imagination BXS-4-64 MC1 GPU support (DTS changes) Matt Coster
2025-04-22 15:26 ` [PATCH v3 1/2] arm64: dts: ti: k3-am62: New GPU binding details Matt Coster
2025-04-25 20:30 ` Nishanth Menon [this message]
2025-04-22 15:26 ` [PATCH v3 2/2] arm64: dts: ti: k3-j721s2: Add GPU node Matt Coster
2025-04-25 20:31 ` Nishanth Menon
2025-04-22 21:11 ` [PATCH v3 0/2] Imagination BXS-4-64 MC1 GPU support (DTS changes) Rob Herring (Arm)
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=20250425203017.dzppbtl3euy4rmc4@ranking \
--to=nm@ti.com \
--cc=alessio.belle@imgtec.com \
--cc=alexandru.dadu@imgtec.com \
--cc=conor+dt@kernel.org \
--cc=detheridge@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=frank.binns@imgtec.com \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luigi.santivetti@imgtec.com \
--cc=matt.coster@imgtec.com \
--cc=robh@kernel.org \
--cc=rs@ti.com \
--cc=vigneshr@ti.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