We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e6f7c commit b4c2abbCopy full SHA for b4c2abb
arch/arm/boot/dts/mmp2.dtsi
@@ -5,6 +5,7 @@
5
*/
6
7
#include <dt-bindings/clock/marvell,mmp2.h>
8
+#include <dt-bindings/power/marvell,mmp2.h>
9
10
/ {
11
#address-cells = <1>;
@@ -38,6 +39,17 @@
38
39
reg = <0xd4200000 0x00200000>;
40
ranges;
41
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
+
53
intc: interrupt-controller@d4282000 {
54
compatible = "mrvl,mmp2-intc";
55
interrupt-controller;
0 commit comments