Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4454522ybi; Tue, 11 Jun 2019 06:59:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqw5SUuwQ7Bq2OUsW1NPpvWgX8f2ImWMleTN8s5go51B8g+jLX2pz2Jcr0o4UjVrppC1UigP X-Received: by 2002:a63:490d:: with SMTP id w13mr11300283pga.355.1560261583683; Tue, 11 Jun 2019 06:59:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560261583; cv=none; d=google.com; s=arc-20160816; b=gizmYW1Iidd5KNjzN8ckGHimFuj2OYrBxIHv5Q1es0nhzpHp5LKiXP+gT/y//6YjRO /dew2ESqWldOTf7itdWjqd8CPRnqU2CftmpEOAywrAg1w/zg7beSpgml8phj96CqAHVs EAkNo7a4ywhZ2T3cLJpv3YAd2+8ovpjfVhSS9Rbi4oBa/iSTjWVaS5e5d3eczgGNPSki MU1Sm8p3RxSuxHN79utUkPRijV1Me55aIUl1WHe+Lyz2XtWSSYpM42Fq0Ip8hxWn99UJ wqFVKtfwUBtKd/ORxHE723RKIi/pE6hbIcyusJNy43hW1uPLodTzMe0lMVoBHgwCuc+x aAAQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=qrhSb9SwN6Xv0kRN6EOaZdHZUxmg9J14MTD2rqWww5k=; b=UiWxj9Mu1QA08Jl5K5JcbbTqX+KRfzCcVjqX+4k3k/C3Wens28cjvexCa/reqSLU02 Y79/ahM0uQA473Dcazp8/UsoA4nwPFcSl5ZdjdxYBanaJxiz6GxZaxtUD4RILR5EkQdI awfUFljLbE9nEnQb0/fBRmo2poYAwF1VVvCHvCyZU1lYy3PCky19HHqQeoz4X4ojpYUy tYcK8Jnd935oPwIdZae4rXgK0+aSXDgrn/iJs5aFzXlJgyi+ojtnUU+OjC6WojDBHkBG UufN8awxvE2twR0ikBvLcZmDgdgwQF93kH2FapsK3+ic+DQSKEHu5eKeVW3aAlGodQH9 hInw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o6si2396536pjp.76.2019.06.11.06.59.28; Tue, 11 Jun 2019 06:59:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390026AbfFKNHR (ORCPT + 99 others); Tue, 11 Jun 2019 09:07:17 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:25340 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389744AbfFKNHQ (ORCPT ); Tue, 11 Jun 2019 09:07:16 -0400 X-IronPort-AV: E=Sophos;i="5.60,579,1549897200"; d="scan'208";a="18183699" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 11 Jun 2019 22:07:15 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.36.196]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id C882940031EC; Tue, 11 Jun 2019 22:07:12 +0900 (JST) From: Fabrizio Castro To: Simon Horman , Geert Uytterhoeven , Rob Herring , Mark Rutland Cc: Fabrizio Castro , Daniel Lezcano , Thomas Gleixner , devicetree@vger.kernel.org, Chris Paterson , Biju Das , linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Date: Tue, 11 Jun 2019 14:06:40 +0100 Message-Id: <1560258401-9517-6-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1560258401-9517-1-git-send-email-fabrizio.castro@bp.renesas.com> References: <1560258401-9517-1-git-send-email-fabrizio.castro@bp.renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt index 13ad074..9dff7e5 100644 --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt @@ -10,6 +10,7 @@ Required Properties: - compatible: must contain one or more of the following: - "renesas,tmu-r8a7740" for the r8a7740 TMU + - "renesas,tmu-r8a774a1" for the r8a774A1 TMU - "renesas,tmu-r8a774c0" for the r8a774C0 TMU - "renesas,tmu-r8a7778" for the r8a7778 TMU - "renesas,tmu-r8a7779" for the r8a7779 TMU -- 2.7.4