From patchwork Tue Apr 14 02:47:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1270074 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 491VsX5lh2z9s71 for ; Tue, 14 Apr 2020 13:12:32 +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=lLSYn01l; 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 491VsW5xbwzDqFM for ; Tue, 14 Apr 2020 13:12:31 +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 491VLm2KzXzDq9G for ; Tue, 14 Apr 2020 12:49:20 +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=lLSYn01l; 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 491VLg4X38z9sT0; Tue, 14 Apr 2020 12:49:15 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1586832555; bh=gTXp0IOuXIojoYVJs/3rJV0mbQloPbdX2KLaGTcUL+8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lLSYn01linVWA/VyVYbRCyjvk0levUpZhpVGaH/0bYuTTiZkDo4c0JIkOdtucqvng DMx+vfbBrWzejDLf3f4kgWpiXJ58FTb9QOKtnxTjsiQdINbde22/gT2EKEX0nCQrEq 6cFEVeuPI0I+pZeRdzFB4i0AZcaeh19F3gZA0PdW8wL+juJOBkSfTuCs3+8XqNZHfv qLNCswGVNCGWwoB5YvNvj4DexbTcMi7RiPqosl9R3YflF2QUUPP96YgGrojihIPv1p W8KG9q2XnyNYR51ZwCMDaI6gJgc3/+p60frPQvIcsjUlTuUVeZNvhv/oIDfS95RNXC bc0uMXw6ekjXQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Tue, 14 Apr 2020 12:47:47 +1000 Message-Id: <20200414024750.20170-21-amitay@ozlabs.org> X-Mailer: git-send-email 2.25.2 In-Reply-To: <20200414024750.20170-1-amitay@ozlabs.org> References: <20200414024750.20170-1-amitay@ozlabs.org> MIME-Version: 1.0 Subject: [Pdbg] [PATCH 20/23] libpdbg: Rename ibm, fsi-hmfsi -> ibm, power-hmfsi 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 --- libpdbg/cfam.c | 2 +- p8-fsi.dts.m4 | 4 ++-- p8-kernel.dts.m4 | 2 +- p9-fsi.dtsi.m4 | 2 +- p9-kernel.dts.m4 | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libpdbg/cfam.c b/libpdbg/cfam.c index bbaba30..dc4cf2d 100644 --- a/libpdbg/cfam.c +++ b/libpdbg/cfam.c @@ -341,7 +341,7 @@ static int cfam_hmfsi_probe(struct pdbg_target *target) static struct fsi cfam_hmfsi = { .target = { .name = "CFAM hMFSI Port", - .compatible = "ibm,fsi-hmfsi", + .compatible = "ibm,power-hmfsi", .class = "fsi", .probe = cfam_hmfsi_probe, }, diff --git a/p8-fsi.dts.m4 b/p8-fsi.dts.m4 index 0777e8d..9e761eb 100644 --- a/p8-fsi.dts.m4 +++ b/p8-fsi.dts.m4 @@ -34,7 +34,7 @@ hmfsi@100000 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,fsi-hmfsi"; + compatible = "ibm,power-hmfsi"; reg = <0x0 0x100000 0x8000>; port = <0x1>; index = <0x1>; @@ -54,7 +54,7 @@ hmfsi@180000 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,fsi-hmfsi"; + compatible = "ibm,power-hmfsi"; reg = <0x0 0x180000 0x80000>; port = <0x2>; index = <0x2>; diff --git a/p8-kernel.dts.m4 b/p8-kernel.dts.m4 index 74f2a6e..92c473f 100644 --- a/p8-kernel.dts.m4 +++ b/p8-kernel.dts.m4 @@ -25,7 +25,7 @@ hmfsi@100000 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,fsi-hmfsi"; + compatible = "ibm,power-hmfsi"; reg = <0x0 0x100000 0x8000>; port = <0x1>; index = <0x1>; diff --git a/p9-fsi.dtsi.m4 b/p9-fsi.dtsi.m4 index 91cc120..6d64123 100644 --- a/p9-fsi.dtsi.m4 +++ b/p9-fsi.dtsi.m4 @@ -24,7 +24,7 @@ hmfsi@100000 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,fsi-hmfsi"; + compatible = "ibm,power-hmfsi"; reg = <0x0 0x100000 0x8000>; port = <0x1>; index = <0x1>; diff --git a/p9-kernel.dts.m4 b/p9-kernel.dts.m4 index 0b92289..dd15798 100644 --- a/p9-kernel.dts.m4 +++ b/p9-kernel.dts.m4 @@ -48,7 +48,7 @@ hmfsi@100000 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,fsi-hmfsi"; + compatible = "ibm,power-hmfsi"; reg = <0x0 0x100000 0x8000>; port = <0x1>; index = <0x1>;