From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965331AbcCNOVc (ORCPT ); Mon, 14 Mar 2016 10:21:32 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:33607 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934244AbcCNOV0 (ORCPT ); Mon, 14 Mar 2016 10:21:26 -0400 From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: devicetree@vger.kernel.org, laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be, robh@kernel.org, daniel.lezcano@linaro.org, linux-renesas-soc@vger.kernel.org, horms+renesas@verge.net.au, Magnus Damm , tglx@linutronix.de Date: Mon, 14 Mar 2016 23:24:45 +0900 Message-Id: <20160314142445.17180.59134.sendpatchset@little-apple> In-Reply-To: <20160314142342.17180.21352.sendpatchset@little-apple> References: <20160314142342.17180.21352.sendpatchset@little-apple> Subject: [PATCH v4 06/06] devicetree: bindings: Remove deprecated properties Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Magnus Damm The deprecated DT properties are part of the GIT history, no need to keep them around any longer. Signed-off-by: Magnus Damm Acked-by: Rob Herring Acked-by: Geert Uytterhoeven --- Changes since V3: - None Changes since V2: - Added Acked-by from Rob - Fixed properties typo - Thanks Geert - Added Acked-by from Geert Changes since V1: - New patch Documentation/devicetree/bindings/timer/renesas,cmt.txt | 4 ---- 1 file changed, 4 deletions(-) --- 0007/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ work/Documentation/devicetree/bindings/timer/renesas,cmt.txt 2016-03-14 22:49:53.260513000 +0900 @@ -36,16 +36,12 @@ Required Properties: These are fallbacks for r8a73a4 and all the R-Car Gen2 entries listed above. - - "renesas,cmt-48-gen2" is , use "renesas,cmt[01]-*" instead. - - reg: base address and length of the registers block for the timer module. - interrupts: interrupt-specifier for the timer, one per channel. - clocks: a list of phandle + clock-specifier pairs, one for each entry in clock-names. - clock-names: must contain "fck" for the functional clock. - - renesas,channels-mask: , information kept in device driver. - Example: R8A7790 (R-Car H2) CMT0 and CMT1 nodes