From patchwork Fri Mar 13 01:19:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1254116 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 48dnth614Mz9sST for ; Fri, 13 Mar 2020 12:20:12 +1100 (AEDT) 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=tWsXyJE8; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48dntc5DFQzDqQt for ; Fri, 13 Mar 2020 12:20:08 +1100 (AEDT) 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 48dntL1FYlzDqQN for ; Fri, 13 Mar 2020 12:19:54 +1100 (AEDT) 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=tWsXyJE8; 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 48dntK5cwBz9sST; Fri, 13 Mar 2020 12:19:53 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1584062393; bh=hQ66fn4yfeMi8WmoFk9hPmV0MuyMLT30ciFH/JP+Wq0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tWsXyJE8CVSMi4aWSFHa/gHNS+Mmp/0moB7T721ptMoS4G/p2KWjrlHb4VoOJ1fcW 1UDEf5f7b5L9nkqHt28N+dT/EZzC4g4O/30yuVfjo/v9vKfRBEDhNKe9ej3nDHiI8X AiDGIZuQqJFm6dmgaAkNGgL3xuceMEcN9DOqeMRpQE/Ot2V2cBEIeuSM4h5dat+967 dRrwV4ZKZnlMvTWiMzQkvjQzc0G9i3kbw+uhhMgmANcJTKMS8GRihpHzDNGyAwMylp r2EsQ4RY2j3lsRb+CIa2QSlJPZJZKNXII5ZgRJ/xlsQiGop3v/CVXWXeeil170ZOQc sEHxt6iRzmUNg== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Fri, 13 Mar 2020 12:19:31 +1100 Message-Id: <20200313011939.279770-5-amitay@ozlabs.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200313011939.279770-1-amitay@ozlabs.org> References: <20200313011939.279770-1-amitay@ozlabs.org> MIME-Version: 1.0 Subject: [Pdbg] [PATCH 04/12] dts: Fix index for mcbist targets 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 --- p9.dts | 4 ++-- tests/test_p9_fapi_translation.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/p9.dts b/p9.dts index 199254c..835c433 100644 --- a/p9.dts +++ b/p9.dts @@ -212,7 +212,7 @@ mcbist { compatible = "ibm,power9-mcbist"; - index = < 0x00 >; + index = < 0x01 >; }; }; }; @@ -1723,7 +1723,7 @@ mcbist { compatible = "ibm,power9-mcbist"; - index = < 0x00 >; + index = < 0x01 >; }; }; }; diff --git a/tests/test_p9_fapi_translation.sh b/tests/test_p9_fapi_translation.sh index 7f7ea21..e4d8233 100755 --- a/tests/test_p9_fapi_translation.sh +++ b/tests/test_p9_fapi_translation.sh @@ -221,9 +221,9 @@ test_run libpdbg_p9_fapi_translation_test mca test_result 0 <