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=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,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 13A03C433E6 for ; Sat, 23 Jan 2021 03:32:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C45AD23A79 for ; Sat, 23 Jan 2021 03:32:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726413AbhAWDcj (ORCPT ); Fri, 22 Jan 2021 22:32:39 -0500 Received: from mail.kernel.org ([198.145.29.99]:47624 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726508AbhAWDcQ (ORCPT ); Fri, 22 Jan 2021 22:32:16 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A6FDB23A79; Sat, 23 Jan 2021 03:31:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611372696; bh=UpdDbZmMb7GCFnFAq3x7W7JTs+dmAc/OoViEEzYNf1g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZY//hYrxgWZTdDnjKNknJCtyxW1zWYnzIawicpZQRgxbKfGYsp7H2X6FveeKHy65q jqan6i/9CPbBsM9ry3qY4aa/hMCHiJn0IrmoltqzhLYjwzGvNvTbtYpZEWg4063STc naoRR1zXR8rMWn/JCZdOW/SgbBDT+rJlUo+6826ANPL3B7WPT+BIQ7Wlgxer74NR4P 9rYo0gYH8PehMahcMkqJffCoo25JXZ/aB2LlbZ2ptI93Mln3gXSAZS0P+74aoWirDQ x5oL8rfk7oyD02M/Z73jnD0MLjkNsWQp2Y+2LcuYJnnZ5BYQ+Np2LaaIoGgL4pp/ks PEnp2fCnQ6PSw== Date: Fri, 22 Jan 2021 19:31:34 -0800 From: Jakub Kicinski To: Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven , Rob Herring , Sergei Shtylyov , "David S. Miller" , Rob Herring , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/5] dt-bindings: net: renesas,etheravb: Add r8a779a0 support Message-ID: <20210122193134.2da2ff29@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20210121100619.5653-2-wsa+renesas@sang-engineering.com> References: <20210121100619.5653-1-wsa+renesas@sang-engineering.com> <20210121100619.5653-2-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 21 Jan 2021 11:06:15 +0100 Wolfram Sang wrote: > Document the compatible value for the RAVB block in the Renesas R-Car > V3U (R8A779A0) SoC. This variant has no stream buffer, so we only need > to add the new compatible and add it to the TX delay block. > > Reviewed-by: Geert Uytterhoeven > Acked-by: Rob Herring > Signed-off-by: Wolfram Sang > --- > > Please apply via netdev tree. Done, thank you!