From patchwork Wed Jun 19 15:31:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robin Murphy X-Patchwork-Id: 13704097 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id D1933C27C53 for ; Wed, 19 Jun 2024 15:32:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=ZLtBMB3A2V3TxeVsMSTa96F9HDaQge+b3Xq0hTm+Nho=; b=VppUWM4LShKjABaeoUdkSfkE8S 4unBH6BS9yonNncTKnqf69P0nOAlC5njq1a/evkSe80J7jBeJobz9Bsf4W4P0ry51fSKRWMSmWv9N bSN0+vDjkDHY6tfiPmrtZNFqMJNX+AKQzS0A2wPINgaL/dtF3ORM+6LKW5aKhJmqqqjZWhdhoxutD IUHG4zhvCaozyVNBy2rk2CiO3+XwMj+JyHiN0EBVZiQgIA42DmB5yDbuEk8ChGgzcVfaDRBDnXhNi 4FkPMLaz5blnXSRxUKC0eCNcIogknShyU0mlP2yMP+AZi2w+pua8xFDQZjSrSXn1INcdx443JlXXG 9rHR0WQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJxHs-00000001odF-2Auh; Wed, 19 Jun 2024 15:31:52 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJxHp-00000001obr-0ueC for linux-arm-kernel@lists.infradead.org; Wed, 19 Jun 2024 15:31:50 +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 94A391042; Wed, 19 Jun 2024 08:32:07 -0700 (PDT) Received: from e121345-lin.cambridge.arm.com (e121345-lin.cambridge.arm.com [10.1.196.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 1E4623F64C; Wed, 19 Jun 2024 08:31:42 -0700 (PDT) From: Robin Murphy To: liviu.dudau@arm.com, sudeep.holla@arm.com, lpieralisi@kernel.org Cc: linux-arm-kernel@lists.infradead.org, carsten.haitzler@foss.arm.com Subject: [PATCH] arm64: dts: juno: Enable GPU Date: Wed, 19 Jun 2024 16:31:37 +0100 Message-Id: <07e45a015ff8934c4571617c8e8e90205e430eb6.1718811097.git.robin.murphy@arm.com> X-Mailer: git-send-email 2.39.2.101.g768bb238c484.dirty MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240619_083149_366352_EE04D72F X-CRM114-Status: UNSURE ( 8.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Both Mali-T620 and Juno's HDLCD are now supported by upstream Mesa in recent distros, so there's little reason not to enable the GPU by default. At the very least it should offer a little extra CI coverage for Panfrost probing and wiggling SCMI. Signed-off-by: Robin Murphy Acked-by: Liviu Dudau --- arch/arm64/boot/dts/arm/juno-base.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi index 98ed2b329ed6..055764d0b9e5 100644 --- a/arch/arm64/boot/dts/arm/juno-base.dtsi +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi @@ -663,7 +663,6 @@ gpu: gpu@2d000000 { dma-coherent; /* The SMMU is only really of interest to bare-metal hypervisors */ /* iommus = <&smmu_gpu 0>; */ - status = "disabled"; }; sram: sram@2e000000 {