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 4D066C433F5 for ; Tue, 5 Apr 2022 08:01:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231950AbiDEIDt (ORCPT ); Tue, 5 Apr 2022 04:03:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233643AbiDEH5V (ORCPT ); Tue, 5 Apr 2022 03:57:21 -0400 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B43B84EF43; Tue, 5 Apr 2022 00:51:19 -0700 (PDT) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 05 Apr 2022 16:51:14 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 99A982058B50; Tue, 5 Apr 2022 16:51:14 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 5 Apr 2022 16:51:14 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 25468B6395; Tue, 5 Apr 2022 16:51:14 +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-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH 0/3] dt-bindings: PCI: uniphier: Fix endpoint descriptions Date: Tue, 5 Apr 2022 16:50:59 +0900 Message-Id: <1649145062-29833-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. Kunihiko Hayashi (3): 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 ARM: dts: uniphier: Remove compatible "snps,dw-pcie-ep" from Pro5 pcie-ep node .../bindings/pci/snps,dw-pcie-ep.yaml | 4 +- .../pci/socionext,uniphier-pcie-ep.yaml | 84 ++++++++++++------- arch/arm/boot/dts/uniphier-pro5.dtsi | 3 +- 3 files changed, 59 insertions(+), 32 deletions(-) -- 2.25.1