From patchwork Thu Jul 2 03:39:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1320966 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49y3lf2GTFz9sRN for ; Thu, 2 Jul 2020 13:40:46 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=n7jqAsw7; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49y3lf1D9YzDqsx for ; Thu, 2 Jul 2020 13:40:46 +1000 (AEST) X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49y3kK6f8szDqlD for ; Thu, 2 Jul 2020 13:39:37 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=n7jqAsw7; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 49y3kK48w5z9sRN; Thu, 2 Jul 2020 13:39:37 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1593661177; bh=MK8yYQydv3Wf3DQUcFAWHYJc6VBXr79ds04zc1chCRM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=n7jqAsw7gi3xdLm4DLewOCNU6MLkzjXeL2ZruYFd7epPX7tkujWFB8zN04p2eGTpB 3hAKdkSqVOuT9fs61u89hxmhn/LbqXOtLKmRgSADKDW7nUXKnF4XlrGAXr8dabgAbY 4SZ56laTKKuBKcEVEAtOeuhkV9x33+WMvSzQNUaujOb8W9P7O0PVxg0XKPd3pzRYx8 BJetP7DdPMpJlizXqrRIQotQfVQkb9qttfM2P35WC5uVDl6znj+n8NzzZmDrnoahh4 f1PspsEZ5hf5K1Oc2SsmlWdCdYxzJOluqYcHdZe3jz5byq6FpaUzoL0onEIHgBWV0S 7B/qzV8ypuHQQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Thu, 2 Jul 2020 13:39:13 +1000 Message-Id: <20200702033918.708013-15-amitay@ozlabs.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200702033918.708013-1-amitay@ozlabs.org> References: <20200702033918.708013-1-amitay@ozlabs.org> MIME-Version: 1.0 Subject: [Pdbg] [PATCH 14/19] dts: Remove unused tid property X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- INDEX.md | 1 - p9.dts.m4 | 1 - 2 files changed, 2 deletions(-) diff --git a/INDEX.md b/INDEX.md index de39678..f4c3ab7 100644 --- a/INDEX.md +++ b/INDEX.md @@ -39,7 +39,6 @@ example: thread@0 { compatible = "ibm,power9-thread"; reg = <0x0>; - tid = <0x0>; index = <0x0>; }; }; diff --git a/p9.dts.m4 b/p9.dts.m4 index 6cdfba4..ff6fabf 100644 --- a/p9.dts.m4 +++ b/p9.dts.m4 @@ -8,7 +8,6 @@ define(`THREAD', thread@$1 { reg = <0x00>; compatible = "ibm,power-thread", "ibm,power9-thread"; - tid = <0x$1>; index = <0x$1>; }; ')dnl