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=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 BC4F4C43331 for ; Fri, 27 Mar 2020 08:55:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8F2DB20714 for ; Fri, 27 Mar 2020 08:55:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726096AbgC0IzV (ORCPT ); Fri, 27 Mar 2020 04:55:21 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:35641 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725946AbgC0IzV (ORCPT ); Fri, 27 Mar 2020 04:55:21 -0400 Received: by mail-ot1-f67.google.com with SMTP id v2so4400551oto.2; Fri, 27 Mar 2020 01:55:19 -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=D46z9tNyEwtB4r2ilezd68LjnjQ7ZyQLw368VCk74Os=; b=NBOEjREtos5J4SioliSeBGAmmPe0QdBfdzzHfUkoLJRP9QS59XcCUeSUZLLhbAU9G9 +0fSeX+rAhekPcssCJq8odL/hsdOhej6o4EbK6KR5dKmtwXw+FSKvplzzxaQazZEo7pA 8FnAxqiBdFvv22k5pOCt8DzYHE9Jme/zenzzebSzbat1mjGe3KDIwAwfe/95edKC5hOl 7QSkw36oek9hax00aaJgLUPL5D4A14fPblsBNduc1QLV2VQfzy9M5mOckqslkNHbKFJs T/He8mv/1CglE2sVAy7i6YQvftThAVEAoCVTcM4HK8H6+YxgRjQneMcL3oaAH0fSIoOz yNvw== X-Gm-Message-State: ANhLgQ2vH9Em8ZbTY86j8Vf3T0ezP34wJe9agr6gYRZohvmZVYAS8nK9 aQ0cVYhe8Gd8X8e/h88VwexkO/ZoksGj0rvGlTibBg== X-Google-Smtp-Source: ADFU+vsvbZDYQtwnEXPnDPJRl59UQ/joKED/Ns1jpjG4Fy355gqjn1pegySbmFbk6eTulJSAJ1ORhk8Ny/ILjPjaATs= X-Received: by 2002:a9d:5c0c:: with SMTP id o12mr9487286otk.145.1585299318781; Fri, 27 Mar 2020 01:55:18 -0700 (PDT) MIME-Version: 1.0 References: <1585286923-11740-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> <1585286923-11740-2-git-send-email-yoshihiro.shimoda.uh@renesas.com> In-Reply-To: <1585286923-11740-2-git-send-email-yoshihiro.shimoda.uh@renesas.com> From: Geert Uytterhoeven Date: Fri, 27 Mar 2020 09:55:07 +0100 Message-ID: Subject: Re: [PATCH v3 1/4] dt-bindings: phy: renesas: usb2-phy: convert bindings to json-schema To: Yoshihiro Shimoda Cc: Kishon Vijay Abraham I , Rob Herring , Linux Kernel Mailing 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 Hi Shimoda-san, On Fri, Mar 27, 2020 at 6:29 AM Yoshihiro Shimoda wrote: > Convert Renesas R-Car generation 3 USB 2.0 PHY bindings documentation > to json-schema. > > Signed-off-by: Yoshihiro Shimoda > Reviewed-by: Rob Herring Thanks for the update! > --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt > +++ /dev/null > -The phandle's argument in the PHY specifier is the INT_STATUS bit of controller: > -- 1 = USBH_INTA (OHCI) > -- 2 = USBH_INTB (EHCI) > -- 3 = UCOM_INT (OTG and BC) Sorry, I failed to notice during my previous review that the above information is lost during the conversion. I think it would be good to retain it in the description for #phy-cells. With that added: Reviewed-by: Geert Uytterhoeven 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