From: Parth Gajjar <[email protected]>

Motivation for the commit is to utilize the upstream community
device tree so that the either modified ARM Mali 400 driver
or upstream lima driver can be used.

Signed-off-by: Parth Gajjar <[email protected]>
Signed-off-by: Vishal Sagar <[email protected]>
Link: 
https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
---

 arch/arm/dts/zynqmp-clk-ccf.dtsi | 2 +-
 arch/arm/dts/zynqmp.dtsi         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/zynqmp-clk-ccf.dtsi b/arch/arm/dts/zynqmp-clk-ccf.dtsi
index 173e4bc5f1d8..4d44924f6633 100644
--- a/arch/arm/dts/zynqmp-clk-ccf.dtsi
+++ b/arch/arm/dts/zynqmp-clk-ccf.dtsi
@@ -126,7 +126,7 @@
 };
 
 &gpu {
-       clocks = <&zynqmp_clk GPU_REF>, <&zynqmp_clk GPU_PP0_REF>, <&zynqmp_clk 
GPU_PP1_REF>;
+       clocks = <&zynqmp_clk GPU_REF>, <&zynqmp_clk GPU_PP0_REF>;
 };
 
 &lpd_dma_chan1 {
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 5f1e163e87f2..38114d55386b 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -396,12 +396,12 @@
 
                gpu: gpu@fd4b0000 {
                        status = "disabled";
-                       compatible = "arm,mali-400", "arm,mali-utgard";
+                       compatible = "xlnx,zynqmp-mali", "arm,mali-400";
                        reg = <0x0 0xfd4b0000 0x0 0x10000>;
                        interrupt-parent = <&gic>;
                        interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 
4>, <0 132 4>, <0 132 4>;
-                       interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", 
"IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
-                       clock-names = "gpu", "gpu_pp0", "gpu_pp1";
+                       interrupt-names = "gp", "gpmmu", "pp0", "ppmmu0", 
"pp1", "ppmmu1";
+                       clock-names = "bus", "core";
                        power-domains = <&zynqmp_firmware PD_GPU>;
                };
 
-- 
2.36.1

Reply via email to