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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mfd: brcm: Drop unneeded quotes and use absolute /schemas path

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint. Also absolute path
starting with /schemas is preferred.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230713065040.7968-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Lee Jones
9e20e5f8 d85746ab

+12 -12
+2 -2
Documentation/devicetree/bindings/mfd/brcm,bcm6318-gpio-sysctl.yaml
··· 35 35 "^gpio@[0-9a-f]+$": 36 36 # Child node 37 37 type: object 38 - $ref: "../gpio/brcm,bcm63xx-gpio.yaml" 38 + $ref: /schemas/gpio/brcm,bcm63xx-gpio.yaml 39 39 description: 40 40 GPIO controller for the SoC GPIOs. This child node definition 41 41 should follow the bindings specified in ··· 44 44 "^pinctrl@[0-9a-f]+$": 45 45 # Child node 46 46 type: object 47 - $ref: "../pinctrl/brcm,bcm6318-pinctrl.yaml" 47 + $ref: /schemas/pinctrl/brcm,bcm6318-pinctrl.yaml 48 48 description: 49 49 Pin controller for the SoC pins. This child node definition 50 50 should follow the bindings specified in
+2 -2
Documentation/devicetree/bindings/mfd/brcm,bcm63268-gpio-sysctl.yaml
··· 35 35 "^gpio@[0-9a-f]+$": 36 36 # Child node 37 37 type: object 38 - $ref: "../gpio/brcm,bcm63xx-gpio.yaml" 38 + $ref: /schemas/gpio/brcm,bcm63xx-gpio.yaml 39 39 description: 40 40 GPIO controller for the SoC GPIOs. This child node definition 41 41 should follow the bindings specified in ··· 44 44 "^pinctrl@[0-9a-f]+$": 45 45 # Child node 46 46 type: object 47 - $ref: "../pinctrl/brcm,bcm63268-pinctrl.yaml" 47 + $ref: /schemas/pinctrl/brcm,bcm63268-pinctrl.yaml 48 48 description: 49 49 Pin controller for the SoC pins. This child node definition 50 50 should follow the bindings specified in
+2 -2
Documentation/devicetree/bindings/mfd/brcm,bcm6328-gpio-sysctl.yaml
··· 35 35 "^gpio@[0-9a-f]+$": 36 36 # Child node 37 37 type: object 38 - $ref: "../gpio/brcm,bcm63xx-gpio.yaml" 38 + $ref: /schemas/gpio/brcm,bcm63xx-gpio.yaml 39 39 description: 40 40 GPIO controller for the SoC GPIOs. This child node definition 41 41 should follow the bindings specified in ··· 44 44 "^pinctrl@[0-9a-f]+$": 45 45 # Child node 46 46 type: object 47 - $ref: "../pinctrl/brcm,bcm6328-pinctrl.yaml" 47 + $ref: /schemas/pinctrl/brcm,bcm6328-pinctrl.yaml 48 48 description: 49 49 Pin controller for the SoC pins. This child node definition 50 50 should follow the bindings specified in
+2 -2
Documentation/devicetree/bindings/mfd/brcm,bcm6358-gpio-sysctl.yaml
··· 35 35 "^gpio@[0-9a-f]+$": 36 36 # Child node 37 37 type: object 38 - $ref: "../gpio/brcm,bcm63xx-gpio.yaml" 38 + $ref: /schemas/gpio/brcm,bcm63xx-gpio.yaml 39 39 description: 40 40 GPIO controller for the SoC GPIOs. This child node definition 41 41 should follow the bindings specified in ··· 44 44 "^pinctrl@[0-9a-f]+$": 45 45 # Child node 46 46 type: object 47 - $ref: "../pinctrl/brcm,bcm6358-pinctrl.yaml" 47 + $ref: /schemas/pinctrl/brcm,bcm6358-pinctrl.yaml 48 48 description: 49 49 Pin controller for the SoC pins. This child node definition 50 50 should follow the bindings specified in
+2 -2
Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml
··· 35 35 "^gpio@[0-9a-f]+$": 36 36 # Child node 37 37 type: object 38 - $ref: "../gpio/brcm,bcm63xx-gpio.yaml" 38 + $ref: /schemas/gpio/brcm,bcm63xx-gpio.yaml 39 39 description: 40 40 GPIO controller for the SoC GPIOs. This child node definition 41 41 should follow the bindings specified in ··· 44 44 "^pinctrl@[0-9a-f]+$": 45 45 # Child node 46 46 type: object 47 - $ref: "../pinctrl/brcm,bcm6362-pinctrl.yaml" 47 + $ref: /schemas/pinctrl/brcm,bcm6362-pinctrl.yaml 48 48 description: 49 49 Pin controller for the SoC pins. This child node definition 50 50 should follow the bindings specified in
+2 -2
Documentation/devicetree/bindings/mfd/brcm,bcm6368-gpio-sysctl.yaml
··· 35 35 "^gpio@[0-9a-f]+$": 36 36 # Child node 37 37 type: object 38 - $ref: "../gpio/brcm,bcm63xx-gpio.yaml" 38 + $ref: /schemas/gpio/brcm,bcm63xx-gpio.yaml 39 39 description: 40 40 GPIO controller for the SoC GPIOs. This child node definition 41 41 should follow the bindings specified in ··· 44 44 "^pinctrl@[0-9a-f]+$": 45 45 # Child node 46 46 type: object 47 - $ref: "../pinctrl/brcm,bcm6368-pinctrl.yaml" 47 + $ref: /schemas/pinctrl/brcm,bcm6368-pinctrl.yaml 48 48 description: 49 49 Pin controller for the SoC pins. This child node definition 50 50 should follow the bindings specified in