[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221014095148.2063669-1-peng.fan@oss.nxp.com>
Date: Fri, 14 Oct 2022 17:51:42 +0800
From: "Peng Fan (OSS)" <peng.fan@....nxp.com>
To: gregkh@...uxfoundation.org, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, shawnguo@...nel.org,
s.hauer@...gutronix.de, xu.yang_2@....com
Cc: kernel@...gutronix.de, festevam@...il.com, linux-imx@....com,
linux-usb@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
jun.li@....com, Peng Fan <peng.fan@....com>
Subject: [PATCH V2 0/6] dt-bindings: usb: covert ci-hdrc-usb2/usbmisc-imx to yaml
From: Peng Fan <peng.fan@....com>
v2:
patch order changed, usbmisc-imx moved to first
Add Xu Yang as maintainer
Typo fix
Not define properties within if/then/else
Set additionalProperties to false
Drop duplicated compatibles
Fix checkpatch issue
For pinctrl-names: I think there is restrictin in allOf, so not list items
Add fsl,usbmisc: ref
Define items for mux-control-names
Rename usbmisc-imx.yaml to fsl,usbmisc.yaml
Hope I not miss any comments
Note: there will still be dtbs_check failure if run with only a single patch,
with this patchset applied, there is no related dtbs_check failure.
This patchset is to convert ci-hdrc-usb2 and usbmisc-imx to yaml format.
There are compatible strings not landed in binding doc, but in device tree,
so run dtbs_check on the single yaml convertion patch will report
dtbs_check failure. If apply the whole patchset, there will be no failure.
Peng Fan (6):
dt-bindings: usb: usbmisc-imx: convert to DT schema
dt-bindings: usb: usbmisc-imx: add clocks property
dt-bindings: usb: usbmisc-imx: add more i.MX compatible
dt-bindings: usb: ci-hdrc-usb2: convert to DT schema format
dt-bindings: usb: ci-hdrc-usb2: add i.MX53/6SLL/UL compatible
dt-bindings: usb: ci-hdrc-usb2: add i.MX8DXL/M[M,N] support
.../devicetree/bindings/usb/ci-hdrc-usb2.txt | 158 --------
.../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 357 ++++++++++++++++++
.../devicetree/bindings/usb/fsl,usbmisc.yaml | 67 ++++
.../devicetree/bindings/usb/usbmisc-imx.txt | 18 -
4 files changed, 424 insertions(+), 176 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
create mode 100644 Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
delete mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.txt
--
2.37.1
Powered by blists - more mailing lists