diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2022-06-08 14:23:44 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2022-07-12 12:25:36 +0200 |
commit | 0f6fe934a628b0ce0ba138697064fbc8802c21b1 (patch) | |
tree | 3e9a37de4db67a46244ec492f0aaa7e5c018e960 /Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml | |
parent | cae45c2d4fb3a9084954f14bf991500c49c970c9 (diff) |
dt-bindings: mmc: renesas,sdhi: Add R-Car Gen4 clock requirements
The patch enabling generic Gen4 support forgot to add the clock
requirements which are the same as for Gen3. Update the binding.
Reported-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20220608122344.3431-1-wsa+renesas@sang-engineering.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml index d5b29728704b..14945ebc31d2 100644 --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml @@ -145,6 +145,7 @@ allOf: enum: - renesas,rcar-gen2-sdhi - renesas,rcar-gen3-sdhi + - renesas,rcar-gen4-sdhi then: properties: clocks: |