Hi Greg, > Subject: Re: [PATCH V2 1/6] dt-bindings: usb: usbmisc-imx: convert to DT > schema > > 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: > > > +https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevi > > > +cetree.org%2Fschemas%2Fusb%2Ffsl%2Cusbmisc.yaml%23&data=05 > %7C01%7 > > > +Cpeng.fan%40nxp.com%7C15ebc6c1040f46f3ecef08daaddafa7a%7C686ea > 1d3bc2b > > > +4c6fa92cd99c5c301635%7C0%7C0%7C638013453273330209%7CUnknown > %7CTWFpbGZ > > > +sb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6 > Mn0% > > > +3D%7C3000%7C%7C%7C&sdata=NZ4SFEve9DqdFVremHTDVGgrpISKyj > yoEJKYE4sk > > +7tA%3D&reserved=0 > > +$schema: > > > +https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevi > > +cetree.org%2Fmeta- > schemas%2Fcore.yaml%23&data=05%7C01%7Cpeng.fan% > > > +40nxp.com%7C15ebc6c1040f46f3ecef08daaddafa7a%7C686ea1d3bc2b4c6f > a92cd9 > > > +9c5c301635%7C0%7C0%7C638013453273330209%7CUnknown%7CTWFpb > GZsb3d8eyJWI > > > +joiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7 > C3000% > > > +7C%7C%7C&sdata=SYlpPoSmOQxNYaJFAlvwPQRFq0Oaugwc%2F52w6 > tvgcrk%3D&a > > +mp;reserved=0 > > + > > +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? I am not expert in USB area. I am just convert the file to yaml to ease the upstream of i.MX device tree. Is it ok for for Xu Yang to Ack the patch or I must add: Signed-off-by: Xu Yang <xu.yang_2@xxxxxxx> in the patch? Thanks, Peng. > > thanks, > > greg k-h