diff options
author | Jacob Chen <jacob-chen@iotwrt.com> | 2017-07-01 05:02:43 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-07-16 18:08:57 +0300 |
commit | 94d8fbd1d1c0b3afc7bfd6669378bf2def91ceaa (patch) | |
tree | a65568e5316f4d416da41ba24695772d07fddb61 /arch/arm/boot/dts | |
parent | 97784b07d231ae31fb9080fb50b54aad5134f1b6 (diff) | |
download | linux-94d8fbd1d1c0b3afc7bfd6669378bf2def91ceaa.tar.xz |
ARM: dts: rockchip: enable ARM Mali GPU on rk3288-tinker
Add reference to the Mali GPU device tree node on rk3288-tinker.
Tested on Tinker board.
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-tinker.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-tinker.dts b/arch/arm/boot/dts/rk3288-tinker.dts index f601c78386a9..ba0d0bfaaf24 100644 --- a/arch/arm/boot/dts/rk3288-tinker.dts +++ b/arch/arm/boot/dts/rk3288-tinker.dts @@ -156,6 +156,11 @@ status = "ok"; }; +&gpu { + mali-supply = <&vdd_gpu>; + status = "okay"; +}; + &hdmi { ddc-i2c-bus = <&i2c5>; status = "okay"; |