Skip to content

Commit b4c2abb

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: mmp2: Add the GPU
There's a GC860 2D + 3D core. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lubomir Rintel <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent d1e6f7c commit b4c2abb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm/boot/dts/mmp2.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <dt-bindings/clock/marvell,mmp2.h>
8+
#include <dt-bindings/power/marvell,mmp2.h>
89

910
/ {
1011
#address-cells = <1>;
@@ -38,6 +39,17 @@
3839
reg = <0xd4200000 0x00200000>;
3940
ranges;
4041

42+
gpu: gpu@d420d000 {
43+
compatible = "vivante,gc";
44+
reg = <0xd420d000 0x4000>;
45+
interrupts = <8>;
46+
status = "disabled";
47+
clocks = <&soc_clocks MMP2_CLK_GPU_3D>,
48+
<&soc_clocks MMP2_CLK_GPU_BUS>;
49+
clock-names = "core", "bus";
50+
power-domains = <&soc_clocks MMP2_POWER_DOMAIN_GPU>;
51+
};
52+
4153
intc: interrupt-controller@d4282000 {
4254
compatible = "mrvl,mmp2-intc";
4355
interrupt-controller;

0 commit comments

Comments
 (0)