Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751988AbdGAM4h (ORCPT ); Sat, 1 Jul 2017 08:56:37 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34964 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbdGAM4f (ORCPT ); Sat, 1 Jul 2017 08:56:35 -0400 From: Jacob Chen To: linux-rockchip@lists.infradead.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, heiko@sntech.de, robh+dt@kernel.org, mark.rutland@arm.com, kever.yang@rock-chips.com, Jacob Chen Subject: [PATCH 3/3] arm64: dts: rockchip: enable ARM Mali GPU on rk3399-firefly Date: Sat, 1 Jul 2017 20:56:10 +0800 Message-Id: <1498913770-16519-3-git-send-email-jacob-chen@iotwrt.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1498913770-16519-1-git-send-email-jacob-chen@iotwrt.com> References: <1498913770-16519-1-git-send-email-jacob-chen@iotwrt.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 652 Lines: 25 Add reference to the Mali GPU device tree node on rk3399-firefly Signed-off-by: Jacob Chen --- arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts index ba1d981..601f62e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts @@ -254,6 +254,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&vdd_gpu>; + status = "okay"; +}; + &i2c0 { clock-frequency = <400000>; i2c-scl-rising-time-ns = <168>; -- 2.7.4