[Pdbg] [PATCH 4/4] dtc: Drop chip-id property
Amitay Isaacs
amitay at ozlabs.org
Mon Dec 3 14:27:58 AEDT 2018
The property "chip-id" is not used any more in pdbg.
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
p8-host.dts.m4 | 1 -
p9-host.dts.m4 | 2 --
2 files changed, 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
};
--
2.19.2
More information about the Pdbg
mailing list