From patchwork Mon Apr 18 00:18:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 12816168 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D27BEC433EF for ; Mon, 18 Apr 2022 00:18:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235424AbiDRAVF (ORCPT ); Sun, 17 Apr 2022 20:21:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233085AbiDRAVC (ORCPT ); Sun, 17 Apr 2022 20:21:02 -0400 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C9D6FBF73; Sun, 17 Apr 2022 17:18:24 -0700 (PDT) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 18 Apr 2022 09:18:22 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id BE6B62058B50; Mon, 18 Apr 2022 09:18:22 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 18 Apr 2022 09:18:22 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 6B2EEB62B7; Mon, 18 Apr 2022 09:18:22 +0900 (JST) From: Kunihiko Hayashi To: Jingoo Han , Gustavo Pimentel , Bjorn Helgaas , Rob Herring , Krzysztof Kozlowski Cc: Masami Hiramatsu , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kunihiko Hayashi Subject: [PATCH v3 0/2] dt-bindings: PCI: uniphier: Fix endpoint descriptions Date: Mon, 18 Apr 2022 09:18:18 +0900 Message-Id: <1650241100-3606-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org This series fixes dt-schema descriptions for PCI endpoint controller implemented in UniPhier SoCs. Changes since v2: - Move some items to minimize if/then schemas in Patch 2 - Remove Patch 3 because the warning comment is for an unmerged source Changes since v1: - Fix "config" in the Patch 1 commit message to "addr_space" Kunihiko Hayashi (2): dt-bindings: PCI: designware-ep: Increase maxItems of reg and reg-names dt-bindings: PCI: uniphier-ep: Clean up reg, clocks, resets, and their names using compatible string .../bindings/pci/snps,dw-pcie-ep.yaml | 4 +- .../pci/socionext,uniphier-pcie-ep.yaml | 76 ++++++++++++------- 2 files changed, 51 insertions(+), 29 deletions(-)