mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
arm64: dts: ti: k3-am62: New GPU binding details
Use the new compatible string and power domain name as introduced in
commit 2c01d90998 ("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>
This commit is contained in:
parent
3df22a8622
commit
8a6650dafa
|
|
@ -689,12 +689,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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user