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=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 A9CBDC33CAF for ; Tue, 21 Jan 2020 23:08:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80FF224653 for ; Tue, 21 Jan 2020 23:08:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579648117; bh=isyJcTtmLqQY5h7KGj6x7ryAw2JabEkSkewbTWLPkqI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=DbvZCwwXiV31S1GNBJjI4ic8VWs1Yto8FD15wOA13uvKsKMiIkiLbTrKpM6oMPeXv 3aF7iB/lJrjWe5VJK/guTi4XDJqILe0wzHJVM6JiCyT4lFhSZQ5ZE1+29alRkShcXw X0up3NNpUaBk5mAfDvPNgMtPEs2meOE7THkRiwQU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728750AbgAUXIg (ORCPT ); Tue, 21 Jan 2020 18:08:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:50644 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726407AbgAUXIg (ORCPT ); Tue, 21 Jan 2020 18:08:36 -0500 Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EC09524672; Tue, 21 Jan 2020 23:08:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579648116; bh=isyJcTtmLqQY5h7KGj6x7ryAw2JabEkSkewbTWLPkqI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=TIHRX+PHjjNRSMOtnjbGuGVcseY9vip3xj4afElS8NZWdyJhL0t5iMH1/zbZ4n7Xq SocBH7nxq6j9a3R0gN20ug5W+gbVbmqk3wx9IoWLHCQfN48oxqNMJ1VdT+Flj6DWZ5 Eb5hn8Jyvue6vBUxFJSTGf+jUoOLMsr88O3yJjcI= Received: by mail-qt1-f171.google.com with SMTP id e5so4156349qtm.6; Tue, 21 Jan 2020 15:08:35 -0800 (PST) X-Gm-Message-State: APjAAAVZ7p3hjaGGS7dnN3GffDjY/DhHIkgnaMhBih9Moo040iyQlPuT GMhoC5XEqYP/GXwk7I6njPxv10bLiVK+x2OSNQ== X-Google-Smtp-Source: APXvYqwC/GoCff9pALlwjNcY5bRH4J0nuKhoikFBbQMufVBHG5zsv+j5mLtvw7EZee6cFsjyrV5aX0XhEmMo8ukFmmk= X-Received: by 2002:ac8:59:: with SMTP id i25mr7223067qtg.110.1579648115077; Tue, 21 Jan 2020 15:08:35 -0800 (PST) MIME-Version: 1.0 References: <20200115122908.16954-1-repk@triplefau.lt> <20200115122908.16954-3-repk@triplefau.lt> <20200121230512.GA4486@bogus> In-Reply-To: <20200121230512.GA4486@bogus> From: Rob Herring Date: Tue, 21 Jan 2020 17:08:23 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4 2/7] dt-bindings: Add AXG shared MIPI/PCIE PHY bindings To: Remi Pommarel Cc: Kishon Vijay Abraham I , Yue Wang , Kevin Hilman , Lorenzo Pieralisi , Bjorn Helgaas , Neil Armstrong , Martin Blumenstingl , Jerome Brunet , "open list:ARM/Amlogic Meson..." , "linux-kernel@vger.kernel.org" , devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 21, 2020 at 5:05 PM Rob Herring wrote: > > On Wed, Jan 15, 2020 at 01:29:03PM +0100, Remi Pommarel wrote: > > Add documentation for the shared MIPI/PCIE PHYs found in AXG SoCs. > > > > Signed-off-by: Remi Pommarel > > --- > > .../phy/amlogic,meson-axg-mipi-pcie.yaml | 34 +++++++++++++++++++ > > 1 file changed, 34 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie.yaml > > > > diff --git a/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie.yaml b/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie.yaml > > new file mode 100644 > > index 000000000000..3184146318cf > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie.yaml > > @@ -0,0 +1,34 @@ > > +# 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-mipi-pcie.yaml#" > > +$schema: "http://devicetree.org/meta-schemas/core.yaml#" > > + > > +title: Amlogic AXG shared MIPI/PCIE PHY > > + > > +maintainers: > > + - Remi Pommarel > > + > > +properties: > > + compatible: > > + const: amlogic,axg-mipi-pcie-phy > > + > > + reg: > > + maxItems: 1 > > + > > + "#phy-cells": > > + const: 1 > > + > > +required: > > + - compatible > > + - reg > > + - "#phy-cells" > > Add: > > additionalProperties: false > > > With that, > > Reviewed-by: Rob Herring I missed that I already ack'ed v5, but looks like the same comment applies to both DT patches. Rob