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: serial: renesas,scif: Move ref for serial.yaml at the end

In preparation for adding more validation checks move the ref for
'serial.yaml' to the end and also move reset check in 'allOf' block.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240604170513.522631-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Lad Prabhakar and committed by
Greg Kroah-Hartman
220fb8ff 4ed81d9d

+15 -15
+15 -15
Documentation/devicetree/bindings/serial/renesas,scif.yaml
··· 9 9 maintainers: 10 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 11 12 - allOf: 13 - - $ref: serial.yaml# 14 - 15 12 properties: 16 13 compatible: 17 14 oneOf: ··· 158 161 - clock-names 159 162 - power-domains 160 163 161 - if: 162 - properties: 163 - compatible: 164 - contains: 165 - enum: 166 - - renesas,rcar-gen2-scif 167 - - renesas,rcar-gen3-scif 168 - - renesas,rcar-gen4-scif 169 - - renesas,scif-r9a07g044 170 - then: 171 - required: 172 - - resets 164 + allOf: 165 + - $ref: serial.yaml# 166 + 167 + - if: 168 + properties: 169 + compatible: 170 + contains: 171 + enum: 172 + - renesas,rcar-gen2-scif 173 + - renesas,rcar-gen3-scif 174 + - renesas,rcar-gen4-scif 175 + - renesas,scif-r9a07g044 176 + then: 177 + required: 178 + - resets 173 179 174 180 unevaluatedProperties: false 175 181