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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 460ABC4743C for ; Fri, 4 Jun 2021 20:58:58 +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 05DBC61403 for ; Fri, 4 Jun 2021 20:58:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 05DBC61403 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=ywQsAZHN81UeHVFU+YhXmEInFc5A1RFcWjsKvtmUQ1s=; b=YGsRPza8L9oIYQ 4C6kxlTriBcFeF5+dd2wmLukC7eg0Tsh6abuw5yY69/ZEA197ptEYgtbqp1kLOhrmVT2jJJ8uJGNm rCc78hSZ+bmvYKsUrlJdsS1jO6bWnZPiZzM3WIpxLmRwp1YCUfAz+wT0BVnF3x49LFtjjPlzl5akq siSzF8U6krmm2GSRGwqi1h5BjbcWXnbBlmdj8LDo8CDeSCkIJw61XOdz0NXxFbIgOlkOfzdS6DG9S MDHhWZJDm45V+Kr7yT8dWkyUIW8MaoAyPYtE7KLiRBUjWSjiTVBXe7Zg3VG6nfuaju/9WHa9aPPjA /zXFhZxDljCKt9U8iv6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lpGsg-00FCBs-5A; Fri, 04 Jun 2021 20:57:26 +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 1lpGsa-00FC8y-LH for linux-arm-kernel@lists.infradead.org; Fri, 04 Jun 2021 20:57:22 +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 CE0AE2B; Fri, 4 Jun 2021 13:57:16 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 0C49D3F719; Fri, 4 Jun 2021 13:57:15 -0700 (PDT) From: Sudeep Holla To: devicetree@vger.kernel.org Cc: Sudeep Holla , linux-arm-kernel@lists.infradead.org, Rob Herring , Cristian Marussi Subject: [PATCH v3 0/6] dt-bindings: firmware: Convert SCPI and SCMI to json schema Date: Fri, 4 Jun 2021 21:57:04 +0100 Message-Id: <20210604205710.1944363-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210604_135720_765134_9EBD28A0 X-CRM114-Status: GOOD ( 12.07 ) 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 Hi Rob, Thanks for the continued review. I have fixed couple of example in arm,mhu schema, so at the end of this series 3 warnings must disappear :). Patch 1 and 5 can be squashed, I didn't want bot to flag more errors hence have kept it separate. Regards, Sudeep v2->v3: (mostly addressed all the review comments) - Dropped the 4 patches from v2 that are applied already. - Removed some of the connections in example as there are not really needed. - Fixed examples in arm,mhu and arm,mhuv2 - Moved SCMI protocol@ under properties with const reg values. - Removed numbering for sensors and power-domains and renamed power-domains to power-controller as expected. (need to fix juno-base.dtsi, will do that separately) - Added additionalProperties: false at all required places - Fixed SCPI clocks hierarchy. v1->v2: - Fixed wrongly used "arm,scpi-shmem" with correct "arm,scp-shmem" - Fixed support for "arm,scpi-pre-1.0" only - Added example for amlogic,meson-gxbb-scpi - Added regulator support, expanded all the protocol@* patters to mark #*-cells as required property Sudeep Holla (6): dt-bindings: mailbox : arm,mhu: Fix arm,scpi example used here dt-bindings: firmware: arm,scpi: Convert to json schema dt-bindings: firmware: amlogic,scpi: Convert to json schema dt-bindings: firmware: arm,scmi: Convert to json schema dt-bindings: mailbox : arm,mhu: Use examples with matching schema dt-bindings: mailbox : arm,mhuv2: Use example with matching schema .../devicetree/bindings/arm/amlogic,scpi.txt | 15 - .../devicetree/bindings/arm/arm,scmi.txt | 224 ------------ .../devicetree/bindings/arm/arm,scpi.txt | 204 ----------- .../bindings/firmware/arm,scmi.yaml | 338 ++++++++++++++++++ .../bindings/firmware/arm,scpi.yaml | 249 +++++++++++++ .../devicetree/bindings/mailbox/arm,mhu.yaml | 48 ++- .../bindings/mailbox/arm,mhuv2.yaml | 25 +- MAINTAINERS | 2 +- 8 files changed, 641 insertions(+), 464 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/amlogic,scpi.txt delete mode 100644 Documentation/devicetree/bindings/arm/arm,scmi.txt delete mode 100644 Documentation/devicetree/bindings/arm/arm,scpi.txt create mode 100644 Documentation/devicetree/bindings/firmware/arm,scmi.yaml create mode 100644 Documentation/devicetree/bindings/firmware/arm,scpi.yaml -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel