Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4dc2a25d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: dts: exynos: Add GPU/Mali T760 node to Exynos7



Add nodes for GPU (Mali T760) to Exynos7.  Current support for Exynos7
misses a lot, including proper clocks, power domains, frequency and
voltage scaling and cooling.  However this still can provide basic GPU
description.  Not tested on HW.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent f0a6208b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -59,6 +59,11 @@
	clock-frequency = <24000000>;
};

&gpu {
	mali-supply = <&buck6_reg>;
	status = "okay";
};

&serial_2 {
	status = "okay";
};
+11 −0
Original line number Diff line number Diff line
@@ -78,6 +78,17 @@
		};
	};

	gpu: gpu@14ac0000 {
		compatible = "samsung,exynos5433-mali", "arm,mali-t760";
		reg = <0x14ac0000 0x5000>;
		interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "job", "mmu", "gpu";
		status = "disabled";
		/* TODO: operating points for DVFS, cooling device */
	};

	psci {
		compatible = "arm,psci-0.2";
		method = "smc";