From patchwork Thu Sep 17 09:54:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 518780 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 107C71401AF for ; Thu, 17 Sep 2015 20:02:22 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=mRkXlTt3; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753709AbbIQKBl (ORCPT ); Thu, 17 Sep 2015 06:01:41 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:36655 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753524AbbIQJyx (ORCPT ); Thu, 17 Sep 2015 05:54:53 -0400 Received: by padhk3 with SMTP id hk3so16170413pad.3; Thu, 17 Sep 2015 02:54:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=my9RyFXXNJdtz+Y9BUYW5yOfETBlok2sed1Mofpugis=; b=mRkXlTt3DnvtNQJQxYr59gZ/vIvaZ4gTKE1OcTfJ0/tmmSTmAu5x7sxTfvYW+dRezi odtA/Cn7XRo+CBbkNSDgm2JaTYgI7qDpZyMA2VdAa8IIxicCCUH7TNqcZymach+s3EiN uGwMGyLgTQnu5pSoOieF2npwXpsWZ5rrbyH4Qcdykebk9q9R2iUjcbublfQOl17zKITf BtGHdAx2aAC1kzIk/r2S0/4lXPLmFQAY+74KHXHSmE+vchEwrRRpkwLIlI53jDBRfq2Y nunYIw72ZNvW2H2L2pK8wSIEsqyI21P3bxq/YPvmx6GKbyAH6kqp6uYWfkrhAOocbz5J lTKw== X-Received: by 10.68.254.7 with SMTP id ae7mr57014744pbd.131.1442483693451; Thu, 17 Sep 2015 02:54:53 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by smtp.gmail.com with ESMTPSA id ob4sm2659733pbb.40.2015.09.17.02.54.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Sep 2015 02:54:52 -0700 (PDT) From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: devicetree@vger.kernel.org, laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be, linux-sh@vger.kernel.org, daniel.lezcano@linaro.org, horms+renesas@verge.net.au, Magnus Damm , tglx@linutronix.de Date: Thu, 17 Sep 2015 18:54:52 +0900 Message-Id: <20150917095452.5369.320.sendpatchset@little-apple> In-Reply-To: <20150917095325.5369.73893.sendpatchset@little-apple> References: <20150917095325.5369.73893.sendpatchset@little-apple> Subject: [PATCH v2 09/11] devicetree: bindings: Remove unused 32-bit CMT bindings Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Magnus Damm Remove the 32-bit CMT compat strings to reduce maintenance burden. It should be fine to break DT compatibility because the 32-bit 32-bit CMT DT binding was never part of any upstream DTS file. Signed-off-by: Magnus Damm --- Changes since V1: - New patch Documentation/devicetree/bindings/timer/renesas,cmt.txt | 16 --------------- 1 file changed, 16 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0008/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ work/Documentation/devicetree/bindings/timer/renesas,cmt.txt 2015-09-17 18:04:35.060513000 +0900 @@ -12,22 +12,6 @@ datasheets. Required Properties: - compatible: must contain one or more of the following: - - "renesas,cmt-32-r8a7740" for the r8a7740 32-bit CMT - (CMT0) - - "renesas,cmt-32-sh73a0" for the sh73a0 32-bit CMT - (CMT0) - - "renesas,cmt-32" for all 32-bit CMT without fast clock support - (CMT0 on sh73a0 and r8a7740) - This is a fallback for the above renesas,cmt-32-* entries. - - - "renesas,cmt-32-fast-r8a7740" for the r8a7740 32-bit CMT with fast - clock support (CMT[234]) - - "renesas,cmt-32-fast-sh73a0" for the sh73A0 32-bit CMT with fast - clock support (CMT[234]) - - "renesas,cmt-32-fast" for all 32-bit CMT with fast clock support - (CMT[234] on sh73a0 and r8a7740) - This is a fallback for the above renesas,cmt-32-fast-* entries. - - "renesas,cmt-48-sh73a0" for the sh73A0 48-bit CMT (CMT1) - "renesas,cmt-48-r8a7740" for the r8a7740 48-bit CMT