From patchwork Thu Jun 13 16:37:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Soren Brinkmann X-Patchwork-Id: 2717861 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 52F779F969 for ; Thu, 13 Jun 2013 16:39:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5BBD22046F for ; Thu, 13 Jun 2013 16:39:10 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 76C2420472 for ; Thu, 13 Jun 2013 16:39:08 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UnAXd-0004BA-3z; Thu, 13 Jun 2013 16:38:29 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UnAXU-0000ro-UR; Thu, 13 Jun 2013 16:38:20 +0000 Received: from mail-pb0-x22b.google.com ([2607:f8b0:400e:c01::22b]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UnAXE-0000pM-0p for linux-arm-kernel@lists.infradead.org; Thu, 13 Jun 2013 16:38:10 +0000 Received: by mail-pb0-f43.google.com with SMTP id md12so9549083pbc.16 for ; Thu, 13 Jun 2013 09:37:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=tFqf/2XQnORXojnBhNyTptlrwAxO9AZGsnSDgH/S3jo=; b=Q0lpcbQ2PTt3U6TyR9/2TfueVNQXkrG2qqNyxHiHAsTMu2wV/gEVJ+h4gKjADd3WZR xx0zoPSEB1rKublqNa8MNKf0hkY6eXD9dRwF/HLllVt73cwsnfRUooOUgs13dB0+hf7r kc+uCfr/cM+O/oTvVBiXVsQxZVS68FZVWLAcrTpi2fUwpaA55+yWwr84nf/oyruK0oGb wN9Knqgn53ba5g7GyzqAEANeYpXtK2QIIm65D12GmsHHsRAuR9Q2OrYTHpzrjebwSgs+ +JRwEZp5YecYOE9QDOMSbDpnzV02vW4pLMT71knPqpfcUWviAQWDbeVRa3mC6YpnVjM5 PK/Q== X-Received: by 10.66.144.104 with SMTP id sl8mr3709243pab.9.1371141462527; Thu, 13 Jun 2013 09:37:42 -0700 (PDT) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPSA id i16sm29990294pag.18.2013.06.13.09.37.40 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 13 Jun 2013 09:37:41 -0700 (PDT) From: Soren Brinkmann To: Michal Simek , Russell King , Steffen Trumtrar Subject: [PATCH v3 1/4] arm: zynq: Remove board specific compatibility string Date: Thu, 13 Jun 2013 09:37:15 -0700 Message-Id: <1371141438-16553-2-git-send-email-soren.brinkmann@xilinx.com> X-Mailer: git-send-email 1.8.3 In-Reply-To: <1371141438-16553-1-git-send-email-soren.brinkmann@xilinx.com> References: <1371141438-16553-1-git-send-email-soren.brinkmann@xilinx.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130613_123804_154855_F1177DD8 X-CRM114-Status: GOOD ( 10.91 ) X-Spam-Score: -1.9 (-) Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Dinh Nguyen , Olof Johansson , Shawn Guo , Soren Brinkmann X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP It is not necessary to have board specific compatibility strings in the platform code. The board dts files can use the more generic 'xlnx,zynq-7000' string. Signed-off-by: Soren Brinkmann --- arch/arm/mach-zynq/common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c index 5bfe703..7e3d5f4 100644 --- a/arch/arm/mach-zynq/common.c +++ b/arch/arm/mach-zynq/common.c @@ -98,7 +98,6 @@ static void zynq_system_reset(char mode, const char *cmd) } static const char * const zynq_dt_match[] = { - "xlnx,zynq-zc702", "xlnx,zynq-7000", NULL };