From patchwork Mon Jan 26 16:22:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 5711151 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id ECEE8C058D for ; Mon, 26 Jan 2015 16:26:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 34C3820115 for ; Mon, 26 Jan 2015 16:26:02 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6D492200FF for ; Mon, 26 Jan 2015 16:26:01 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YFmSQ-0001Tl-5b; Mon, 26 Jan 2015 16:24:10 +0000 Received: from mail-pd0-f173.google.com ([209.85.192.173]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YFmRq-0000n3-TL for linux-arm-kernel@lists.infradead.org; Mon, 26 Jan 2015 16:23:35 +0000 Received: by mail-pd0-f173.google.com with SMTP id fp1so12744823pdb.4 for ; Mon, 26 Jan 2015 08:23:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ecoob3ix9cvYFWQGzI+OM9bWRZLFyey4uwFHLyTkh8k=; b=f+odCE4146fJt+CAxX+pwdQkmK0rBTePoqABVfkzbU+JLvidyV5N1VEdD77KY0lT0X gXZ/haIfgrW9rySGg9Zqws8YBgmiEk5Qk9Hs1yC9S9eRDfUbGFYKjq0pZmp0dILiyaRf yg98dYMxd0h2wSp/jZgZyVp0UpQ5b6HWKTv/N+p+3GsOJc3KHCsuB4CmThwT+cDNHhCV zqL+V0T1kJvARM6fiFn6rqiU57r1OmygOWTItFghLhq9XZbgx4nz9yOGqcTFCvAr69tG 8OME2/Pl+gI9g6WDVfwyFK6LSUPF7d+ZYC86HtWlqks3NEOFrOVUhT1Gc23ybEwDdCzo E6uA== X-Gm-Message-State: ALoCoQlZ6lDSq2raNefPOEOV4HrI0SNCpQxbwRCo2chT+RP5jRS/nnjmONTS6jw5rQH+HLGu1bK4 X-Received: by 10.70.56.34 with SMTP id x2mr35524558pdp.127.1422289393567; Mon, 26 Jan 2015 08:23:13 -0800 (PST) Received: from t430.cg.shawcable.net (S0106002369de4dac.cg.shawcable.net. [70.73.24.112]) by mx.google.com with ESMTPSA id gr7sm10111137pbc.75.2015.01.26.08.23.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 26 Jan 2015 08:23:13 -0800 (PST) From: mathieu.poirier@linaro.org To: gregkh@linuxfoundation.org Subject: [PATCH 2/9] coresight: remove the unnecessary replicator property Date: Mon, 26 Jan 2015 09:22:18 -0700 Message-Id: <1422289345-2084-3-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1422289345-2084-1-git-send-email-mathieu.poirier@linaro.org> References: <1422289345-2084-1-git-send-email-mathieu.poirier@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150126_082335_007286_2CF3DFC9 X-CRM114-Status: GOOD ( 10.09 ) X-Spam-Score: -0.7 (/) Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, 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 From: Kaixu Xia Now we use the device name to identify replicator instead of a unique number, so just remove it. Signed-off-by: Kaixu Xia Signed-off-by: Mathieu Poirier --- Documentation/devicetree/bindings/arm/coresight.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/coresight.txt b/Documentation/devicetree/bindings/arm/coresight.txt index d790f49066f3..a3089359aaa6 100644 --- a/Documentation/devicetree/bindings/arm/coresight.txt +++ b/Documentation/devicetree/bindings/arm/coresight.txt @@ -38,8 +38,6 @@ its hardware characteristcs. AMBA markee): - "arm,coresight-replicator" - * id: a unique number that will identify this replicator. - * port or ports: same as above. * Optional properties for ETM/PTMs: @@ -94,8 +92,6 @@ Example: * AMBA bus. As such no need to add "arm,primecell". */ compatible = "arm,coresight-replicator"; - /* this will show up in debugfs as "0.replicator" */ - id = <0>; ports { #address-cells = <1>;