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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 88A26C433EF for ; Mon, 18 Oct 2021 13:48:30 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 5987F60555 for ; Mon, 18 Oct 2021 13:48:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5987F60555 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B50EF6E0EE; Mon, 18 Oct 2021 13:48:29 +0000 (UTC) Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) by gabe.freedesktop.org (Postfix) with ESMTPS id D8DF86E053; Mon, 18 Oct 2021 13:48:27 +0000 (UTC) Received: by mail-ot1-f45.google.com with SMTP id 34-20020a9d0325000000b00552cae0decbso1479487otv.0; Mon, 18 Oct 2021 06:48:27 -0700 (PDT) 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=P9P7R1XNzEWBUr0hzeiahpDSW/aXqZDcmDtXm87uoN4=; b=s3IzuozXKmbQhCNXhnYVBEY2lefX+9QTZw236vk85QdRzE6Ga3Qed2JBzX/ebJF2Td jNjThWrE9nBaikEj4whQDMtySgYYyxhG/lcWJaK91MxMyQx+xpBYZsEqyiWLBJgxY1vB 43st++RZHKzZ0i3OxHEAr4aQPsxhxvcyVnI3NADNc/tyg8DUZSv4kQr9DQO4SWLw5EQo 5gV9Su/mpK7Rteqw0ze1I5ePXtCIVW9v9vQgG4npYMvEpXxAKZtM0Hfwv/+ltZWGAD9n Rsk2/hIHY3w9UKY1+0xejH5XX3ChOfyOqxKGx9ykJ/w8rha/xAeg0imOLDin1u2lzQ9g l95w== X-Gm-Message-State: AOAM531TNgzL7GxyAES4KFlG0O/tDI3YkxRwOKaJdLSQdncKHfHGp26Q gU+L1Rpz3vYLt5Y5n2NnpQ== X-Google-Smtp-Source: ABdhPJxrOvcBDwbkAPoOwt5BNMvnFSy5s+melOXyqckSyfS8b8a5yyiBvF2I+Uf9OjhpGATCsxYEVQ== X-Received: by 2002:a9d:6346:: with SMTP id y6mr6554691otk.154.1634564904980; Mon, 18 Oct 2021 06:48:24 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id z8sm2439731oof.47.2021.10.18.06.48.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Oct 2021 06:48:24 -0700 (PDT) Received: (nullmailer pid 2251980 invoked by uid 1000); Mon, 18 Oct 2021 13:48:23 -0000 Date: Mon, 18 Oct 2021 08:48:23 -0500 From: Rob Herring To: David Heidelberg Cc: Daniel Vetter , ~postmarketos/upstreaming@lists.sr.ht, Sean Paul , ~okias/devicetree@lists.sr.ht, linux-arm-msm@vger.kernel.org, Rob Herring , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Rob Clark , freedreno@lists.freedesktop.org, devicetree@vger.kernel.org, David Airlie Subject: Re: [PATCH v6] dt-bindings: drm/msm/gpu: convert to YAML Message-ID: References: <20211017144350.70295-1-david@ixit.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211017144350.70295-1-david@ixit.cz> 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 17 Oct 2021 16:43:50 +0200, David Heidelberg wrote: > Conversion of text binding for Adreno GPU to the YAML format. > > Signed-off-by: David Heidelberg > --- > v2: > - added compatbile description from Rob Clark > - dropped reg description > - reg numbers increased to 3 (since we also have uncommon cx_dbgc) > - specified interconnect-names items range > - defined zap-shader as an object and added it's properties > - enforce 0 clocks for Andreno >= 6xx since it's defined in GMU node > > v3: > - fix patterns (add backslash before dot) > - add additional clocks > - adreno@ -> gpu@ > - add few const and change enum to anyOf > - added clock & clock-names placeholder in non-conditional part > (description) > > v4: > - clock & clock-names - true,false instead maxItems > - impl. #stream-id-cells, nvmem-cell-names, nvmem-cells > - dropped requirement on firmware-name in zap_shader > > v5: > - maxOtems -> maxItems typo fix > > v6: > - enum -> const to fix ordering > - opp-table is object > - spacing > - drop undocumented and unused #stream-id-cells > > .../devicetree/bindings/display/msm/gpu.txt | 157 ---------- > .../devicetree/bindings/display/msm/gpu.yaml | 288 ++++++++++++++++++ > 2 files changed, 288 insertions(+), 157 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/msm/gpu.txt > create mode 100644 Documentation/devicetree/bindings/display/msm/gpu.yaml > Reviewed-by: Rob Herring