]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: ti: k3-am62: New GPU binding details
authorMatt Coster <matt.coster@imgtec.com>
Mon, 28 Apr 2025 11:07:14 +0000 (12:07 +0100)
committerNishanth Menon <nm@ti.com>
Tue, 6 May 2025 12:30:34 +0000 (07:30 -0500)
Use the new compatible string and power domain name as introduced in
commit 2c01d9099859 ("dt-bindings: gpu: img: Future-proofing
enhancements").

Reviewed-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Link: https://lore.kernel.org/r/20250428-bxs-4-64-dts-v4-1-eddafb4ae19f@imgtec.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62-main.dtsi

index 50ba7dcff80f346de58f83f078b9a46ddc165b2d..9e0b6eee9ac77d66869915b2d7bec3e2275c03ea 100644 (file)
        };
 
        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 {