Message ID | 20200401224832.1101596-1-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | dts: Add compatible properties for proc targets | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | Failed to apply on branch master (8b4611b5d8e7e2279fe4aa80c892fcfe10aa398d) |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
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 {
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- p8.dts.m4 | 1 + p9.dts | 2 ++ 2 files changed, 3 insertions(+)