From patchwork Mon Sep 28 01:05:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 313607 Delivered-To: patch@linaro.org Received: by 2002:a92:5ad1:0:0:0:0:0 with SMTP id b78csp2908946ilg; Sun, 27 Sep 2020 18:05:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxHtGMwbheY8/5FLZqk5JPnhaNDBXv2V2CgEXA0UWgJctaudVQvCQpTFxFLdsNXtPrBqhov X-Received: by 2002:a17:906:f6c9:: with SMTP id jo9mr13145754ejb.233.1601255156448; Sun, 27 Sep 2020 18:05:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601255156; cv=none; d=google.com; s=arc-20160816; b=lY3TG/87zLm7QnPQEeTCNd62BomNHstb3W3W1PlE1xvWebXiEMN2vWxa2PrQLKiJ/j HShRnozItbkJCUFMqHIR+xnzn2rCYpdA2i09EUDwHdj4JZaXNyaL1H3tqwzInXeXS4X2 oknrzFYMmqPelF15VrUOmln48lRDRAJq/KOzmEVFpBg3eZDwIBddyKK6VAzB78FikmaN n5oxVDxuFcnjS02AAhb8T5OlYkTriBt/DkEgnaQVAIGFw3Jnvdg+wxuhw0UWz7Can2TQ qZc+FzqBIGXjn3eX1t12zkha5JZHTNK/6MaoDcEUUgVEnYP0h9/RY/sSq88+MILHRxdc hsWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=JW+unfxP2dEhxOZERDQ9scjgfZAcxugzJtnyOJ6tsjw=; b=wspyk7IskL9z5q+HocxCSwxSLiA4PYcDKWHKaeUl6GOZuljdLXUYds6uxPhNnOj3Hg YA4ACUmmv5olGC8tp6bq0cW/zh7BR2tzKPiweu052g5p3Usn289Mn3Ad97jTKj6DYmFs XaJ/ItxkWPNG6N4TDxTPTCdis85X/UpZehV9gWo/W1Kwr6xccJZjWzdzBE92Dgqq2Zeh 6rkWAuhQN/kb+UE8MFRAyjmaM+M60SIGPkMuRdTwg2l381nEHvfSjxL2pK6NFXhWWS6A wuCKOym9YRUiOyC/go91gpfSGj/BnSHXM/sBr2J05usbbKpBIqNUmObu/Rsy3RZbMIRH qFyA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u15si7301922edo.55.2020.09.27.18.05.56; Sun, 27 Sep 2020 18:05:56 -0700 (PDT) Received-SPF: pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726565AbgI1BFr (ORCPT + 6 others); Sun, 27 Sep 2020 21:05:47 -0400 Received: from mx.socionext.com ([202.248.49.38]:27527 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726328AbgI1BFp (ORCPT ); Sun, 27 Sep 2020 21:05:45 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 28 Sep 2020 10:05:44 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id 29B39600A0; Mon, 28 Sep 2020 10:05:44 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 28 Sep 2020 10:05:44 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 831981A050F; Mon, 28 Sep 2020 10:05:43 +0900 (JST) From: Kunihiko Hayashi To: Rob Herring , Bjorn Helgaas , Lorenzo Pieralisi , Jingoo Han , Gustavo Pimentel , Murali Karicheri Cc: linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Masami Hiramatsu , Jassi Brar , Kunihiko Hayashi Subject: [PATCH v2 2/4] dt-bindings: PCI: uniphier-ep: Add iATU register description Date: Mon, 28 Sep 2020 10:05:31 +0900 Message-Id: <1601255133-17715-3-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1601255133-17715-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1601255133-17715-1-git-send-email-hayashi.kunihiko@socionext.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org In the dt-bindings, "atu" reg-names is required to get the register space for iATU in Synopsis DWC version 4.80 or later. Signed-off-by: Kunihiko Hayashi --- Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.7.4 diff --git a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml index f0558b9..98d7d3b 100644 --- a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml @@ -23,7 +23,7 @@ properties: const: socionext,uniphier-pro5-pcie-ep reg: - maxItems: 4 + maxItems: 5 reg-names: items: @@ -31,6 +31,7 @@ properties: - const: dbi2 - const: link - const: addr_space + - const: atu clocks: maxItems: 2