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 X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2854C2D0C0 for ; Thu, 26 Dec 2019 20:11:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7BA3A20740 for ; Thu, 26 Dec 2019 20:11:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=googlemail.com header.i=@googlemail.com header.b="dkoPDMmR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726706AbfLZULL (ORCPT ); Thu, 26 Dec 2019 15:11:11 -0500 Received: from mail-ed1-f67.google.com ([209.85.208.67]:44800 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726653AbfLZULL (ORCPT ); Thu, 26 Dec 2019 15:11:11 -0500 Received: by mail-ed1-f67.google.com with SMTP id bx28so23591253edb.11; Thu, 26 Dec 2019 12:11:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DKyS0Vzar44g5nZVMq7w89sJBVTVVQr7IhBAjNIROrI=; b=dkoPDMmRO2eMwq7TMq1HtLGXctYNZZjUXuFpwJaYLHjL4DHZBgoqJoj2hhpUurQB86 quqctLUkVeEctiVeMOgGlQKlzRsXqBY2H2rp9rluW2Ub29W0vqIMPXGP+zlhb+8UJmBD NSl/EdBjv3zKh1ruJhqdiuFdRG813PmDhGNiz+al4f34WHfimfbMB8AlJCQVI/WhMSfz 7kMLzUho23PWWhN6nGDqRlnyl5bOKDsKbnmG/QVlKaVotqfucxZCUwe+mp+f52OcZpnR ec0YYHCFTvIhPXxhSWEyhNw5FkVMpPcjhLiNnsQBSClPmjXpKatN6p2YCq8M+5eNPBYE 1vLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DKyS0Vzar44g5nZVMq7w89sJBVTVVQr7IhBAjNIROrI=; b=DnR6LQSXjnUhRQyozO5E/IsetZ0az9w58fZux1kQq98Jrxp4Q3ffYaJHM4i1t4pYX9 NOUwRJO3J6gScDG7YZNTKc0ijq36SI5oNbVmRjVoMor4ZKSMdyJTOplW9m0MJzyBjCUQ LwRugfdSpxpHFbXgvJmkAlG4o57hFBC1po79en973PuE6pE3hc7/+QhHuHy9Tc58N9yO /rBTDlKGL0YojqyKHTqEyetOuib/6uGe9n4VDarN/TVZghYwnsMo3og1t3byLtzXNe2h lV6RgwHPa0xcb5zFh01304ZrAgTnK29GZoqarsk4+xADj4kmcsA7IRtu3XyJU0XuPl1G s2tw== X-Gm-Message-State: APjAAAVestf004B6fs77qzaHfRlTJqevVd8d6/b3wBW/trHYekgrn1zw uXfcmB6AnPoDZ9PDQPtzrzmIiiyx5FfvXo06gZA= X-Google-Smtp-Source: APXvYqyOHd8m4jOZ18liraS1LmkJgDRRTlRaa1TAnpybzR7ymvltec/WOyoBzbMMK/SVycz37m9EThbBbClEbuEt25k= X-Received: by 2002:a50:fb96:: with SMTP id e22mr51700477edq.18.1577391069615; Thu, 26 Dec 2019 12:11:09 -0800 (PST) MIME-Version: 1.0 References: <20191224173942.18160-1-repk@triplefau.lt> <20191224173942.18160-6-repk@triplefau.lt> In-Reply-To: <20191224173942.18160-6-repk@triplefau.lt> From: Martin Blumenstingl Date: Thu, 26 Dec 2019 21:10:58 +0100 Message-ID: Subject: Re: [PATCH v3 5/5] dt-bindings: Add AXG PCIE PHY bindings To: Remi Pommarel Cc: Kishon Vijay Abraham I , Yue Wang , Lorenzo Pieralisi , Andrew Murray , Neil Armstrong , Kevin Hilman , Jerome Brunet , linux-amlogic@lists.infradead.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Dec 24, 2019 at 6:32 PM Remi Pommarel wrote: > > Add documentation for PCIE PHYs found in AXG SoCs. > > Signed-off-by: Remi Pommarel > --- > .../bindings/phy/amlogic,meson-axg-pcie.yaml | 51 +++++++++++++++++++ > 1 file changed, 51 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/amlogic,meson-axg-pcie.yaml > > diff --git a/Documentation/devicetree/bindings/phy/amlogic,meson-axg-pcie.yaml b/Documentation/devicetree/bindings/phy/amlogic,meson-axg-pcie.yaml > new file mode 100644 > index 000000000000..c622a1b38ffc > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/amlogic,meson-axg-pcie.yaml > @@ -0,0 +1,51 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > +# Copyright 2019 BayLibre, SAS > +%YAML 1.2 > +--- > +$id: "http://devicetree.org/schemas/phy/amlogic,meson-axg-pcie.yaml#" > +$schema: "http://devicetree.org/meta-schemas/core.yaml#" > + > +title: Amlogic AXG PCIE PHY > + > +maintainers: > + - Remi Pommarel > + > +properties: > + compatible: > + enum: > + - amlogic,axg-pcie-phy > + > + reg: > + maxItems: 1 > + > + aml,hhi-gpr: > + maxItems: 1 nit-pick (as I didn't have time to review the whole series yet): we have at least two other IP blocks that need this. they use "amlogic,hhi-sysctrl" for the property name Martin