From patchwork Mon Jan 20 02:57:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1225608 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 481GYs0tF5z9sRQ for ; Mon, 20 Jan 2020 13:57:53 +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=br8S7cFp; 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 481GYs088wzDqZR for ; Mon, 20 Jan 2020 13:57:53 +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) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 481GYj4mcYzDqW2 for ; Mon, 20 Jan 2020 13:57:45 +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=br8S7cFp; 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 481GYh4ZgDz9sPJ; Mon, 20 Jan 2020 13:57:44 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1579489064; bh=L2nkIS79b5JP3EssAOSDeQQX/PZ1pm0r/XD8fGBvMdA=; h=From:To:Cc:Subject:Date:From; b=br8S7cFpn11oGg44CwCZ85zl5X4x7mKecEWedjjjlkBVpx9XbUFGgAzi91vgUYUOJ 3l9QLjO+rxOPhOntKOA7wdOk8kzETjlrLTRYFmAXW+Uh1WhNag+Eyr/mC6AiCSyKDc rFMvmGbjRg8MNepvlqRhTyI0SwBHuyd8CdxI2a9tvhXp0nc0qdoHTgcd9kZTzaU2PK OhreqfmC04HfBHmlmiOaS3kqktHGh6jgR5ONB7LjEMgNeNdNkEhcuW6+E/XB8Aqjjw oKWO1XZCYJFdasiX+M9USUnuieAU4ZDXOBVLt1YEG4xt3xR9GV/IEDByuoqf9vgmr9 YbzgUst5/abcA== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Mon, 20 Jan 2020 13:57:38 +1100 Message-Id: <20200120025738.18132-1-amitay@ozlabs.org> X-Mailer: git-send-email 2.21.1 MIME-Version: 1.0 Subject: [Pdbg] [PATCH] dts: Fix typo 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p9.dts b/p9.dts index ffbc44e..8a35d75 100644 --- a/p9.dts +++ b/p9.dts @@ -1520,7 +1520,7 @@ index = < 0x00 >; adu@90000 { - compatible = "ibm-power9-adu"; + compatible = "ibm,power9-adu"; reg = < 0x00 0x90000 0x50 >; system-path = "/mem1"; };