Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: mmp2: Add the GPU

There's a GC860 2D + 3D core.

Link: https://lore.kernel.org/r/20200718205019.184927-11-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Lubomir Rintel and committed by
Arnd Bergmann
b4c2abb6 d1e6f7c9

+12
+12
arch/arm/boot/dts/mmp2.dtsi
··· 5 5 */ 6 6 7 7 #include <dt-bindings/clock/marvell,mmp2.h> 8 + #include <dt-bindings/power/marvell,mmp2.h> 8 9 9 10 / { 10 11 #address-cells = <1>; ··· 38 37 #size-cells = <1>; 39 38 reg = <0xd4200000 0x00200000>; 40 39 ranges; 40 + 41 + gpu: gpu@d420d000 { 42 + compatible = "vivante,gc"; 43 + reg = <0xd420d000 0x4000>; 44 + interrupts = <8>; 45 + status = "disabled"; 46 + clocks = <&soc_clocks MMP2_CLK_GPU_3D>, 47 + <&soc_clocks MMP2_CLK_GPU_BUS>; 48 + clock-names = "core", "bus"; 49 + power-domains = <&soc_clocks MMP2_POWER_DOMAIN_GPU>; 50 + }; 41 51 42 52 intc: interrupt-controller@d4282000 { 43 53 compatible = "mrvl,mmp2-intc";