From patchwork Fri Dec 23 07:07:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 13080706 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 18EDEC4332F for ; Fri, 23 Dec 2022 07:08:43 +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: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=ZSmM4M2sxkjNSkIq4pUR0d3QSMGV34XIEty6/UqBoow=; b=zojAeK6EfazEte uAljXSIKTZu9Bb8Ty8Y4Q4QX6HONQ4kXwzEJ4TaCdtvhoKpuoWroSRU+BznxMlRcr86+egVNz9gBa 9gqvRwC/g6OOsac2Hp8z52gRqXF01y6sahX5nUy0bOgpV1Qojwx+WOOwsW64SJOF9y3Oz+JBgn85A Cva0ZOflywYEWO5BRGz9MvV83fLX8NzrbyLXfcvDCHtU91becSjDE/8jkemb3Xq9AkpyXXXSV2Dyd wsWqLmXAsqOsainxfRCBVTDWZPylKA/KrYkdP4udwqAzmG1S5M2maPbSXZXFWJ8m0JbHvPlx0Ri+x GcJ1zKe7s2mCbT/wyylQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p8c9R-004d1C-3I; Fri, 23 Dec 2022 07:07:29 +0000 Received: from mx.socionext.com ([202.248.49.38]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p8c9N-004cwS-78 for linux-arm-kernel@lists.infradead.org; Fri, 23 Dec 2022 07:07:27 +0000 Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 23 Dec 2022 16:07:20 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 397272058B4F; Fri, 23 Dec 2022 16:07:20 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Fri, 23 Dec 2022 16:07:20 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 9127EA6B7B; Fri, 23 Dec 2022 16:07:19 +0900 (JST) From: Kunihiko Hayashi To: Bjorn Helgaas , Lorenzo Pieralisi , Rob Herring , Krzysztof Kozlowski , Masami Hiramatsu Cc: linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH v4 0/1] dt-bindings: PCI: uniphier: Fix endpoint descriptions Date: Fri, 23 Dec 2022 16:07:12 +0900 Message-Id: <20221223070713.20549-1-hayashi.kunihiko@socionext.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-20221222_230725_424123_AAAE2E5D X-CRM114-Status: UNSURE ( 8.71 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series fixes dt-schema descriptions for PCI endpoint controller implemented in UniPhier SoCs. Drop the patch in this series, "dt-bindings: PCI: designware-ep: Increase maxItems of reg and reg-names", because this was done by the commit 4cc13eedb892 ("dt-bindings: PCI: dwc: Add reg/reg-names common properties"). Changes since v3: - Drop Patch 1 "dt-bindings: PCI: designware-ep: Increase maxItems of reg and reg-names". 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 (1): dt-bindings: PCI: uniphier-ep: Clean up reg, clocks, resets, and their names using compatible string .../pci/socionext,uniphier-pcie-ep.yaml | 76 ++++++++++++------- 1 file changed, 49 insertions(+), 27 deletions(-)