Message ID | 20191007134410.10337-4-alexandre.torgue@st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: fix issues seen during STM32 DT validation | expand |
On Mon, 7 Oct 2019 15:44:10 +0200, Alexandre Torgue wrote: > "companion" entry is present in "generic.txt" usb binding file. This commit > adds it also in generic-ehci yaml binding. > > Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com> > Applied, thanks. Rob
diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml index 059f6ef1ad4a..f89897fe2df6 100644 --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml @@ -63,6 +63,11 @@ properties: description: Set this flag to force EHCI reset after resume. + companion: + $ref: /schemas/types.yaml#/definitions/phandle-array + description: + Phandle of a companion. + phys: true required:
"companion" entry is present in "generic.txt" usb binding file. This commit adds it also in generic-ehci yaml binding. Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>