]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: stm32: Add Vivante GPU support on STM32MP157c
authorPierre-Yves MORDRET <pierre-yves.mordret@st.com>
Fri, 17 May 2019 08:42:06 +0000 (10:42 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Tue, 21 May 2019 08:59:32 +0000 (10:59 +0200)
Append Vivante GPU DT configuration.

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c.dtsi

index ec2d6475caa23edc872c284e66e90ad108f1388a..011204ee25714eb7caff61f3c67d850869920da1 100644 (file)
@@ -1307,6 +1307,16 @@ usbh_ehci: usbh-ehci@5800d000 {
                        status = "disabled";
                };
 
+               gpu: gpu@59000000 {
+                       compatible = "vivante,gc";
+                       reg = <0x59000000 0x800>;
+                       interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&rcc GPU>, <&rcc GPU_K>;
+                       clock-names = "bus" ,"core";
+                       resets = <&rcc GPU_R>;
+                       status = "disabled";
+               };
+
                dsi: dsi@5a000000 {
                        compatible = "st,stm32-dsi";
                        reg = <0x5a000000 0x800>;