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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 40638C433ED for ; Tue, 18 May 2021 01:31:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 23A44611BF for ; Tue, 18 May 2021 01:31:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345832AbhERBdA (ORCPT ); Mon, 17 May 2021 21:33:00 -0400 Received: from mail-ot1-f50.google.com ([209.85.210.50]:40728 "EHLO mail-ot1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230292AbhERBc5 (ORCPT ); Mon, 17 May 2021 21:32:57 -0400 Received: by mail-ot1-f50.google.com with SMTP id t4-20020a05683014c4b02902ed26dd7a60so7268765otq.7; Mon, 17 May 2021 18:31:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=HGk8JGouwGwt9j4bsvqyjE+RuWeLT4fFs2uq7PWxBNQ=; b=uFvgzT9PGLqO0lEaFkkTpsJKXvZ+Ur4SOAwafdBsifTYFNSmKV16ZAWesFZFifFu3x V1ZIN9WARlVaSDbrTOhHJOimOOtkq3it7V0W8iglHP3ZRCvYhixIcascaGRKDkUIR7HC QKYoXu/qMMSp7SdVISfq7FFXg+zinA5JDO0U7MjOa3FxZaZwpU1xMk3jwetnEQi1gEQ7 ODqhwx5hGKfzQcGa7wwvA4rJLzI4rqGSNs4BeI/KOC3p2714nhL6q13WzUZufg6dMaiP 5CmTHzvnVNbLdorb99Kzrl4lqbh87J7EdBKGW8v50tf6y1Ae/sTCnEOxmjePB/by9Pfo aN0A== X-Gm-Message-State: AOAM532DCS1REHbRbWP3oJwkarCCHHO0K9AIG9aUqCzdHjZeJhrRTWhr POyy47AH8VJlqH1y3D70cw== X-Google-Smtp-Source: ABdhPJzkNWAr9zk2RHqwOxb9aI5YSoEFZJ+0NO4LOTlMuWhXZmQUf0agGjFOqu5Vm7Q/l4CIufCqEw== X-Received: by 2002:a9d:f66:: with SMTP id 93mr2063607ott.229.1621301499934; Mon, 17 May 2021 18:31:39 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id i23sm452157ota.16.2021.05.17.18.31.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 May 2021 18:31:39 -0700 (PDT) Received: (nullmailer pid 3607292 invoked by uid 1000); Tue, 18 May 2021 01:31:37 -0000 Date: Mon, 17 May 2021 20:31:37 -0500 From: Rob Herring To: Lad Prabhakar Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar , devicetree@vger.kernel.org, Philipp Zabel , Magnus Damm , Catalin Marinas , Michael Turquette , Greg Kroah-Hartman , linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven , Will Deacon , Jiri Slaby , Biju Das , linux-serial@vger.kernel.org, Rob Herring , Stephen Boyd , linux-clk@vger.kernel.org Subject: Re: [PATCH 02/16] dt-bindings: arm: renesas: Document Renesas RZ/G2{L, LC} SoC variants Message-ID: <20210518013137.GA3606888@robh.at.kernel.org> References: <20210514192218.13022-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20210514192218.13022-3-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210514192218.13022-3-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 14 May 2021 20:22:04 +0100, Lad Prabhakar wrote: > Add device tree bindings documentation for Renesas RZ/G2{L,LC} > SoC variants. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das > Reviewed-by: Chris Paterson > --- > Documentation/devicetree/bindings/arm/renesas.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > Acked-by: Rob Herring 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 842E9C433B4 for ; Tue, 18 May 2021 01:33:43 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 16B7F61263 for ; Tue, 18 May 2021 01:33:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 16B7F61263 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=fF8Pcvgn9jUrItg/SIFLlc79gZNc5gLtcElItzRhiYo=; b=WOdYmxZ/ZD295dEcrgng/VptT 7wuX+/afoWCK75EzXftwITM0oJGPbUdVTs8QH3S1vdN4B8vK621P8gVf2sz9FPUxbq5gH7UsIH+ge Rh4R1HjHbALg/sSbGVqgzSAGh3dwUJbSxMfiLgGtN5N/9I6C/w52uJz3JnoWWXWsdgyd1iTfQ2IGL y+2zEILF4EZcvGIrnx059JJnbGoPGBZeMtHCv1fvHcOkroTksUhqmkFOkb1rewx/o27DXZOl2x7Wb 50oQcoO4AmyniyQc9VzwRQdqS/8Vh5rPbI4cFabzKvINxwtzTQhyJPttK3hI79H1CbT5RoDqw7U1L CxHM9+ikg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lioaN-00Gdag-Vy; Tue, 18 May 2021 01:31:53 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lioaE-00GdY4-R6 for linux-arm-kernel@desiato.infradead.org; Tue, 18 May 2021 01:31:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=HGk8JGouwGwt9j4bsvqyjE+RuWeLT4fFs2uq7PWxBNQ=; b=E0jU1TpxD97BsXTEwwexeOXp5w zWt4+XTKDCb7nV0XE1XFajdVOwIKJOx5G4efrF2msRb9giXOkA+WE5Df6GeR0ZCEZTcd7FE2yMM+L wrSpcJP61Nh0KI+RViOkZ49XqPcWc6QhQCufndltLNZEhqvyx4GTPZ05LqOcI7ghCiE0stc3JD6A+ HCSoLTI4STywXSNBB0KCr9Oy5JwQkhAFlAUWSCZnTLchD/3GCpr/CeKIvmPQ4mH9D2LV/4BOLCmmD 89jyIaiXse+3JyKcHMjy6qBF9cQp+4lcwMhrm7C/oaUkjCxxt1klA7wQPVe64d+/z1yRaHTU1S2D2 zB/jQ1Mg==; Received: from mail-ot1-f44.google.com ([209.85.210.44]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lioaC-00EFxi-FT for linux-arm-kernel@lists.infradead.org; Tue, 18 May 2021 01:31:41 +0000 Received: by mail-ot1-f44.google.com with SMTP id 69-20020a9d0a4b0000b02902ed42f141e1so7276719otg.2 for ; Mon, 17 May 2021 18:31:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=HGk8JGouwGwt9j4bsvqyjE+RuWeLT4fFs2uq7PWxBNQ=; b=WB6QYUW8H2CfWRiEnW/am5kb9e0PGMuflJTp9V7R0XsyigjJTosAUVq+HDXcNS/exR d+lZWx4tlC7aos6ZVBscodyQ5gJbberrVix80vOzNPvmJhZqwHTUtcG/j1owQiM9uJwx a7aXiDd1RgcYVKDENfP+/NvpKqpS2jluUNaoZ9owmporKc+Y0Z2dgwxPJSoAnJ9FxneR pZ2sCNhIvUpSgfhSCZgAOCwuk7mP6iUvIV2t4X3dbaL3s5DQpzL9NR13cuOYo3pxRJav /hEcGWBbWFvIMp2WQVJ4az7Gm4mASG0z2M8fyAydOhOtZ90A//Leua2Hm+9KduAYANu+ t+tA== X-Gm-Message-State: AOAM530Sz1dCWIKfspVh+UrkRpkm9AGiM1J2Oao7k8EklMAiMCcI82tO aolp9uUMwRYhgZNKZB01/g== X-Google-Smtp-Source: ABdhPJzkNWAr9zk2RHqwOxb9aI5YSoEFZJ+0NO4LOTlMuWhXZmQUf0agGjFOqu5Vm7Q/l4CIufCqEw== X-Received: by 2002:a9d:f66:: with SMTP id 93mr2063607ott.229.1621301499934; Mon, 17 May 2021 18:31:39 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id i23sm452157ota.16.2021.05.17.18.31.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 May 2021 18:31:39 -0700 (PDT) Received: (nullmailer pid 3607292 invoked by uid 1000); Tue, 18 May 2021 01:31:37 -0000 Date: Mon, 17 May 2021 20:31:37 -0500 From: Rob Herring To: Lad Prabhakar Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar , devicetree@vger.kernel.org, Philipp Zabel , Magnus Damm , Catalin Marinas , Michael Turquette , Greg Kroah-Hartman , linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven , Will Deacon , Jiri Slaby , Biju Das , linux-serial@vger.kernel.org, Rob Herring , Stephen Boyd , linux-clk@vger.kernel.org Subject: Re: [PATCH 02/16] dt-bindings: arm: renesas: Document Renesas RZ/G2{L, LC} SoC variants Message-ID: <20210518013137.GA3606888@robh.at.kernel.org> References: <20210514192218.13022-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20210514192218.13022-3-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210514192218.13022-3-prabhakar.mahadev-lad.rj@bp.renesas.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210517_183140_534210_66BC8312 X-CRM114-Status: UNSURE ( 9.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 14 May 2021 20:22:04 +0100, Lad Prabhakar wrote: > Add device tree bindings documentation for Renesas RZ/G2{L,LC} > SoC variants. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das > Reviewed-by: Chris Paterson > --- > Documentation/devicetree/bindings/arm/renesas.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel