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 93A2CC4332F for ; Tue, 1 Mar 2022 15:38:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235821AbiCAPjH (ORCPT ); Tue, 1 Mar 2022 10:39:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231776AbiCAPjF (ORCPT ); Tue, 1 Mar 2022 10:39:05 -0500 Received: from mail-oo1-f51.google.com (mail-oo1-f51.google.com [209.85.161.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 330DC3F889; Tue, 1 Mar 2022 07:38:24 -0800 (PST) Received: by mail-oo1-f51.google.com with SMTP id u47-20020a4a9732000000b00316d0257de0so22965838ooi.7; Tue, 01 Mar 2022 07:38:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=IgFdAQ+7rpP01kxtGmU2BZRc0yJm0gPUU3cLLc8Jk3I=; b=J7PeG/lQ3o2cNCZf6zJh2Nj3BiJRvcUFaJOcqfEZnyloqc/pCfPv3u19Uk+JmO6vND BIuViC2kaz8pNSL6blPPjp4T6P9CRfgxxbMPqZTwNX+kiUg4R+clDN+8LgFxc1EsDMdz oCDhD1OKxLukW8AuhEJ1INpDh1P/xBb/YJ7XlpBhsZy5l7vYP6HAsMPwYN60fbqcdobw g0rLAv++iLEwdRVcppfcY8HfYJOCYKuDcSp79jXc+/JuUmpMZpd3PuMsAVj4MSUsRZEI X5xWxp/PH6xBjuG6KKwfdKFN3lHFG7rJTYkVk/g891qPGGICoT/O/xa9fRVdFMTRkwTF asTQ== X-Gm-Message-State: AOAM531uXBpNfdA20TLMz3ZSCgyRmMlxZuxlULYCxQCmu+PKnDZdxwzM v4qC4PHUR1YDmudxfPSBjQ== X-Google-Smtp-Source: ABdhPJxnILQc7GonthpI4taLLpmtwW7NoXOejQ9ut/CquT/SyVavj3WgIPY3n6l9AQJxHWqwjh4Qzg== X-Received: by 2002:a05:6870:4392:b0:d7:844:3d99 with SMTP id r18-20020a056870439200b000d708443d99mr8431062oah.56.1646149103443; Tue, 01 Mar 2022 07:38:23 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id x10-20020a4a2a4a000000b0031bf0818df1sm6273831oox.4.2022.03.01.07.38.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Mar 2022 07:38:22 -0800 (PST) Received: (nullmailer pid 1294204 invoked by uid 1000); Tue, 01 Mar 2022 15:38:21 -0000 Date: Tue, 1 Mar 2022 09:38:21 -0600 From: Rob Herring To: Lad Prabhakar Cc: Geert Uytterhoeven , Rob Herring , linux-usb@vger.kernel.org, Greg Kroah-Hartman , Prabhakar , Yoshihiro Shimoda , linux-renesas-soc@vger.kernel.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Biju Das , devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings Message-ID: References: <20220227231531.32279-1-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220227231531.32279-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 27 Feb 2022 23:15:31 +0000, Lad Prabhakar wrote: > Document RZ/V2L (R9A07G054) SoC bindings. USBHS block is identical to one > found on RZ/A2 SoC. No driver changes are required as generic compatible > string "renesas,rza2-usbhs" will be used as a fallback. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das > --- > DTSi changes have been posted as part of series [0]. > > [0] https://patchwork.kernel.org/project/linux-renesas-soc/ > cover/20220227203744.18355-1-prabhakar.mahadev-lad.rj@bp.renesas.com/ > --- > Documentation/devicetree/bindings/usb/renesas,usbhs.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Applied, thanks!