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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3D7EC43334 for ; Thu, 23 Jun 2022 02:09:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377647AbiFWCJQ (ORCPT ); Wed, 22 Jun 2022 22:09:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231310AbiFWCJQ (ORCPT ); Wed, 22 Jun 2022 22:09:16 -0400 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D07D61AF23; Wed, 22 Jun 2022 19:09:14 -0700 (PDT) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 23 Jun 2022 11:09:14 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 416CB2058B4F; Thu, 23 Jun 2022 11:09:14 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 23 Jun 2022 11:09:14 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id BD520B62E2; Thu, 23 Jun 2022 11:09:13 +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 v4 0/2] dt-bindings: PCI: uniphier: Fix endpoint descriptions Date: Thu, 23 Jun 2022 11:09:00 +0900 Message-Id: <1655950142-2026-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 Changes since v3: - Add Reviewed-by: and Acked-by: tags 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(-) -- 2.25.1