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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26E82C4167B for ; Wed, 6 Dec 2023 16:18:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378661AbjLFQSv (ORCPT ); Wed, 6 Dec 2023 11:18:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229471AbjLFQSu (ORCPT ); Wed, 6 Dec 2023 11:18:50 -0500 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 593DA137; Wed, 6 Dec 2023 08:18:56 -0800 (PST) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3B6GIJLx088042; Wed, 6 Dec 2023 10:18:19 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1701879499; bh=o8k7eGFtoMezBwtUBHQy6rA3Wv33CQWFzU0yo+yPsxA=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=bInn8XiCOl6vXU6gl5/6mdK5fdPl3opo+vo08f+YhoVB+pK0JtgE2s4mRoCzBrPCa sOunxrdtEsSYxiSjb6mWJv8oXJGjnV4fivycMZWuV1yaTUQalMMfbD+pOXRO8tqrdd dy5JpUbmkLzAi/17SpxyHVjjBEakk5MMBVUyFeN4= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3B6GIJk6023441 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 6 Dec 2023 10:18:19 -0600 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 6 Dec 2023 10:18:19 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 6 Dec 2023 10:18:19 -0600 Received: from [10.250.36.90] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3B6GIIQx029108; Wed, 6 Dec 2023 10:18:18 -0600 Message-ID: Date: Wed, 6 Dec 2023 10:18:18 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 0/2] Enable PowerVR driver for TI AM62x Content-Language: en-US To: Donald Robson , , , CC: , , , , , , , , , , , , , , , , , , , References: From: "Etheridge, Darren" In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/5/2023 5:39 AM, Donald Robson wrote: > These patches enable the new open source PowerVR driver for TI AM62x SoCs, > currently the only one supported. > > Changes since v1: > - Added patch 1 for arm64 defconfig (requested by Nishanth Menon) > > Donald Robson (1): > arm64: defconfig: enable DRM_POWERVR > > Sarah Walker (1): > arm64: dts: ti: k3-am62-main: Add GPU device node > For the series: Acked-by: Darren Etheridge Thanks, Darren