Re: [PATCH V2 1/6] dt-bindings: usb: usbmisc-imx: convert to DT schema

From: Greg KH
Date: Fri Oct 14 2022 - 07:55:30 EST


On Fri, Oct 14, 2022 at 05:51:43PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> Convert usbmisc-imx to DT schema format.
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> ---
> .../devicetree/bindings/usb/fsl,usbmisc.yaml | 52 +++++++++++++++++++
> .../devicetree/bindings/usb/usbmisc-imx.txt | 18 -------
> 2 files changed, 52 insertions(+), 18 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
> delete mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.txt
>
> diff --git a/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
> new file mode 100644
> index 000000000000..c83ffb6729b5
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
> @@ -0,0 +1,52 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/usb/fsl,usbmisc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Freescale i.MX non-core registers
> +
> +maintainers:
> + - Xu Yang <xu.yang_2@xxxxxxx>

Signing someone else up to be a maintainer requires them to sign off on
the patch to agree with this. Why not list yourself instead?

thanks,

greg k-h