@@ -71,15 +71,7 @@ properties:
maxItems: 1
resets:
- minItems: 1
- items:
- - description: Peripheral reset
- - description: DRD reset
-
- reset-names:
- items:
- - const: aresetn_p
- - const: drd_reset
+ maxItems: 1
usb-role-switch:
$ref: /schemas/types.yaml#/definitions/flag
@@ -131,21 +123,16 @@ allOf:
minItems: 4
interrupt-names:
minItems: 4
- resets:
- minItems: 2
required:
- clock-names
- interrupt-names
- resets
- - reset-names
else:
properties:
clocks:
maxItems: 1
interrupts:
maxItems: 1
- resets:
- maxItems: 1
additionalProperties: false
On RZ/V2M, USB3DRD module manages the drd_reset. This patch removes drd_reset from usb3_peri bindings. After this, there is only one reset and therefore removing reset-names as well. There is any harm in making such a change as, no users of renesas,r9a09g011-usb3-peri yet in kernel release. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- .../bindings/usb/renesas,usb3-peri.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-)