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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no 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 51BEEC5DF9D for ; Fri, 30 Oct 2020 05:29:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 074FA22203 for ; Fri, 30 Oct 2020 05:29:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725792AbgJ3F3N (ORCPT ); Fri, 30 Oct 2020 01:29:13 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:22044 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725770AbgJ3F3M (ORCPT ); Fri, 30 Oct 2020 01:29:12 -0400 X-IronPort-AV: E=Sophos;i="5.77,432,1596466800"; d="scan'208";a="61013956" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 30 Oct 2020 14:29:11 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id DC7D8400F793; Fri, 30 Oct 2020 14:29:10 +0900 (JST) From: Yoshihiro Shimoda To: bhelgaas@google.com, marek.vasut+renesas@gmail.com, robh+dt@kernel.org Cc: prabhakar.mahadev-lad.rj@bp.renesas.com, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH v2 0/3] dt-bindings: pci: rcar-pci-host: convert bindings to json-schema Date: Fri, 30 Oct 2020 14:29:02 +0900 Message-Id: <1604035745-22095-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Convert bindings of rcar-pci.txt to json-schema. Changes from v1: - In patch 1/3 -- Fix indentation which yamllint detects. -- Fix typo which checkpatch.pl detects. -- Add ref: pci-bus.yaml -- Remove some properties which the pci-bus.yaml defines. -- Use unevaluatedProperties instead of additionalProperties. - In patch 2/3 -- Add Reviewed-by from Geert-san. Lad Prabhakar (1): dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1 Yoshihiro Shimoda (2): dt-bindings: pci: rcar-pci-host: convert bindings to json-schema dt-bindings: pci: rcar-pci-host: document r8a77965 bindings .../devicetree/bindings/pci/rcar-pci-host.yaml | 115 +++++++++++++++++++++ Documentation/devicetree/bindings/pci/rcar-pci.txt | 72 ------------- 2 files changed, 115 insertions(+), 72 deletions(-) create mode 100644 Documentation/devicetree/bindings/pci/rcar-pci-host.yaml delete mode 100644 Documentation/devicetree/bindings/pci/rcar-pci.txt -- 2.7.4