diff options
author | Caesar Wang <wxt@rock-chips.com> | 2017-07-17 16:14:30 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-07-22 23:39:48 +0200 |
commit | 813b04f758c35b466da09441dafcded9c93c347e (patch) | |
tree | 07e01f5e036e3a65f140f8fe1e93dc81ac381e56 /arch/arm64/boot | |
parent | 68d19331afdae5666a4e98eaa059e9938c853e87 (diff) |
arm64: dts: rockchip: enable the GPU for RK3399-GRU
This patch enables the gpu and adds the mali-supply power for RK3399-GRU
devices.
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi index 90259cf63bb6..d48e98b62d09 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi @@ -595,6 +595,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&ppvar_gpu>; + status = "okay"; +}; + ap_i2c_mic: &i2c1 { status = "okay"; |