From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E595FC352AA for ; Tue, 1 Oct 2019 09:00:16 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B0EA8215EA for ; Tue, 1 Oct 2019 09:00:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ak5Oa976" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B0EA8215EA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CZgAeDgFo266NuBjjuMGUMIVqPuRVh7LjsCedd7Bfig=; b=ak5Oa976UzqRmB xac3WjiHbtP0WSKDCKBcACOcmtf1GlBfPTztIe1o7OONaew8mYsXWcfhUEaJlUcowiz6Zcm2HYr55 ul5t64ix3/m3qKpIJjJRRx9hH3c6aUhnKoamCWn/GZ01m3PTxPkDIOJ/2FlUr90z3pa4/hqihFimf 3qwgd/6q1KpmKFEj7oezOC9N9R40NMyxbvQ938cG/hMQlly8OExQrW2Y4hinR4pbmXC3LkwBMMgVD 2cewWqXeVwZWXTt3HnnpsjUMhipYKCACq25JilkRPfZ3pZEN6xAjJjir+kF6GIRwPEoqFtQ5Jcdph jFCEVbB66fye3TfRuFng==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iFE0u-0003kh-S6; Tue, 01 Oct 2019 09:00:08 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iFE0r-0003JE-8I for linux-arm-kernel@lists.infradead.org; Tue, 01 Oct 2019 09:00:06 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 06850337; Tue, 1 Oct 2019 02:00:04 -0700 (PDT) Received: from bogus (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A5A0B3F739; Tue, 1 Oct 2019 02:00:02 -0700 (PDT) Date: Tue, 1 Oct 2019 09:59:54 +0100 From: Sudeep Holla To: Robin Murphy Subject: Re: [PATCH 1/2] arm64: dts: juno: add GPU subsystem Message-ID: <20191001085954.GA10443@bogus> References: <88dc6386929b3dcd7a65ba8063628c62b66b330c.1569856049.git.robin.murphy@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191001_020005_380124_3A210372 X-CRM114-Status: GOOD ( 13.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , Lorenzo Pieralisi , Tomeu Vizoso , devicetree@vger.kernel.org, Liviu Dudau , dri-devel , Steven Price , Sudeep Holla , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Sep 30, 2019 at 12:46:33PM -0500, Rob Herring wrote: > On Mon, Sep 30, 2019 at 10:25 AM Robin Murphy wrote: > > > > Since we now have bindings for Mali Midgard GPUs, let's use them to > > describe Juno's GPU subsystem, if only because we can. Juno sports a > > Mali-T624 integrated behind an MMU-400 (as a gesture towards > > virtualisation), in their own dedicated power domain with DVFS > > controlled by the SCP. > > > > CC: Liviu Dudau > > CC: Sudeep Holla > > CC: Lorenzo Pieralisi > > Signed-off-by: Robin Murphy > > --- > > .../bindings/gpu/arm,mali-midgard.yaml | 5 +++- > > arch/arm64/boot/dts/arm/juno-base.dtsi | 27 +++++++++++++++++++ > > 2 files changed, 31 insertions(+), 1 deletion(-) > > Reviewed-by: Rob Herring If you plan to take it along with driver change, Acked-by: Sudeep Holla If not, please let us know. I can take it for v5.5 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel