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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58167ECAAA1 for ; Fri, 28 Oct 2022 19:35:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229552AbiJ1Tfo (ORCPT ); Fri, 28 Oct 2022 15:35:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229576AbiJ1Tfm (ORCPT ); Fri, 28 Oct 2022 15:35:42 -0400 Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44C297FFA6; Fri, 28 Oct 2022 12:35:41 -0700 (PDT) Received: by mail-oi1-f170.google.com with SMTP id r76so648077oie.13; Fri, 28 Oct 2022 12:35:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=8taqJDtvUl86Drgh5fEgYjN4USVyEjdYeYqtilVVUAs=; b=euK7emXG2/v2gGUTzAiwXQOcrlFPmPnmY3tzG4ApAtyGNR2fJuSpwdvuhgW8zUrOAd SRdiWKt5T8O9P7XjwAOH91Sinn6UFW0Ow3QRASclauRYSrfRVV3VMSsXoGl4rsHjfbuw 3SxliJyKYMqBMXEjGCeVUZvOEnF24395fJlbjnoyFd/R3y/46OeR4Qau1OFJbzQC00kY +eDvQduPgHvrVKFXqHFfCtnUWE1Q6KLlZ5aiWTBwYTn3Y32uKa4wyhjb4tM22Zg+bJul maSv8igrx3YOKTAtXdR0nGdIigkh8JhZOZFh7rdSuOkz+fJgIs88hfUKFuKdGzYeS/tF P81A== X-Gm-Message-State: ACrzQf2PL08GON7GENFspWnLTMehHXOGeRX7gBG2ZW3LphRbJBXKqxRQ mn6sl3+yDU7+kmUrHOSo6HWd13iKAg== X-Google-Smtp-Source: AMsMyM6Y9zExkyYtY64AW0IfA302F1WI9FzMoN/vCTIprGoOFxzrGGF1uk6seWK6mk7k3r4lw2QVxg== X-Received: by 2002:a05:6808:d50:b0:355:4cd9:e6ca with SMTP id w16-20020a0568080d5000b003554cd9e6camr547665oik.160.1666985740445; Fri, 28 Oct 2022 12:35:40 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id 111-20020a9d0878000000b006605883eae6sm1991047oty.63.2022.10.28.12.35.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Oct 2022 12:35:39 -0700 (PDT) Received: (nullmailer pid 2188330 invoked by uid 1000); Fri, 28 Oct 2022 19:35:41 -0000 Date: Fri, 28 Oct 2022 14:35:41 -0500 From: Rob Herring To: Kunihiko Hayashi Cc: Krzysztof Kozlowski , Vinod Koul , Kishon Vijay Abraham I , Masami Hiramatsu , devicetree@vger.kernel.org, linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: phy: Fix UniPhier USB3 controller node names in example Message-ID: <20221028193541.GA2183248-robh@kernel.org> References: <20221027044920.23194-1-hayashi.kunihiko@socionext.com> <20221027044920.23194-2-hayashi.kunihiko@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221027044920.23194-2-hayashi.kunihiko@socionext.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Oct 27, 2022 at 01:49:19PM +0900, Kunihiko Hayashi wrote: > The word "glue" is ambiguous for the controller node name. Should put > "usb-controller" instead of "usb-glue" on the controller node. > > Signed-off-by: Kunihiko Hayashi > --- > .../devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml | 2 +- > .../devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Acked-by: Rob Herring > > diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml > index 21e4414eea60..8ce57898fb96 100644 > --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml > @@ -146,7 +146,7 @@ additionalProperties: false > > examples: > - | > - usb-glue@65b00000 { > + usb-controller@65b00000 { > compatible = "socionext,uniphier-ld20-dwc3-glue", "simple-mfd"; > #address-cells = <1>; > #size-cells = <1>; > diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml > index 4c26d2d2303d..ba60b7add4f7 100644 > --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml > @@ -131,7 +131,7 @@ additionalProperties: false > > examples: > - | > - usb-glue@65b00000 { > + usb-controller@65b00000 { > compatible = "socionext,uniphier-ld20-dwc3-glue", > "simple-mfd"; This and a bunch of other Socionext compatibles in examples throw warnings because there is not a schema for them: Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.example.dtb:0:0: /example-0/usb-controller@65b00000: failed to match any schema with compatible: ['socionext,uniphier-ld20-dwc3-glue', 'simple-mfd'] Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.example.dtb:0:0: /example-0/usb-controller@65b00000: failed to match any schema with compatible: ['socionext,uniphier-ld20-dwc3-glue', 'simple-mfd'] The remaining warnings are preventing turning the warning on by default, so fixing them would be nice. Rob