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 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 EF6B6C43334 for ; Mon, 13 Jun 2022 17:35:44 +0000 (UTC) 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=qk3DzJGTEKZ3lZR6qHyPWmzyyh9QLIf19jET2yIsXpo=; b=TFEkaJMpFvt6yz HdquTJ+CwTByawktGMeocBDuiiAEt67fEVZYrfmDCKk38zWgT+kxO9ZTjFgghQlxdQwiJI7EOMRNj 0PUO45OfL4YkFZfSgm0+TgxuqphS0qWCZDo9uHRxjamO5C804Vt9AbX6anNDWC06A73523faE3jOV 2SpoAGBsC729JQM4WnxkSayfmFJv4f7lIoHGn17QHX6xwTQrYr+EFk2PlQYXNZV/VzLI72LLwHm2J jZ9ZB8cK1/SW6i9eEfsd7tbAh3IDcCmYEj4oG9mMk8uwx1mP8Lg0MjnRJwk0k4s5hoSmiIFwbWZIg 0m3aZL78d9LLPEBE+Gtg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o0nxe-004yuq-0r; Mon, 13 Jun 2022 17:34:46 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o0nxY-004ytI-8J for linux-arm-kernel@lists.infradead.org; Mon, 13 Jun 2022 17:34:43 +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 2A65923A; Mon, 13 Jun 2022 10:34:37 -0700 (PDT) Received: from bogus (unknown [10.57.4.242]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 450673F792; Mon, 13 Jun 2022 10:34:35 -0700 (PDT) Date: Mon, 13 Jun 2022 18:33:48 +0100 From: Sudeep Holla To: Neeraj Upadhyay Cc: mst@redhat.com, jasowang@redhat.com, cristian.marussi@arm.com, Sudeep Holla , quic_sramana@quicinc.com, vincent.guittot@linaro.org, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [RFC 1/3] dt-bindings: arm: Add document for SCMI Virtio backend device Message-ID: <20220613173348.t4ibrtzzs5pe6nii@bogus> References: <20220609071956.5183-1-quic_neeraju@quicinc.com> <20220609071956.5183-2-quic_neeraju@quicinc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220609071956.5183-2-quic_neeraju@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220613_103440_382634_B764D844 X-CRM114-Status: GOOD ( 17.38 ) 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 Thu, Jun 09, 2022 at 12:49:54PM +0530, Neeraj Upadhyay wrote: > Document the properties for ARM SCMI Virtio backend device > node. > > Signed-off-by: Neeraj Upadhyay > --- > .../firmware/arm,scmi-vio-backend.yaml | 85 +++++++++++++++++++ > 1 file changed, 85 insertions(+) > create mode 100644 Documentation/devicetree/bindings/firmware/arm,scmi-vio-backend.yaml > > diff --git a/Documentation/devicetree/bindings/firmware/arm,scmi-vio-backend.yaml b/Documentation/devicetree/bindings/firmware/arm,scmi-vio-backend.yaml > new file mode 100644 > index 000000000000..c95d4e093a3c > --- /dev/null > +++ b/Documentation/devicetree/bindings/firmware/arm,scmi-vio-backend.yaml > @@ -0,0 +1,85 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +# Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/firmware/arm,scmi-vio-backend.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: System Control and Management Interface (SCMI) Virtio backend bindings > + > +maintainers: > + - Neeraj Upadhyay > + > +description: | > + This binding defines the interface for configuring the ARM SCMI Virtio > + backend using device tree. > + > +properties: > + $nodename: > + const: scmi-vio-backend > + > + compatible: > + const: arm,scmi-vio-backend > + One only change between this and the existing DT binding is the compatible. I don't see any explanation here as why this deserves to be separate binding document. What can't you just add the compatible to the existing one if there is no other change. If not, please provide details and examples on how it differs. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel