diff options
| author | Amitay Isaacs <amitay@ozlabs.org> | 2018-12-03 14:27:58 +1100 |
|---|---|---|
| committer | Alistair Popple <alistair@popple.id.au> | 2018-12-07 14:36:50 +1100 |
| commit | 23b3a07b7b98d489ef8d5bf27bcd4c3013096c5a (patch) | |
| tree | 56fa02bfc57ec51da414a7160474be7b9d6dc349 | |
| parent | 8fc05a932880c04f2fa676b993f38ee7c9da813b (diff) | |
| download | pdbg-23b3a07b7b98d489ef8d5bf27bcd4c3013096c5a.tar.gz pdbg-23b3a07b7b98d489ef8d5bf27bcd4c3013096c5a.zip | |
dtc: Drop chip-id property
The property "chip-id" is not used any more in pdbg.
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
| -rw-r--r-- | p8-host.dts.m4 | 1 | ||||
| -rw-r--r-- | p9-host.dts.m4 | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/p8-host.dts.m4 b/p8-host.dts.m4 index aef7e93..7a2d253 100644 --- a/p8-host.dts.m4 +++ b/p8-host.dts.m4 @@ -3,7 +3,6 @@ define(`CHIP',`pib@$1 { #size-cells = <0x1>; compatible = "ibm,host-pib"; reg = <$1>; - chip-id = <$1>; index = <$1>; include(p8-pib.dts.m4)dnl }')dnl diff --git a/p9-host.dts.m4 b/p9-host.dts.m4 index c6f5090..52973ff 100644 --- a/p9-host.dts.m4 +++ b/p9-host.dts.m4 @@ -10,7 +10,6 @@ #size-cells = <0x1>; compatible = "ibm,host-pib"; reg = <0x0>; - chip-id = <0x0>; index = <0x0>; include(p9-pib.dts.m4)dnl }; @@ -20,7 +19,6 @@ #size-cells = <0x1>; compatible = "ibm,host-pib"; reg = <0x8>; - chip-id = <0x8>; index = <0x8>; include(p9-pib.dts.m4)dnl }; |

