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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 75FBCC433E0 for ; Wed, 10 Feb 2021 19:05:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3FFF664E42 for ; Wed, 10 Feb 2021 19:05:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234244AbhBJTEz (ORCPT ); Wed, 10 Feb 2021 14:04:55 -0500 Received: from mail-ot1-f45.google.com ([209.85.210.45]:43822 "EHLO mail-ot1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233033AbhBJTEI (ORCPT ); Wed, 10 Feb 2021 14:04:08 -0500 Received: by mail-ot1-f45.google.com with SMTP id l23so2809847otn.10; Wed, 10 Feb 2021 11:03:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=2x+EOIuPdBTznUqzDSV5oD4ee/OTH0GyH6F9c80brmU=; b=E69JDJ6vzVP4kBGBSXK53zaOIaLZjvRj2rXcJpaECV3W+I3gJi4UoncldCMUILhFqX pW+CwFjTNltGh+TxnM/Xk7gdrE8YkbBPs7G8hfTqMa80+/iTy40o7YdNKheFtPtPsCoo TjHb2ov9O5W32g+/GfRhxr3Idr/zY0vTLhedHIOAg2TA0iAwTlMei511XwQilDIvIBuX 0zZbs/oMwbux6B2qkBcsy9T9hNuf+TI/gmkxXKRpupdjJdKuhzDAhrYHPIvNwlZ79HNI VLDljGuw7LtoBITzf3WgCFJ9bIm6V2SX4lqTiJCh04zwFKbTjTIHr++ocC5RNjrJwf5O tFcw== X-Gm-Message-State: AOAM530bEGoRKFPPuVZAMBx2VlFiBahLHgVcuQ74QQBHOW0k8jS2j51T o6FY5IgoZyJq7EMJb7ka7g== X-Google-Smtp-Source: ABdhPJxNanMjvR3D9jVhNKwPipPfT3CkersCx0nGRPMJcnbWgEoxRBYupmh5YT36/6Y3BJq4k8s3qQ== X-Received: by 2002:a9d:3ec:: with SMTP id f99mr3267311otf.299.1612983804617; Wed, 10 Feb 2021 11:03:24 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id g14sm521323oon.23.2021.02.10.11.03.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Feb 2021 11:03:23 -0800 (PST) Received: (nullmailer pid 2555793 invoked by uid 1000); Wed, 10 Feb 2021 19:03:22 -0000 Date: Wed, 10 Feb 2021 13:03:22 -0600 From: Rob Herring To: kostap@marvell.com Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, vladimir.vid@sartura.hr, tmn505@gmail.com, luka.kovacic@sartura.hr, sebastian.hesselbarth@gmail.com, gregory.clement@bootlin.com, andrew@lunn.ch, vkoul@kernel.org, kishon@ti.com, miquel.raynal@bootlin.com, mw@semihalf.com, jaz@semihalf.com, nadavh@marvell.com, stefanc@marvell.com, bpeled@marvell.com Subject: Re: [PATCH v5 1/5] Documentation/bindings: phy: update references to cp11x Message-ID: <20210210190322.GA2549599@robh.at.kernel.org> References: <20210210131604.28806-1-kostap@marvell.com> <20210210131604.28806-2-kostap@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210210131604.28806-2-kostap@marvell.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 10, 2021 at 03:16:00PM +0200, kostap@marvell.com wrote: > From: Grzegorz Jaszczyk > > The cp11x references in dts has changed, reflect it in comphy > documentation. Who cares. Examples are just examples. If you really want to improve the binding, convert it to schema. > Signed-off-by: Grzegorz Jaszczyk > Signed-off-by: Konstantin Porotchkin > --- > Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt b/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt > index 8c60e6985950..5ffd0f55d010 100644 > --- a/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt > +++ b/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt > @@ -42,22 +42,22 @@ Required properties (child nodes): > > Examples: > > - cpm_comphy: phy@120000 { > + CP11X_LABEL(comphy): phy@120000 { > compatible = "marvell,comphy-cp110"; > reg = <0x120000 0x6000>; > - marvell,system-controller = <&cpm_syscon0>; > - clocks = <&CP110_LABEL(clk) 1 5>, <&CP110_LABEL(clk) 1 6>, > - <&CP110_LABEL(clk) 1 18>; > + marvell,system-controller = <&CP11X_LABEL(syscon0)>; > + clocks = <&CP11X_LABEL(clk) 1 5>, <&CP11X_LABEL(clk) 1 6>, > + <&CP11X_LABEL(clk) 1 18>; > clock-names = "mg_clk", "mg_core_clk", "axi_clk"; > #address-cells = <1>; > #size-cells = <0>; > > - cpm_comphy0: phy@0 { > + CP11X_LABEL(comphy0): phy@0 { > reg = <0>; > #phy-cells = <1>; > }; > > - cpm_comphy1: phy@1 { > + CP11X_LABEL(comphy1): phy@1 { > reg = <1>; > #phy-cells = <1>; > }; > -- > 2.17.1 > 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=-14.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 31E23C433E0 for ; Wed, 10 Feb 2021 19:04:42 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C599864E32 for ; Wed, 10 Feb 2021 19:04:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C599864E32 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Jd5ihYJPCgRa25eD3Hbhjl/wXauU07dLzFmIcpDaFLE=; b=TKO9+zZawBHChl9fVNCKvFhJ/ 8BXjHYogFVCjxUPtg+gcalmMlIjguCe3d940oND/4gwjyKCYd1JKm+XzAoVL4O3vJ9jd21gPWSGX4 Qr/QVcBqtYjY1r4sHhWNR4hu+ZQEvil45dIZUqs/0qmYxqZg28kNGFH1qWXSnUjto4G25wsODCU6q dQmpcFg2HZt1Fp909PnWPGUpARzq6vbLWajNTzEz+G5C049qa80kiLbKxen/WbAmsUFAoRAjKGT9Z Ab6xfDnNLFn2G0CivuO2ePlvGDUJEtpJn3LkxN3qUIe1YzZXC/GBIATEgg0XNNmXWW1o0GEI4XPVr kRqGB3yTA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l9uls-0003b0-03; Wed, 10 Feb 2021 19:03:28 +0000 Received: from mail-ot1-f45.google.com ([209.85.210.45]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l9ulp-0003aZ-LH for linux-arm-kernel@lists.infradead.org; Wed, 10 Feb 2021 19:03:26 +0000 Received: by mail-ot1-f45.google.com with SMTP id e5so2804618otb.11 for ; Wed, 10 Feb 2021 11:03:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=2x+EOIuPdBTznUqzDSV5oD4ee/OTH0GyH6F9c80brmU=; b=LO4T+YlR3fV4bSnqYC2yMqXp0ewLk/ohViwh1KtKX55ERlVTSAG6lz6nuhLhkhRo+X b8H/ljJr2n5QBoLChY0V56e2qMq3zGxv7aGiF1Sw0dltqY/6yzZ/BDmBVGeQagzfYWp/ 1qVHH2n8fxIP1k2DguVN6H7RNgTdamjd6LrgmF49nlhtF67sNXvIIAJAB9M/yXB52xGt Q+mfdCgPs2cbYTPnn/5aa+Tx3V7NdZMAI6V8HZmQV2LJQ33T7SfqD9PHBjYlRJgAIEK3 /b/C0IKSWHI2+MxB75zxW+h0SB7ooJHzFTVoOObpw5VKQAtQ6cjbWt1Q9Q+zVQDs+qSz QOVw== X-Gm-Message-State: AOAM532+KYrQHOaouK7eTpCozhpZRp23Eyiyd9evIpcyQgAdY8hwiAR+ +se8KpuMU/7Uaq1kPMhOZw== X-Google-Smtp-Source: ABdhPJxNanMjvR3D9jVhNKwPipPfT3CkersCx0nGRPMJcnbWgEoxRBYupmh5YT36/6Y3BJq4k8s3qQ== X-Received: by 2002:a9d:3ec:: with SMTP id f99mr3267311otf.299.1612983804617; Wed, 10 Feb 2021 11:03:24 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id g14sm521323oon.23.2021.02.10.11.03.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Feb 2021 11:03:23 -0800 (PST) Received: (nullmailer pid 2555793 invoked by uid 1000); Wed, 10 Feb 2021 19:03:22 -0000 Date: Wed, 10 Feb 2021 13:03:22 -0600 From: Rob Herring To: kostap@marvell.com Subject: Re: [PATCH v5 1/5] Documentation/bindings: phy: update references to cp11x Message-ID: <20210210190322.GA2549599@robh.at.kernel.org> References: <20210210131604.28806-1-kostap@marvell.com> <20210210131604.28806-2-kostap@marvell.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210210131604.28806-2-kostap@marvell.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210210_140325_751547_6C58C46C X-CRM114-Status: GOOD ( 17.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tmn505@gmail.com, devicetree@vger.kernel.org, nadavh@marvell.com, andrew@lunn.ch, jaz@semihalf.com, gregory.clement@bootlin.com, linux-kernel@vger.kernel.org, kishon@ti.com, vladimir.vid@sartura.hr, luka.kovacic@sartura.hr, vkoul@kernel.org, miquel.raynal@bootlin.com, stefanc@marvell.com, mw@semihalf.com, bpeled@marvell.com, linux-arm-kernel@lists.infradead.org, sebastian.hesselbarth@gmail.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Feb 10, 2021 at 03:16:00PM +0200, kostap@marvell.com wrote: > From: Grzegorz Jaszczyk > > The cp11x references in dts has changed, reflect it in comphy > documentation. Who cares. Examples are just examples. If you really want to improve the binding, convert it to schema. > Signed-off-by: Grzegorz Jaszczyk > Signed-off-by: Konstantin Porotchkin > --- > Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt b/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt > index 8c60e6985950..5ffd0f55d010 100644 > --- a/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt > +++ b/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt > @@ -42,22 +42,22 @@ Required properties (child nodes): > > Examples: > > - cpm_comphy: phy@120000 { > + CP11X_LABEL(comphy): phy@120000 { > compatible = "marvell,comphy-cp110"; > reg = <0x120000 0x6000>; > - marvell,system-controller = <&cpm_syscon0>; > - clocks = <&CP110_LABEL(clk) 1 5>, <&CP110_LABEL(clk) 1 6>, > - <&CP110_LABEL(clk) 1 18>; > + marvell,system-controller = <&CP11X_LABEL(syscon0)>; > + clocks = <&CP11X_LABEL(clk) 1 5>, <&CP11X_LABEL(clk) 1 6>, > + <&CP11X_LABEL(clk) 1 18>; > clock-names = "mg_clk", "mg_core_clk", "axi_clk"; > #address-cells = <1>; > #size-cells = <0>; > > - cpm_comphy0: phy@0 { > + CP11X_LABEL(comphy0): phy@0 { > reg = <0>; > #phy-cells = <1>; > }; > > - cpm_comphy1: phy@1 { > + CP11X_LABEL(comphy1): phy@1 { > reg = <1>; > #phy-cells = <1>; > }; > -- > 2.17.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel