From: Heiko Stuebner Date: Wed, 12 Jul 2017 17:07:24 +0000 (+0200) Subject: ARM: dts: rockchip: enable the gpu on rk3036-kylin boards X-Git-Tag: v4.15-rc1~75^2~35^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3584473a9441e43699e9f0c70d9f5de385cd3f73;p=thirdparty%2Flinux.git ARM: dts: rockchip: enable the gpu on rk3036-kylin boards Enable the gpu node and add the gpu supply for it. Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts index fdb1570bc7d31..e2a0f576946f0 100644 --- a/arch/arm/boot/dts/rk3036-kylin.dts +++ b/arch/arm/boot/dts/rk3036-kylin.dts @@ -135,6 +135,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&vdd_gpu>; + status = "okay"; +}; + &hdmi { status = "okay"; };