Re: [PATCH v2 36/52] dt-bindings: usb: Convert SMSC USB3503 binding to a schema
From: Rob Herring <robh@kernel.org>
Date: 2021-09-03 19:47:26
Also in:
linux-arm-kernel, linux-devicetree
From: Rob Herring <robh@kernel.org>
Date: 2021-09-03 19:47:26
Also in:
linux-arm-kernel, linux-devicetree
On Wed, 01 Sep 2021 11:18:36 +0200, Maxime Ripard wrote:
The SMSC USB3503 USB Hub Controller is supported by Linux thanks to its device tree binding. Now that we have the DT validation in place, let's convert the device tree bindings for that driver over to a YAML schema. Cc: Dongjin Kim <redacted> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: linux-usb@vger.kernel.org Signed-off-by: Maxime Ripard <redacted> --- Changes from v1: - Added maximum number of items for clocks and gpios - Fixed the example node name --- .../devicetree/bindings/usb/smsc,usb3503.yaml | 108 ++++++++++++++++++ .../devicetree/bindings/usb/usb3503.txt | 39 ------- 2 files changed, 108 insertions(+), 39 deletions(-) create mode 100644 Documentation/devicetree/bindings/usb/smsc,usb3503.yaml delete mode 100644 Documentation/devicetree/bindings/usb/usb3503.txt
Reviewed-by: Rob Herring <robh@kernel.org>