aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gencfg/schema/boards/abstract_board.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gencfg/schema/boards/abstract_board.xsd')
-rw-r--r--tools/gencfg/schema/boards/abstract_board.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gencfg/schema/boards/abstract_board.xsd b/tools/gencfg/schema/boards/abstract_board.xsd
index 9ce06495a..b3a854307 100644
--- a/tools/gencfg/schema/boards/abstract_board.xsd
+++ b/tools/gencfg/schema/boards/abstract_board.xsd
@@ -27,11 +27,11 @@
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"></xs:whiteSpace>
- <xs:pattern value="MII_[\w_+]"></xs:pattern>
+ <xs:pattern value="MII_[\w\d_]+"></xs:pattern>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
- <xs:attribute name="BoardPHY" use="optional">
+ <xs:attribute name="BoardPHYType" use="optional">
<xs:annotation>
<xs:documentation>Type of the PHY device: RMII or MII, this attribute is defaulted to MII if not present.</xs:documentation>
</xs:annotation>