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=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 B2B19C433E2 for ; Mon, 14 Sep 2020 20:15:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 78D40208DB for ; Mon, 14 Sep 2020 20:15:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600114514; bh=7Idav457hr/WP2VLV+z61v8x+TFmfPemXdaTZKDthtM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=2SPtqtVQ4jpJ1ds9MIe2ee4KyG0lsm26dlRNasVSTT8XGS960MY4UWEW3h8Rv4/Px iVo7C3OuXaaQIZqH0COZf/bxwnP/hB4jKCuOVVykH4CbzX//Ny3HzfwJt+fnTl0FUi 083y4sft/jR5w2UgKCF4fY0TBvy1u6nOu/vFkb7Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725978AbgINUPH (ORCPT ); Mon, 14 Sep 2020 16:15:07 -0400 Received: from mail-il1-f193.google.com ([209.85.166.193]:37633 "EHLO mail-il1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725951AbgINUPG (ORCPT ); Mon, 14 Sep 2020 16:15:06 -0400 Received: by mail-il1-f193.google.com with SMTP id q4so835038ils.4; Mon, 14 Sep 2020 13:15:05 -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=n0MSpQUUz3/AeMyW1sKXcTCeGErt+hRzppRfjEwGRP4=; b=hh5pAJxkh9u3EekrJNCs8j83bafCP71/evlLh8ndlWbft43TWnxwNyxKK+KY29Yi6d DT2+9l6/+xf+DYN36KuJ7mI1VOkMuwhIg1dY22qjciXdnNWa+Rh1cO0U4CgHOSPczLiS vq+6e6hwzoT9QQBZATuNc5/nTmaSiyTnBjNMjZI/HjRwJcyudmye5VKeMG8l7l9rRdjI QCCeUzuI3dvFzqYOOFIFYU8mu2sQh79y3MWJO5SkmFsiMsrX/cGQ3doYAYcHRjBSLqRM bJOSutbebcO3tHolMCwvHzLVbJPx6tjyiPA9OgQHVjbfJJ9ozLfAgTBKncuA+mrs1iD8 J89w== X-Gm-Message-State: AOAM531QT4H5YglTzV2vIcR9Ck0XSBRH1TUyZapA0Uo7XklKsmXPBLFc CcdkzZkYfPCmNjXLFvVzyg== X-Google-Smtp-Source: ABdhPJzwYkYIciGDUUmcf97fSVYjBK/rofVqSufC/hvYJ1di0l08bkmMVv+r2CHb5xTuqV9d8SlfhA== X-Received: by 2002:a92:1f1a:: with SMTP id i26mr7541134ile.201.1600114505427; Mon, 14 Sep 2020 13:15:05 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id d1sm7395332ila.67.2020.09.14.13.15.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 13:15:04 -0700 (PDT) Received: (nullmailer pid 164938 invoked by uid 1000); Mon, 14 Sep 2020 20:15:03 -0000 Date: Mon, 14 Sep 2020 14:15:03 -0600 From: Rob Herring To: Lad Prabhakar Cc: Laurent Pinchart , Biju Das , Thomas Gleixner , Daniel Lezcano , Geert Uytterhoeven , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar Subject: Re: [PATCH v2] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support Message-ID: <20200914201503.GA164883@bogus> References: <20200902091927.32211-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: <20200902091927.32211-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 02 Sep 2020 10:19:27 +0100, Lad Prabhakar wrote: > Document SoC specific compatible strings for r8a7742. No driver change > is needed as the fallback strings will activate the right code. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Marian-Cristian Rotariu > Reviewed-by: Geert Uytterhoeven > --- > v1->v2 > * Reabsed the patch on top YAML conversion > * Restored the Acks > --- > Documentation/devicetree/bindings/timer/renesas,cmt.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring