bd7c8d15ad
Patch header for 0027 was not formatted correctly. Fix that and re-generate all other patches while we are at it. [ci:skip-build] Already built successfuly on CI in MR
31 lines
837 B
Diff
31 lines
837 B
Diff
From 59355514e15d480d45bb19402cc0350d85fa709e Mon Sep 17 00:00:00 2001
|
|
From: Anton Bambura <jenneron@protonmail.com>
|
|
Date: Fri, 31 Dec 2021 11:30:32 +0200
|
|
Subject: [PATCH 17/33] ARM: dts: exynos: peach-pit: enable GPU
|
|
|
|
Enable GPU for this device.
|
|
|
|
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
|
|
---
|
|
arch/arm/boot/dts/exynos5420-peach-pit.dts | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts
|
|
index 9ea70ece4190..c97fa1a5bf50 100644
|
|
--- a/arch/arm/boot/dts/exynos5420-peach-pit.dts
|
|
+++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts
|
|
@@ -194,6 +194,11 @@ &fimd {
|
|
samsung,invert-vclk;
|
|
};
|
|
|
|
+&gpu {
|
|
+ status = "okay";
|
|
+ mali-supply = <&buck4_reg>;
|
|
+};
|
|
+
|
|
&hdmi {
|
|
status = "okay";
|
|
hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
|
|
--
|
|
2.38.0
|
|
|