mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 16:57:26 +07:00
dt-bindings: usb: ehci: Add missing 2nd register region
The 'ibm,usb-ehci-440epx' compatible has a 2nd 'reg' region, but the schema says there is only 1 region. Fix this. Cc: linux-usb@vger.kernel.org Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
e2f233ec15
commit
3c9ab53f03
@ -6,19 +6,30 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
|
|||||||
|
|
||||||
title: USB EHCI Controller Device Tree Bindings
|
title: USB EHCI Controller Device Tree Bindings
|
||||||
|
|
||||||
allOf:
|
|
||||||
- $ref: "usb-hcd.yaml"
|
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
- Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||||||
|
|
||||||
|
allOf:
|
||||||
|
- $ref: "usb-hcd.yaml"
|
||||||
|
- if:
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
not:
|
||||||
|
contains:
|
||||||
|
const: ibm,usb-ehci-440epx
|
||||||
|
then:
|
||||||
|
properties:
|
||||||
|
reg:
|
||||||
|
maxItems: 1
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
contains:
|
contains:
|
||||||
const: generic-ehci
|
const: generic-ehci
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
minItems: 1
|
||||||
|
maxItems: 2
|
||||||
|
|
||||||
interrupts:
|
interrupts:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user