From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 27 Oct 2014 00:24:16 +0000 Subject: Re: [PATCH] clocksource: sh_tmu: Document r8a7778 binding Message-Id: <20141027002415.GI25692@verge.net.au> List-Id: References: <1414150312-5542-1-git-send-email-geert+renesas@glider.be> In-Reply-To: <1414150312-5542-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: Daniel Lezcano , Laurent Pinchart , linux-sh@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org On Fri, Oct 24, 2014 at 01:31:52PM +0200, Geert Uytterhoeven wrote: > The r8a7778 is very similar to the r8a7779, and already handled by > the current driver in the non-DT case. > > Signed-off-by: Geert Uytterhoeven > --- > This depends on "clocksource: sh_tmu: Document R-Mobile r8a7740 binding" > > 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 4ae7910af09ffcb4..cd5f20bf2582e742 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-r8a7778" for the r8a7778 TMU > - "renesas,tmu-r8a7779" for the r8a7779 TMU > - "renesas,tmu" for any TMU. > This is a fallback for the above renesas,tmu-* entries Thanks, I have queued this up. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752067AbaJ0AY1 (ORCPT ); Sun, 26 Oct 2014 20:24:27 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:34940 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751754AbaJ0AYZ (ORCPT ); Sun, 26 Oct 2014 20:24:25 -0400 Date: Mon, 27 Oct 2014 09:24:16 +0900 From: Simon Horman To: Geert Uytterhoeven Cc: Daniel Lezcano , Laurent Pinchart , linux-sh@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clocksource: sh_tmu: Document r8a7778 binding Message-ID: <20141027002415.GI25692@verge.net.au> References: <1414150312-5542-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1414150312-5542-1-git-send-email-geert+renesas@glider.be> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 24, 2014 at 01:31:52PM +0200, Geert Uytterhoeven wrote: > The r8a7778 is very similar to the r8a7779, and already handled by > the current driver in the non-DT case. > > Signed-off-by: Geert Uytterhoeven > --- > This depends on "clocksource: sh_tmu: Document R-Mobile r8a7740 binding" > > 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 4ae7910af09ffcb4..cd5f20bf2582e742 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-r8a7778" for the r8a7778 TMU > - "renesas,tmu-r8a7779" for the r8a7779 TMU > - "renesas,tmu" for any TMU. > This is a fallback for the above renesas,tmu-* entries Thanks, I have queued this up.