From: "Andreas Färber" <afaerber@suse•de>
To: linux-realtek-soc@lists•infradead.org
Cc: "Mark Rutland" <mark.rutland@arm•com>,
devicetree@vger•kernel.org, linux-kernel@vger•kernel.org,
"Rob Herring" <robh+dt@kernel•org>,
"Andreas Färber" <afaerber@suse•de>,
linux-arm-kernel@lists•infradead.org
Subject: [RFC 5/7] ARM: dts: rtd1195: Add Mali node
Date: Mon, 4 Nov 2019 02:39:30 +0100 [thread overview]
Message-ID: <20191104013932.22505-6-afaerber@suse.de> (raw)
In-Reply-To: <20191104013932.22505-1-afaerber@suse.de>
Add a DT node for the Mali GPU.
Signed-off-by: Andreas Färber <afaerber@suse•de>
---
arch/arm/boot/dts/rtd1195.dtsi | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/arch/arm/boot/dts/rtd1195.dtsi b/arch/arm/boot/dts/rtd1195.dtsi
index 774f95d544a3..ae8843782cfa 100644
--- a/arch/arm/boot/dts/rtd1195.dtsi
+++ b/arch/arm/boot/dts/rtd1195.dtsi
@@ -292,6 +292,25 @@
status = "disabled";
};
+ /* TODO 0x18030000 0x10000 or 0x18003000 0x1000? */
+ mali: gpu@18030000 {
+ compatible = "realtek,rtd1195-mali", "arm,mali-400";
+ reg = <0x18030000 0x10000>;
+ /* TODO which bus clk to pass? */
+ clocks = <&clkc RTD1195_CLK_EN_GPU>, <&osc27M>;
+ clock-names = "core", "bus";
+ resets = <&reset1 RTD1195_RSTN_GPU>;
+ interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "gp", "gpmmu",
+ "pp0", "ppmmu0",
+ "pp1", "ppmmu1";
+ };
+
gic: interrupt-controller@ff011000 {
compatible = "arm,cortex-a7-gic";
reg = <0xff011000 0x1000>,
--
2.16.4
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-11-04 1:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-04 1:39 [RFC 0/7] ARM: dts: Mali for Realtek RTD1195/RTD1295 Andreas Färber
2019-11-04 1:39 ` [PATCH 1/7] dt-bindings: gpu: mali-midgard: Tidy up conversion to YAML Andreas Färber
2019-11-06 14:24 ` Rob Herring
2019-11-06 14:36 ` Krzysztof Kozlowski
2019-11-06 15:07 ` Andreas Färber
2019-11-06 15:34 ` Rob Herring
2019-11-07 10:03 ` Andreas Färber
2019-11-04 1:39 ` [PATCH 2/7] dt-bindings: gpu: mali-midgard: Add Realtek RTD1295 Andreas Färber
2019-11-13 3:21 ` Rob Herring
2019-11-04 1:39 ` [RFC 3/7] arm64: dts: realtek: rtd1295: Add Mali node Andreas Färber
2019-11-04 1:39 ` [RFC 4/7] dt-bindings: gpu: mali-utgard: Add Realtek RTD1195 Andreas Färber
2019-11-04 1:39 ` Andreas Färber [this message]
2019-11-04 1:39 ` [RFC 6/7] dt-bindings: gpu: mali-utgard: Add Realtek RTD1395 Andreas Färber
2019-11-04 1:39 ` [PATCH 7/7] dt-bindings: gpu: arm-bifrost: Add Realtek RTD1619 Andreas Färber
2019-11-04 1:49 ` Andreas Färber
2019-11-13 3:21 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191104013932.22505-6-afaerber@suse.de \
--to=afaerber@suse$(echo .)de \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-realtek-soc@lists$(echo .)infradead.org \
--cc=mark.rutland@arm$(echo .)com \
--cc=robh+dt@kernel$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox