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

dt-bindings: clock: 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/20230609140751.65129-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Stephen Boyd
f5625141 94ec3d8b

+3 -3
+2 -2
Documentation/devicetree/bindings/clock/ingenic,cgu.yaml
··· 98 98 99 99 patternProperties: 100 100 "^usb-phy@[a-f0-9]+$": 101 - allOf: [ $ref: "../phy/ingenic,phy-usb.yaml#" ] 101 + $ref: /schemas/phy/ingenic,phy-usb.yaml# 102 102 "^mac-phy-ctrl@[a-f0-9]+$": 103 - allOf: [ $ref: "../net/ingenic,mac.yaml#" ] 103 + $ref: /schemas/net/ingenic,mac.yaml# 104 104 105 105 additionalProperties: false 106 106
+1 -1
Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml
··· 48 48 patternProperties: 49 49 "^dma-router@[a-f0-9]+$": 50 50 type: object 51 - $ref: "../dma/renesas,rzn1-dmamux.yaml#" 51 + $ref: /schemas/dma/renesas,rzn1-dmamux.yaml# 52 52 53 53 required: 54 54 - compatible