summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 083819728..0e1ea2fdb 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -159,6 +159,13 @@
<parent>chip-tpm-cectpm</parent>
</targetType>
+ <!-- This special I2C_MUX target adapts the MRW to Hostboot's specific I2C_MUX
+ target. All attributes should be declared against the parent target -->
+ <targetType>
+ <id>chip-PCA9847</id>
+ <parent>i2c_mux_pca9847</parent>
+ </targetType>
+
<!-- This special UCD target adapts the MRW to Hostboot's specific UCD
target. All attributes should be declared against the parent
target. -->
@@ -1360,8 +1367,7 @@
</attribute>
</targetType>
- <!-- This special I2C_MUX target adapts the MRW to Hostboot's specific I2C_MUX
- target. All attributes should be declared against the parent target -->
+ <!-- Represents a I2C Mux device that is compatible with the PCA9847 spec -->
<targetType>
<id>i2c_mux_pca9847</id>
<parent>chip</parent>
OpenPOWER on IntegriCloud