diff options
author | 2017-07-17 16:14:30 +0800 | |
---|---|---|
committer | 2017-07-22 23:39:48 +0200 | |
commit | 813b04f758c35b466da09441dafcded9c93c347e (patch) | |
tree | 07e01f5e036e3a65f140f8fe1e93dc81ac381e56 | |
parent | arm64: dts: rockchip: add ARM Mali GPU node for RK3399 SoCs (diff) | |
download | wireguard-linux-813b04f758c35b466da09441dafcded9c93c347e.tar.xz wireguard-linux-813b04f758c35b466da09441dafcded9c93c347e.zip |
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>
-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"; |