From patchwork Tue Apr 14 02:47:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1270061 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (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 491VrY0BXzz9sPF for ; Tue, 14 Apr 2020 13:11:41 +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=DC5fuop4; 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 491VrX4TbdzDqBy for ; Tue, 14 Apr 2020 13:11:40 +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 491VLK00RCzDqL8 for ; Tue, 14 Apr 2020 12:48:57 +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=DC5fuop4; 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 491VLG1rSFz9s71; Tue, 14 Apr 2020 12:48:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1586832534; bh=6chfC+vYpy7ko3/sAaMIwbQUtfx8sUXYZrYSaurj7/c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DC5fuop4tLF0ASja/awt46X7qa4vBOy04rvTI2/gZjVmR4nly9paOU7VxhhZpRPwM jhfoOhByXYTMB6xoEGeKc5f6oKpSPwrrUYinLS291L5Xn+ErTGQpWuAdWBROfoRJ/j pekzC8vTRhnbIYNUcfwt7k/eEeq4dCxktUKueWfexOKZe7sMI+w3EvOhRUsuGxBIUb +5Vh61ZSatuCM4mfXx82f83evt1RmMsynG1w+YHuV1QgT9YnMvR6iUix/pqx7K7cmT U8mZONBDiSjMAQw9FWBBJqKAbu2AMYSugkAq3/AUiQ+OBBbTevj9BzZRotIYaRS9Ec vJyVXUde7ZlpQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Tue, 14 Apr 2020 12:47:34 +1000 Message-Id: <20200414024750.20170-8-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 07/23] libpdbg: Rename ibm,bmcfsi -> ibm,power-fsi 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/bmcfsi.c | 2 +- p8-fsi.dts.m4 | 2 +- p9-fsi.dtsi.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libpdbg/bmcfsi.c b/libpdbg/bmcfsi.c index 2f199fa..b295680 100644 --- a/libpdbg/bmcfsi.c +++ b/libpdbg/bmcfsi.c @@ -506,7 +506,7 @@ int bmcfsi_probe(struct pdbg_target *target) static struct fsi bmcfsi = { .target = { .name = "BMC GPIO bit-banging FSI master", - .compatible = "ibm,bmcfsi", + .compatible = "ibm,power-fsi", .class = "fsi", .probe = bmcfsi_probe, diff --git a/p8-fsi.dts.m4 b/p8-fsi.dts.m4 index 70fdb14..f109e77 100644 --- a/p8-fsi.dts.m4 +++ b/p8-fsi.dts.m4 @@ -7,7 +7,7 @@ fsi@0 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,bmcfsi"; + compatible = "ibm,power-fsi"; reg = <0x0 0x0 0x0>; /* GPIO pin definitions */ diff --git a/p9-fsi.dtsi.m4 b/p9-fsi.dtsi.m4 index 3bbe43d..1b74104 100644 --- a/p9-fsi.dtsi.m4 +++ b/p9-fsi.dtsi.m4 @@ -6,7 +6,7 @@ fsi0: fsi@0 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,bmcfsi"; + compatible = "ibm,power-fsi"; reg = <0x0 0x0 0x0>; index = <0x0>; status = "mustexist";