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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 A4110C433FE for ; Wed, 2 Mar 2022 18:01:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BC0A110E237; Wed, 2 Mar 2022 18:01:23 +0000 (UTC) Received: from mail-oo1-f54.google.com (mail-oo1-f54.google.com [209.85.161.54]) by gabe.freedesktop.org (Postfix) with ESMTPS id 29CCB10E237 for ; Wed, 2 Mar 2022 18:01:22 +0000 (UTC) Received: by mail-oo1-f54.google.com with SMTP id r41-20020a4a966c000000b0031bf85a4124so2840290ooi.0 for ; Wed, 02 Mar 2022 10:01:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=/goqT9AknfrrTEcTqtCY9P/6UOTTnBDztD2PHfR3fqA=; b=6jqBeVc5+XdSkR51xPmV3+6w1yTq36tZSOz9oiKDaGihNR+9+3Mlz9Pfo6J9Tp9BcV 6wRdy2YVku6Ky4gys2PcN7OEoPMDOU4EAuyachVsvfHMYPTj62PsHCZoEhLr4WpfEgjY sv8xE7R4HBHMrN1d9fE1cbErWJrih/T+ExXoAeljrd3GMN97WyNeDGGvBzQKWuYDcV9t 9f44sDfklYtIGFEOpQ1rJHdt06L3l58b/CowOG89vsInyBeIUR9M38jbJIaATyYX8xvf AIbvtc2ukCnRxbVPaGJM6BGzGKL9nnl9I/QRsrcLuiM3P/xVvPRGrobw7XPwbkb1b6GD 01TA== X-Gm-Message-State: AOAM532DHosNC7xLeqi/2qQdkG4LZwfjEloubZ4THFOLsTr9iEbVo+4b 9UUfR5xM7y/L8zhnty5O4w== X-Google-Smtp-Source: ABdhPJwU081ZnsYALg3ngDKnxVTNDVswhLhomVWcfKM5MhTUgPTmsvi/R9c2nx7mXVO6EHrERhIVNA== X-Received: by 2002:a05:6870:f58f:b0:d4:395b:535e with SMTP id eh15-20020a056870f58f00b000d4395b535emr820759oab.136.1646244081294; Wed, 02 Mar 2022 10:01:21 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id g2-20020a056830160200b005af14cf9962sm7986991otr.32.2022.03.02.10.01.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Mar 2022 10:01:20 -0800 (PST) Received: (nullmailer pid 3969417 invoked by uid 1000); Wed, 02 Mar 2022 18:01:19 -0000 Date: Wed, 2 Mar 2022 12:01:19 -0600 From: Rob Herring To: Joel Stanley Subject: Re: [PATCH] dt-bindings: gpu: Convert aspeed-gfx bindings to yaml Message-ID: References: <20220302051056.678367-1-joel@jms.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220302051056.678367-1-joel@jms.id.au> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-aspeed@lists.ozlabs.org, David Airlie , dri-devel@lists.freedesktop.org, Andrew Jeffery , Tommy Haung Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Mar 02, 2022 at 03:40:56PM +1030, Joel Stanley wrote: > Convert the bindings to yaml and add the ast2600 compatible string. > > Signed-off-by: Joel Stanley > --- > .../devicetree/bindings/gpu/aspeed,gfx.yaml | 69 +++++++++++++++++++ > .../devicetree/bindings/gpu/aspeed-gfx.txt | 41 ----------- > 2 files changed, 69 insertions(+), 41 deletions(-) > create mode 100644 Documentation/devicetree/bindings/gpu/aspeed,gfx.yaml > delete mode 100644 Documentation/devicetree/bindings/gpu/aspeed-gfx.txt Applied, thanks.