On Fri, 25 Dec 2020 15:52:56 +0800, Chunfeng Yun wrote:
Convert mediatek,mtk-xhci.txt to YAML schema mediatek,mtk-xhci.yaml
Signed-off-by: Chunfeng Yun chunfeng.yun@mediatek.com
v5: changes suggested by Rob
- refer to usb-xhci.yaml instead of usb-hcd.yaml
- remove unnecessary maxItems
- add items for all phys may be supported
- change pattern, and limit pattern length of patternProperties
v4: update it according to Rob's suggestion
- modify dictionary of phys
- fix endentation in "mediatek,syscon-wakeup" items
- remove reference to usb-hcd.yaml
v3:
- fix yamllint warning
- remove pinctrl* properties supported by default suggested by Rob
- drop unused labels
- modify description of mediatek,syscon-wakeup
- remove type of imod-interval-ns
v2: new patch
.../bindings/usb/mediatek,mtk-xhci.txt | 121 ------------ .../bindings/usb/mediatek,mtk-xhci.yaml | 178 ++++++++++++++++++ 2 files changed, 178 insertions(+), 121 deletions(-) delete mode 100644 Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt create mode 100644 Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
Reviewed-by: Rob Herring robh@kernel.org