diff options
author | Rob Herring <robh@kernel.org> | 2023-12-13 17:24:55 -0600 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-12-15 17:44:28 -0800 |
commit | 758a8d5b6a64ad63a8c0728f68dd3e21481013db (patch) | |
tree | 941e71e2d23a011982f1f4f4cba5c05c75e57243 /Documentation | |
parent | e91db1614abae0cca248040c78b2c25f8dd97872 (diff) | |
download | linux-stable-758a8d5b6a64ad63a8c0728f68dd3e21481013db.tar.gz linux-stable-758a8d5b6a64ad63a8c0728f68dd3e21481013db.tar.bz2 linux-stable-758a8d5b6a64ad63a8c0728f68dd3e21481013db.zip |
dt-bindings: net: marvell,orion-mdio: Drop "reg" sizes schema
Defining the size of register regions is not really in scope of what
bindings need to cover. The schema for this is also not completely correct
as a reg entry can be variable number of cells for the address and size,
but the schema assumes 1 cell.
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20231213232455.2248056-1-robh@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/marvell,orion-mdio.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Documentation/devicetree/bindings/net/marvell,orion-mdio.yaml b/Documentation/devicetree/bindings/net/marvell,orion-mdio.yaml index e35da8b01dc2..73429855d584 100644 --- a/Documentation/devicetree/bindings/net/marvell,orion-mdio.yaml +++ b/Documentation/devicetree/bindings/net/marvell,orion-mdio.yaml @@ -39,28 +39,6 @@ required: allOf: - $ref: mdio.yaml# - - if: - required: - - interrupts - - then: - properties: - reg: - items: - - items: - - $ref: /schemas/types.yaml#/definitions/cell - - const: 0x84 - - else: - properties: - reg: - items: - - items: - - $ref: /schemas/types.yaml#/definitions/cell - - enum: - - 0x4 - - 0x10 - unevaluatedProperties: false examples: |