From patchwork Tue Apr 14 02:47:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1270070 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 491VsH4qk7z9sSG for ; Tue, 14 Apr 2020 13:12:19 +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=LsNjUB4L; 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 491VsG6LjczDqDL for ; Tue, 14 Apr 2020 13:12:18 +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 491VLf6zYnzDqQr for ; Tue, 14 Apr 2020 12:49:14 +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=LsNjUB4L; 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 491VLd4JxYz9sT4; Tue, 14 Apr 2020 12:49:13 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1586832553; bh=0l3Ht6CSyoJ1vAS//UDbqqQGwSNN7xcj4JovwTOMIcg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LsNjUB4Lx10qxPIGsgbPcEH8yNd+3v0AjLIpJ1iwM2BAmeNw/990Gp+kz4V554hFH 1f8Vdl/VpctaCMAC/DOPbydp42i8yd6z+wzsRfDl+TuoTdgCJtdk1nUnGTZOIBCP8R J09dW+V4lqNu3QTrrWn7qXtwurgkpCbjZI29m2l/dJcO+L5ADrY3vxBCLZecDnr+mv Q0l38KZWrLrFDkS5sK1F17zqSbhnicGtnOtLs02/nQE7ltKw+bbsOoR3QDFQGfrkIT BGDc2LLEfdNaeIqj80UBaoPeUs8GNOMGt66gqhB1ukpKOmlodQsAbav8oHmMuXAlxQ Hq7CAWXczGXZQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Tue, 14 Apr 2020 12:47:45 +1000 Message-Id: <20200414024750.20170-19-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 18/23] libpdbg: Rename ibm, power8-opb-hmfsi -> ibm, power8-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-i2c.dts.m4 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libpdbg/cfam.c b/libpdbg/cfam.c index 0b0b6f0..5364d5f 100644 --- a/libpdbg/cfam.c +++ b/libpdbg/cfam.c @@ -283,7 +283,7 @@ static int p8_hmfsi_probe(struct pdbg_target *target) static struct fsi p8_opb_hmfsi = { .target = { .name = "POWER8 OPB attached hMFSI", - .compatible = "ibm,power8-opb-hmfsi", + .compatible = "ibm,power8-hmfsi", .class = "fsi", .probe = p8_hmfsi_probe, }, diff --git a/p8-i2c.dts.m4 b/p8-i2c.dts.m4 index 255df72..71b5d27 100644 --- a/p8-i2c.dts.m4 +++ b/p8-i2c.dts.m4 @@ -24,7 +24,7 @@ hmfsi@100000 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,power8-opb-hmfsi"; + compatible = "ibm,power8-hmfsi"; reg = <0x100000 0x80000>; port = <0x1>; index = <0x1>; @@ -43,7 +43,7 @@ hmfsi@180000 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,power8-opb-hmfsi"; + compatible = "ibm,power8-hmfsi"; reg = <0x180000 0x80000>; port = <0x2>; index = <0x2>;