[Pdbg] [PATCH] dts: Add compatible properties for proc targets
Amitay Isaacs
amitay at ozlabs.org
Thu Apr 2 09:48:32 AEDT 2020
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
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 {
--
2.25.1
More information about the Pdbg
mailing list