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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 05C85C04E53 for ; Wed, 15 May 2019 07:35:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D465F20862 for ; Wed, 15 May 2019 07:35:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725912AbfEOHf5 (ORCPT ); Wed, 15 May 2019 03:35:57 -0400 Received: from mail-vs1-f65.google.com ([209.85.217.65]:38304 "EHLO mail-vs1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725876AbfEOHf5 (ORCPT ); Wed, 15 May 2019 03:35:57 -0400 Received: by mail-vs1-f65.google.com with SMTP id v9so1050710vse.5; Wed, 15 May 2019 00:35:56 -0700 (PDT) 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=L0hlAmWhNMH82t3v1FNn27wRVsbD0sLEXB2gDS1meZQ=; b=RsU9YZIm16rt9Ar7GkeccaUNVWjHuay9V9OsvvOaLztODOL43DnfIZJVvNX+A+MMHe PKTJU3epGhcSvUhKlcDZ7CvouKQbD2hrwm08t4YMF9C+Xj0RsuJZI7rjDMF0E+/EFhkk TBbB1LqkVJ5cw9jBostmqW1KmBOgE5Vw35TNwGmJSBn8+D4mtEk5SD5Ir9vGBB1JcP6P YEowLnksRbkhfxgKjEt2nzM1vGIQukY7C2GHjvk7gL980fhPG/iVEmbLmaItIVDoxg9P YKQhY48dwrIeqAsJrqKwnt5zjNnsbH8J/0asBX/DFUn+8nIu4awEWHWMxC+f1k42ERdG lN0A== X-Gm-Message-State: APjAAAWfvvsK/jX/2+BtSUvMcn2PJjCHCaPZtZprSF9NwPd2zsvHR/g2 ghmy3FccsdOZa+dB5+8flTeA8rFeJv1PrmgGkxM= X-Google-Smtp-Source: APXvYqyIeTFh5taXcHAP5AgB+dEGf0JuNto7JIrdWY/w/6+FdLPzAOp064TaF526k5Ya/Fg2h4xdWRjKEOWmlUDW+dc= X-Received: by 2002:a67:f303:: with SMTP id p3mr8033034vsf.166.1557905756178; Wed, 15 May 2019 00:35:56 -0700 (PDT) MIME-Version: 1.0 References: <20190514145605.19112-1-chris.brandt@renesas.com> <20190514145605.19112-5-chris.brandt@renesas.com> In-Reply-To: <20190514145605.19112-5-chris.brandt@renesas.com> From: Geert Uytterhoeven Date: Wed, 15 May 2019 09:35:44 +0200 Message-ID: Subject: Re: [PATCH v3 04/15] dt-bindings: rcar-gen3-phy-usb2: Document use of usb_x1 To: Chris Brandt Cc: Rob Herring , Mark Rutland , Greg Kroah-Hartman , Simon Horman , Yoshihiro Shimoda , Sergei Shtylyov , Chunfeng Yun , USB list , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Renesas Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Tue, May 14, 2019 at 4:57 PM Chris Brandt wrote: > Document the USB_X1 input and add clock-names to identify > functional and USB_X1 clocks. > > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven > --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt > +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt > @@ -28,7 +28,11 @@ Required properties: > followed by the generic version. > > - reg: offset and length of the partial USB 2.0 Host register block. > -- clocks: clock phandle and specifier pair(s). > +- clocks: clock phandle and specifier pair(s). For SoCs that have a separate > + dedicated USB_X1 input for the PLL, that is also listed. > +- clock-names: Name of the clocks. The functional clock shall be called "fclk" Names? > + and USB_X1 shall be called "usb_x1". If only one clock is listed, > + this property is not required. > - #phy-cells: see phy-bindings.txt in the same directory, must be <1> (and > using <0> is deprecated). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds