Skip to content

Commit 758a8d5

Browse files
robherringkuba-moo
authored andcommitted
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 <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent e91db16 commit 758a8d5

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

Documentation/devicetree/bindings/net/marvell,orion-mdio.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,6 @@ required:
3939
allOf:
4040
- $ref: mdio.yaml#
4141

42-
- if:
43-
required:
44-
- interrupts
45-
46-
then:
47-
properties:
48-
reg:
49-
items:
50-
- items:
51-
- $ref: /schemas/types.yaml#/definitions/cell
52-
- const: 0x84
53-
54-
else:
55-
properties:
56-
reg:
57-
items:
58-
- items:
59-
- $ref: /schemas/types.yaml#/definitions/cell
60-
- enum:
61-
- 0x4
62-
- 0x10
63-
6442
unevaluatedProperties: false
6543

6644
examples:

0 commit comments

Comments
 (0)