[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200330154006.GA21478@bogus>
Date: Mon, 30 Mar 2020 09:40:06 -0600
From: Rob Herring <robh@...nel.org>
To: Al Cooper <alcooperx@...il.com>
Cc: linux-kernel@...r.kernel.org, andriy.shevchenko@...ux.intel.com,
Al Cooper <alcooperx@...il.com>,
Alan Stern <stern@...land.harvard.edu>,
bcm-kernel-feedback-list@...adcom.com,
Chunfeng Yun <chunfeng.yun@...iatek.com>,
devicetree@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jonathan Neuschäfer <j.neuschaefer@....net>,
Krzysztof Kozlowski <krzk@...nel.org>,
linux-usb@...r.kernel.org, Mark Rutland <mark.rutland@....com>,
Mathias Nyman <mathias.nyman@...el.com>
Subject: Re: [PATCH v2 1/4] dt-bindings: Add Broadcom STB USB support
On Fri, 27 Mar 2020 16:47:08 -0400, Al Cooper wrote:
> Add DT bindings for Broadcom STB USB EHCI and XHCI drivers.
>
> NOTE: The OHCI driver is not included because it uses the generic
> platform driver.
>
> Signed-off-by: Al Cooper <alcooperx@...il.com>
> ---
> .../bindings/usb/brcm,bcm7445-ehci.yaml | 61 +++++++++++++++++++
> .../devicetree/bindings/usb/usb-xhci.txt | 1 +
> 2 files changed, 62 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.example.dt.yaml: ehci@...00300: 'interrupt-names' does not match any of the regexes: 'pinctrl-[0-9]+'
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.example.dt.yaml: ehci@...00300: $nodename:0: 'ehci@...00300' does not match '^usb(@.*)?'
See https://patchwork.ozlabs.org/patch/1263005
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade
Please check and re-submit.
Powered by blists - more mailing lists