Commit fcd56eca authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Ulf Hansson

dt-bindings: mmc: renesas,sdhi: Remove duplicate compatible and add clock checks

Remove the duplicate compatible entry `renesas,sdhi-r9a09g057` and add a
restriction for clocks and clock-names for the RZ/V2H(P) SoC, which has
four clocks similar to the RZ/G2L SoC.
Reported-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Fixes: 32842af74abc ("dt-bindings: mmc: renesas,sdhi: Document RZ/V2H(P) support")
Signed-off-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240805211257.61099-1-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 7af1a8f0
......@@ -67,7 +67,6 @@ properties:
- renesas,sdhi-r9a07g054 # RZ/V2L
- renesas,sdhi-r9a08g045 # RZ/G3S
- renesas,sdhi-r9a09g011 # RZ/V2M
- renesas,sdhi-r9a09g057 # RZ/V2H(P)
- const: renesas,rzg2l-sdhi
reg:
......@@ -120,7 +119,9 @@ allOf:
properties:
compatible:
contains:
const: renesas,rzg2l-sdhi
enum:
- renesas,sdhi-r9a09g057
- renesas,rzg2l-sdhi
then:
properties:
clocks:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment