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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A3278C433EF for ; Fri, 3 Sep 2021 18:13:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 84CA961056 for ; Fri, 3 Sep 2021 18:13:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350340AbhICSOA (ORCPT ); Fri, 3 Sep 2021 14:14:00 -0400 Received: from mail-ot1-f41.google.com ([209.85.210.41]:41538 "EHLO mail-ot1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349959AbhICSOA (ORCPT ); Fri, 3 Sep 2021 14:14:00 -0400 Received: by mail-ot1-f41.google.com with SMTP id o16-20020a9d2210000000b0051b1e56c98fso63990ota.8 for ; Fri, 03 Sep 2021 11:13:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uwy1cIXLnNNO9I8X8sPbbrCEF+5qddSDU9l6sUaMBAI=; b=W8DcjNaynCR8rQA3X4FN0j9M4BGQ+qqlw/YYLZTPp3XmGDno35/6iwlm1fkXDm4Da5 h+3Bzv8ZnrlwiY15o2277HamRxF5bA17QZgODjTPk7O7j6KIODSA7ExZddYBgrgw+AJL Zb7uUxRDG1/lyk4OZEbXPuWhpRSSL2hltEACj3G3Y4TW5cu/VKi4BdQIyGlk8oHnkhLg yF4OH8xeKF92Ek8b/3WZHR2EiTAGMYrEXWfDHHeHQcmjpaUap9DjKIkc4TUKtk0PNLIl NXr5ehlw1ZZcVbQi0lJCuaWYjs3OkWwGFxAlI6uIPDhCLY/LWWD1FmseI1CWy2TdIRMS Dg7w== X-Gm-Message-State: AOAM533/8YywuyHvWX1nKb5rjwXNmDj/hAc66fiRtsXIn3gPpNQkaYuT HzQBwqnDv2g9H0JIa8NRfA== X-Google-Smtp-Source: ABdhPJygSXtqelB34nK8m0fSfXY8917yNB1nm9hyhNF8K7VD7qhKu5oAyDlM6+NTesA+haT8aqnt4g== X-Received: by 2002:a05:6830:110a:: with SMTP id w10mr266346otq.291.1630692780126; Fri, 03 Sep 2021 11:13:00 -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 w6sm18208otp.3.2021.09.03.11.12.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 11:12:59 -0700 (PDT) Received: (nullmailer pid 3216901 invoked by uid 1000); Fri, 03 Sep 2021 18:12:58 -0000 Date: Fri, 3 Sep 2021 13:12:58 -0500 From: Rob Herring To: Maxime Ripard Cc: devicetree@vger.kernel.org, Rob Herring , Frank Rowand , linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, Chen-Yu Tsai , Jernej =?utf-8?Q?=C5=A0krabec?= , Lorenzo Pieralisi Subject: Re: [PATCH v2 06/52] dt-bindings: arm: Convert ARM CCI-400 binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-7-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-7-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 11:18:06 +0200, Maxime Ripard wrote: > The ARM CCI-400 Interconnect is supported by Linux thanks to its device > tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Lorenzo Pieralisi > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Reduced the max number of interrupts > - Comented the pl330 compatible to avoid a warning > - Added cci-control-port to the cpus schemas > --- > .../devicetree/bindings/arm/arm,cci-400.yaml | 216 +++++++++++++++++ > .../bindings/arm/cci-control-port.yaml | 38 +++ > Documentation/devicetree/bindings/arm/cci.txt | 224 ------------------ > .../devicetree/bindings/arm/cpus.yaml | 2 + > 4 files changed, 256 insertions(+), 224 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/arm,cci-400.yaml > create mode 100644 Documentation/devicetree/bindings/arm/cci-control-port.yaml > delete mode 100644 Documentation/devicetree/bindings/arm/cci.txt > Applied, thanks! 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 47B75C433F5 for ; Fri, 3 Sep 2021 18:14:36 +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 0CF9A60FDC for ; Fri, 3 Sep 2021 18:14:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0CF9A60FDC 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.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=OV3W+jXZfkvBGlcamWNcfsZ7fB4b+SaH0TTzkkD4gek=; b=hHjx5KiYb/S0cy EoTTjQ16XByRIUsmMthw19TwrSn0bbcFy5XYp5qCar1StblHdfg6YCphzn9XBrc9byiCsCQc5wAum 2iNeJCAsjGcG/8++LOuX6BS9iYSwh9sKJH5in7NhpRraq2wlqUEFUVNjsiKc91os8spBhU+tjMW+S ym4bmXRYsSd9t7hS4J/+1RGsoEtgrBLuT2E2wJ47fLIH+5smUqYl+gUKg3tFpMHxpzChA4huBy5Wc eQYMHAp7mATbmFbFImi4S5BGZGCvHALEIIdA7yQlccyCQrBeJicojT34zx0s7XT2UKW7BwZiJyLGt fsoU3aTAFm4yrRsWrVqg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMDgW-00CYiH-Od; Fri, 03 Sep 2021 18:13:04 +0000 Received: from mail-ot1-f46.google.com ([209.85.210.46]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMDgT-00CYgh-PH for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 18:13:02 +0000 Received: by mail-ot1-f46.google.com with SMTP id c42-20020a05683034aa00b0051f4b99c40cso128534otu.0 for ; Fri, 03 Sep 2021 11:13:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uwy1cIXLnNNO9I8X8sPbbrCEF+5qddSDU9l6sUaMBAI=; b=GnLUt+v1k/PZsl9zhK233flWZ0pWnzLoitO28dX3wDbwDt5tN/WDp6hME3QZdYgpX8 xGvCgCLUlmMxqN38mlAQL0LBgF2Su2fUz7LdNSjqMzi2USxjz3RyzezTuGIzjeakBUAQ +nNvrRXZ/dTqHDPjICLez0UZVkDlaeNZ5TEs6FLUatZ0qoYSvEu2hijcKDJaYaooGp+e yjXvxVhBmreOUWncFNMdcUtGs+KDDg7MfjULTdAD7Zi1tAyAlpMGVtdH+asepWYOWa6y Uei/XoWlBZNTrjiKu0iTpi/19FIg9wAEmARiy3wfCqhnUllu4YrOiYb2SVP0iaWMEk80 Pv2A== X-Gm-Message-State: AOAM533BMOUUjVzQndWAsH5/JcPJH7yIOdW240s/RwudxDJx5jbEShZx CwBIQtba1nwH7AZdC6rtuA== X-Google-Smtp-Source: ABdhPJygSXtqelB34nK8m0fSfXY8917yNB1nm9hyhNF8K7VD7qhKu5oAyDlM6+NTesA+haT8aqnt4g== X-Received: by 2002:a05:6830:110a:: with SMTP id w10mr266346otq.291.1630692780126; Fri, 03 Sep 2021 11:13:00 -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 w6sm18208otp.3.2021.09.03.11.12.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 11:12:59 -0700 (PDT) Received: (nullmailer pid 3216901 invoked by uid 1000); Fri, 03 Sep 2021 18:12:58 -0000 Date: Fri, 3 Sep 2021 13:12:58 -0500 From: Rob Herring To: Maxime Ripard Cc: devicetree@vger.kernel.org, Rob Herring , Frank Rowand , linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, Chen-Yu Tsai , Jernej =?utf-8?Q?=C5=A0krabec?= , Lorenzo Pieralisi Subject: Re: [PATCH v2 06/52] dt-bindings: arm: Convert ARM CCI-400 binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-7-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210901091852.479202-7-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_111301_861543_728D3498 X-CRM114-Status: GOOD ( 17.15 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 01 Sep 2021 11:18:06 +0200, Maxime Ripard wrote: > The ARM CCI-400 Interconnect is supported by Linux thanks to its device > tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Lorenzo Pieralisi > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Reduced the max number of interrupts > - Comented the pl330 compatible to avoid a warning > - Added cci-control-port to the cpus schemas > --- > .../devicetree/bindings/arm/arm,cci-400.yaml | 216 +++++++++++++++++ > .../bindings/arm/cci-control-port.yaml | 38 +++ > Documentation/devicetree/bindings/arm/cci.txt | 224 ------------------ > .../devicetree/bindings/arm/cpus.yaml | 2 + > 4 files changed, 256 insertions(+), 224 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/arm,cci-400.yaml > create mode 100644 Documentation/devicetree/bindings/arm/cci-control-port.yaml > delete mode 100644 Documentation/devicetree/bindings/arm/cci.txt > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel