36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
From 8c9b76cd4af032be2135da813667a7e9ace27109 Mon Sep 17 00:00:00 2001
|
|
From: Marian Mihailescu <mihailescu2m@gmail.com>
|
|
Date: Thu, 14 Nov 2019 10:39:00 +1030
|
|
Subject: [PATCH 055/109] ODROID-XU4: ARM: dts: exynos5420: add mali dt node
|
|
and enable mali on Odroid XU3/4
|
|
|
|
Add device tree node for Mali GPU for Exynos 542x SoC.
|
|
GPU is disabled by default, and is enabled for each board after the
|
|
regulator is defined. Tested on Odroid-XU4.
|
|
|
|
Change-Id: I902932d29c7093b666fa3a8a8e1d0fda8fb11d5c
|
|
Signed-off-by: Marian Mihailescu <mihailescu2m@gmail.com>
|
|
---
|
|
arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi
|
|
index 13ae1e5fd4f0..2853f5cb6d84 100644
|
|
--- a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi
|
|
+++ b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi
|
|
@@ -1053,6 +1053,11 @@ &gpu {
|
|
status = "okay";
|
|
};
|
|
|
|
+&gpu {
|
|
+ mali-supply = <&buck4_reg>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&rtc {
|
|
status = "okay";
|
|
clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
|
|
--
|
|
2.25.1
|
|
|