From patchwork Wed Apr 1 22:48:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1265395 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 48t1Zk2qlDz9sRN for ; Thu, 2 Apr 2020 09:48:46 +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=TL6QLGJz; 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 48t1Zk2LszzDr80 for ; Thu, 2 Apr 2020 09:48:46 +1100 (AEDT) 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) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48t1Zc6wvkzDr6L for ; Thu, 2 Apr 2020 09:48:40 +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=TL6QLGJz; 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 48t1Zb2FBjz9sRR; Thu, 2 Apr 2020 09:48:39 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1585781319; bh=4Ci31p/hgUGMZvzVJ0ICk43VQWHIRRq7J5FpwQ21NM8=; h=From:To:Cc:Subject:Date:From; b=TL6QLGJzkiFk/6xf5iO39QOehibq8/MvH2KwQzv2pPh1gJjD9Jiq0rQk27GxaLygK izfksabOOG3PcqRi0MknP1nOLm+F5KTq8UL8FlUliuECjNc/LNvmZ2KljVbNtslHp2 z2TmKuSafF1xbP5+FSO9C5hTSQnUyPTXKREUGZ8jtX0GTOMjWNDDjXrJZo5+gyEjEK lK0MiXCqLJMqUb8GqNxWJOF43SZOUfgA16wI+QxBWUpXyHEOViXA2kjf4J+8SZElBi rjZxz/T73hq68+b9ifduVMinoi8F4YjrUoomLdz+XN90Y7IIIrUtlZLhvuOrXvJUdm FxbhYcHMkpgfQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Thu, 2 Apr 2020 09:48:32 +1100 Message-Id: <20200401224832.1101596-1-amitay@ozlabs.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [Pdbg] [PATCH] dts: Add compatible properties for proc targets 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 --- p8.dts.m4 | 1 + p9.dts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/p8.dts.m4 b/p8.dts.m4 index 3e7a66a..a508e02 100644 --- a/p8.dts.m4 +++ b/p8.dts.m4 @@ -1,6 +1,7 @@ define(`PROC',` define(`PROC_ID',`$1')dnl proc$1 { + compatible = "ibm,power8-proc", "ibm,processor"; index = <$1>; fsi { diff --git a/p9.dts b/p9.dts index 8a35d75..29823ce 100644 --- a/p9.dts +++ b/p9.dts @@ -7,6 +7,7 @@ }; proc0 { + compatible = "ibm,power9-proc", "ibm,processor"; index = < 0x00 >; fsi { @@ -1508,6 +1509,7 @@ }; proc1 { + compatible = "ibm,power9-proc", "ibm,processor"; index = < 0x01 >; fsi {