Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: usb: Drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230320233904.2920197-1-robh@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Rob Herring and committed by
Greg Kroah-Hartman
653b131a ee2f38b3

+36 -36
+2 -2
Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml
··· 2 2 # Copyright 2019 BayLibre, SAS 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/usb/amlogic,meson-g12a-usb-ctrl.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/usb/amlogic,meson-g12a-usb-ctrl.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Amlogic Meson G12A DWC3 USB SoC Controller Glue 9 9
+1 -1
Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml
··· 7 7 title: Broadcom STB USB EHCI Controller 8 8 9 9 allOf: 10 - - $ref: "usb-hcd.yaml" 10 + - $ref: usb-hcd.yaml 11 11 12 12 maintainers: 13 13 - Al Cooper <alcooperx@gmail.com>
+2 -2
Documentation/devicetree/bindings/usb/fcs,fsa4480.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/fcs,fsa4480.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/fcs,fsa4480.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: ON Semiconductor Analog Audio Switch 8 8
+1 -1
Documentation/devicetree/bindings/usb/generic-ehci.yaml
··· 10 10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org> 11 11 12 12 allOf: 13 - - $ref: "usb-hcd.yaml" 13 + - $ref: usb-hcd.yaml 14 14 - if: 15 15 properties: 16 16 compatible:
+1 -1
Documentation/devicetree/bindings/usb/generic-xhci.yaml
··· 10 10 - Mathias Nyman <mathias.nyman@intel.com> 11 11 12 12 allOf: 13 - - $ref: "usb-xhci.yaml#" 13 + - $ref: usb-xhci.yaml# 14 14 15 15 properties: 16 16 compatible:
+2 -2
Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/gpio-sbu-mux.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/gpio-sbu-mux.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: GPIO-based SBU mux 8 8
+2 -2
Documentation/devicetree/bindings/usb/maxim,max33359.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/maxim,max33359.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/maxim,max33359.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Maxim TCPCI Type-C PD controller 8 8
+2 -2
Documentation/devicetree/bindings/usb/mediatek,mt6360-tcpc.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/mediatek,mt6360-tcpc.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/mediatek,mt6360-tcpc.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Mediatek MT6360 Type-C Port Switch and Power Delivery controller 8 8
+2 -2
Documentation/devicetree/bindings/usb/mediatek,mt6370-tcpc.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/mediatek,mt6370-tcpc.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/mediatek,mt6370-tcpc.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: MediatTek MT6370 Type-C Port Switch and Power Delivery controller 8 8
+1 -1
Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
··· 11 11 - Chunfeng Yun <chunfeng.yun@mediatek.com> 12 12 13 13 allOf: 14 - - $ref: "usb-xhci.yaml" 14 + - $ref: usb-xhci.yaml 15 15 16 16 description: | 17 17 There are two scenarios:
+4 -4
Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
··· 11 11 - Chunfeng Yun <chunfeng.yun@mediatek.com> 12 12 13 13 allOf: 14 - - $ref: "usb-drd.yaml" 14 + - $ref: usb-drd.yaml 15 15 16 16 description: | 17 17 The DRD controller has a glue layer IPPC (IP Port Control), and its host is ··· 204 204 example if the host mode is enabled. 205 205 206 206 dependencies: 207 - connector: [ 'usb-role-switch' ] 208 - port: [ 'usb-role-switch' ] 209 - role-switch-default-mode: [ 'usb-role-switch' ] 207 + connector: [ usb-role-switch ] 208 + port: [ usb-role-switch ] 209 + role-switch-default-mode: [ usb-role-switch ] 210 210 wakeup-source: [ 'mediatek,syscon-wakeup' ] 211 211 212 212 required:
+2 -2
Documentation/devicetree/bindings/usb/mediatek,musb.yaml
··· 68 68 type: object 69 69 70 70 dependencies: 71 - usb-role-switch: [ 'connector' ] 72 - connector: [ 'usb-role-switch' ] 71 + usb-role-switch: [ connector ] 72 + connector: [ usb-role-switch ] 73 73 74 74 required: 75 75 - compatible
+2 -2
Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/nvidia,tegra-xudc.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/nvidia,tegra-xudc.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: NVIDIA Tegra XUSB device mode controller (XUDC) 8 8
+1 -1
Documentation/devicetree/bindings/usb/realtek,rts5411.yaml
··· 26 26 phandle to the regulator that provides power to the hub. 27 27 28 28 peer-hub: 29 - $ref: '/schemas/types.yaml#/definitions/phandle' 29 + $ref: /schemas/types.yaml#/definitions/phandle 30 30 description: 31 31 phandle to the peer hub on the controller. 32 32
+2 -2
Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/richtek,rt1711h.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/richtek,rt1711h.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Richtek RT1711H Type-C Port Switch and Power Delivery controller 8 8
+2 -2
Documentation/devicetree/bindings/usb/richtek,rt1719.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/richtek,rt1719.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/richtek,rt1719.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Richtek RT1719 sink-only Type-C PD controller 8 8
+2 -2
Documentation/devicetree/bindings/usb/st,stusb160x.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/st,stusb160x.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/st,stusb160x.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: STMicroelectronics STUSB160x Type-C controller 8 8
+2 -2
Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/ti,j721e-usb.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/ti,j721e-usb.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: TI wrapper module for the Cadence USBSS-DRD controller 8 8
+2 -2
Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/usb/ti,tps6598x.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/usb/ti,tps6598x.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Texas Instruments 6598x Type-C Port Switch and Power Delivery controller 8 8
+1 -1
Documentation/devicetree/bindings/usb/usb-xhci.yaml
··· 10 10 - Mathias Nyman <mathias.nyman@intel.com> 11 11 12 12 allOf: 13 - - $ref: "usb-hcd.yaml#" 13 + - $ref: usb-hcd.yaml# 14 14 15 15 properties: 16 16 usb2-lpm-disable: