mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
feat(tc): enable GPU
Add DTS node for GPU to support hardware rendering in Android Signed-off-by: Anders Dellien <anders.dellien@arm.com> Change-Id: I2cf2badf5b15e59a910f6cf7d3d30fdfaf4fe9ce
This commit is contained in:
parent
68fe3cec25
commit
82117bb481
1 changed files with 13 additions and 0 deletions
13
fdts/tc.dts
13
fdts/tc.dts
|
@ -434,6 +434,19 @@
|
|||
clock-names = "mclk", "apb_pclk";
|
||||
};
|
||||
|
||||
gpu: gpu@2d000000 {
|
||||
compatible = "arm,mali-midgard";
|
||||
reg = <0x0 0x2d000000 0x0 0x200000>;
|
||||
interrupts = <0 66 4>, <0 67 4>, <0 65 4>;
|
||||
interrupt-names = "JOB", "MMU", "GPU";
|
||||
clocks = <&soc_refclk100mhz>;
|
||||
clock-names = "clk_mali";
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
50000 820000
|
||||
>;
|
||||
};
|
||||
|
||||
dp0: display@2cc00000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
Loading…
Add table
Reference in a new issue