From patchwork Tue Apr 14 02:47:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1270064 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 491Vrq1X1bz9s71 for ; Tue, 14 Apr 2020 13:11:55 +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=JbQ0xAKe; 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 491Vrp4MDYzDqCs for ; Tue, 14 Apr 2020 13:11:54 +1000 (AEST) X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (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 491VLT6zxkzDq9G for ; Tue, 14 Apr 2020 12:49:05 +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=JbQ0xAKe; 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 491VLM4w4nz9sSt; Tue, 14 Apr 2020 12:48:59 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1586832539; bh=IahRCO73IKVWYYQY7rVsEOhnoZCORESZPI0X26zVMeM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JbQ0xAKeu4OJK2B1hjqJ4xjBTJyONPoJwrpC7wD1TQqUkct9l42QNSTeVA8v8P+KG cOOFclPBD5xxc85CXgSj0qejJNKgd0q/IXSM4HkImIdsakjP16L3w7AOlP19YRLsxK ZYTBT7PHcguvnTiaqDX0QuICdvMwqL3eHm8WPQloeNbmHKJZ53yEA+Q6BMmeE8J3cZ VqXUDGq+90E2D6lIH472OIHflbtPYrQx8rquajOySeCACuhkMv5cjaoKIUjNKhsokx ddVHm7zOEloxCXDTyM6+F3EZUY6JDOcDdLVQcUEKfJfYrwPS7E7CouIOCwd0qTQSLN xo/UCgHWxSP7A== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Tue, 14 Apr 2020 12:47:36 +1000 Message-Id: <20200414024750.20170-10-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 09/23] libpdbg: Rename ibm, power8-i2c-slave -> ibm-power8-i2c-pib 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/i2c.c | 2 +- p8-i2c.dts.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libpdbg/i2c.c b/libpdbg/i2c.c index e3d508b..672b981 100644 --- a/libpdbg/i2c.c +++ b/libpdbg/i2c.c @@ -164,7 +164,7 @@ int i2c_target_probe(struct pdbg_target *target) static struct pib p8_i2c_pib = { .target = { .name = "POWER8 I2C Slave", - .compatible = "ibm,power8-i2c-slave", + .compatible = "ibm,power8-i2c-pib", .class = "pib", .probe = i2c_target_probe, }, diff --git a/p8-i2c.dts.m4 b/p8-i2c.dts.m4 index 3ea4b59..a272d62 100644 --- a/p8-i2c.dts.m4 +++ b/p8-i2c.dts.m4 @@ -8,7 +8,7 @@ pib@50 { #address-cells = <0x2>; #size-cells = <0x1>; - compatible = "ibm,power8-i2c-slave"; + compatible = "ibm,power8-i2c-pib"; bus = "/dev/i2c4"; reg = <0x50>; index = <0x0>;