* [PATCH] Make Firefly RK3399 enable the mali GPU
@ 2022-02-05 14:03 Michael Saunders
2022-02-06 14:42 ` Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: Michael Saunders @ 2022-02-05 14:03 UTC (permalink / raw)
To: devicetree; +Cc: robh+dt, heiko, Michael Saunders
The Firefly RK3399 device tree had the GPU status set to disabled as per
the default from the rk3399.dtsi. This patch sets the status in the
firefly dts to enable it for use. I've tested this successfully on my
2GB Firefly RK3399 board.
Signed-off-by: Michael Saunders <mick.saunders@gmail.com>
---
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
index c4dd2a6b4836..f7b8da4953be 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
@@ -298,6 +298,11 @@ &gmac {
status = "okay";
};
+&gpu {
+ mali-supply = <&vdd_gpu>;
+ status = "okay";
+};
+
&hdmi {
ddc-i2c-bus = <&i2c3>;
pinctrl-names = "default";
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Make Firefly RK3399 enable the mali GPU
2022-02-05 14:03 [PATCH] Make Firefly RK3399 enable the mali GPU Michael Saunders
@ 2022-02-06 14:42 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-06 14:42 UTC (permalink / raw)
To: Michael Saunders, devicetree; +Cc: robh+dt, heiko
On 05/02/2022 15:03, Michael Saunders wrote:
> The Firefly RK3399 device tree had the GPU status set to disabled as per
> the default from the rk3399.dtsi. This patch sets the status in the
> firefly dts to enable it for use. I've tested this successfully on my
> 2GB Firefly RK3399 board.
>
> Signed-off-by: Michael Saunders <mick.saunders@gmail.com>
> ---
> arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
> index c4dd2a6b4836..f7b8da4953be 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
> @@ -298,6 +298,11 @@ &gmac {
> status = "okay";
> };
>
> +&gpu {
> + mali-supply = <&vdd_gpu>;
> + status = "okay";
Thanks for the patch.
Please run scripts/checkpatch.pl, before sending it. You need to correct
the indentation - just use the same as other places in the file.
On your future submissions, please use scripts/get_maintainer.pl to get
list of people and lists needed for CC. You missed here both rockchip
and arm-kernel.
Use "git log --oneline -- ..." to find the proper subject prefix for
your subsystem and fix the subject.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-06 14:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-05 14:03 [PATCH] Make Firefly RK3399 enable the mali GPU Michael Saunders
2022-02-06 14:42 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).