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 8EECBC433EF for ; Tue, 3 May 2022 13:02:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235723AbiECNGC (ORCPT ); Tue, 3 May 2022 09:06:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235667AbiECNGB (ORCPT ); Tue, 3 May 2022 09:06:01 -0400 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B18A1ADB2 for ; Tue, 3 May 2022 06:02:29 -0700 (PDT) Received: by mail-ed1-x534.google.com with SMTP id y21so19785881edo.2 for ; Tue, 03 May 2022 06:02:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=iV4tVGnh7QHG+PfLI7Q0mYHuyjPaEc/xG5BZIpO4pGA=; b=vlfeNENfF1eD8fgkOGVOtjFsvzln7tEDY/uEOryyt3IHcK5bc03CduITlrE+RmjT9t HkAcbdG/F1yq25CW01RMJG7ZegtpUArT99f7TXV4enR2D5bIaMgR0oSP347XArZCCdpS qGSVQMoY0pywrhjAmsy+EyIiVd3XrNGmKpA7wEeUYOj3/GPonpwV6l21NY2iA4ja9oML 7h3cupaTpNJ/0caFjvOLT2aAtApxXPpQt20omxMugYYxJRyy81Lq5aRFR8DbbG6dyOnM 90GXzqKSr8WPkPU3me/B2ilh5xwXh6CrlYYYdpjNUcY33g6ag+ddd5hhIfNbf8ogTk8i v/Lg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=iV4tVGnh7QHG+PfLI7Q0mYHuyjPaEc/xG5BZIpO4pGA=; b=NH/cAbLKZ2Xi3TSFHOigWH8FieOWdhXsTif49JS0C4AQ7uuC/Sl2TK1BLRXt+5rynL Sr8ije48JE9ePknXtS3x9Qo/5781VkIczaCr9pC+89Q4lAODgbe8esrEXpKC58Gbjhwh T2PzJfbQy5ljsr7zkAVq2agy9TefOZptz5neVC8DCJg42lG8dmx6osHgsc5YTCFO2RXz NA0r3eEamLOE/l7spci13HVrJo0pjbSrBFPo8HiltkBGlYfIlarKnZYhDbx6yyzyT3zh 3MGLpZ6uoDKauUwua7YIN8150xosppcpe2Wv7gRid2biUX55Yh9RrrWHlfh04ArUWcYL 7vzA== X-Gm-Message-State: AOAM531bjCM9WBn1x7YYuSfRj/CDcx8ARwd09RP/SOx9Qgvg1k8ObimC qo5i2mYNzmtbRrHepXa/4ACoFQ== X-Google-Smtp-Source: ABdhPJwIvyRvYCHNzuAJACjjuKhS9C3I9YB94dUMYFyGqf8a7sXjPP+2fhc+RFrOulXQwqT8A5V5tQ== X-Received: by 2002:a05:6402:5107:b0:427:ded9:9234 with SMTP id m7-20020a056402510700b00427ded99234mr4223009edd.275.1651582947612; Tue, 03 May 2022 06:02:27 -0700 (PDT) Received: from [192.168.0.203] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id hg1-20020a1709072cc100b006f3ef214e72sm4579481ejc.216.2022.05.03.06.02.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 03 May 2022 06:02:26 -0700 (PDT) Message-ID: <7dec1fb4-1803-838e-291f-10f56b9fe10e@linaro.org> Date: Tue, 3 May 2022 15:02:25 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH 4/7] dt-bindings: renesas,rcar-dmac: R-Car V3U is R-Car Gen4 Content-Language: en-US To: Geert Uytterhoeven , Rob Herring , Krzysztof Kozlowski , Vinod Koul , Linus Walleij , Bartosz Golaszewski , Wolfram Sang , Joerg Roedel , Will Deacon , Greg Kroah-Hartman , Wim Van Sebroeck , Guenter Roeck , Yoshihiro Shimoda , Laurent Pinchart Cc: devicetree@vger.kernel.org, dmaengine@vger.kernel.org, linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-i2c@vger.kernel.org, iommu@lists.linux-foundation.org, linux-serial@vger.kernel.org, linux-watchdog@vger.kernel.org References: From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 02/05/2022 15:34, Geert Uytterhoeven wrote: > Despite the name, R-Car V3U is the first member of the R-Car Gen4 > family. Hence move its compatible value to the R-Car Gen4 section. > > Signed-off-by: Geert Uytterhoeven > --- > .../devicetree/bindings/dma/renesas,rcar-dmac.yaml | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof